easymultiple choiceObjective-mapped

Why is SSH preferred over Telnet for device management?

Question 1easymultiple choice
Full question →

Why is SSH preferred over Telnet for device management?

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

Distractor review

SSH uses UDP and is therefore faster

SSH uses TCP, not UDP.

B

Best answer

SSH encrypts the session traffic

That is the main security advantage.

C

Distractor review

SSH works only on Layer 2 networks

SSH works across IP networks.

D

Distractor review

SSH does not require user authentication

SSH absolutely supports and usually requires authentication.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is the misconception that SSH uses UDP or does not require user authentication. Some candidates mistakenly believe SSH is faster because it uses UDP, but SSH actually uses TCP to ensure reliable, ordered delivery of encrypted data. Another trap is thinking SSH works only on Layer 2 networks, whereas it operates over IP and can be used across routed networks. Additionally, assuming SSH does not require authentication is incorrect; SSH mandates authentication to establish a secure session. Recognizing these facts helps avoid selecting incorrect options related to SSH’s protocol and security features.

Technical deep dive

How to think about this question

Secure Shell (SSH) is a network protocol that provides administrators with a secure way to access and manage network devices remotely. Unlike Telnet, which transmits data in plaintext, SSH encrypts all session traffic, including usernames, passwords, and commands, ensuring confidentiality and integrity. This encryption protects against eavesdropping and man-in-the-middle attacks, which are critical concerns in modern network security. SSH operates over TCP, typically using port 22, and supports strong authentication methods, including password and public key authentication. When choosing between SSH and Telnet for device management, Cisco devices and the CCNA exam emphasize the security benefits of SSH. Telnet sends all data unencrypted over the network, making it vulnerable to interception and credential theft. SSH’s encryption and authentication mechanisms make it the preferred protocol for managing Cisco routers, switches, and other network devices securely. Cisco IOS supports SSH configuration to replace Telnet, aligning with best practices for network security and compliance. A common exam trap is confusing SSH’s transport protocol or security features. For example, some might incorrectly believe SSH uses UDP or does not require authentication, which is false. Understanding that SSH uses TCP and mandates authentication helps avoid this mistake. Practically, network engineers must disable Telnet and enable SSH on Cisco devices to ensure secure remote management, especially in environments where sensitive data and device configurations are at risk.

KKey Concepts to Remember

  • SSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception.
  • Telnet transmits data in clear text, making it vulnerable to eavesdropping and credential theft on modern IP networks.
  • Cisco devices prefer SSH over Telnet for remote management due to SSH’s secure authentication and encrypted communication.
  • SSH operates over TCP port 22 and supports multiple authentication methods, including password and public key authentication.
  • Telnet uses TCP but does not provide encryption or secure authentication, which makes it unsuitable for secure device management.
  • SSH works across IP networks and is not limited to Layer 2, enabling secure remote access over routed networks.
  • Network administrators should disable Telnet and enable SSH on Cisco devices to comply with security best practices.
  • Misunderstanding SSH’s transport protocol or authentication requirements is a common exam trap that can lead to incorrect answers.

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 session traffic, including usernames, passwords, and commands, to protect device management sessions from interception.

What is the correct answer to this question?

The correct answer is: SSH encrypts the session traffic — SSH encrypts the management session, including usernames, passwords, and commands. Telnet sends traffic in clear text, which makes it unsafe on modern networks.

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.