A network host receives an incoming web session over an encrypted HTTPS connection. Arrange the following decapsulation steps in the correct order in which they are processed by the receiving system, starting from the lowest OSI layer (Data Link) up to the Presentation layer.
- 1The Network Interface Card verifies the Frame Check Sequence (FCS) and strips the Ethernet header.
- 2The operating system examines the destination IP address in the packet header to ensure local delivery.
- 3The transport stack uses the TCP header port numbers to reassemble segments into a continuous stream for the socket.
- 4The TLS subsystem decrypts the payload into cleartext data suitable for rendering.
Cevap
The decapsulation sequence proceeds from Layer 2 to Layer 6: Ethernet frame check and header stripping (Data Link), IP address processing (Network), TCP port routing and segment reassembly (Transport), and TLS payload decryption (Presentation).
The correct order follows the OSI model bottom-up decapsulation path: Layer 2 Data Link (Ethernet FCS/header), Layer 3 Network (IP address header), Layer 4 Transport (TCP port/reassembly), and Layer 6 Presentation (TLS decryption).
Adım Adım Çözüm
Anahtar Kavram
OSI Layer Decapsulation Order and Layer Functions