A security technician is auditing perimeter firewall rules to enforce encrypted transport standards across the enterprise. The audit reveals that network management agents and directory service clients are communicating using unencrypted protocols over TCP port 389 and UDP port 161. The technician must reconfigure the firewall access control list (ACL) to block these insecure services while permitting their secure, encrypted counterparts for directory queries and network management polling. Which of the following transport protocol and port combinations should be explicitly allowed on the firewall?
- TCP port 636 and UDP port 161Answer
- BTCP port 389 and UDP port 162
- CUDP port 636 and TCP port 161
- DTCP port 636 and TCP port 53
Answer
TCP port 636 and UDP port 161 must be allowed.
The combination specifying TCP port 636 and UDP port 161 is correct. LDAPS provides encrypted directory authentication over TCP port 636, replacing cleartext LDAP on TCP port 389. SNMPv3 provides message integrity, authentication, and encryption for network monitoring and continues to use UDP port 161 for polling operations.
Step-by-Step Solution
Key Concept
Identifying default port numbers and transport layer protocols for secure directory services (LDAPS) and network monitoring (SNMPv3).