- A
FTP
Why wrong: FTP is for file transfer, not secure CLI access.
- B
SSH
Correct. SSH secures the remote management session.
- C
TFTP
Why wrong: TFTP is not an interactive management protocol.
- D
SNMPv1
Why wrong: SNMPv1 is not a secure CLI protocol.
Quick Answer
The answer is SSH, because it encrypts the entire session—including credentials and command traffic—while Telnet sends everything in plaintext. SSH establishes a secure, encrypted tunnel between the client and the remote device, ensuring that an attacker capturing network packets cannot read sensitive data like passwords or configuration changes. On the CCNA 200-301 v2 exam, this distinction tests your understanding of secure remote management protocols, often appearing in questions about best practices for device access or in troubleshooting scenarios where a network admin must choose between the two. A common trap is assuming Telnet is acceptable for lab environments; however, Cisco emphasizes SSH as the mandatory standard for any production or exam topology. Remember the mnemonic: “SSH Secures, Telnet Tattles”—if you see a question about encrypting remote CLI management, SSH is always the correct choice.
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 CLI management traffic, including user credentials, to prevent interception and unauthorized access.. 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.
Which protocol is preferred over Telnet for remote CLI management because it encrypts the session?
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.
Key principle: SSH encrypts all remote CLI management traffic, including user credentials, to prevent interception and unauthorized access.
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 is for file transfer, not secure CLI access.
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
- ✗
TFTP
Why it's wrong here
TFTP is not an interactive management protocol.
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 not a secure CLI protocol.
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
Correct. SSH secures the remote management session.
✗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?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
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.
Detailed technical explanation
How to think about this question
Secure Shell (SSH) is a network protocol that provides administrators with a secure method to access and manage network devices remotely. Unlike Telnet, which transmits data, including passwords, in plaintext, SSH encrypts the entire session, protecting sensitive information from interception or eavesdropping. SSH uses cryptographic techniques to authenticate users and establish an encrypted channel, making it the preferred protocol for remote CLI management in Cisco networks. In Cisco devices, SSH is enabled by generating cryptographic keys and configuring the device to accept SSH connections on the VTY lines. When a user initiates an SSH session, the device authenticates the user and encrypts all transmitted data, including commands and responses. This encryption prevents attackers from capturing login credentials or session data, which is a significant security improvement over Telnet. Cisco recommends SSH for all remote management tasks to comply with security best practices and exam standards. A common exam trap is confusing SSH with other protocols like FTP or TFTP, which serve different purposes such as file transfer and do not provide secure CLI access. Additionally, some may mistakenly believe SNMPv1 offers secure management, but it lacks encryption and is not used for interactive CLI sessions. Understanding the specific role of SSH in securing remote management helps avoid these pitfalls and ensures correct protocol selection in both exam scenarios and real-world Cisco network management.
KKey Concepts to Remember
- SSH encrypts all remote CLI management traffic, including user credentials, to prevent interception and unauthorized access.
- Telnet transmits data in plaintext, making it insecure and unsuitable for remote management in production Cisco networks.
- FTP and TFTP are file transfer protocols and do not provide interactive command-line interface access to network devices.
- SNMPv1 is a network monitoring protocol that lacks encryption and is not used for secure remote CLI management.
- Cisco devices require cryptographic key generation and VTY line configuration to enable SSH for secure remote access.
- SSH uses public-key cryptography to authenticate users and establish an encrypted session with Cisco network devices.
- The CCNA exam expects candidates to identify SSH as the preferred protocol for secure remote management over Telnet.
- Misunderstanding the role of protocols like FTP, TFTP, or SNMPv1 in remote management can lead to incorrect exam 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 remote CLI management traffic, including user credentials, to prevent interception and unauthorized access.
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 CLI management traffic, including user credentials, to prevent interception and unauthorized access. 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 CLI management traffic, including user credentials, to prevent interception and unauthorized access., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Services and Security — study guide chapter
Learn the concepts, then practise the questions
- →
Network Services and Security practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
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.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
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 CLI management traffic, including user credentials, to prevent interception and unauthorized access..
What is the correct answer to this question?
The correct answer is: SSH — SSH encrypts credentials and management traffic, making it the standard secure replacement for Telnet.
What should I do if I get this 200-301 question wrong?
Review sSH encrypts all remote CLI management traffic, including user credentials, to prevent interception and unauthorized access., 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 CLI management traffic, including user credentials, to prevent interception and unauthorized access.
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 →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
Last reviewed: May 17, 2026
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.
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.
Sign in to join the discussion.