I Learned the Secret Names of Data — And Finally Understood PDUs
You know how we call water different names depending on where it is?
I Learned the Secret Names of Data — And Finally Understood PDUs
You know how we call water different names depending on where it is?
In a glass = water
In the air = vapor
In the ground = ice
Same thing with data in a network.
Depending on which layer it’s at, it has a different name.
That’s the PDU — Protocol Data Unit.
What Is a PDU?
PDU stands for Protocol Data Unit.
It’s just a fancy term for “what we call the data at a specific layer of the OSI or TCP/IP model.”
Each layer has its own PDU name.
Layer 7 — Application: The PDU is called DATA
Layer 4 — Transport: The PDU is called a SEGMENT
Layer 3 — Network: The PDU is called a PACKET
Layer 2 — Data Link: The PDU is called a FRAME
Layer 1 — Physical: The PDU is called BITS
What Makes Each PDU Different?
DATA (Layer 7) — Just the raw message. No extra info yet. Example: “Hey, are you there?”
SEGMENT (Layer 4) — Data plus a **TCP or UDP header.** That header contains source and destination port numbers.
PACKET (Layer 3) — Segment plus an IP header. That header contains source and destination IP addresses.
FRAME (Layer 2) — Packet plus a MAC header and a trailer. That header contains source and destination MAC addresses.
BITS (Layer 1) — The frame converted into 0s and 1s. Electrical signals, light pulses, or radio waves.
Why Should You Care?
When you talk to other network people, they use these words.
A frame is not the same as a packet.
A segment is not the same as data.
Using the right name shows you know what you’re talking about.
It also helps you troubleshoot. If someone says “check the frame,” you know they mean Layer 2. If they say “check the packet,” you know they mean Layer 3.
The Journey of a PDU
At the sender (encapsulation):
The data starts at Layer 7 as DATA.
It moves down to Layer 4 and becomes a SEGMENT.
It moves down to Layer 3 and becomes a PACKET.
It moves down to Layer 2 and becomes a FRAME.
It moves down to Layer 1 and becomes BITS.
The bits travel across the cable.
At the receiver (de-encapsulation):
The bits arrive at Layer 1.
They move up to Layer 2 and become a FRAME.
They move up to Layer 3 and become a PACKET.
They move up to Layer 4 and become a SEGMENT.
They move up to Layer 7 and become DATA again.
The original message is delivered.
The Cheat Sheet
Encapsulation (going down): DATA → SEGMENT → PACKET → FRAME → BITS
De-encapsulation (going up): BITS → FRAME → PACKET → SEGMENT → DATA
Same data. Different names. Different layers.
A Simple Analogy
Think of sending a letter through the postal system.
DATA = The message you wrote on the paper
SEGMENT = Putting the letter in an envelope and writing “From: John, To: Mary”
PACKET = Writing the full address on the envelope (city, street, zip code)
FRAME = Putting that envelope inside a shipping box with a tracking label
BITS = The postal truck driving on the road
At the destination, everything gets unwrapped in reverse order until only the original message remains.
Quick Reference
- DATA = Layer 7 — the actual message
- SEGMENT = Layer 4 — adds port numbers (TCP/UDP)
- PACKET = Layer 3 — adds IP addresses
- FRAME = Layer 2 — adds MAC addresses
- BITS = Layer 1–0s and 1s on the wire
What This Taught Me
1. PDUs are just names for the same thing at different layers. Don’t let the fancy term scare you. It’s like calling water “ice” when it’s frozen.
2. Each layer adds something new. The PDU name changes because the data grows. A segment has ports. A packet has IPs. A frame has MACs.
3. The names help you communicate. When you say “packet,” everyone knows you mean Layer 3. When you say “frame,” everyone knows you mean Layer 2.
4. Encapsulation and PDUs go hand in hand. As you encapsulate, the PDU name changes. As you de-encapsulate, the PDU name changes back.
Final Thought
PDU is just a fancy word for “what we call the data right now.”
Learn the five names:
Data, Segment, Packet, Frame, Bits.
That’s it. That’s the whole concept.
Next time someone asks you “what’s a PDU?” — you smile and say “it depends which layer you’re at.”
Which PDU name confused you the most when you started? Drop it in the comments.
PDU #ProtocolDataUnit #OSIModel #Encapsulation #NetworkLayers #DataSegmentPacketFrameBits #CCNA #NetworkingBasics
메타데이터
- post_id
- e36d8ffc58f6
- slug
- i-learned-the-secret-names-of-data-and-finally-understood-pdus-e36d8ffc58f6
- url
- https://medium.com/@0x9z/i-learned-the-secret-names-of-data-and-finally-understood-pdus-e36d8ffc58f6
- canonical_url
- https://medium.com/@0x9z/i-learned-the-secret-names-of-data-and-finally-understood-pdus-e36d8ffc58f6
- author_url
- https://medium.com/@0x9z
- status
- ok
- fetched_at
- 2026-07-10 06:54:57