CIRCUIT AND VIRTUALCIRCUIT
SWITCHING
Mrs. A.SEETHA
Assistant Professor
Information Technology Department
S.A.Engineering College
2.
CIRCUIT AND VIRTUALCIRCUIT
SWITCHING
• CIRCUIT: Circuit refers to the logical or physical
pathway established for data communication between
two or more devices.
• It originates from traditional telecommunication
systems, such as telephone networks, it was created
for a call. This concept extends to computer
networking, with a focus on how connections are
established, managed, and maintained.
3.
TYPES OF CIRCUIT
Typesof Circuits in Computer Networks:
1.Physical Circuits:
2.Logical Circuits:
1.Physical Circuits:
• It is hardware-based connections, such as wires, fiber optics,
or radio links, that connect devices.
• Examples
Ethernet cables, coaxial cables, and wireless radio signals.
4.
• 2.Logical Circuits:
•Virtual pathways established over a physical
network.
Examples:
virtual private networks (VPNs) and routing paths
in packet-switched networks
TYPES OF CIRCUIT
5.
SWITCHING
•Switching is theprocess of transferring data
packets from one device to another in a
network device.
•A switch is a hardware device in a network that
connects other devices, like computers and
servers.
6.
SWITCHING TECHNIQUES
What isa Network Switching?
• A Network switch is a dedicated to computer hardware
that facilitates the process of switching
Example:
• Data link layer of the OSI Layer model
CIRCUIT SWITCHING
• Establishesa dedicated path between sender and
receiver.
• Dedicated path will remain to exist until the connection
is terminated.
• Circuit switching is used in public telephone network.
• It is used for voice transmission.
9.
CIRCUIT SWITCHING HAS3 PHASES:
•Circuit establishment
•Data transfer
•Circuit Disconnect
PACKET SWITCHING
• Themessage splits into smaller pieces known as
packets
• packets are given a unique number to identify
their order at the receiving end.
• Packets will travel across the network, taking the
shortest path as possible.
16.
QUESTION-1
1. Which ofthe following is a characteristic of circuit
switching?
a) Packets are transmitted independently.
b) A dedicated communication path is established.
c) No setup is required before communication.
d) Data is transmitted as datagrams.
17.
• Answer: b)A dedicated communication path is established
Memory Management (16) 17
18.
QUESTION-2
2. Which typeof communication uses circuit
switching?
a) HTTP requests
b) File transfers over the internet
c) Traditional telephone calls
d) Streaming videos
QUESTION-3
3. Which ofthe following uses packet-switched
networks instead of circuit-switched networks?
a) Video conferencing
b) Email communication
c) Internet browsing
d) All of the above
21.
• Answer: d)All of the above
Memory Management (16) 21
22.
QUESTION-4
4. Which topologyis commonly used in circuit-
switched networks for traditional
telecommunication?
a) Mesh topology
b) Star topology
c) Bus topology
d) Ring topology
QUESTION-5
5. What doeseach packet contain in a virtual circuit network?
a) only source address
b) only destination address
c) full source and destination address
d) a short VC number
Answer: d
Explanation: A short VC number also called as VCID (virtual
circuit identifier) is a type of identifier which is used to
distinguish between several virtual circuits in a connection
oriented circuit switched network. Each virtual circuit is used to
transfer data over a larger packet switched network.
25.
QUESTION-6
6. If alink transmits 4000 frames per second, and each
slot has 8 bits, what is the transmission rate of the circuit
using Time Division Multiplexing (TDM)?
a) 500kbps
b) 32kbps
c) 32bps
d) 500bps
View Answer
Answer: b
26.
QUESTION-6
Explanation:
Transmission rate= framerate * number of bits in a slot.
Given: Frame rate = 4000/sec and number of bits in slot
= 8
Thus, Transmission rate = (4000 * 8) bps
= 32000bps
= 32kbps
27.
QUESTION-7
7. A localtelephone network is an example of a _______ network.
a) Packet switched
b) Circuit switched
c) Bit switched
d) Line switched
View Answer
Answer: b
Explanation: Circuit switching is connection oriented switching
technique, whereas in the case of packet switching, it is connectionless.
Circuit switching is implemented in the Physical layer, whereas packet
switching is implemented in the Network layer. Internet too is based on
the concept of circuit switching.
28.
QUESTION-8
8. Most packetswitches use this principle ____________
a) Stop and wait
b) Store and forward
c) Store and wait
d) Stop and forward
View Answer
Answer: b
Explanation: The packet switch will not transmit the first bit to
outbound link until it receives the entire packet. If the entire
packet is not received and the time-out period expires, the packet
switch will inform the sender to resend the part of packet or the
entire packet based on the algorithm being used.
29.
QUESTION-9
9. What arethe Methods to move data through a network of links and
switches?
a) Packet switching and Line switching
b) Circuit switching and Line switching
c) Line switching and bit switching
d) Packet switching and Circuit switching
View Answer
Answer: d
Explanation: Packet switching and Circuit switching are two different types
of switching methods used to connect the multiple communicating devices
with one another. Packet switching is used in conventional LAN systems
and circuit switching is used in telephonic systems.
30.
QUESTION-10
10. In _________systems, resources are allocated on demand.
a) packet switching
b) circuit switching
c) line switching
d) frequency switching
View Answer
Answer: a
Explanation: In packet switching, the bits are received in out of order
and need to be assembled at the receiver end, whereas in the case of
Circuit switching, all the bits are received in order. All transmissions
may not occur through the same path in case of packet switching.