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 22Cevap
- TCP port 636Cevap
- CUDP port 636
- DTCP port 389
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Standard service port numbers and transport protocol selection for secure remote access and directory services