A network administrator needs to configure edge firewall rules to allow remote terminal access over an encrypted command-line interface as well as secure web traffic to an internal web server. Which TWO standard protocol and port combinations must be permitted through the firewall?
- SSH over TCP port 22Answer
- HTTPS over TCP port 443Answer
- CTelnet over UDP port 23
- DHTTP over TCP port 443
Answer
The firewall rules must permit SSH traffic using TCP port 22 and HTTPS traffic using TCP port 443.
SSH on TCP port 22 meets the requirement for secure command-line administration, while HTTPS on TCP port 443 meets the requirement for encrypted web application access.
Step-by-Step Solution
Key Concept
Standard default port assignments for secure network management and web services.