Open In App

Message switching techniques

Switching is the technique by which nodes control or switch data to transmit it between specific points on a network. In message switching the entire message is transmitted without any break from one node to another. There is no direct link present between the sender and the receiver in message switching.

What is Message Switching?

Message switching is a switching mechanism in which a message is sent as a single unit and routed to intermediary nodes where it is stored and forwarded. The message-switching approach does not provide a dedicated path between the sender and receiver. In message switching, end-users communicate by sending and receiving messages that include the entire data to be shared. Messages are the smallest individual unit. Also, the sender and receiver are not directly connected. Several intermediate nodes transfer data and ensure that the message reaches its destination. Message-switched data networks are hence called hop-by-hop systems. 



Message Switching

Message switching network consists of transmission links (channels), store-and-forward switch nodes, and end stations as shown in the following picture: 



Advantages of Message Switching

Disadvantages of Message Switching

Applications of Message Switching

The store-and-forward method was implemented in telegraph message switching centres. Today, although many major networks and systems are packet-switched or circuit-switched networks, their delivery processes can be based on message switching. For example, in most electronic mail systems the delivery process is based on message switching, while the network is in fact either circuit-switched or packet-switched.

Difference Between Message Switching and Packet Switching

Message Switching

Packet Switching

In message switching the complete message is passed across a network.

In packet switching the entire message is broken into smaller units known as Packets.

In this, computer language used is ASCII, baudot, morse.

In packet switching, binary type is used.

Message exist only in one location in the network.

Packets of the message exist in many places in the network.

Access time is reduced due to increase in performance as packets are stored in disk.

Packets are stored in main memory.

In message switching there is no limit on block size.

Packet switching places a tight upper limit on block size.

Physical links are allocated dynamically.

Virtual links are made simultaneously.

Frequently Asked Question on Message Switching – FAQs

Where is message switching used?

Military networks, ad hoc sensor networks, and satellite communications uses message switching technology.

What moves messages between networks?

Routers work at the network layer of the OSI model, efficiently transmitting data between local area networks.

What is the role of addressing in message switching?

Addressing is critical in message switching since it determines the path a message goes throughout the network.

How does message switching ensure message delivery?

Message switching often uses error detection and correction techniques to assure message delivery.

Article Tags :