An enterprise server receives an Ethernet frame containing an HTTP request destined for its running web service. Which of the following operations occur during the de-encapsulation process as the incoming data moves up the protocol stack at the receiving host? (Select TWO.)
- The Network Interface Card validates the Frame Check Sequence in the Ethernet trailer and strips the Data Link header and trailer before passing the payload up to Layer 3.Answer
- The operating system inspects the destination port number within the Transport layer header to direct the unencapsulated payload to the specific web service process.Answer
- CAn intermediate Layer 2 switch strips the IP header from the frame to determine the appropriate egress switchport.
- DThe host operating system converts the segment directly into a frame before handing it off to the Application layer.
Answer
The correct statements are that the Network Interface Card validates the Frame Check Sequence in the Ethernet trailer and strips the Data Link header and trailer before passing the payload to Layer 3, and that the operating system inspects the destination port number within the Transport layer header to direct the unencapsulated payload to the specific web service process.
When a host receives network traffic, de-encapsulation occurs from Layer 2 up to Layer 7. The NIC validates frame integrity via the FCS and removes the Layer 2 header and trailer to pass the IP packet up. Subsequently, at Layer 4, the operating system inspects the destination port number to deliver the unencapsulated application data to the appropriate process.
Step-by-Step Solution
Key Concept
De-encapsulation sequence and layer-specific PDU handling at the receiving host
Estimated Time:1m 30s