- A
Application
Why wrong: Application is not part of AAA.
- B
Accounting
Why wrong: Accounting is the third A, not the second.
- C
Authorization
Correct. The second A is Authorization.
- D
Auditing
Why wrong: Auditing may relate operationally, but it is not the AAA term here.
Quick Answer
The answer is Authorization. In the AAA framework for network security, the second A stands for Authorization, which determines what an authenticated user is permitted to do once their identity has been verified. While Authentication confirms who you are, Authorization defines the specific resources, commands, or network segments you can access—for example, whether a user can enter global configuration mode or only run show commands. On the CCNA 200-301 v2 exam, this distinction is frequently tested in questions about TACACS+ versus RADIUS, where a common trap is confusing Authorization with Accounting. Cisco emphasizes that Authorization enforces policies after successful login, and you may see it in scenarios involving privilege levels or ACL-based access control. A reliable memory tip is to think of the three A’s in order: first you prove your identity (Authentication), then you get your permissions (Authorization), and finally your actions are logged (Accounting).
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: aAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control.. 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.
In AAA, what does the second A stand for?
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
Authorization
AAA stands for Authentication, Authorization, and Accounting. Authorization determines what an authenticated user is allowed to do.
Key principle: AAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Application
Why it's wrong here
Application is not part of AAA.
When this WOULD be correct
If the exam question were to ask about the components of a software architecture model or a specific application framework, where the focus is on the roles of different components, 'Application' could be a correct answer in that context.
- ✗
Accounting
Why it's wrong here
Accounting is the third A, not the second.
When this WOULD be correct
If the exam question asked about the components of a billing or usage tracking system in network management, where 'Accounting' refers to the process of recording user activities and resource usage, then option B would be the correct answer.
- ✓
Authorization
Why this is correct
Correct. The second A is Authorization.
Related concept
AAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control.
- ✗
Auditing
Why it's wrong here
Auditing may relate operationally, but it is not the AAA term here.
When this WOULD be correct
If the question were framed as 'Which of the following is a component of security monitoring that involves reviewing user activities and access logs?', then 'Auditing' would be the correct answer, as it directly pertains to the process of examining and verifying user actions.
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.
✓AuthorizationCorrect answer▾
Why this is correct
Correct. The second A is Authorization.
✗ApplicationWrong answer — click to see why▾
Why this is wrong here
Application is not part of the AAA acronym. AAA stands for Authentication, Authorization, and Accounting. Application is unrelated to this security framework.
★ When this WOULD be the correct answer
If the exam question were to ask about the components of a software architecture model or a specific application framework, where the focus is on the roles of different components, 'Application' could be a correct answer in that context.
Why candidates choose this
The word 'Application' might be tempting because it starts with 'A' and is a common term in networking (e.g., application layer). However, it has no place in the AAA model.
✗AccountingWrong answer — click to see why▾
Why this is wrong here
Accounting is the third 'A' in AAA, not the second. Accounting involves tracking user activities and resource usage for billing or auditing purposes. The second A is Authorization.
★ When this WOULD be the correct answer
If the exam question asked about the components of a billing or usage tracking system in network management, where 'Accounting' refers to the process of recording user activities and resource usage, then option B would be the correct answer.
Why candidates choose this
Students often memorize the three A's but may forget the order. Since Accounting is a well-known term in AAA, it is easy to mistakenly place it as the second A instead of the third.
✗AuditingWrong answer — click to see why▾
Why this is wrong here
Auditing is not a standard component of the AAA framework. The three A's are Authentication, Authorization, and Accounting. Auditing may be considered part of Accounting or a separate security function, but it is not the second A.
★ When this WOULD be the correct answer
If the question were framed as 'Which of the following is a component of security monitoring that involves reviewing user activities and access logs?', then 'Auditing' would be the correct answer, as it directly pertains to the process of examining and verifying user actions.
Why candidates choose this
Students might confuse 'Auditing' with 'Accounting' because both involve logging and monitoring user activities. The similarity in sound and function can lead to the mistaken belief that Auditing is the second A.
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 mistaking the second A in AAA for Accounting or Auditing. Many candidates confuse Authorization with Accounting because both start with 'A' and relate to user management. However, Authorization specifically controls what an authenticated user is allowed to do, while Accounting tracks user activities for logging and auditing purposes. Selecting Accounting as the second A overlooks the sequential process where permissions are granted immediately after authentication, before any activity is logged. This confusion can lead to incorrect answers and misunderstanding of Cisco AAA implementation.
Detailed technical explanation
How to think about this question
AAA is a fundamental security framework used in Cisco networking to control user access and track user activities. The acronym AAA stands for Authentication, Authorization, and Accounting. Authentication verifies the identity of a user or device attempting to access the network, ensuring only legitimate entities gain entry. Authorization then determines the specific resources and actions the authenticated user is permitted to access or perform, enforcing policy-based access control. Finally, Accounting logs the user’s activities for auditing and compliance purposes. In the AAA process, the second A, Authorization, plays a critical role by defining what an authenticated user can do within the network environment. After successful authentication, the network device checks the user’s privileges and permissions against configured policies or access control lists (ACLs). This step ensures users cannot exceed their authorized capabilities, such as accessing restricted VLANs, modifying configurations, or running privileged commands. Cisco devices use AAA servers like RADIUS or TACACS+ to centralize and enforce these authorization policies. A common exam trap is confusing Authorization with Accounting or other security terms like Auditing. Authorization is specifically about permission control after identity verification, whereas Accounting is about tracking user actions. In practical Cisco network deployments, misconfiguring AAA can lead to unauthorized access or insufficient logging, impacting network security and compliance. Understanding the distinct role of Authorization within AAA is essential for designing secure network access controls and passing the CCNA exam.
KKey Concepts to Remember
- AAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control.
- Authentication verifies the identity of users or devices before granting network access.
- Authorization determines the specific permissions and access levels granted to authenticated users within the network.
- Accounting records user activities and resource usage for auditing and compliance purposes.
- Cisco devices use AAA protocols like RADIUS and TACACS+ to centralize authentication, authorization, and accounting functions.
- Authorization policies enforce access control by defining what authenticated users can and cannot do on network devices.
- Confusing Authorization with Accounting or Auditing is a common exam mistake that undermines understanding of AAA processes.
- Proper AAA configuration ensures secure network access, prevents unauthorized actions, and supports detailed activity logging.
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
AAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control.
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 aAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control., 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 — AAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control..
What is the correct answer to this question?
The correct answer is: Authorization — AAA stands for Authentication, Authorization, and Accounting. Authorization determines what an authenticated user is allowed to do.
What should I do if I get this 200-301 question wrong?
Review aAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
AAA stands for Authentication, Authorization, and Accounting, forming a comprehensive security framework for network access control.
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.