Question 1,416 of 1,819
Network Services and SecuritymediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is SSH, because it encrypts all management traffic, while Telnet sends data in clear text. This fundamental security difference stems from SSH establishing an encrypted tunnel for the session, protecting usernames, passwords, and configuration commands from being intercepted on the network. In contrast, Telnet transmits everything in plaintext, making it trivial for an attacker with a packet sniffer to capture credentials and device configurations. On the CCNA 200-301 v2 exam, this concept appears in questions about secure remote administration protocols, often as a direct comparison or within a scenario where you must choose the secure method. A common trap is assuming Telnet is acceptable for lab or internal networks, but the exam emphasizes that any unencrypted management traffic is a security risk. Remember the mnemonic: SSH Secures, Telnet Tattles.

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 remote management traffic, protecting usernames, passwords, and commands from interception during transmission.. 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 remote device administration?

Question 1mediummultiple 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 management traffic, while Telnet sends data in clear text

SSH protects credentials and management traffic by encrypting the session. Telnet does not provide encryption, so usernames, passwords, and commands can be exposed in transit.

Key principle: SSH encrypts all remote management traffic, protecting usernames, passwords, and commands from interception during transmission.

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 less bandwidth because it removes the TCP header

    Why it's wrong here

    SSH still uses TCP and does not remove transport headers.

    When this WOULD be correct

    In a different context, a question might ask which protocol is more efficient for low-bandwidth environments without considering security. If the question specifically states that SSH's bandwidth efficiency is being compared in a scenario where TCP header removal is a factor, then this option could be correct.

  • SSH encrypts management traffic, while Telnet sends data in clear text

    Why this is correct

    Correct. Encryption is the key reason SSH is preferred.

    Related concept

    SSH encrypts all remote management traffic, protecting usernames, passwords, and commands from interception during transmission.

  • SSH works only on console ports, which are more secure

    Why it's wrong here

    SSH is used over IP, not only on console ports.

    When this WOULD be correct

    In a question that specifically asks about the security of console port access methods, stating that SSH works only on console ports could be correct if the context implies that SSH is the preferred method for console access due to its encryption capabilities, while Telnet is not secure.

  • SSH does not require user authentication

    Why it's wrong here

    SSH absolutely can and typically does require authentication.

    When this WOULD be correct

    In a different exam scenario, if the question asked about protocols that do not require user authentication for remote access, then this option could be correct. For example, a question about unsecured protocols might highlight that Telnet allows access without authentication, making it a valid point in that context.

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 management traffic, while Telnet sends data in clear textCorrect answer

Why this is correct

Correct. Encryption is the key reason SSH is preferred.

SSH uses less bandwidth because it removes the TCP headerWrong answer — click to see why

Why this is wrong here

This option is incorrect because SSH does not inherently use less bandwidth than Telnet; both protocols utilize TCP, and SSH's encryption actually adds overhead, potentially increasing bandwidth usage.

★ When this WOULD be the correct answer

In a different context, a question might ask which protocol is more efficient for low-bandwidth environments without considering security. If the question specifically states that SSH's bandwidth efficiency is being compared in a scenario where TCP header removal is a factor, then this option could be correct.

Why candidates choose this

Candidates may find this option appealing due to a misunderstanding of how SSH operates, mistakenly believing that its design inherently optimizes bandwidth usage compared to Telnet, especially if they focus on performance over security.

SSH works only on console ports, which are more secureWrong answer — click to see why

Why this is wrong here

This option is incorrect because SSH can operate over various types of connections, including console ports, but it is not limited to them. Telnet can also be used over console ports, making this statement misleading.

★ When this WOULD be the correct answer

In a question that specifically asks about the security of console port access methods, stating that SSH works only on console ports could be correct if the context implies that SSH is the preferred method for console access due to its encryption capabilities, while Telnet is not secure.

Why candidates choose this

Candidates may be drawn to this option because they associate SSH with enhanced security and may mistakenly believe that its use is restricted to more secure environments like console ports, leading to confusion about its actual operational scope.

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

Why this is wrong here

