nerdexam
CompTIA

SY0-501 · Question #102

A system administrator is configuring a site-to-site VPN tunnel. Which of the following should be configured on the VPN concentrator during the IKE phase?

The correct answer is C. Diffie-Hellman. During the IKE (Internet Key Exchange) phase of a site-to-site VPN, the Diffie-Hellman key exchange algorithm is used to securely establish a shared secret between the two VPN endpoints. This shared secret is then used to derive encryption keys for the VPN tunnel.

Submitted by kevin_r· Mar 4, 2026Security architecture

Question

A system administrator is configuring a site-to-site VPN tunnel. Which of the following should be configured on the VPN concentrator during the IKE phase?

Options

  • ARIPEMD
  • BECDHE
  • CDiffie-Hellman
  • DHTTPS

How the community answered

(62 responses)
  • A
    3% (2)
  • B
    6% (4)
  • C
    79% (49)
  • D
    11% (7)

Why each option

During the IKE (Internet Key Exchange) phase of a site-to-site VPN, the Diffie-Hellman key exchange algorithm is used to securely establish a shared secret between the two VPN endpoints. This shared secret is then used to derive encryption keys for the VPN tunnel.

ARIPEMD

RIPEMD is a cryptographic hash function used for data integrity verification, not a key exchange mechanism configured during the IKE phase of VPN establishment.

BECDHE

ECDHE (Elliptic Curve Diffie-Hellman Ephemeral) is a variant of Diffie-Hellman that provides forward secrecy and is used in TLS, but it is not the standard configurable key exchange group referenced in the context of IKE phase configuration on VPN concentrators.

CDiffie-HellmanCorrect

Diffie-Hellman (DH) is the foundational key exchange protocol used during IKE Phase 1 to allow two VPN peers to establish a shared secret over an untrusted network without transmitting the secret itself. The administrator must configure a DH group (e.g., Group 2, 14, 19) on the VPN concentrator, which determines the strength of the key exchange. This shared secret is subsequently used to derive the symmetric keys that protect the IKE SA (Security Association) and ultimately the IPsec tunnel.

DHTTPS

HTTPS is an application-layer protocol for securing web traffic using TLS and is entirely unrelated to the IKE phase of an IPsec site-to-site VPN tunnel configuration.

Concept tested: IKE phase Diffie-Hellman key exchange in VPNs

Source: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices#ike-phase-1-main-mode-parameters

Topics

#VPN#IKE#Diffie-Hellman#key exchange

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice