2.1 Packet Structure
Seven stages from first read to exam-ready. Pick up wherever you left off.
Your progress
The seven stages
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.
Mistakes
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
Saved notes
Stats
Bookmarks
Knowledge Vault
Add entry
Entries
§1 · Topic overview
§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
| Term | Definition |
|---|---|
| Packet | A small unit of data. |
| Packet header | The section of a packet that contains information about the contents of the packet and its destination. |
| Payload | The 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 address | The unique address given to a device when it is connected to a network. |
| Destination address | The IP address of the device the data is being sent to. |
| Originator's address | The IP address of the device the data was originally sent from. |
| Packet number | The number identifying a packet's place in the sequence, used to reassemble the file. |
| Error detection data | Check data held in the trailer that lets the receiver test whether the packet arrived intact. |
| Packet switching | A 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
| Section | What it holds |
|---|---|
| 1. Packet header | Destination address · packet number · originator's address |
| 2. Payload | The actual data from the file being sent |
| 3. Trailer | End-of-packet marker · error detection data |
Inside the header
| Item | Why it is needed |
|---|---|
| Destination address | Without it the transmitting hardware would not know where to send the data. |
| Packet number | Packets may arrive out of order. The number lets the receiving device put them back in sequence to recreate the file. |
| Originator's address | Not 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
| Item | Why it is needed |
|---|---|
| End-of-packet marker | Tells the receiving device where this packet stops and the next one begins. |
| Error detection data | Lets the receiver check the packet arrived without errors. |
§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
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.
True but incomplete. It holds the error detection data and the end-of-packet marker. A 2-mark question needs both.
No — the header contains addressing and sequencing information. The data itself is in the payload.
Which address? The header holds two: the destination address and the originator's address. An unqualified "address" is too vague to credit.
It isn't. Delivery needs the destination address. The originator's address is for tracing the source and requesting a resend.
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
§8 · Quick knowledge check
Tap each card to reveal the answer. Be honest with yourself — say it out loud before you tap.
🔒 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
| Part | Contains | Purpose |
|---|---|---|
| Header | Destination 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 |
| Payload | The actual data being sent | The content of the message or file — the reason the packet exists |
| Trailer | Error detection / check data | Allows the receiving device to verify the packet arrived without errors |
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)
Interactive packet inspector
Click each part to see what it contains.
Click a section above...
Quick check
What is the payload?
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
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.