A third-party security consultant is performing a vulnerability assessment on the network and informs you that there is an open port which, by default, is used for unencrypted remote administration, and advises it should either be closed or secured. Which port should the consultant be referring to?
Port 23 is traditionally used by Telnet for unencrypted remote administration. Telnet communicates in plaintext, making it susceptible to eavesdropping, and is therefore considered insecure. SSH on port 22, on the other hand, provides a secure, encrypted method for remote administration. While port 21 is used by FTP, it is for file transfers and not for remote administration, and similarly, while port 80 serves content unencrypted, it is for HTTP traffic, resulting in no relevance to remote administration security concerns.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Telnet and how does it work?
Open an interactive chat with Bash
What are the risks of using unencrypted protocols like Telnet?