220-1101 · Question #232
Which of the following is an unsecure remote access protocol?
The correct answer is D. Telnet. Telnet transmits all data, including usernames and passwords, in clear text with no encryption, making it trivially interceptable on a network. It was widely used before secure alternatives existed. SSH (A) is Telnet's secure replacement, providing encrypted remote shell access.
Question
Which of the following is an unsecure remote access protocol?
Options
- ASSH
- BHTTPS
- CSFTP
- DTelnet
How the community answered
(37 responses)- B5% (2)
- C3% (1)
- D92% (34)
Explanation
Telnet transmits all data, including usernames and passwords, in clear text with no encryption, making it trivially interceptable on a network. It was widely used before secure alternatives existed. SSH (A) is Telnet's secure replacement, providing encrypted remote shell access. HTTPS (B) is encrypted web communication. SFTP (C) is the secure version of FTP running over SSH. Telnet (D) is the only option here that provides no encryption or authentication security.
Topics
Community Discussion
No community discussion yet for this question.