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

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 management-plane sessions to protect credentials and data from interception during remote 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 statement best explains why using SSH alone is not always enough for strong management-plane security?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

  • Clue: "always"

    Why it matters: Absolute qualifier. An answer using 'always' is only correct if there are genuinely no exceptions — absolute statements are often wrong in networking.

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

Because management-plane security also depends on controls such as source restriction, authentication policy, and logging.

SSH alone encrypts the session, which is very important, but it does not automatically solve every management-plane security concern. In practical terms, administrators still need to think about which sources are allowed to connect, how users are authenticated and authorized, and how access is logged or monitored. Strong management-plane design usually layers multiple controls together. This is why secure protocol choice is necessary but not always sufficient by itself.

Key principle: SSH encrypts management-plane sessions to protect credentials and data from interception during remote 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.

  • Because management-plane security also depends on controls such as source restriction, authentication policy, and logging.

    Why this is correct

    This is correct because encryption is important but not the only control that matters.

    Clue confirmation

    The clue words "best", "always" in the question point toward this answer.

    Related concept

    SSH encrypts management-plane sessions to protect credentials and data from interception during remote access.

  • Because SSH is less secure than Telnet.

    Why it's wrong here

    This is wrong because SSH is generally more secure than Telnet.

    When this WOULD be correct

    In a different context, a question might ask which protocol is more secure for remote management of devices. If the question states that SSH is being compared directly to Telnet regarding their security features, then stating that SSH is less secure than Telnet would be correct in that scenario.

  • Because SSH can be used only on wireless networks.

    Why it's wrong here

    This is wrong because SSH is broadly used across many network devices.

    When this WOULD be correct

    In a different question context that asks about the limitations of SSH in specific network environments, such as a scenario where SSH is indeed restricted to wireless implementations due to legacy system constraints, this option could be correct.

  • Because SSH eliminates the need for AAA.

    Why it's wrong here

    This is wrong because AAA still adds important authentication, authorization, and accounting functions.

    When this WOULD be correct

    In a different exam scenario, if the question asked about the necessity of AAA in securing network devices and stated that SSH alone suffices for access control, then option D could be correct. For example, if the question focused on the sufficiency of SSH without any additional security measures, D could be valid.

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.

Because management-plane security also depends on controls such as source restriction, authentication policy, and logging.Correct answer

Why this is correct

This is correct because encryption is important but not the only control that matters.

Because SSH is less secure than Telnet.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because SSH is actually more secure than Telnet, which is an insecure protocol that transmits data in plaintext. The question specifically asks about management-plane security, which involves more than just comparing the security of these two protocols.

★ When this WOULD be the correct answer

In a different context, a question might ask which protocol is more secure for remote management of devices. If the question states that SSH is being compared directly to Telnet regarding their security features, then stating that SSH is less secure than Telnet would be correct in that scenario.

Why candidates choose this

Candidates may choose this option due to a common misconception that SSH, being a newer protocol, might not be as secure as older protocols like Telnet, leading to confusion about their relative security levels.

Because SSH can be used only on wireless networks.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because SSH is a protocol that can be used over both wired and wireless networks, not limited to just wireless. Therefore, stating that SSH can only be used on wireless networks is factually inaccurate.

★ When this WOULD be the correct answer

In a different question context that asks about the limitations of SSH in specific network environments, such as a scenario where SSH is indeed restricted to wireless implementations due to legacy system constraints, this option could be correct.

Why candidates choose this

Candidates might choose this option due to a misunderstanding of SSH's versatility, confusing it with other protocols that are limited to specific types of networks, leading to an assumption that SSH has similar restrictions.

Because SSH eliminates the need for AAA.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because SSH does not eliminate the need for AAA (Authentication, Authorization, and Accounting); rather, it can be integrated with AAA mechanisms to enhance security. SSH provides encryption and secure access, but does not inherently manage user permissions or logging.

★ When this WOULD be the correct answer

In a different exam scenario, if the question asked about the necessity of AAA in securing network devices and stated that SSH alone suffices for access control, then option D could be correct. For example, if the question focused on the sufficiency of SSH without any additional security measures, D could be valid.

Why candidates choose this

Candidates may find this option tempting because they might mistakenly believe that SSH's encryption and secure connection capabilities negate the need for additional security measures like AAA, leading to an oversimplified view of network security.

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 common exam trap is believing that enabling SSH alone fully secures the management plane. Candidates might think SSH’s encryption is sufficient, overlooking the need for additional controls like source IP restrictions, AAA authentication, and logging. This mistake leads to underestimating the importance of layered security measures that prevent unauthorized access even if SSH is enabled. The exam expects knowledge that SSH is necessary but not sufficient for comprehensive management-plane security.

Detailed technical explanation

How to think about this question

Management-plane security in Cisco networking focuses on protecting the device's control functions, including how administrators access and configure devices. SSH (Secure Shell) is a protocol that encrypts remote management sessions, preventing eavesdropping and credential theft during login. However, SSH only secures the communication channel and does not inherently control who can connect or what actions they can perform once connected. Strong management-plane security requires multiple layers of control beyond just encryption. This includes source restriction, which limits management access to trusted IP addresses or networks; authentication policies that enforce user identity verification through AAA (Authentication, Authorization, and Accounting); and logging mechanisms that track access attempts and changes for auditing. These controls collectively reduce the attack surface and improve accountability. A common exam trap is assuming that enabling SSH alone fully secures management access. While SSH replaces insecure protocols like Telnet, it does not eliminate the need for AAA or access control lists (ACLs) to restrict management-plane traffic. In practical Cisco environments, combining SSH with source restrictions, AAA, and logging provides a comprehensive security posture that aligns with best practices and CCNA exam expectations.

KKey Concepts to Remember

  • SSH encrypts management-plane sessions to protect credentials and data from interception during remote access.
  • Management-plane security requires source restriction to limit which IP addresses can initiate management connections.
  • AAA enforces authentication, authorization, and accounting, ensuring only authorized users can access and modify device configurations.
  • Logging management-plane access helps track user activity and detect unauthorized or suspicious behavior.
  • Relying solely on SSH ignores other critical security controls that protect the management plane from unauthorized access.
  • Cisco devices support combining SSH with ACLs and AAA to create layered management-plane security.
  • Management-plane protection involves both securing the communication channel and controlling user access policies.
  • Strong management-plane security reduces the risk of device compromise through unauthorized remote management.

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 management-plane sessions to protect credentials and data from interception during remote access.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Review sSH encrypts management-plane sessions to protect credentials and data from interception during remote access., 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 management-plane sessions to protect credentials and data from interception during remote access..

What is the correct answer to this question?

The correct answer is: Because management-plane security also depends on controls such as source restriction, authentication policy, and logging. — SSH alone encrypts the session, which is very important, but it does not automatically solve every management-plane security concern. In practical terms, administrators still need to think about which sources are allowed to connect, how users are authenticated and authorized, and how access is logged or monitored. Strong management-plane design usually layers multiple controls together. This is why secure protocol choice is necessary but not always sufficient by itself.

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

Review sSH encrypts management-plane sessions to protect credentials and data from interception during remote access., then practise related 200-301 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "best", "always". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

SSH encrypts management-plane sessions to protect credentials and data from interception during remote 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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More 200-301 practice questions

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.