In simple terms
A friendly intro before the formal notes — no formulas yet.
Dedicated Lines vs Digital Parcels
Circuit switching creates a dedicated, private line for a conversation, like an old-school telephone call. Packet switching breaks a message into small digital parcels, each finding its own way through the network, like the modern internet.
Imagine you need to send a multi-page report from London to Manchester. With circuit switching, you book an entire, exclusive train carriage. The carriage is reserved for you for the whole journey, whether it's full or empty. With packet switching, you separate each page of the report, put each in a numbered envelope, and drop them into the postal system. Each envelope might take a different route, but they are all reassembled in the correct order upon arrival in Manchester. This is far more efficient for the postal service as they can fill up their vans with mail from many different people.
- 1
In circuit switching, a dedicated, end-to-end physical connection (a circuit) is established before any data is sent.
- 2
In packet switching, the message is broken down into smaller, manageable blocks called packets.
- 3
Each packet is individually addressed and routed through the network, potentially taking different paths to the destination.
- 4
At the destination, the packets are reassembled into the original message using sequence numbers contained in their headers.
Explore the concept
Use the live diagram and synced steps — play it or tap a step card to walk through.
Full topic notes
Formal explanation with the rigour you need for the exam.
Circuit Switching: The Dedicated Path
Circuit switching is the older of the two methods, originating from the public telephone network. Its operation is defined by three distinct phases. First, a dedicated, end-to-end physical connection (a 'circuit') is established between the sender and receiver before any data can be transferred. During this setup phase, resources like bandwidth and switch capacity are reserved along the entire path. Once the circuit is established, data is transferred at a fixed, guaranteed rate. Finally, when the communication is complete, the circuit is disconnected, and the reserved resources are released for other users. This method ensures a constant, predictable quality of service with minimal delay (latency) once the connection is made.
Guaranteed Bandwidth: The entire bandwidth of the circuit is available exclusively to the connection.
Low Latency & No Jitter: Once the circuit is established, data flows continuously with a constant delay, making it ideal for real-time voice calls.
Inefficient Resource Use: Bandwidth is wasted during silent periods in a conversation, as the channel remains reserved.
Connection Setup Delay: There is a noticeable delay before communication can begin while the end-to-end path is being established.
Packet Switching: The Digital Postal Service
Packet switching is the dominant technology used for data communication on the internet. Instead of a dedicated path, a message is broken down into small, fixed or variable-sized blocks called packets. Each packet is treated independently. A header is added to each packet containing crucial information, such as the destination address and a sequence number. These packets are then sent into the network one by one. Routers along the way examine the header of each packet and decide the best next hop towards its destination. This means packets from the same message can travel along different paths and may arrive out of order. The destination device uses the sequence numbers to reassemble the packets into the original message.
Efficient Bandwidth Usage: Network links are shared (multiplexed) by many users. Bandwidth is used only when there are packets to send.
Robustness: If a network link fails, routers can dynamically find an alternative path for subsequent packets.
Variable Latency & Jitter: Packets can experience delays in routers (queuing delay) and take different paths, leading to variable arrival times (jitter). This can be problematic for real-time applications.
Overhead: Each packet requires a header, which adds extra data that isn't part of the original message, consuming some bandwidth.
Comparing Circuit and Packet Switching
The choice between circuit and packet switching depends entirely on the application's requirements. Circuit switching provides order and reliability at the cost of efficiency, making it suitable for legacy voice communication. Packet switching provides efficiency and robustness at the cost of potential delays and jitter, making it the foundation for the flexible and scalable internet we use today for everything from email and web browsing to video streaming and online gaming.
In exam questions, you will often be asked to compare these two methods. Use comparative words like 'whereas', 'on the other hand', and 'in contrast'. Structure your answer around key criteria: connection setup (dedicated vs. connectionless), resource allocation (reserved vs. on-demand), robustness, and suitability for different data types (e.g., real-time voice vs. bursty web traffic).
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
A real-time voice-over-IP (VoIP) call is being made over a busy corporate network. The network uses packet switching. Explain two potential problems that could degrade the quality of the call, linking them to the principles of packet switching.
- 1
Jitter: Because the network uses packet switching, each voice data packet is routed independently. Due to varying levels of congestion at different routers, packets may take different paths or experience different queuing delays. This results in variable arrival times at the destination, a phenomenon known as jitter. For a voice call, this can cause the audio to sound choppy or distorted as the receiving device struggles to play the audio smoothly. [1 mark for identifying jitter, 1 mark for explanation linked to packet switching principles].
A 1.2 MB file is transmitted over a packet-switched network. The file is divided into packets where each packet has a maximum payload size of 1500 bytes. Each packet header is 40 bytes. Calculate: (i) The number of packets required. (ii) The total size of all transmitted headers. (iii) The total amount of data transmitted across the network. (iv) The efficiency of the transmission. (Assume 1 MB = 1,000,000 bytes)
- 1
First, convert the file size to bytes: 1.2 MB = 1.2 * 1,000,000 = 1,200,000 bytes.
How it all connects
The big idea sits in the middle — tap a linked idea to explore the link.
Tap a linked idea to see how it connects back to the main topic — that connection is what examiners reward.
Glossary
Try to recall each definition before you reveal it.
Quick check
Answer in your head first — then tap to check. No pressure.
Revision flashcards
Flip the card. Test yourself before the exam.
What is circuit switching?
A switching method where a dedicated communication path is established between two devices for the duration of the communication session. The path is exclusive and resources are reserved.
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
Guaranteed Bandwidth: The entire bandwidth of the circuit is available exclusively to the connection.
- ✓
Low Latency & No Jitter: Once the circuit is established, data flows continuously with a constant delay, making it ideal for real-time voice calls.
- ✓
Inefficient Resource Use: Bandwidth is wasted during silent periods in a conversation, as the channel remains reserved.
- ✓
Connection Setup Delay: There is a noticeable delay before communication can begin while the end-to-end path is being established.
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Test Your Knowledge on Switching Methods
Test Your Knowledge on Switching Methods
Extra simulations & links
PhET, GeoGebra and other curated tools — open in a new tab.
Frequently asked
Checkpoint
One marked question is worth ten re-reads — close the loop before you move on.
Reading it isn’t knowing it — prove it.
Before you move on: do Test Your Knowledge on Switching Methods on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.