Study for the Ethical Hacking Essentials Test. Explore interactive flashcards and multiple-choice questions with hints and explanations. Prepare thoroughly and boost your exam readiness!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which of the following protocols operates without any encryption, making data vulnerable to interception?

  1. Hypertext Transfer Protocol Secure (HTTPS)

  2. Telnet

  3. Internet Control Message Protocol (ICMP)

  4. Simple Mail Transfer Protocol (SMTP)

The correct answer is: Telnet

Telnet is a protocol that operates without encryption, which means that any data transmitted over a Telnet connection is sent in plaintext. This lack of encryption makes it susceptible to interception by attackers who can easily capture the data being transferred, including sensitive information such as passwords and user credentials. In contrast, HTTPS is designed to secure data in transit by using encryption, which protects against eavesdropping. ICMP is primarily used for network diagnostics and does not carry data that needs to be encrypted in the same context. While SMTP sends emails without built-in encryption, it is often secured using protocols like STARTTLS; thus, it doesn’t share the inherent vulnerability of plaintext transmission found in Telnet. This distinction makes Telnet particularly vulnerable among the options listed, confirming its classification as a protocol operating without encryption.