nerdexam
EC-Council

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.

Cryptography

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)
  • A
    5% (1)
  • C
    5% (1)
  • D
    90% (19)

Why each option

The IPsec driver is the kernel-level component that directly handles encryption and decryption of IP packets.

AInternet Key Exchange (IKE)

IKE is responsible for negotiating and establishing security associations and exchanging cryptographic keys, not for encrypting or decrypting data packets.

BOakley

Oakley is a key exchange protocol used within the IKE negotiation process and does not perform packet-level cryptographic operations.

CIPsec Policy Agent

The IPsec Policy Agent retrieves and applies IPsec policy settings from the policy store but does not perform encryption or decryption on packets.

DIPsec driverCorrect

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

#IPsec#packet encryption#IPsec driver#VPN protocols

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice