Topic 2 Data Transmission

2.1 Packet Structure

Seven stages from first read to exam-ready. Pick up wherever you left off.

Your progress

0 / 7Stages visited
0%Accuracy
0 / 10Checklist

The seven stages

Topic 2 Data Transmission

2.1 Packet Structure Trainer

Learn the three parts of a data packet — header, payload, trailer — and what each contains. Tested in every exam session.

🧪 Cambridge Exam Mode ON — hints hidden, feedback delayed, model answers locked until marking.
Mistakes

Mistakes

📝 My Notes

Personal notes + feedback

Your own jottings on 2.1. The 📚 Book Notes tab inside the lesson is the taught content — this page is yours.

Quick note

One box, one thought. Saved straight to the list below.

Titled note

Title
Note

Saved notes

Progress

Stats

0%Accuracy
0Answered
0Streak
Bookmarks

Bookmarks

Knowledge Vault 2.0

Knowledge Vault

Add entry

Category
Confidence
Title
Info

Entries

§1 · Topic overview

A file can be far too large to push down a wire or a radio link in one go — the connection simply cannot carry it all at once. So before anything is transmitted, the file is broken into very small units called packets. Every packet is built the same way, from three sections: a packet header, a payload and a trailer. The header carries the addressing information the network needs, the payload carries the actual data from your file, and the trailer marks the end of the packet and carries the error-checking data. Get those three names and their contents secure and you have the whole of 2.1.

§2 · Learning objectives

By the end of this lesson you should be able to:

  • Explain why data is broken down into packets before transmission
  • Name the three sections of a data packet in the correct terminology
  • State the three items held in a packet header and what each one is for
  • Define the payload and say precisely what it contains
  • State the two things held in the trailer, not just one
  • Use the word payload rather than "body", "data section" or "main part"
  • Distinguish packet structure (2.1) from packet switching (2.2)

§3 · Key terminology

TermDefinition
PacketA small unit of data.
Packet headerThe section of a packet that contains information about the contents of the packet and its destination.
PayloadThe actual data that the user is sending to the receiver.
Trailer (footer)The section of a packet that contains the end-of-packet marker and the data for any error checking methods being used.
IP addressThe unique address given to a device when it is connected to a network.
Destination addressThe IP address of the device the data is being sent to.
Originator's addressThe IP address of the device the data was originally sent from.
Packet numberThe number identifying a packet's place in the sequence, used to reassemble the file.
Error detection dataCheck data held in the trailer that lets the receiver test whether the packet arrived intact.
Packet switchingA method of transmitting packets where each packet can take its own pathway across a network. (That is 2.2 — not this lesson.)

§4 · Core theory

The three sections, in order

SectionWhat it holds
1. Packet headerDestination address · packet number · originator's address
2. PayloadThe actual data from the file being sent
3. TrailerEnd-of-packet marker · error detection data

Inside the header

ItemWhy it is needed
Destination addressWithout it the transmitting hardware would not know where to send the data.
Packet numberPackets may arrive out of order. The number lets the receiving device put them back in sequence to recreate the file.
Originator's addressNot crucial to delivery, but it traces where data came from and lets the receiver ask for a resend if an error is found.

Inside the trailer

ItemWhy it is needed
End-of-packet markerTells the receiving device where this packet stops and the next one begins.
Error detection dataLets the receiver check the packet arrived without errors.
The one-line version: header = where it's going · payload = what you're sending · trailer = where it ends and whether it survived.

§5 · Worked examples

Example 1 — Name the three sections [3 marks]

Question: A file is broken down into packets before it is transmitted. Identify the three sections of a data packet.

Answer: Packet header [1] · Payload [1] · Trailer [1]

Why it earns the marks: three named sections, using the exact terms. "Body", "main section" and "footer data" are not the words on the mark scheme — payload and trailer are.

Example 2 — Header contents and purpose [4 marks]

Question: State two items of information held in a packet header and explain why each is needed.

Answer: The destination address [1], because without it the hardware transmitting the data would not know where to send the packet [1]. The packet number [1], because packets can arrive out of order and the number lets the receiving device reassemble the file in the correct sequence [1].

Why it earns the marks: each item is named and given a reason. Naming alone would score 2 of 4. Note "destination address", not just "address".

Example 3 — What the trailer does [2 marks]

Question: Describe the contents of the trailer section of a data packet.

Answer: It contains a marker showing the end of the packet [1] and the data used by any error detection method being applied [1].

Why it earns the marks: two distinct contents. Most answers give only error checking and cap themselves at 1 mark.

§6 · Common misconceptions

⚠ "The middle bit is called the body."
It is the payload. "Body", "data section", "main part" and "content" are all rejected. This is the single most common terminology slip on 2.1.
⚠ "The trailer holds the error check."
True but incomplete. It holds the error detection data and the end-of-packet marker. A 2-mark question needs both.
⚠ "The header contains the data."
No — the header contains addressing and sequencing information. The data itself is in the payload.
⚠ "It contains the address."
Which address? The header holds two: the destination address and the originator's address. An unqualified "address" is too vague to credit.
⚠ "The originator's address is needed to deliver the packet."
It isn't. Delivery needs the destination address. The originator's address is for tracing the source and requesting a resend.
⚠ Drifting into packet switching.
Routers, pathways and reordering across a network are 2.2 Packet switching. If the question asks about structure, describe the three sections and stop.

