A systems engineer is hardening an Active Directory domain controller to ensure all directory service queries from client workstations are encrypted using Transport Layer Security (TLS). Which port must be open on the internal firewall to allow secure Lightweight Directory Access Protocol (LDAPS) traffic?
- TCP port 636Answer
- BTCP port 389
- CTCP port 445
- DUDP port 53
Answer
TCP port 636 is required to enable secure Lightweight Directory Access Protocol (LDAPS) communication over SSL/TLS.
TCP port 636 is the standard default port designated for LDAPS (Lightweight Directory Access Protocol Secure), which wraps LDAP communications within an SSL/TLS encrypted tunnel to protect directory queries and authentication credentials.
Step-by-Step Solution
Key Concept
LDAP vs. LDAPS Port Specifications
Estimated Time:1m 0s