An administrator observes network traffic arriving at an enterprise server hosting a web application. Which TWO of the following statements accurately describe the actions performed during the de-encapsulation process as the incoming frame moves up the destination host's protocol stack?
- The Network Interface Card (NIC) verifies data integrity using the Frame Check Sequence (FCS) and strips the Layer 2 header and trailer.Answer
- BThe Network layer inspects the destination MAC address to determine which transport protocol should receive the encapsulated payload.
- The Transport layer reads the destination port number in the TCP header to route the payload to the correct application socket.Answer
- DThe Data Link layer strips the UDP header to extract the enclosed IP packet before forwarding it to the Network layer.
Answer
The Network Interface Card verifies data integrity using the Frame Check Sequence (FCS) and strips the Layer 2 header and trailer, and the Transport layer reads the destination port number in the TCP header to route the payload to the correct application socket.
During de-encapsulation on a destination host, processing proceeds bottom-up through the OSI model. At Layer 2 (Data Link), the hardware interface validates the frame using the Frame Check Sequence (FCS) in the trailer and removes the Ethernet header and trailer. At Layer 4 (Transport), the protocol stack parses the destination port in the TCP header to deliver the reassembled payload to the correct application process.
Step-by-Step Solution
Key Concept
Host De-encapsulation Stack Traversal
Estimated Time:1m 30s