Courseiva
Question 1,562 of 1,389
Network Services and SecurityeasyMultiple ChoiceObjective-mapped

CCNA Network Services and Security Practice Question

Which protocol is preferred over Telnet for remote CLI management because it encrypts the session?

⚠ Common exam trap

A frequent exam trap is selecting Telnet or other protocols like FTP or TFTP for remote CLI management because they are familiar or commonly mentioned in networking contexts. Telnet is often mistakenly chosen because it provides remote access, but it sends all data unencrypted, exposing credentials to attackers. FTP and TFTP are file transfer protocols and do not support interactive command-line management sessions. SNMPv1 is used for network monitoring, not secure CLI access, and lacks encryption. Candidates must recognize that only SSH encrypts the session, making it the secure and preferred protocol for remote management in Cisco environments.

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

SSH encrypts credentials and management traffic, making it the standard secure replacement for Telnet.

Answer analysis

Option-by-option breakdown

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

  • FTP

    Why it's wrong here

    FTP (File Transfer Protocol) is a file-transfer service that uses TCP port 21 for control and a separate dynamic data port, transmitting usernames, passwords, and file contents in cleartext by default. Although it requires authentication, its purpose is moving files between hosts, not offering a command-line shell for device configuration. The lack of encryption makes it vulnerable to packet sniffing, and its interactive commands are limited to file operations, not device management commands.

    When this WOULD be correct

    If the exam question asked for a protocol used for file transfer that supports encryption, such as FTPS or SFTP, then FTP could be considered correct in that context. This would shift the focus from remote CLI management to secure file transfer.

  • SSH

    Why this is correct

    SSH (Secure Shell) provides an encrypted, authenticated remote CLI session over TCP port 22, protecting both login credentials and subsequent commands from eavesdropping or session hijacking. It is the industry-standard replacement for Telnet because it ensures confidentiality and integrity of the management traffic on untrusted networks. Unlike the other options, SSH is purpose-built for secure interactive terminal access to network devices.

  • TFTP

    Why it's wrong here

    TFTP (Trivial File Transfer Protocol) is a lightweight, lockstep file-transfer protocol that runs over UDP port 69 with no authentication, encryption, or even directory listing capability. It is designed solely for simple read/write operations, such as pushing configuration files or IOS images to a device, not for interactive remote CLI sessions. Because it lacks any session concept, it cannot provide a login-oriented command interface for administration.

    When this WOULD be correct

    If the exam question asked which protocol is used for transferring files in a simple manner without encryption, TFTP would be the correct answer. For example, a question could specify 'Which protocol allows for file transfers without security features?'

  • SNMPv1

    Why it's wrong here

    SNMPv1 is a network management protocol that uses community strings as plaintext passwords and typically operates over UDP port 161 for monitoring and UDP 162 for traps, allowing GET/SET operations on managed objects via MIBs. It does not provide a CLI interface at all; instead, it is used by NMS applications to poll or configure device parameters programmatically. Moreover, SNMPv1 has no encryption or robust authentication, so it is insecure for remote administration and cannot replace Telnet for CLI access.

    When this WOULD be correct

    If the question asked for a protocol used for network management that does not require encryption, SNMPv1 would be the correct answer. For example, a question might specify the need for a simple, unencrypted protocol for monitoring network devices.

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.

SSHCorrect answer

Why this is correct

SSH (Secure Shell) provides an encrypted, authenticated remote CLI session over TCP port 22, protecting both login credentials and subsequent commands from eavesdropping or session hijacking. It is the industry-standard replacement for Telnet because it ensures confidentiality and integrity of the management traffic on untrusted networks. Unlike the other options, SSH is purpose-built for secure interactive terminal access to network devices.

FTPWrong answer — click to see why

Why this is wrong here

FTP is primarily used for transferring files and does not provide encryption for remote command-line interface management sessions. Therefore, it is not a suitable alternative to Telnet for secure remote access.

★ When this WOULD be the correct answer

If the exam question asked for a protocol used for file transfer that supports encryption, such as FTPS or SFTP, then FTP could be considered correct in that context. This would shift the focus from remote CLI management to secure file transfer.

Why candidates choose this

Candidates may confuse FTP with SSH due to both being networking protocols, and they might mistakenly believe that FTP's capabilities extend to secure remote management, especially if they are not fully aware of the specific use cases for each protocol.

TFTPWrong answer — click to see why

Why this is wrong here

TFTP (Trivial File Transfer Protocol) is not used for remote CLI management; it is a simple file transfer protocol that does not provide encryption or secure remote access capabilities.

★ When this WOULD be the correct answer

If the exam question asked which protocol is used for transferring files in a simple manner without encryption, TFTP would be the correct answer. For example, a question could specify 'Which protocol allows for file transfers without security features?'

Why candidates choose this

Candidates may confuse TFTP with SSH due to their similar acronyms and the context of networking protocols, leading them to mistakenly associate TFTP with remote management tasks.

SNMPv1Wrong answer — click to see why

Why this is wrong here

SNMPv1 is primarily used for network management and monitoring, not for secure remote command-line interface (CLI) management. It does not provide encryption, making it unsuitable as a replacement for Telnet in this context.

★ When this WOULD be the correct answer

If the question asked for a protocol used for network management that does not require encryption, SNMPv1 would be the correct answer. For example, a question might specify the need for a simple, unencrypted protocol for monitoring network devices.

Why candidates choose this

Candidates may choose SNMPv1 due to its common association with network management tasks, leading them to mistakenly believe it could be relevant for remote CLI management despite its lack of encryption.

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?”

Quick reference

Asymmetric Encryption Algorithm Comparison

AlgorithmKey ExchangeSignaturesEquivalent Security KeyNotes
RSA-3072YesYes128-bitWidely deployed; slow for bulk data
ECDSA P-256NoYes128-bitFast signatures; standard TLS certs
ECDH / ECDHEYesNo128-bitPerfect forward secrecy in TLS 1.3
DH / DHEYesNo128-bit (3072-bit key)Replaced by ECDHE in modern TLS
Ed25519NoYes~128-bitSSH keys, modern PKI

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: May 17, 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.