In any networking exam or professional discussion, you will encounter the term PDU — Protocol Data Unit. A PDU is simply the specific name for a unit of data at each layer of the OSI Model. Getting these names right is essential — it's a common exam question and a critical part of professional communication.
The Five Essential PDU Names
While each of the seven OSI layers handles data, the upper three (Application, Presentation, Session) all simply call their data unit "Data". The distinctive names appear at Layers 4–1:
7-5 Data
Application, Presentation, and Session layers all use the generic term "Data" for their PDU. The data is user information plus application-specific headers and encoding.
4 Segment (TCP) / Datagram (UDP)
The Transport Layer breaks data into Segments (TCP) or Datagrams (UDP). Each contains a source/destination port, sequence number, and other transport headers.
3 Packet
The Network Layer wraps each segment in a Packet. The packet contains source and destination IP addresses — enabling routing across multiple networks.
2 Frame
The Data Link Layer encapsulates packets in Frames. Frames contain source and destination MAC addresses for local delivery and a Frame Check Sequence for error detection.
1 Bits
The Physical Layer converts frames into a stream of raw Bits — electrical signals, light pulses, or radio waves — transmitted over the physical medium.
Why PDU Names Matter
When a network engineer says "I'm seeing malformed frames," they instantly communicate that the problem is at Layer 2. When another says "I see packet loss," that's a Layer 3 issue. When someone reports "segments are being retransmitted excessively," that's TCP at Layer 4. PDU vocabulary is the shorthand of the networking profession.
The OSI Model Simulator explicitly labels each PDU at every layer of the simulation. After a few sessions, these names become deeply ingrained — appearing in your memory automatically when you need them.
"Knowing the right word at the right layer is not pedantry — it's professional efficiency. PDU vocabulary reduces ambiguity in every networking conversation."
Top comments (0)