- A
Authentication: The process of verifying the identity of a user or device.
Authentication is the step where credentials (e.g., username/password) are validated to confirm the claimed identity. This is the first A in AAA.
- B
Authorization: The process of verifying the identity of a user or device.
Why wrong: This is incorrect because authorization determines what resources a user can access after authentication, not the verification of identity.
- C
Accounting: The process of granting or denying access to network resources.
Why wrong: This is incorrect because accounting involves logging and tracking user activities (e.g., start/stop times, data usage), not granting or denying access.
- D
Identification: The process of logging and monitoring user activities.
Why wrong: This is incorrect because identification is the initial claim of identity (e.g., providing a username), while logging and monitoring is accounting.
Quick Answer
The answer is authentication, which is the process of verifying the identity of a user or device. This is correct because the AAA framework—Authentication, Authorization, and Accounting—defines three distinct functions: authentication confirms who you are, authorization determines what you are allowed to do, and accounting tracks what you actually did. On the CCNA 200-301 v2 exam, you will often see matching questions that pair these terms with their definitions, and a common trap is confusing authentication with identification; identification is merely the claim of identity (like a username), while authentication proves that claim with a password or certificate. Another frequent pitfall is mixing up accounting with auditing—accounting is the real-time logging of activities, whereas auditing is the later review of those logs. To lock this in, remember the mnemonic: “I Am Authorized, Accounting Audits”—Identification first, then Authentication, then Authorization, with Accounting providing the logs for Auditing later.
CCNA Network Services and Security Practice Question
This 200-301 practice question tests your understanding of network services and security. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: authentication verifies the identity of a user or device before granting network or device 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.
Match each access-control term to its most accurate meaning.
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
Authentication: The process of verifying the identity of a user or device.
AAA is a framework for controlling access. Authentication verifies identity, authorization grants permissions, and accounting logs activities. Identification is the initial claim, and auditing is the review of logs.
Key principle: Authentication verifies the identity of a user or device before granting network or device 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.
- ✓
Authentication: The process of verifying the identity of a user or device.
Why this is correct
Authentication is the step where credentials (e.g., username/password) are validated to confirm the claimed identity. This is the first A in AAA.
Related concept
Authentication verifies the identity of a user or device before granting network or device access.
- ✗
Authorization: The process of verifying the identity of a user or device.
Why it's wrong here
This is incorrect because authorization determines what resources a user can access after authentication, not the verification of identity.
- ✗
Accounting: The process of granting or denying access to network resources.
Why it's wrong here
This is incorrect because accounting involves logging and tracking user activities (e.g., start/stop times, data usage), not granting or denying access.
- ✗
Identification: The process of logging and monitoring user activities.
Why it's wrong here
This is incorrect because identification is the initial claim of identity (e.g., providing a username), while logging and monitoring is accounting.
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.
✓Authentication: The process of verifying the identity of a user or device.Correct answer▾
Why this is correct
Authentication is the step where credentials (e.g., username/password) are validated to confirm the claimed identity. This is the first A in AAA.
✗Authorization: The process of verifying the identity of a user or device.Wrong answer — click to see why▾
Why this is wrong here
Authorization is about granting permissions, not verifying identity. Verification of identity is authentication.
Why candidates choose this
Candidates often confuse authorization with authentication because both involve access control and the terms sound similar.
✗Accounting: The process of granting or denying access to network resources.Wrong answer — click to see why▾
Why this is wrong here
Granting or denying access is the function of authorization, not accounting.
Why candidates choose this
Candidates may think accounting includes access decisions because it is part of AAA, but it is only about record-keeping.
✗Identification: The process of logging and monitoring user activities.Wrong answer — click to see why▾
Why this is wrong here
Identification is the step before authentication; it does not involve logging. Logging is part of accounting.
Why candidates choose this
Candidates may confuse identification with accounting because both involve user identity, but identification is just the claim, not the tracking.
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
The exam often tests the distinction between authentication (verifying identity) and authorization (granting permissions). Many candidates mix these up. Also, remember that accounting is about logging, not access decisions.
Detailed technical explanation
How to think about this question
Access control in Cisco networking fundamentally relies on three distinct but related concepts: authentication, authorization, and least privilege. Authentication is the process of verifying the identity of a user or device attempting to access the network or device. This can involve credentials such as usernames and passwords, digital certificates, or other verification methods. Authorization follows authentication and determines what resources or commands the authenticated user is permitted to access or execute. Least privilege is a security principle that enforces granting users only the minimum level of access necessary to perform their tasks, reducing the risk of accidental or malicious misuse. In Cisco device management, these concepts are implemented through various mechanisms. Authentication can be performed locally using a local database stored on the device or remotely via protocols like RADIUS or TACACS+. Authorization is often configured through role-based access control (RBAC) or command authorization, which restricts user privileges after successful authentication. The local database contains usernames and passwords or encrypted secrets and is critical for local login authentication when remote servers are unavailable. The principle of least privilege is applied by assigning users to specific privilege levels or roles that limit their access to only required commands or resources. A frequent source of confusion in CCNA exams is mixing these terms or assuming they overlap. Authentication does not grant access rights; it only confirms identity. Authorization is the gatekeeper that enforces what authenticated users can do. Least privilege is a design principle ensuring that authorization is as restrictive as possible. The local database is a concrete implementation detail for authentication, not a conceptual access control term. Understanding these distinctions helps in correctly configuring and troubleshooting Cisco devices and answering exam questions accurately, especially those related to device security and management access.
KKey Concepts to Remember
- Authentication verifies the identity of a user or device before granting network or device access.
- Authorization determines the specific actions or resources an authenticated user is permitted to access.
- The principle of least privilege restricts user access to only the minimum necessary permissions for their role.
- A local database on a Cisco device stores user credentials used for local authentication during login.
- Authentication must occur before authorization can enforce access controls on commands or resources.
- Least privilege reduces security risks by limiting potential damage from compromised or misused accounts.
- Local databases provide a fallback authentication method when remote servers like RADIUS or TACACS+ are unavailable.
- Authorization uses role-based access control to assign permissions based on authenticated user identity.
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 a user or device before granting network or device access.
Real-world example
How this comes up in practice
A security administrator must allow nursing staff to reach a patient records server while blocking access from the guest Wi-Fi VLAN. After applying an extended ACL, traffic is still blocked from nursing workstations. The ACL was applied outbound instead of inbound on the wrong interface. Questions like this test ACL direction and placement rules.
What to study next
Got this wrong? Here's your next step.
Review authentication verifies the identity of a user or device before granting network or device 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 — Authentication verifies the identity of a user or device before granting network or device access..
What is the correct answer to this question?
The correct answer is: Authentication: The process of verifying the identity of a user or device. — AAA is a framework for controlling access. Authentication verifies identity, authorization grants permissions, and accounting logs activities. Identification is the initial claim, and auditing is the review of logs.
What should I do if I get this 200-301 question wrong?
Review authentication verifies the identity of a user or device before granting network or device access., 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 a user or device before granting network or device 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: Apr 12, 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.