A network security team is replacing insecure legacy protocols across core infrastructure routers. The new baseline policy requires allowing only encrypted protocols for remote command-line administration and web-based graphical configuration. Which TWO of the following transport protocols and default port numbers must be permitted through the administrative management access control list (ACL) to meet these requirements?
- SSH operating over TCP port 22Answer
- HTTPS operating over TCP port 443Answer
- CTelnet operating over TCP port 23
- DHTTP operating over TCP port 80
Answer
SSH operating over TCP port 22 and HTTPS operating over TCP port 443 are the correct secure choices.
SSH on TCP port 22 provides secure, encrypted shell access for command-line management, while HTTPS on TCP port 443 provides encrypted web management using TLS. Together, these two fulfill the requirement for secure remote administration across CLI and GUI channels.
Step-by-Step Solution
Key Concept
Secure remote management protocol and port pairing
Estimated Time:1m 15s