Circuit vs Packet Switching Explained
Establishes a dedicated path before transmission begins. Like making a phone call - the connection is reserved for the duration.
Breaks data into packets that travel independently. Like sending mail - each packet finds its own way to the destination.
A simple point-to-point network: Node A sends a message to Node B through a single direct link.
Simple Path: Message travels directly from Node A to Node B with no intermediate nodes
Packet switching is faster when: U > N(X + H/R)
This means the circuit setup overhead must exceed the combined routing and header overhead of all packets.
A star topology where three sources (A, B, C) send messages to three destinations (D, E, F) through a central hub (Node G).
Messages must be transmitted sequentially — only one at a time.
Note: 2Y because each message crosses two links
Packets can be transmitted concurrently with queuing at the hub.
Includes queuing delays at hub node G
Node G is a bottleneck where all traffic converges. In packet switching, this creates queuing delays but allows concurrent transmission. In circuit switching, only one message can use the network at a time, causing blocking.