mediummultiple choiceObjective-mapped

Which statement best describes why a management network should prefer SSH over Telnet?

Question 1mediummultiple choice
Full question →

Which statement best describes why a management network should prefer SSH over Telnet?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

SSH encrypts remote management traffic, while Telnet does not.

This is correct because encryption is the main security advantage of SSH over Telnet.

B

Distractor review

Telnet is preferred because it is simpler to sniff and verify.

This is wrong because the ease of sniffing is actually part of Telnet’s weakness.

C

Distractor review

SSH works only on wireless networks.

This is wrong because SSH is not limited to wireless networks.

D

Distractor review

Telnet is required for AAA authorization to work.

This is wrong because AAA can work with secure management protocols such as SSH.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is the misconception that Telnet is required for AAA authorization or that SSH is limited to wireless networks. Candidates might incorrectly believe Telnet’s simplicity makes it preferable or that SSH’s encryption is unnecessary. This misunderstanding leads to choosing Telnet despite its security weaknesses. The trap exploits confusion about protocol capabilities and AAA integration. Remember, AAA works with both SSH and Telnet, but SSH’s encryption makes it the secure and recommended choice for remote management in Cisco environments.

Technical deep dive

How to think about this question

Secure Shell (SSH) is a network protocol that provides encrypted communication for remote device management. It ensures that all data exchanged between the administrator and the network device, such as Cisco routers or switches, is encrypted, protecting sensitive information like usernames, passwords, and configuration commands from eavesdropping. Telnet, in contrast, sends all data in plaintext, making it vulnerable to interception by attackers using packet sniffers. When configuring remote management on Cisco devices, SSH is preferred because it aligns with security best practices by encrypting traffic. This encryption prevents attackers from capturing login credentials or session data, which could lead to unauthorized access or network compromise. Cisco IOS supports SSH natively, and enabling SSH involves generating cryptographic keys and configuring user authentication. AAA services can be integrated with SSH to provide robust authentication and authorization, but AAA itself does not require Telnet or SSH specifically. A common exam trap is assuming Telnet is necessary for AAA authorization or that SSH only works on certain network types like wireless. In reality, AAA works with both protocols, and SSH is universally supported on IP networks regardless of the physical medium. Understanding the security implications of using Telnet versus SSH is critical for Cisco network security and is frequently tested in the CCNA exam. Practically, network administrators should disable Telnet on management interfaces to enforce encrypted remote access and reduce attack surfaces.

KKey Concepts to Remember

  • SSH encrypts all remote management traffic, including usernames, passwords, and session data, preventing interception and unauthorized access.
  • Telnet transmits management traffic in clear text, exposing sensitive credentials and commands to network sniffing and attacks.
  • Cisco devices prefer SSH over Telnet for secure remote administration to comply with security best practices and protect network integrity.
  • AAA (Authentication, Authorization, and Accounting) services function independently of the remote management protocol and support both SSH and Telnet.
  • Management networks should always use encrypted protocols like SSH to ensure confidentiality and integrity of administrative sessions.
  • Using SSH reduces the risk of credential compromise during remote device management compared to Telnet.
  • Network security policies in Cisco environments mandate encrypted remote access methods to prevent unauthorized device control.
  • SSH operates over TCP port 22 and supports strong cryptographic algorithms, while Telnet uses TCP port 23 without encryption.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

SSH encrypts all remote management traffic, including usernames, passwords, and session data, preventing interception and unauthorized access.

What is the correct answer to this question?

The correct answer is: SSH encrypts remote management traffic, while Telnet does not. — SSH is preferred because it protects remote administrative traffic with encryption. In plain language, that means usernames, passwords, and session contents are not exposed in clear text as they cross the network. Telnet does not offer that protection, which is why it is considered much weaker from a security perspective. This is one of the most basic management-security choices in networking. The issue is not whether remote administration should exist. It is whether that administration should happen in a way that protects credentials and commands. That is exactly why SSH is the stronger choice.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.