A network administrator is establishing stateful firewall rules to allow remote administrative workstations to securely manage internal Linux servers via encrypted command-line sessions and authenticate against a directory server using SSL/TLS encryption. Unencrypted management traffic must remain strictly blocked. Which TWO port and transport protocol combinations must be explicitly permitted to support these administrative requirements? (Select TWO.)
- TCP port 22Answer
- TCP port 636Answer
- CUDP port 636
- DTCP port 389
Answer
TCP port 22 (for SSH) and TCP port 636 (for LDAPS) must be explicitly permitted.
Encrypted remote terminal access is provided by SSH over TCP port 22. Encrypted directory services authentication is provided by LDAPS over TCP port 636. Both protocols require connection-oriented TCP transport to establish stateful, reliable cryptographic sessions.
Step-by-Step Solution
Key Concept
Standard service port numbers and transport protocol selection for secure remote access and directory services