220-1002 · Question #641
220-1002 Question #641: Real Exam Question with Answer & Explanation
The correct answer is A: Telnet. Telnet (A) is a legacy remote access protocol that transmits all data - including usernames, passwords, and commands - in unencrypted plaintext. This makes it trivially easy for anyone sniffing the network to capture credentials. SSH (B) is Telnet's secure replacement and encrypt
Question
Options
- ATelnet
- BSSH
- CSFTP
- DRDP
Explanation
Telnet (A) is a legacy remote access protocol that transmits all data - including usernames, passwords, and commands - in unencrypted plaintext. This makes it trivially easy for anyone sniffing the network to capture credentials. SSH (B) is Telnet's secure replacement and encrypts all traffic, including authentication data. SFTP (C) is Secure File Transfer Protocol, which also uses SSH encryption. RDP (D) encrypts its sessions by default using TLS/SSL. Since the analyst found plaintext credentials in the network capture, the only protocol in this list that would produce that result is Telnet. Network switches often have a management interface accessible via Telnet (port 23) for legacy compatibility, but its use is strongly discouraged precisely because of this plaintext vulnerability.
Community Discussion
No community discussion yet for this question.