A system administrator needs to configure firewall access for a new web server that will support secure command-line administration and encrypted web traffic. Which of the following transport protocols and default port numbers must be permitted through the firewall? (Select TWO.)
- TCP port 22Cevap
- TCP port 443Cevap
- CUDP port 22
- DTCP port 80
Cevap
TCP port 22 and TCP port 443
SSH uses TCP port 22 to enable encrypted administrative terminal sessions, and HTTPS uses TCP port 443 to secure web communications with TLS/SSL encryption.
Adım Adım Çözüm
Anahtar Kavram
Default transport protocol and port mappings for secure administration (SSH on TCP port 22) and secure web communications (HTTPS on TCP port 443).