Question 1,680 of 1,819
Network Services and SecurityeasyMatchingObjective-mapped

Quick Answer

The correct match pairs Vulnerability with “a weakness in a system or its design that could be exploited,” while the other four terms—authentication, authorization, confidentiality, and integrity—each have distinct meanings that are foundational to network security. Authentication verifies a claimed identity, confirming “who you are,” whereas authorization determines what an authenticated entity can do, or “what you are allowed to access.” Confidentiality protects data from being read by unauthorized parties, and integrity ensures data has not been altered without permission. On the CCNA 200-301 v2 exam, these basic security terms often appear in matching or multiple-choice questions that test your ability to distinguish between them, especially since authentication and authorization are frequently confused. A common trap is mixing up confidentiality with integrity: remember that confidentiality is about secrecy (no unauthorized viewing), while integrity is about trustworthiness (no unauthorized changes). A useful memory tip is the acronym “AA-CI”—think of it as “AA” for who you are and what you can do, then “CI” for keeping data secret and unchanged.

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: authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications.. 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.

Match each basic security term to its most accurate meaning.

Question 1easymatching
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

Vulnerability: A weakness in a system or its design that could be exploited.

Authentication is the process of verifying the claimed identity of a user or device, confirming 'who you are'. Authorization determines what resources or actions an authenticated entity is allowed to access, essentially 'what you can do'. Confidentiality ensures that sensitive information is not disclosed to unauthorized individuals, protecting data from being read. Integrity guarantees that data has not been altered in an unauthorized manner, preserving its accuracy and trustworthiness.

Key principle: Authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications.

Answer analysis

Option-by-option breakdown

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

  • Vulnerability: A weakness in a system or its design that could be exploited.

    Why this is correct

    This is correct because a vulnerability is defined as a flaw or weakness in system security procedures, design, implementation, or internal controls that could be exploited to violate the system's security policy.

    Related concept

    Authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications.

  • Vulnerability: A potential danger that might exploit a weakness to cause harm.

    Why it's wrong here

    This is incorrect because a potential danger that might exploit a weakness is a threat, not a vulnerability. A vulnerability is the weakness itself, not the potential danger.

  • Vulnerability: The likelihood and potential impact of a threat exploiting a weakness.

    Why it's wrong here

    This is incorrect because the combination of likelihood and impact defines risk, not vulnerability. Vulnerability is simply the weakness, not the calculated risk.

  • Vulnerability: An action or code that takes advantage of a weakness to cause harm.

    Why it's wrong here

    This is incorrect because an action or code that takes advantage of a weakness is an exploit, not a vulnerability. The vulnerability is the weakness itself, not the act of exploiting it.

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.

Vulnerability: A weakness in a system or its design that could be exploited.Correct answer

Why this is correct

This is correct because a vulnerability is defined as a flaw or weakness in system security procedures, design, implementation, or internal controls that could be exploited to violate the system's security policy.

Vulnerability: A potential danger that might exploit a weakness to cause harm.Wrong answer — click to see why

Why this is wrong here

The specific factual error is confusing vulnerability with threat. A threat is the potential for harm, while vulnerability is the weakness that could be exploited.

Why candidates choose this

Candidates pick this because they often conflate the idea of a 'weakness' with the 'potential for harm,' but in security terminology, these are distinct concepts.

Vulnerability: The likelihood and potential impact of a threat exploiting a weakness.Wrong answer — click to see why

Why this is wrong here

The specific factual error is confusing vulnerability with risk. Risk is a function of threat, vulnerability, and asset value, while vulnerability is just one component.

Why candidates choose this

Candidates pick this because risk assessments often involve vulnerabilities, leading them to incorrectly equate the two terms.

Vulnerability: An action or code that takes advantage of a weakness to cause harm.Wrong answer — click to see why

Why this is wrong here

The specific factual error is confusing vulnerability with exploit. An exploit is the method or tool used to leverage a vulnerability.

Why candidates choose this

Candidates pick this because they think of vulnerabilities in terms of how they are used in attacks, but the term specifically refers to the weakness, not the attack.

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

Many learners confuse authentication (proving identity) with authorization (granting permissions); remember that authentication always comes first, and the two serve different security purposes.

Detailed technical explanation

How to think about this question

Authentication is the process of verifying the identity of a user, device, or system before granting access to network resources. In Cisco environments, this often involves protocols like RADIUS or TACACS+ that validate credentials such as usernames and passwords or digital certificates. Authentication is foundational because it establishes trust, ensuring that only legitimate entities can proceed to interact with network devices or services. Authorization occurs after successful authentication and determines what an authenticated user or device is allowed to do. Cisco devices use authorization to enforce policies, such as permitting certain commands in IOS or restricting access to specific VLANs or network segments. This separation of authentication and authorization allows granular control over network resource usage and helps maintain security boundaries. Confidentiality and integrity are core principles of information security that protect data in transit or at rest. Confidentiality prevents unauthorized disclosure, often implemented via encryption technologies like IPsec or SSL/TLS in Cisco networks. Integrity ensures that data has not been altered maliciously or accidentally, using mechanisms such as hashing and digital signatures. Misunderstanding these terms can lead to misconfigurations, such as assuming authentication alone protects data privacy, which it does not.

KKey Concepts to Remember

  • Authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications.
  • Authorization determines the specific actions or resources an authenticated user or device is permitted to access within a Cisco network.
  • Confidentiality protects data from unauthorized viewing by employing encryption and access controls to maintain privacy.
  • Integrity ensures that data remains unaltered and trustworthy by detecting unauthorized changes using hashing or digital signatures.
  • Cisco security mechanisms separate authentication and authorization to provide layered access control and prevent unauthorized actions.
  • Confusing confidentiality with integrity can lead to misconfigurations, as confidentiality protects privacy while integrity protects data accuracy.
  • Authentication protocols like RADIUS and TACACS+ are commonly used in Cisco devices to enforce identity verification.
  • Authorization policies in Cisco IOS can restrict command execution and resource access based on authenticated user roles.

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

Authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications.

Real-world example

How this comes up in practice

A junior network technician can log in to a core router but cannot reach the enable prompt or configuration mode. The AAA server is authenticating the login — but the authorisation policy only grants privilege level 1, not 15. Authentication (who you are) is working; authorisation (what you can do) is not.

What to study next

Got this wrong? Here's your next step.

Review authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications., 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 — Authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications..

What is the correct answer to this question?

The correct answer is: Vulnerability: A weakness in a system or its design that could be exploited. — Authentication is the process of verifying the claimed identity of a user or device, confirming 'who you are'. Authorization determines what resources or actions an authenticated entity is allowed to access, essentially 'what you can do'. Confidentiality ensures that sensitive information is not disclosed to unauthorized individuals, protecting data from being read. Integrity guarantees that data has not been altered in an unauthorized manner, preserving its accuracy and trustworthiness.

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

Review authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Authentication verifies the identity of users or devices before granting network access, forming the first step in secure communications.

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: 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.