Switching Technologies
Switching Technologies
• The packet switching is a switching technique in which the message is sent in one go,
but it is divided into smaller pieces, and they are sent individually.
• The message splits into smaller pieces known as packets and packets are given a
unique number to identify their order at the receiving end.
• Every packet contains some information in its headers such as source address,
destination address and sequence number.
• Packets will travel across the network, taking the shortest path as possible.
• All the packets are reassembled at the receiving end in correct order.
• If any packet is missing or corrupted, then the message will be sent to resend the
message.
• If the correct order of the packets is reached, then the acknowledgment message will
be sent.
Approaches Of Packet Switching:
• Datagram Packet switching:
• It is a packet switching technology in which packet is known as a datagram, is considered as an
independent entity.
• Each packet contains the information about the destination and switch uses this information to forward
the packet to the correct destination.
• The packets are reassembled at the receiving end in correct order.
• In Datagram Packet Switching technique, the path is not fixed.
• Intermediate nodes take the routing decisions to forward the packets.
• Datagram Packet Switching is also known as connectionless switching.
• Virtual Circuit Switching
• Virtual Circuit Switching is also known as connection-oriented switching.
• In the case of Virtual circuit switching, a preplanned route is established before the messages are sent.
• Call request and call accept packets are used to establish the connection between sender and receiver.
• In this case, the path is fixed for the duration of a logical connection.
• In the above diagram, A and B are the sender and receiver
respectively. 1 and 2 are the nodes
• Call request and call accept packets are used
• to establish a connection between the sender
• and receiver.
• When a route is established, data will be
• transferred.
• After transmission of data, an acknowledgment
• signal is sent by the receiver that the message has been received.
• If the user wants to terminate the connection, a clear signal is sent for the
termination.
Advantages and Disadvantages
Of Packet Switching:
• Cost-effective: In packet switching technique, switching devices do not require massive secondary
storage to store the packets, so cost is minimized to some extent. Therefore, we can say that the packet
switching technique is a cost-effective technique.
• Reliable: If any node is busy, then the packets can be rerouted. This ensures that the Packet Switching
technique provides reliable communication.
• Efficient: Packet Switching is an efficient technique. It does not require any established path prior to the
transmission, and many users can use the same communication channel simultaneously, hence makes
use of available bandwidth very efficiently.
• Disadvantages Of Packet Switching:
• Packet Switching technique cannot be implemented in those applications that require low delay and
high-quality services.
• The protocols used in a packet switching technique are very complex and requires high implementation
cost.
• If the network is overloaded or corrupted, then it requires retransmission of lost packets. It can also lead
to the loss of critical information if errors are nor recovered.