0
923views
Give the advantages of packet switching over circuit switching
1 Answer
0
21views

Packet-switching approach has a number of advantages over circuit switching they are:

  • Line efficiency is greaterin packet switching since a single node-to-node link can be dynamically shared by many packets over time. The packets are queued up and transmitted as rapidly as possible over the link. By contrast, with circuit switching, time on a node-to-node link is preallocated using synchronous time division multiplex- ing. Much of the time, such a link may be idle because a portion of its time is dedicated to a connection that is idle.
  • A packet-switching network can carry out data-rate conversion. Two stations of different data rates can exchange packets, since each connects to its node at its proper data rate.
  • When traffic becomes heavy on a circuit-switching network, some calls are blocked; that is, the network refuses to accept additional connection requests until the load on the network decreases. On a packet-switching network, pack- ets are still accepted, but delivery delay increases.
  • Priorities can be used. Thus, if a node has a number of packets queued for transmission, it can transmit the higher-priority packets first. These packets will therefore experience less delay than lower-priority packets.
Please log in to add an answer.