A IT technician is reviewing network security configurations to disable insecure legacy management services across the corporate network. Which port should be blocked on the firewall to prevent unencrypted Telnet remote access connections?
- Port 23Answer
- BPort 22
- CPort 3389
- DPort 80
Answer
Port 23 is the default port for Telnet.
Port 23 is the standard default port for Telnet. Telnet transmits all data, including authentication credentials, in unencrypted cleartext, making it insecure and leading administrators to block port 23 in favor of SSH.
Step-by-Step Solution
Key Concept
Standard default port numbers for remote access protocols (Telnet vs. SSH vs. RDP)
Estimated Time:45s