Courseiva
Question 883 of 1,389
Network Services and SecuritymediumMultiple SelectObjective-mapped

CCNA Network Services and Security Practice Question

Which two actions are reasonable examples of basic device-hardening practice?

⚠ Common exam trap

Avoid choosing convenience over security; protocols like Telnet and HTTP are easy but insecure for management.

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

Disable unused services or interfaces where practical

Basic hardening is about reducing unnecessary exposure and making administrative access safer. In plain language, this usually means disabling services or interfaces that are not needed and preferring secure management protocols such as SSH. These choices shrink the attack surface and improve the security of routine device administration without requiring advanced security products. The wrong answers in hardening questions often suggest convenience at the expense of security, such as leaving insecure access methods enabled or removing authentication. CCNA-level security expects you to recognize that strong fundamentals often come from disciplined configuration choices rather than from complex tools alone.

Answer analysis

Option-by-option breakdown

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

  • Disable unused services or interfaces where practical

    Why this is correct

    Unused services like the HTTP server, CDP, or unused physical interfaces remain active by default and can be exploited as attack vectors or leak sensitive network information. Disabling these services and shutting down unused ports reduces the device's attack surface and prevents unauthorized lateral movement. This is a basic hardening step that every network administrator should implement.

  • Use SSH instead of Telnet for remote management

    Why this is correct

    Telnet sends all data, including usernames and passwords, in plaintext across the network, making it trivial for an attacker with a packet capture tool to steal credentials. SSH (Secure Shell) encrypts the entire session, protecting both the authentication process and the configuration commands you send. Using SSH instead of Telnet is a foundational security measure for remote device management.

  • Allow anonymous administrative login for convenience

    Why it's wrong here

    Allowing anonymous administrative login means there is no user account tied to any configuration change, so you lose all accountability and audit trail. Without unique usernames, you cannot trace who executed critical commands or who misconfigured the device. This violates the fundamental security principle of least privilege and makes post-incident forensic analysis impossible.

    When this WOULD be correct

    In a hypothetical exam question focused on legacy systems or specific environments where security policies are relaxed for testing purposes, allowing anonymous administrative login could be deemed acceptable for quick access or troubleshooting without strict security protocols.

  • Place all traffic in VLAN 1 so it is easier to remember

    Why it's wrong here

    Using VLAN 1 for all traffic defeats the purpose of VLAN segmentation because every device ends up in the same broadcast domain, allowing broadcast storms and ARP spoofing to propagate everywhere. VLAN 1 is also not administratively pruned by default, making it a common target for trunk-based attacks. Best practice is to keep management traffic in a separate VLAN and never use VLAN 1 for user data.

    When this WOULD be correct

    In a question focused on simplifying network management for a small, non-critical environment where security is not a primary concern, placing all traffic in VLAN 1 might be considered acceptable for ease of configuration and maintenance.

  • Remove authentication from VTY lines

    Why it's wrong here

    Removing authentication from VTY lines means that anyone who can reach the device's virtual terminal ports could connect without providing any credentials. This would allow an unauthenticated user to enter user EXEC and potentially privileged EXEC mode, depending on the enable password setup. VTY lines must always be configured with login authentication, whether local usernames or a AAA server, to prevent unauthorized access.

    When this WOULD be correct

    In a hypothetical exam scenario focused on a legacy system with strict internal access controls where the question specifies that the system is isolated from external networks, removing authentication from VTY lines might be considered acceptable for ease of access by trusted internal personnel.

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.

Disable unused services or interfaces where practicalCorrect answer

Why this is correct

Unused services like the HTTP server, CDP, or unused physical interfaces remain active by default and can be exploited as attack vectors or leak sensitive network information. Disabling these services and shutting down unused ports reduces the device's attack surface and prevents unauthorized lateral movement. This is a basic hardening step that every network administrator should implement.

Allow anonymous administrative login for convenienceWrong answer — click to see why

Why this is wrong here

Allowing anonymous administrative login means no authentication is required, which completely bypasses access control. This violates the principle of least privilege and exposes the device to unauthorized configuration changes.

★ When this WOULD be the correct answer

In a hypothetical exam question focused on legacy systems or specific environments where security policies are relaxed for testing purposes, allowing anonymous administrative login could be deemed acceptable for quick access or troubleshooting without strict security protocols.

Why candidates choose this

Students might think convenience is a valid trade-off for security, especially in small or lab environments. However, in any production network, anonymous access is never acceptable.

Place all traffic in VLAN 1 so it is easier to rememberWrong answer — click to see why

Why this is wrong here

VLAN 1 is the default VLAN and is often targeted in VLAN hopping attacks. Using VLAN 1 for all traffic violates the security best practice of segregating traffic and using dedicated VLANs for management, user data, and voice.

★ When this WOULD be the correct answer

In a question focused on simplifying network management for a small, non-critical environment where security is not a primary concern, placing all traffic in VLAN 1 might be considered acceptable for ease of configuration and maintenance.

Why candidates choose this

VLAN 1 is the default and easiest to configure, so students may assume it is safe or simpler. However, security guidelines explicitly recommend not using VLAN 1 for user traffic.

Remove authentication from VTY linesWrong answer — click to see why

Why this is wrong here

Removing authentication from VTY lines means anyone can connect to the device via Telnet or SSH without a password. This is a critical security flaw that allows unauthorized remote access.

★ When this WOULD be the correct answer

In a hypothetical exam scenario focused on a legacy system with strict internal access controls where the question specifies that the system is isolated from external networks, removing authentication from VTY lines might be considered acceptable for ease of access by trusted internal personnel.

Why candidates choose this

Students might confuse 'no authentication' with 'no password required' for convenience, or they may think that physical security alone is sufficient. However, remote management must always be authenticated.

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

Visual reference

Switch VLAN 10 Sales (192.168.10.0/24) PC-A PC-B VLAN 20 HR (192.168.20.0/24) PC-C PC-D Router VLANs isolate traffic — inter-VLAN routing requires a Layer 3 device

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.