A systems administrator is configuring firewall rules for a newly deployed application server. The server must host encrypted web traffic for external clients and permit network administrators to establish secure, encrypted remote command-line sessions over the network. Which of the following port and transport protocol combinations must be allowed through the firewall to support these requirements? (Select TWO.)
- TCP port 443Answer
- TCP port 22Answer
- CUDP port 22
- DTCP port 80
Answer
TCP port 443 and TCP port 22
The requirement calls for hosting encrypted web traffic and enabling secure remote shell access. HTTPS provides encrypted web transport using TCP port 443, while SSH provides secure remote command-line management using TCP port 22.
Step-by-Step Solution
Key Concept
Networking Ports and Protocols