Questions: Packet Switching vs. Circuit Switching

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

100 users share a 1 Gbps packet-switched link. Each user can burst at 10 Mbps but is only actively transmitting 10% of the time. A network engineer claims this configuration works well in practice. What is the core reason?

AEach user is allocated a guaranteed 10 Mbps slice of the 1 Gbps link at all times
BStatistical multiplexing: because users are bursty and mostly idle, the probability that all 100 burst simultaneously is very low, so shared capacity suffices on average
CPacket switching compresses data, reducing the effective bandwidth required per user
DRouters distribute bandwidth perfectly equally so each user always gets exactly 10 Mbps
Question 2 Multiple Choice

A surgeon is performing a remote operation over a network, relying on robotic arm feedback with a hard real-time requirement of sub-5ms round-trip latency at all times. Which switching approach better serves this use case?

APacket switching — the internet's routing resilience ensures reliable delivery
BCircuit switching — it reserves a dedicated end-to-end path guaranteeing consistent, predictable latency without queuing variability
CPacket switching with QoS prioritization — always sufficient for real-time applications
DCircuit switching — because packets would arrive out of order and require reassembly delay
Question 3 True / False

In a packet-switched network, if a router on the primary path between two communicating hosts fails mid-session, the entire session is expected to be torn down and re-established from the beginning.

TTrue
FFalse
Question 4 True / False

In circuit switching, reserved bandwidth for an active session remains unavailable to other connections even during periods when no data is being transmitted.

TTrue
FFalse
Question 5 Short Answer

Explain why the internet was designed around packet switching rather than circuit switching, given that packet switching introduces variable latency.

Think about your answer, then reveal below.