1-5 ENCAPSULATION AND DECAPSULATION Flashcards
What is encapsulation in the context of the OSI model?
Involves wrapping data with protocol information as it descends OSI layers.
What occurs during the decapsulation process?
Data ascends OSI layers in the receiving device and each layer removes its corresponding header or footer.
What does each OSI layer add during encapsulation?
A header or footer with specific control information.
What is the purpose of encapsulation?
Ensures correct data interpretation and handling across network systems.
What is the role of the Application Layer in encapsulation?
Encapsulates data with application-specific protocols like HTTP, SMTP, or FTP.
What information does the Presentation Layer add during encapsulation?
Format and encryption information, ensuring data can be correctly interpreted.
What is included in the Session Layer during encapsulation?
Control tokens and synchronization data, managing dialogue between systems.
What does the Transport Layer introduce in the encapsulation process?
Segments or datagrams, adding source and destination port numbers for communication endpoints.
What happens at the Network Layer during encapsulation?
Encapsulates into packets, adding logical addressing information with IP headers for routing.
What is the function of the Data Link Layer in encapsulation?
Frames the packet, adding MAC addresses and error-checking information like CRC.
What does the Physical Layer do in the encapsulation process?
Converts frames into electrical, radio, or optical signals for transmission over physical media.
What are Service Data Units (SDUs)?
Data passed from a higher layer to a lower layer, considered the payload for transmission.
Give an example of an SDU in the Application Layer.
A user’s text message in an instant messaging application.
What is a Protocol Data Unit (PDU)?
Formed when each layer encapsulates the SDU by adding its specific header or footer.
Provide an example of a PDU in the Application Layer.
The text message with HTTP headers if being sent via a web service.