A network interface card (NIC) on a destination host receives an incoming Ethernet frame from the physical medium. After the NIC verifies the frame check sequence and strips off the Layer 2 header and trailer, which Protocol Data Unit (PDU) is passed up to Layer 3 for processing?
- PacketAnswer
- BSegment
- CDatagram
- DBit stream
Answer
The Protocol Data Unit (PDU) passed up to Layer 3 after removing the Layer 2 Ethernet header and trailer is a Packet.
During the de-encapsulation process, as data moves up the protocol stack, each layer removes its corresponding header and trailer. When Layer 2 (Data Link) removes the Ethernet frame header and frame check sequence trailer, the payload revealed is the Layer 3 (Network layer) Protocol Data Unit, which is called a Packet.
Step-by-Step Solution
Key Concept
Protocol Data Unit (PDU) De-encapsulation Order
Estimated Time:45s