Challenge - 5 Problems
PDU Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📋 Factual
intermediate2: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?
Attempts:
2 left
💡 Hint
Think about the layer responsible for routing data between devices.
✗ Incorrect
The Network layer uses packets as its PDU. Packets contain logical addressing information to route data across networks.
🧠 Conceptual
intermediate2: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
1. Frame
2. Segment
3. Packet
4. Bit
Attempts:
2 left
💡 Hint
Recall the order of OSI layers from bottom to top.
✗ Incorrect
The Data Link layer uses frames, Transport uses segments, Network uses packets, and Physical uses bits.
🔍 Analysis
advanced2: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?
Attempts:
2 left
💡 Hint
Consider the encapsulation process from top to bottom layers.
✗ Incorrect
Data starts at the Application layer as data, then becomes a segment at Transport, a packet at Network, a frame at Data Link, and finally bits at Physical.
❓ Comparison
advanced2: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?
Attempts:
2 left
💡 Hint
Think about which layer handles error checking and flow control.
✗ Incorrect
The Transport layer's PDU is called a segment, which manages data flow and reliability. The Data Link layer uses frames to handle physical addressing and error detection.
❓ Reasoning
expert2: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?
Attempts:
2 left
💡 Hint
Consider the trade-off between overhead and error impact.
✗ Incorrect
Larger PDUs reduce the relative overhead of headers, improving throughput. However, if an error occurs, more data must be retransmitted, potentially reducing efficiency.