312-50V10 · Question #50
Which component of IPsec performs protocol-level functions that are required to encrypt and decrypt the packets?
The correct answer is D. IPsec driver. The IPsec driver is the kernel-level component that directly handles encryption and decryption of IP packets.
Question
Which component of IPsec performs protocol-level functions that are required to encrypt and decrypt the packets?
Options
- AInternet Key Exchange (IKE)
- BOakley
- CIPsec Policy Agent
- DIPsec driver
How the community answered
(21 responses)- A5% (1)
- C5% (1)
- D90% (19)
Why each option
The IPsec driver is the kernel-level component that directly handles encryption and decryption of IP packets.
IKE is responsible for negotiating and establishing security associations and exchanging cryptographic keys, not for encrypting or decrypting data packets.
Oakley is a key exchange protocol used within the IKE negotiation process and does not perform packet-level cryptographic operations.
The IPsec Policy Agent retrieves and applies IPsec policy settings from the policy store but does not perform encryption or decryption on packets.
The IPsec driver operates at the network stack level, intercepting both inbound and outbound IP packets and applying the cryptographic transforms (such as AES or 3DES) specified by the active security associations. It performs the actual protocol-level work of encapsulating, encrypting, decrypting, and authenticating packets, distinct from management components that only configure policy.
Concept tested: IPsec architecture - packet encryption via IPsec driver
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-firewall/ipsec-technical-reference
Topics
Community Discussion
No community discussion yet for this question.