Describe the structure of a packet
Types and Methods of Data Transmission
Objective
Describe the structure of a packet.
What is a Packet?
Think of a packet as a small parcel 📦 that travels across the internet. It’s like a tiny letter that carries information from one computer to another.
Packet Structure
| Field | Size (bits) | Purpose |
|---|---|---|
| Header | varies | Contains routing info, source & destination addresses, protocol type. |
| Payload | varies | The actual data you want to send. |
| Footer (Trailer) | varies | Error checking, checksum. |
Analogy: Sending a Letter
- Header = Envelope: tells the post office where to send the letter.
- Payload = Letter content: the message inside.
- Footer = Return address & postage stamp: helps detect if the letter is damaged.
Exam Tips
Tip 1: Remember that the header carries routing info, while the payload is the data.
Tip 2: Use the analogy of a letter to explain the packet structure quickly.
Tip 3: Check for the presence of a checksum in the footer when asked about error detection.
Revision
Log in to practice.
1 views
0 suggestions