This option is incorrect because SSH does require user authentication, typically through passwords or public key authentication, which is essential for secure access. In contrast, Telnet does not enforce strong authentication mechanisms.

★ When this WOULD be the correct answer

In a different exam scenario, if the question asked about protocols that do not require user authentication for remote access, then this option could be correct. For example, a question about unsecured protocols might highlight that Telnet allows access without authentication, making it a valid point in that context.

Why candidates choose this

Candidates may find this option tempting due to a misunderstanding of SSH's authentication mechanisms, confusing it with other protocols that might not require authentication, leading to the assumption that SSH operates similarly.

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

Don't confuse ease of configuration or bandwidth usage with security features. Focus on the encryption aspect of SSH.

Detailed technical explanation

How to think about this question

Secure Shell (SSH) is a network protocol that provides encrypted communication for remote device administration, replacing older protocols like Telnet that transmit data in clear text. SSH uses strong encryption algorithms to protect the confidentiality and integrity of management traffic, including usernames, passwords, and command data, preventing interception or tampering by attackers. This encryption is critical in Cisco networking environments to safeguard device access and configuration changes over untrusted networks. When choosing between SSH and Telnet for remote device management, Cisco devices prefer SSH because it authenticates users and encrypts all session data, ensuring secure communication. Telnet, by contrast, sends all data unencrypted, exposing sensitive credentials and commands to potential eavesdropping. Cisco IOS supports SSH configuration with cryptographic keys and user authentication, making SSH the standard for secure remote access in CCNA-level network administration. A common exam trap is confusing SSH’s encryption benefits with bandwidth or port usage characteristics. SSH does not reduce TCP overhead or operate only on console ports; it runs over IP networks and requires authentication. Understanding that SSH’s primary advantage is encryption helps avoid selecting incorrect options that focus on bandwidth or port types. Practically, network engineers must always enable SSH on Cisco devices to comply with security best practices and prevent credential exposure during remote management.

KKey Concepts to Remember

  • SSH encrypts all remote management traffic, protecting usernames, passwords, and commands from interception during transmission.
  • Telnet sends management data in clear text, making it vulnerable to eavesdropping and credential theft on untrusted networks.
  • Cisco IOS devices prefer SSH over Telnet for remote administration because SSH provides secure authentication and encrypted sessions.
  • SSH operates over TCP/IP networks and requires user authentication before granting remote device access.
  • Telnet does not encrypt data and should be avoided for remote device management in secure Cisco network environments.
  • SSH uses cryptographic keys to establish secure sessions, ensuring data confidentiality and integrity.
  • Remote device administration using SSH prevents attackers from capturing sensitive configuration commands and login credentials.
  • Enabling SSH on Cisco devices aligns with CCNA security fundamentals by enforcing secure remote access protocols.

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 remote management traffic, protecting usernames, passwords, and commands from interception during transmission.

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 remote management traffic, protecting usernames, passwords, and commands from interception during transmission. 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 remote management traffic, protecting usernames, passwords, and commands from interception during transmission., 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 remote management traffic, protecting usernames, passwords, and commands from interception during transmission..

What is the correct answer to this question?

The correct answer is: SSH encrypts management traffic, while Telnet sends data in clear text — SSH protects credentials and management traffic by encrypting the session. Telnet does not provide encryption, so usernames, passwords, and commands can be exposed in transit.

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

Review sSH encrypts all remote management traffic, protecting usernames, passwords, and commands from interception during transmission., 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 remote management traffic, protecting usernames, passwords, and commands from interception during transmission.

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

Same concept, more angles

1 more ways this is tested on 200-301

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Why is Telnet generally discouraged for network device administration?

easy
  • A.It cannot cross routed networks
  • B.It sends credentials and commands in clear text
  • C.It supports only local usernames
  • D.It works only from the console port

Why B: Telnet sends all data, including credentials and commands, in clear text, making it vulnerable to eavesdropping. Option A is wrong because Telnet can traverse routed networks using TCP port 23. Option C is incorrect because Telnet can use local usernames as well as external AAA servers. Option D is false because Telnet works over network interfaces, not exclusively from the console port.

Keep practising

More 200-301 practice questions

Last reviewed: Apr 12, 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.