A. There are setup and teardown phases in addition to the data transfer phase
B. Resources can be allocated during setup phase or on demand
C. All packets follow the same path established during the connection
D. Virtual circuit network is implemented in application layer
Explanation: Virtual circuit network is normally implemented in data link layer. It is a combination of circuit-switched network and datagram network which are implemented in the physical layer and network layer respectively.
A. Global address
B. Network address
C. Physical address
D. Ip address
Explanation: Global address is a network address that is unique internationally and is used as a common address by all the users of the network. It is used to create a virtual circuit identifier.
A. Global address
B. Virtual circuit identifier
C. Network identifier
D. Ip identifier
Explanation: A virtual circuit identifier is a type of numeric identifying address that is used to distinguish between different virtual circuits in a circuit-switched network. It is used for data transfer and has a switch scope.
A. Setup phase
B. Data transfer phase
C. Termination phase
D. Teardown phase
Explanation: There are three phases in a virtual circuit network: setup, data transfer and teardown phase. There is no termination phase in it.
A. Setup request and acknowledgement
B. Setup request and setup response
C. Setup request and setup termination
D. Setup and termination steps
Explanation: Setup request (sent by a source) and acknowledgement (sent by the destination) are the steps in the setup process. Both the ends’ switches make table entries during the setup process.
A. Teardown response
B. Teardown request
C. Termination request
D. Termination response
Explanation: The source, after sending all the frames to destination sends teardown request to which, destination sends teardown response. The switches then delete the corresponding table entries.
A. Constant
B. Increases for each packet
C. Same for each packet
D. Different for each packet
Explanation: If a resource is allocated during setup phase, delay is same for each packet as there is only one-time delay during the setup phase and no delay during the data transfer phase.
A. Constant
B. Increases for each packet
C. Same for each packet
D. Different for each packet
Explanation: If a resource is to be allocated on demand during the data transfer phase, the delay for each packet would be different depending upon the resource requirement of the packets.
A. 1 and 1
B. 1 and 2
C. 2 and 1
D. 2 and 2
Explanation: There is one-time delay for both setup and teardown phase. The one-time delay in setup phase is for resource allocation and the one-time delay in teardown phase is for the de-allocation of the resources.
A. 1
B. 2
C. 3
D. 4
Explanation: The switch maintains a table for each Virtual Circuit Network. In the data transfer phase, it maintains 2 columns each for incoming data and outgoing data. The columns are in the following order: Source port, Source VCI, Destination port, Destination VCI.