During a security audit, a network analyst identifies unencrypted directory query traffic originating from an internal application server to a domain controller over TCP port 389. To secure these identity lookup requests with TLS encryption, which protocol and default port combination must be permitted through the internal firewall?
- TCP port 636 for Lightweight Directory Access Protocol over SSL/TLS (LDAPS)Answer
- BUDP port 389 for Connectionless Lightweight Directory Access Protocol (CLDAP)
- CTCP port 3268 for Global Catalog queries
- DTCP port 443 for Hypertext Transfer Protocol Secure (HTTPS)
Answer
TCP port 636 for Lightweight Directory Access Protocol over SSL/TLS (LDAPS)
Lightweight Directory Access Protocol over SSL/TLS (LDAPS) operates over TCP port 636 to provide encrypted communication for directory lookups and authentication services, replacing the unencrypted LDAP service on TCP port 389.
Step-by-Step Solution
Key Concept
Secure Directory Services Port Mapping (LDAP vs LDAPS)
Estimated Time:1m 0s