nerdexam
CompTIA

SY0-501 · Question #479

A security engineer wants to implement a site-to-site VPN that will require SSL certificates for mutual authentication. Which of the following should the engineer implement if the design requires…

The correct answer is D. SSL VPN. The engineer should implement an SSL VPN because it inherently uses SSL certificates for mutual authentication and can be configured to extend Layer 2, making client MAC addresses visible across the tunnel.

Submitted by tunde_lagos· Mar 4, 2026Security architecture

Question

A security engineer wants to implement a site-to-site VPN that will require SSL certificates for mutual authentication. Which of the following should the engineer implement if the design requires client MAC addresses to be visible across the tunnel?

Options

  • ATunnel mode IPSec
  • BTransport mode VPN IPSec
  • CL2TP
  • DSSL VPN

How the community answered

(34 responses)
  • A
    12% (4)
  • B
    3% (1)
  • C
    6% (2)
  • D
    79% (27)

Why each option

The engineer should implement an SSL VPN because it inherently uses SSL certificates for mutual authentication and can be configured to extend Layer 2, making client MAC addresses visible across the tunnel.

ATunnel mode IPSec

Tunnel mode IPSec operates at Layer 3, encrypting and encapsulating entire IP packets, and therefore does not propagate Layer 2 MAC addresses across the tunnel directly.

BTransport mode VPN IPSec

Transport mode IPSec also operates at Layer 3, encrypting only the payload of an IP packet, and does not provide Layer 2 connectivity for MAC address visibility across a tunnel.

CL2TP

While L2TP is a Layer 2 tunneling protocol capable of carrying MAC addresses, it does not natively use SSL certificates for its authentication and typically relies on IPSec for robust security, which uses X.509 certificates or pre-shared keys, not specifically SSL certificates for the tunnel authentication.

DSSL VPNCorrect

SSL VPNs natively utilize SSL/TLS certificates for robust mutual authentication, directly fulfilling a primary requirement. Many advanced SSL VPN client solutions can establish a virtual Layer 2 connection (e.g., using a TAP adapter), which enables the transmission of Layer 2 frames and thus allows client MAC addresses to be visible across the tunnel.

Concept tested: SSL VPN capabilities, Layer 2 vs. Layer 3 tunneling

Source: https://openvpn.net/faq/what-is-the-difference-between-tap-and-tun-devices/

Topics

#VPN protocols#SSL VPN#network tunneling#MAC address visibility

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice