Question 999 of 1,819
Network Services and SecurityeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is SSH because it encrypts the entire management session, while Telnet does not. SSH uses cryptographic protocols to secure all transmitted data, including usernames, passwords, and command outputs, rendering the traffic unreadable to anyone intercepting it. In contrast, Telnet sends everything in clear text, making it trivial for an attacker on the same network to capture credentials and configuration details. On the CCNA 200-301 v2 exam, this distinction tests your understanding of secure device management fundamentals; a common trap is assuming Telnet is acceptable on isolated or lab networks, but the exam emphasizes that any unencrypted management traffic violates modern security best practices. Remember the mnemonic: “SSH Secures, Telnet Tells all” — if you see a question about remote CLI access and security, always pick SSH for encryption.

CCNA Network Services and Security Practice Question

This 200-301 practice question tests your understanding of network services and security. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: sSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Why is SSH preferred over Telnet for device management?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

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.

Key principle: SSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • SSH uses UDP and is therefore faster

    Why it's wrong here

    SSH uses TCP, not UDP.

    When this WOULD be correct

    In a different context, a question might ask about the performance characteristics of various protocols in a specific application where speed is prioritized over reliability, and it could be stated that SSH's overhead makes it slower than UDP-based protocols, making this option correct.

  • SSH encrypts the session traffic

    Why this is correct

    That is the main security advantage.

    Related concept

    SSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception.

  • SSH works only on Layer 2 networks

    Why it's wrong here

    SSH works across IP networks.

    When this WOULD be correct

    In a question asking about the capabilities of various protocols on Layer 2 networks, where the focus is on protocols that can operate at that layer, stating that SSH works only on Layer 2 could be correct if the context is about a specific implementation scenario where SSH is being used in a Layer 2 tunneling protocol.

  • SSH does not require user authentication

    Why it's wrong here

    SSH absolutely supports and usually requires authentication.

    When this WOULD be correct

    In a different exam question asking about protocols that do not require user authentication for access, the option could be correct if discussing protocols like HTTP or FTP, which allow access without user credentials.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

SSH encrypts the session trafficCorrect answer

Why this is correct

That is the main security advantage.

SSH uses UDP and is therefore fasterWrong answer — click to see why

Why this is wrong here

SSH uses TCP port 22, not UDP. Telnet also uses TCP (port 23). Both are connection-oriented, so SSH is not faster due to transport protocol choice.

★ When this WOULD be the correct answer

In a different context, a question might ask about the performance characteristics of various protocols in a specific application where speed is prioritized over reliability, and it could be stated that SSH's overhead makes it slower than UDP-based protocols, making this option correct.

Why candidates choose this

Students may confuse SSH with SNMP or other UDP-based protocols, or assume that encryption overhead makes SSH slower, leading them to think UDP would be faster.

SSH works only on Layer 2 networksWrong answer — click to see why

Why this is wrong here

SSH operates at the application layer (Layer 7) and relies on IP connectivity (Layer 3). It is not restricted to Layer 2 networks; it can traverse routed networks and the internet.

★ When this WOULD be the correct answer

In a question asking about the capabilities of various protocols on Layer 2 networks, where the focus is on protocols that can operate at that layer, stating that SSH works only on Layer 2 could be correct if the context is about a specific implementation scenario where SSH is being used in a Layer 2 tunneling protocol.

Why candidates choose this

The term 'secure shell' might be misinterpreted as operating at a lower layer, or students may confuse SSH with protocols like CDP or LLDP that work at Layer 2.

SSH does not require user authenticationWrong answer — click to see why

Why this is wrong here

SSH requires authentication, typically via passwords or public key cryptography. Without authentication, SSH would provide no security, defeating its purpose.

★ When this WOULD be the correct answer

In a different exam question asking about protocols that do not require user authentication for access, the option could be correct if discussing protocols like HTTP or FTP, which allow access without user credentials.

Why candidates choose this

Some students might think that because SSH is secure, it automatically handles authentication transparently, or they may confuse it with protocols like SNMPv2c that can operate without authentication.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

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.

Detailed technical explanation

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.

Key takeaway

SSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception.

Real-world example

How this comes up in practice

A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. SSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Review sSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception., then practise related 200-301 questions on the same topic to reinforce the concept.

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.

Practice this exam

Start a free 200-301 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 200-301 question test?

Network Services and Security — This question tests Network Services and Security — 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?

Review sSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

SSH encrypts all session traffic, including usernames, passwords, and commands, to protect device management sessions from interception.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Apr 13, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.