Message switching techniques Last Updated : 26 Sep, 2025 Comments Improve Suggest changes 38 Likes Like Report Message Switching is a switching technique where the entire message is sent as a single unit from one node to another without a dedicated path between the sender and receiver. Each intermediate node stores the message temporarily and then forwards it to the next node until it reaches its destination. Communication occurs hop by hop, with messages being the smallest unit of transfer. This method allows data to be transmitted even when direct connections are not available, making it a flexible network approach.Key Features of Message Switching1. Store-and-ForwardEach intermediate node must store the entire message before forwarding it.Transmission occurs only if the next link and node are available; otherwise, the message waits in storage until resources are free.2. Message DeliveryMessages are transmitted as complete units, with a header containing routing information (source and destination addresses).Communication is hop by hop until the message reaches its destination.3. Network ComponentsA message-switching network consists of:Transmission links (channels)Store-and-forward switching nodesEnd stations (source and destination devices)Message SwitchingMessage switching network consists of transmission links (channels), store-and-forward switch nodes, and end stations as shown in the following picture: Advantages of Message SwitchingAs message switching is able to store the message for which communication channel is not available, it helps in reducing the traffic congestion in the network.In message switching, the data channels are shared by the network devices.It makes traffic management efficient by assigning priorities to the messages.It allows for infinite message lengths.Disadvantages of Message Switching Not suitable for real-time applications: Storing messages at intermediate nodes causes delays.High storage requirement: Every intermediate node needs large storage capacity.Delivery uncertainty: Complex system can make it unclear if messages are correctly delivered.No dedicated path: Communication is less reliable because sender and receiver are not directly connected.Applications of Message SwitchingEmail systems: Messages are sent and stored at intermediate nodes until delivered.Fax transmission: Data is stored and forwarded through multiple nodes.Telex networks: Text messages are transmitted hop by hop.Store-and-forward messaging in networks: Used in systems where direct connections are not always available. Message Switching In Computer Network Comment M me_l Follow 38 Improve M me_l Follow 38 Improve Article Tags : Computer Networks Explore Computer Network BasicsBasics of Computer Networking4 min readTypes of Computer Networks6 min readIntroduction to Internet10 min readNetwork Devices3 min readWhat is OSI Model? - Layers of OSI Model11 min readTCP/IP Model6 min readDifference Between OSI Model and TCP/IP Model2 min readPhysical LayerPhysical Layer in OSI Model3 min readTypes of Network Topology9 min readTransmission Modes in Computer Networks (Simplex, Half-Duplex and Full-Duplex)3 min readTransmission Media in Computer Networks7 min readData Link LayerData Link Layer in OSI Model4 min readSwitching | Computer Networks2 min readVirtual LAN (VLAN)3 min readFraming in Data Link Layer3 min readError Control in Data Link Layer3 min readFlow Control4 min readPiggybacking in Computer Networks2 min readNetwork LayerNetwork Layer in OSI Model3 min readIntroduction of Classful IP Addressing7 min readClassless Addressing in IP Addressing7 min readWhat is an IP Address?11 min readIPv4 Datagram Header4 min readDifference Between IPv4 and IPv63 min readPublic and Private IP addresses4 min readIntroduction To Subnetting5 min readWhat is Routing?10 min readNetwork Layer Protocols9 min readTransport LayerTransport Layer in OSI Model4 min readTransport Layer Protocols9 min readTransmission Control Protocol - TCP4 min readUser Datagram Protocol - UDP3 min readSession Layer & Presentation LayerSession Layer in OSI model2 min readPresentation Layer in OSI model2 min readSecure Socket Layer (SSL)4 min readPoint-to-Point Tunneling Protocol - PPTP2 min readMultipurpose Internet Mail Extension (MIME) Protocol3 min readApplication LayerApplication Layer in OSI Model4 min readClient-Server Model3 min readWorld Wide Web (WWW)6 min readIntroduction to Electronic Mail4 min readWhat is a Content Distribution Network and how does it work?4 min readProtocols in Application Layer4 min readAdvanced TopicsWhat is Network Security?7 min readQuality of Service and Multimedia5 min readAuthentication in Computer Network3 min readEncryption, Its Algorithms And Its Future6 min readIntroduction of Firewall in Computer Network3 min readMAC Filtering in Computer Network3 min readWi-Fi Standards Explained2 min readWhat is Bluetooth?6 min readGenerations of wireless communication2 min readCloud Networking4 min readPracticeTop 50 Plus Networking Interview Questions and Answers for 202415+ min readTop 50 TCP/IP Interview Questions and Answers 202515+ min readNetwork Fundamentals Interview Questions - Computer Networks15+ min readLast Minute Notes for Computer Networks14 min readComputer Network - Cheat Sheet15+ min read Like