A systems engineer is auditing an enterprise application stack protocol to verify proper layer encapsulation and responsibility delegation according to the OSI model. The protocol performs syntax transformation, data payload reduction, session checkpointing, and segment reassembly. Which of the following functions operate strictly within the Presentation Layer (Layer 6) of the OSI model? (Select TWO.)
- Translating application data between ASCII and EBCDIC character encodingsAnswer
- Compressing application payload data prior to forwarding it down the protocol stackAnswer
- CEstablishing and managing full-duplex dialogue control checkpoints between communicating endpoints
- DNegotiating sliding window sizes and port parameters to prevent buffer overrun
Answer
The functions operating strictly at the Presentation Layer (Layer 6) are character encoding translation (such as ASCII to EBCDIC) and data payload compression.
The Presentation Layer (Layer 6) acts as the data translator for the network. It handles syntax formatting, character encoding conversions (e.g., ASCII to EBCDIC), data compression, and encryption/decryption so that applications running on heterogeneous operating systems can interpret shared data.
Step-by-Step Solution
Key Concept
OSI Presentation Layer (Layer 6) Services and Boundary Differentiation