0
0
Computer Networksknowledge~20 mins

Protocol Data Units at each layer in Computer Networks - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
PDU Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📋 Factual
intermediate
2:00remaining
Identify the PDU at the Network Layer
Which of the following is the correct Protocol Data Unit (PDU) name used at the Network layer in the OSI model?
ASegment
BPacket
CFrame
DBit
Attempts:
2 left
💡 Hint
Think about the layer responsible for routing data between devices.
🧠 Conceptual
intermediate
2:00remaining
Match the PDU to the OSI Layer
Match the following PDUs to their correct OSI model layers:
1. Frame
2. Segment
3. Packet
4. Bit
A1 - Data Link, 2 - Transport, 3 - Network, 4 - Physical
B1 - Network, 2 - Data Link, 3 - Transport, 4 - Physical
C1 - Transport, 2 - Network, 3 - Data Link, 4 - Physical
D1 - Physical, 2 - Network, 3 - Transport, 4 - Data Link
Attempts:
2 left
💡 Hint
Recall the order of OSI layers from bottom to top.
🔍 Analysis
advanced
2:00remaining
Analyze PDU Transformation Across Layers
When data is sent from an application on one device to another, which sequence correctly shows how the Protocol Data Unit (PDU) changes as it moves down the OSI layers?
AData → Segment → Packet → Frame → Bit
BBit → Frame → Packet → Segment → Data
CFrame → Packet → Segment → Data → Bit
DData → Packet → Segment → Frame → Bit
Attempts:
2 left
💡 Hint
Consider the encapsulation process from top to bottom layers.
Comparison
advanced
2:00remaining
Compare PDUs of Transport and Data Link Layers
Which statement correctly compares the Protocol Data Units (PDUs) of the Transport and Data Link layers?
ATransport layer uses bits; Data Link layer uses packets.
BTransport layer uses packets; Data Link layer uses bits.
CTransport layer uses frames; Data Link layer uses segments.
DTransport layer uses segments; Data Link layer uses frames.
Attempts:
2 left
💡 Hint
Think about which layer handles error checking and flow control.
Reasoning
expert
2:00remaining
Determine the PDU Size Impact on Network Performance
If the Protocol Data Unit (PDU) size at the Data Link layer is increased significantly, what is the most likely impact on network performance?
AIncreased PDU size always decreases throughput due to longer transmission times.
BIncreased PDU size has no effect on network performance because only bits matter at the Physical layer.
CIncreased PDU size reduces overhead, improving throughput but may increase error retransmission if errors occur.
DIncreased PDU size reduces error rates because larger frames are easier to detect.
Attempts:
2 left
💡 Hint
Consider the trade-off between overhead and error impact.