0
0
Computer Networksknowledge~5 mins

Protocol Data Units at each layer in Computer Networks - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Protocol Data Unit (PDU)?
A Protocol Data Unit (PDU) is a unit of data specified at a particular layer of the network model. It includes the data and the control information needed for communication at that layer.
Click to reveal answer
beginner
What is the PDU called at the Application layer?
At the Application layer, the PDU is called Data. It represents the actual information sent by the user or application.
Click to reveal answer
intermediate
Name the PDU at the Transport layer and its role.
The PDU at the Transport layer is called a Segment (TCP) or Datagram (UDP). It breaks data into manageable pieces and adds control information for delivery.
Click to reveal answer
intermediate
What is the PDU at the Network layer and what does it do?
At the Network layer, the PDU is called a Packet. It contains the data plus source and destination addresses to route the data across networks.
Click to reveal answer
intermediate
Identify the PDU at the Data Link layer and its purpose.
The PDU at the Data Link layer is called a Frame. It packages data for transmission over a physical link and includes error checking information.
Click to reveal answer
What is the PDU called at the Physical layer?
ASegments
BFrames
CPackets
DBits
Which PDU contains source and destination IP addresses?
ASegment
BPacket
CFrame
DData
Which layer's PDU is responsible for error detection on a local link?
AApplication layer
BTransport layer
CData Link layer
DNetwork layer
What is the main difference between a Segment and a Datagram?
ASegment is used in TCP, Datagram in UDP
BSegment is at Network layer, Datagram at Transport layer
CSegment contains IP addresses, Datagram does not
DSegment is raw bits, Datagram is framed data
Which PDU is directly transmitted over the physical medium?
ABits
BFrame
CSegment
DPacket
Explain the different Protocol Data Units (PDUs) at each layer of the OSI or TCP/IP model and their roles.
Think about how data is packaged and handled as it moves down the layers.
You got /6 concepts.
    Describe how the PDU changes as data moves from the Application layer down to the Physical layer during transmission.
    Consider the encapsulation process in networking.
    You got /5 concepts.