312-50V11 · Question #94
What port number is used by LDAP protocol?
The correct answer is B. 389. This question tests knowledge of IANA well-known port assignments, specifically the default port for the LDAP protocol.
Question
What port number is used by LDAP protocol?
Options
- A110
- B389
- C464
- D445
How the community answered
(34 responses)- A3% (1)
- B91% (31)
- D6% (2)
Why each option
This question tests knowledge of IANA well-known port assignments, specifically the default port for the LDAP protocol.
Port 110 is the IANA-assigned port for POP3 (Post Office Protocol version 3), used to retrieve email from a mail server.
LDAP (Lightweight Directory Access Protocol) is assigned TCP and UDP port 389 by IANA for standard unencrypted directory service communication. This port is used by directory services such as Microsoft Active Directory for authentication queries, attribute lookups, and directory searches. LDAP over SSL/TLS (LDAPS) uses the separate port 636, but plain LDAP operates exclusively on 389.
Port 464 is assigned to the Kerberos password change service (kpasswd), part of the Kerberos v5 authentication protocol suite.
Port 445 is assigned to Microsoft-DS and carries SMB traffic for Windows file sharing and Active Directory replication, which is distinct from LDAP directory queries.
Concept tested: LDAP protocol well-known port assignment
Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
Topics
Community Discussion
No community discussion yet for this question.