During a packet capture analysis on a receiving web server, a network technician traces an incoming Ethernet frame carrying an HTTP request. As the server's network stack begins de-encapsulating the data, the Network Interface Card (NIC) verifies the Frame Check Sequence (FCS) and strips the Layer 2 Ethernet header and trailer. Which Protocol Data Unit (PDU) is immediately passed up to the Network layer (Layer 3) for further processing?
- PacketAnswer
- BSegment
- CFrame
- DData Payload
Answer
The Protocol Data Unit passed to Layer 3 is the Packet.
During de-encapsulation on an incoming host, the network stack processes data from the bottom up. The Data Link layer (Layer 2) processes the Ethernet Frame, checks for transmission errors using the trailer's Frame Check Sequence (FCS), and strips the Ethernet header and trailer. The payload remaining is an IP Packet, which is handed directly to the Network layer (Layer 3) to examine source and destination IP addresses.
Step-by-Step Solution
Key Concept
OSI De-encapsulation Sequence and Layer PDUs
Estimated Time:1m 0s