nerdexam
GIAC

GSLC · Question #353

Which of the following port numbers is used by the LDAP protocol when it is secured?

The correct answer is D. 636. LDAP over SSL (LDAPS) uses port 636 to provide encrypted directory service communication, distinct from standard LDAP which operates on port 389.

Security Architecture & Engineering

Question

Which of the following port numbers is used by the LDAP protocol when it is secured?

Options

  • A335
  • B120
  • C442
  • D636

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    6% (2)
  • D
    92% (33)

Why each option

LDAP over SSL (LDAPS) uses port 636 to provide encrypted directory service communication, distinct from standard LDAP which operates on port 389.

A335

Port 335 is not assigned to any variant of LDAP and is not a recognized standard protocol port for directory services.

B120

Port 120 is not associated with LDAP in any form and is not a recognized standard for directory service communication.

C442

Port 442 is not a standard LDAP port - HTTPS uses port 443, and no LDAP variant is assigned to port 442.

D636Correct

Port 636 is the well-known port assigned for LDAP over SSL/TLS (LDAPS), which secures directory service traffic by encrypting the connection between the client and the LDAP server. This ensures that credentials and directory data transmitted during authentication and queries cannot be intercepted in plaintext. Standard LDAP operates on port 389, while the secured variant uses 636.

Concept tested: LDAPS secure port number identification

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/ldap-over-ssl-connection-issues

Topics

#LDAP#port 636#LDAPS#directory services

Community Discussion

No community discussion yet for this question.

Full GSLC Practice