A security technician is configuring firewall access control lists (ACLs) to secure directory authentication queries between remote branch offices and a central domain controller. Company policy mandates that all directory queries over the WAN must be encrypted using SSL/TLS. Which of the following port and protocol combinations must be permitted through the firewall to meet this requirement?
- TCP port 636 for LDAPSAnswer
- BTCP port 389 for LDAP
- CUDP port 53 for DNS
- DTCP port 443 for HTTPS
Answer
TCP port 636 for LDAPS is required to secure directory queries with SSL/TLS encryption.
LDAPS (Lightweight Directory Access Protocol Secure) encrypts directory service traffic over SSL/TLS and listens on standard TCP port 636.
Step-by-Step Solution
Key Concept
Port assignments for directory authentication protocols (LDAP port 389 vs LDAPS port 636)