| Feature | Circuit Switching | Packet Switching |
|---|---|---|
| Path | Dedicated end-to-end | Shared/Dynamic |
| Bandwidth | Fixed/Guaranteed | Dynamic/Best-effort |
| Congestion | Occurs at setup (busy signal) | Occurs during transfer (queuing) |
| Efficiency | Low (idle time wasted) | High (resources shared) |
| Best For | Real-time voice/video | Bursty data/Internet |
Identify the Traffic Type: If a scenario describes 'bursty' traffic (long silences between data), packet switching is the correct choice. If it describes 'constant bit rate' or 'real-time' requirements, circuit switching is often preferred.
Calculate Total Delay: Remember that total nodal delay is the sum of processing, queuing, transmission, and propagation delays: .
Transmission vs. Propagation: Never confuse these. Transmission delay () depends on the link speed and packet length, while propagation delay () depends on the physical distance and the speed of light in the medium.
Scalability Argument: When asked why the Internet uses packet switching, focus on its ability to support more users via statistical multiplexing compared to the rigid limits of circuit switching.