nerdexam
GIAC

GSEC · Question #186

Which of the following protocols implements VPN using IPSec?

The correct answer is C. L2TP. L2TP (Layer 2 Tunneling Protocol) is the VPN tunneling protocol that uses IPSec for encryption and authentication, making L2TP/IPSec a standard VPN implementation.

Network Security

Question

Which of the following protocols implements VPN using IPSec?

Options

  • ASLIP
  • BPPP
  • CL2TP
  • DPPTP

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    84% (21)
  • D
    4% (1)

Why each option

L2TP (Layer 2 Tunneling Protocol) is the VPN tunneling protocol that uses IPSec for encryption and authentication, making L2TP/IPSec a standard VPN implementation.

ASLIP

SLIP (Serial Line Internet Protocol) is a legacy point-to-point protocol that provides no encryption or VPN capability whatsoever.

BPPP

PPP (Point-to-Point Protocol) is a data-link layer protocol used for direct connections; it does not implement IPSec or provide VPN tunneling on its own.

CL2TPCorrect

L2TP does not provide encryption on its own; it relies on IPSec (specifically IPSec ESP in transport mode) to supply confidentiality, integrity, and authentication for the tunnel. This pairing, known as L2TP/IPSec, is a widely standardized VPN solution defined in RFC 3193 and is natively supported in Windows, iOS, and other platforms. IPSec handles key exchange (via IKE) and packet-level encryption, while L2TP provides the tunneling framework.

DPPTP

PPTP (Point-to-Point Tunneling Protocol) creates VPN tunnels but uses MPPE (Microsoft Point-to-Point Encryption) for security, not IPSec.

Concept tested: L2TP/IPSec VPN protocol pairing

Source: https://learn.microsoft.com/en-us/windows-server/remote/remote-access/vpn/vpn-top

Topics

#L2TP#VPN#IPSec#tunneling protocols

Community Discussion

No community discussion yet for this question.

Full GSEC Practice