A network technician is configuring firewall rules to secure administrative access for a newly deployed web server. The management policy requires enabling secure encrypted command-line administration and secure encrypted web management interfaces while blocking unencrypted legacy protocols. Which of the following port and protocol combinations must the technician permit through the firewall to meet these requirements? (Select TWO.)
- TCP port 22 for SSHCevap
- BTCP port 80 for HTTP
- TCP port 443 for HTTPSCevap
- DTCP port 23 for Telnet
Cevap
The technician must permit TCP port 22 for Secure Shell (SSH) to enable encrypted command-line administration and TCP port 443 for Hypertext Transfer Protocol Secure (HTTPS) to enable encrypted web administration.
SSH (TCP port 22) satisfies the requirement for secure command-line administration, while HTTPS (TCP port 443) fulfills the requirement for secure web management. Both protocols encrypt session traffic to prevent eavesdropping and credential theft.
Adım Adım Çözüm
Anahtar Kavram
Standard port assignments for secure remote access (SSH on TCP 22) and secure web communications (HTTPS on TCP 443).