§7 · Cambridge exam focus

"Identify the three sections" → header · payload · trailer. One mark each, exact words.
Always write payload. Never body, content, data section or main part.
Header = destination address + packet number + originator's address.
Trailer = end-of-packet marker + error detection data. Two things, not one.
"Describe"/"Explain" = what it is and why it is needed. "State"/"Identify" = name it only.
Qualify every address as destination or originator's.
Structure (2.1) ≠ switching (2.2). Answer the question you were asked.

§8 · Quick knowledge check

Tap each card to reveal the answer. Be honest with yourself — say it out loud before you tap.

1. Name the three sections of a data packet.
Tap to reveal
Packet header, payload, trailer.
2. What three items does the packet header contain?
Tap to reveal
The destination address, the packet number and the originator's address.
3. What is the payload?
Tap to reveal
The actual data that the user is sending to the receiver.
4. What two things are in the trailer?
Tap to reveal
A marker to indicate the end of the packet, and the data for any error detection method being used.
5. Why is a packet number needed?
Tap to reveal
Packets may arrive out of order, so the receiving device uses the packet numbers to put them back into the correct order and recreate the file.
6. Why is data broken into packets at all?
Tap to reveal
A whole file is too large to transmit in one go — the wires or radio waves used could not carry that much data at a single time.
0 of 6 reviewed

🔒 Nearly there

Work through the Quick Knowledge Check above. Once you've reviewed all six, the Activities unlock recommendation appears here.

What is a data packet?

📨

The letter analogy

Sending data across a network is like posting a letter. The letter has an envelope (header), the letter inside (payload), and a return receipt (trailer).

✂️

Why packets?

Large files are split into small packets before transmission. Each packet travels independently across the network and is reassembled at the destination.

📦

Fixed structure

Every packet has the same three-part structure: header, payload, trailer. Examiners test this in every session.

The three parts of a packet

HEADERControl information
PAYLOADActual data
TRAILERError checking
PartContainsPurpose
HeaderDestination IP address
Source IP address
Packet number
Tells the network where to send the packet, where it came from, and its position in the sequence
PayloadThe actual data being sentThe content of the message or file — the reason the packet exists
TrailerError detection / check dataAllows the receiving device to verify the packet arrived without errors
⚠ Examiner trap: Use the word "payload" — not "main section", "body", or "data part". Students who use vague terms lose the mark. (Nov 2025)
⚠ Examiner trap: When asked to describe the structure of a packet, describe all 3 parts with what each contains. Don't describe packet switching — that's a different question. (Nov 2024)

Header contents — what examiners accept

Mark scheme items (any 2 for full marks)

• Destination IP address / receiver's address

• Source IP address / originator's / sender's address

• Packet number / sequence number

• Error detection method (sometimes in header, sometimes trailer)

⚠ Trap: Saying "the sequence" is not enough for packet number. You must say "packet number" specifically. (Jun 2023)

Interactive packet inspector

Click each part to see what it contains.

HEADERClick to inspect
PAYLOADClick to inspect
TRAILERClick to inspect

Click a section above...

Quick check

What is the payload?

The destination IP address
The actual data being transmitted
The error detection data
The packet number

Activity 1 — Where does it belong?

Is this found in the header, payload, or trailer?

Press New Question.

Activity 2 — Spot the Mistake

Press New Question.

Activity 3 — Build the Packet

Put the three parts of a packet in the correct order.

Adaptive practice

Press New Question.

Cambridge-style questions

Press New Question.

Review quiz

Press New.

Exam traps

⚠ 1: Use "payload" — not "main section", "body", or "data part." (Nov 2025)
⚠ 2: Say "packet number" — not "the sequence." (Jun 2023)
⚠ 3: Structure ≠ switching. Don't describe how packets travel when asked what they contain. (Nov 2024)
⚠ 4: Don't just list header contents — if asked to describe the structure, cover all 3 parts. (Nov 2024)
⚠ 5: The router's purpose in packet switching is to control the route/path packets take — not "send data." (Mar 2024)

Memory triggers

🧠 "Letter in the post"

Header = envelope (addresses), Payload = letter inside (the content), Trailer = delivery receipt (error check).

🧠 "H-P-T"

Header → Payload → Trailer. Always in this order. Three parts, three marks.

🧠 "Destination, Source, Number"

The three header items Cambridge always accepts: destination IP, source IP, packet number.

Mastery Map

Checkpoints

[ ] Name the 3 parts of a packet
[ ] State what the header contains
[ ] Define payload correctly
[ ] State what the trailer contains
[ ] Use "payload" (not vague terms)
[ ] Use "packet number" (not "sequence")
[ ] Distinguish structure from switching
[ ] Describe structure in exam conditions
[ ] Identify header items from mark scheme
[ ] Cambridge exam confidence