312-50V13 · Question #152
What port number is used by LDAP protocol?
The correct answer is B. 389. The Lightweight Directory Access Protocol (LDAP) uses port 389 for unencrypted communications and port 636 for encrypted LDAP over SSL/TLS (LDAPS).
Question
Options
- A110
- B389
- C464
- D445
How the community answered
(57 responses)- A2% (1)
- B89% (51)
- C2% (1)
- D7% (4)
Why each option
The Lightweight Directory Access Protocol (LDAP) uses port 389 for unencrypted communications and port 636 for encrypted LDAP over SSL/TLS (LDAPS).
Port 110 is commonly used by the Post Office Protocol version 3 (POP3) for retrieving emails, not for LDAP.
The LDAP protocol, commonly used for accessing and maintaining distributed directory information services, primarily uses Transmission Control Protocol (TCP) port 389 for its standard unencrypted communications. Encrypted LDAP (LDAPS) typically uses TCP port 636.
Port 464 is primarily associated with the Kerberos Change/Set Password Protocol, not LDAP.
Port 445 is used by Server Message Block (SMB) for file sharing and printer sharing, not for LDAP.
Concept tested: Standard network port numbers (LDAP)
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/config-firewall-for-ad-domains-and-trusts
Topics
Community Discussion
No community discussion yet for this question.