Packet Switching

Computer ScienceOCRGCSEUnit: 3.5 Fundamentals of Computer Networks
Free taster
5 of 6 sections open
The basics

Breaking Data Into Pieces

Breaking Data Into Pieces

When you send data across a network, it doesn't travel as one big lump. It's broken into small chunks called packets. Imagine sending a 1000-page book through the post - you wouldn't send it as one massive parcel! You'd break it into smaller packages, send them separately (maybe different routes), and reassemble at destination. Packet switching works the same way: data split into packets, each packet finds its own route through the network, packets reassembled at destination. This makes networks faster, more efficient, and more reliable!
Spotlight
What is Packet Switching?

Definition: A method of transmitting data where messages are divided into small packets that travel independently across the network.

Exam tip

Earn the mark scheme marks

Exam Tips - Packet Switching

Most common exam questions:

  • "What is packet switching?" → Data broken into packets, each packet travels independently, reassembled at destination
  • "What's in a packet?" → Header (source/dest IP, packet number), Payload (data), Trailer (error checking)
  • "Advantage of packet switching?" → Efficient network use / resilient (packets reroute around failures)
  • "Disadvantage of packet switching?" → Packets arrive out of order (need reassembly) / variable latency
  • "Why split into packets?" → Efficient sharing of network / can reroute if failure / only retransmit lost packets

Key facts to memorize:

  • Packets = small chunks (500-1500 bytes typically)
  • Header contains: source/destination IP, packet number
  • Trailer contains: error checking (checksum/CRC)
  • Each packet can take different route
  • Packets reassembled using sequence numbers

Common mistakes to avoid:

  • Forgetting packets can take different routes - key feature!
  • Not mentioning reassembly at destination
  • Confusing packet switching with circuit switching
  • Missing the three parts: header, payload, trailer

Perfect exam answer:

"Explain how packet switching works" (4 marks):

Data broken into small packets (1 mark).
Each packet has header with source/destination IP and packet number (1 mark).
Packets travel independently through network, can take different routes (1 mark).
Packets reassembled in correct order at destination using sequence numbers (1 mark).

Now try it yourself

Quiz · Question 1 of 15

Which of the following best describes packet switching?

Tap an answer to check it

Revise every Computer Science topic, free during alpha

Packet Switching is one of 60 topics on PrepWise — all aligned to your exam board.

Start revising free →