nerdexam
GIAC

GSEC · Question #168

Which of the following ports is the default port for Layer 2 Tunneling Protocol (L2TP)?

The correct answer is D. UDP port 1701. L2TP uses UDP port 1701 as its default transport port, a fact defined in its original RFC specification.

Networking and Core Concepts

Question

Which of the following ports is the default port for Layer 2 Tunneling Protocol (L2TP)?

Options

  • ATCP port 443
  • BUDP port 161
  • CTCP port 110
  • DUDP port 1701

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    15% (4)
  • C
    8% (2)
  • D
    73% (19)

Why each option

L2TP uses UDP port 1701 as its default transport port, a fact defined in its original RFC specification.

ATCP port 443

TCP port 443 is reserved for HTTPS - secure web traffic over TLS/SSL - and is not associated with L2TP.

BUDP port 161

UDP port 161 is used by SNMP (Simple Network Management Protocol) for polling and managing network devices, not for L2TP tunneling.

CTCP port 110

TCP port 110 is the default port for POP3 (Post Office Protocol version 3), which is used to retrieve email from a mail server.

DUDP port 1701Correct

L2TP (Layer 2 Tunneling Protocol), standardized in RFC 2661, operates over UDP port 1701. UDP is used rather than TCP because L2TP encapsulates PPP frames and delegates reliability and error correction to the encapsulated protocols, making the lower overhead of UDP preferable for tunneling.

Concept tested: L2TP default UDP port 1701 assignment

Source: https://www.rfc-editor.org/rfc/rfc2661

Topics

#L2TP#UDP 1701#VPN protocols#tunneling

Community Discussion

No community discussion yet for this question.

Full GSEC Practice