312-50V10 · Question #788
User A is writing a sensitive email message to user B outside the local network. User A has chosen to use PKI to secure his message and ensure only user B can read the sensitive email. At what layer o
The correct answer is D. Presentation. Encryption and decryption of data, including PKI-based email encryption, occurs at the Presentation layer (Layer 6) of the OSI model, which is responsible for data formatting, translation, and cryptographic operations.
Question
User A is writing a sensitive email message to user B outside the local network. User A has chosen to use PKI to secure his message and ensure only user B can read the sensitive email. At what layer of the OSI layer does the encryption and decryption of the message take place?
Options
- AApplication
- BTransport
- CSession
- DPresentation
How the community answered
(53 responses)- A6% (3)
- B2% (1)
- C2% (1)
- D91% (48)
Why each option
Encryption and decryption of data, including PKI-based email encryption, occurs at the Presentation layer (Layer 6) of the OSI model, which is responsible for data formatting, translation, and cryptographic operations.
The Application layer (Layer 7) provides network services to end-user applications like email clients, but it does not perform the actual encryption or decryption of data.
The Transport layer (Layer 4) handles end-to-end communication, segmentation, and protocols like TCP and UDP, not encryption of message content.
The Session layer (Layer 5) manages establishment, maintenance, and termination of communication sessions between applications, not cryptographic operations.
The Presentation layer (Layer 6) is responsible for data encryption, decryption, compression, and translation between different data formats. When PKI is used to encrypt an email so only a specific recipient can decrypt it, the cryptographic operations are handled at this layer before the data is passed up or down the stack.
Concept tested: OSI Presentation layer encryption and decryption
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-considerations
Topics
Community Discussion
No community discussion yet for this question.