A network technician needs to configure firewall rules to permit traffic for secure web browsing and secure remote command-line administration. Which TWO of the following protocol and default port combinations should be allowed?
- SSH operating over TCP port 22Answer
- HTTPS operating over TCP port 443Answer
- CTelnet operating over UDP port 23
- DHTTP operating over TCP port 443
Answer
The correct selections are SSH operating over TCP port 22 and HTTPS operating over TCP port 443.
SSH (TCP port 22) and HTTPS (TCP port 443) are standard secure protocols designed to encrypt command-line management and web traffic, respectively.
Step-by-Step Solution
Key Concept
Standard default port and transport protocol assignments for secure network services.