Virtual Circuit in Computer Network (original) (raw)

Last Updated : 14 May, 2020

Virtual Circuit is the computer network providing connection-oriented service. It is a connection-oriented network. In virtual circuit resource are reserve for the time interval of data transmission between two nodes. This network is a highly reliable medium of transfer. Virtual circuits are costly to implement. Working of Virtual Circuit:

**Congestion Control in Virtual Circuit:**Once the congestion is detected in virtual circuit network, closed-loop techniques is used. There are different approaches in this technique:

Advantages of Virtual Circuit:

  1. Packets are delivered to the receiver in the same order sent by the sender.
  2. Virtual circuit is a reliable network circuit.
  3. There is no need for overhead in each packet.
  4. Single global packet overhead is used in virtual circuit.

Disadvantages of Virtual Circuit:

  1. Virtual circuit is costly to implement.
  2. It provides only connection-oriented service.
  3. Always a new connection set up is required for transmission.