mediummultiple choiceObjective-mapped

Which statement best describes the purpose of authorization in AAA?

Question 1mediummultiple choice
Full question →

Which statement best describes the purpose of authorization in AAA?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

It determines which actions an authenticated user is allowed to perform

This is correct because authorization controls permissions after identity is verified.

B

Distractor review

It records every command after the session ends

This is wrong because that is closer to accounting.

C

Distractor review

It proves the user’s identity with credentials

This is wrong because that is authentication, not authorization.

D

Distractor review

It assigns an IP address to the administrator’s workstation

This is wrong because DHCP handles address assignment, not AAA authorization.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is mistaking authorization for authentication or accounting. Many candidates incorrectly believe that authorization verifies user identity or logs user activity. However, authentication is solely responsible for confirming who the user is by validating credentials, while accounting tracks and records user commands and session details. Authorization specifically governs what an authenticated user is allowed to do, such as which commands they can execute or which resources they can access. Misunderstanding this distinction can lead to incorrect answers and confusion about AAA’s role in Cisco security.

Technical deep dive

How to think about this question

Authorization is a core component of the AAA (Authentication, Authorization, and Accounting) framework used in Cisco networking to control user access and permissions. After a user’s identity is verified through authentication, authorization determines what specific commands, resources, or network services the user is permitted to access. This ensures that even authenticated users cannot perform actions beyond their assigned privileges, enhancing network security and operational control. In Cisco devices, authorization works by applying policies or profiles that define user permissions based on roles or attributes. When a user logs in, the system checks these policies to decide which commands or configuration modes the user can execute. This decision process is distinct from authentication, which only confirms identity, and accounting, which logs user activity. Authorization enforces access control by restricting or allowing actions dynamically during the session. A common exam trap is confusing authorization with authentication or accounting. Authentication only proves who the user is, while accounting records what the user did. Authorization specifically controls what the user is allowed to do after authentication. In practical Cisco network management, failing to properly configure authorization can lead to users having excessive privileges or being unable to perform necessary tasks, which can cause security risks or operational issues.

KKey Concepts to Remember

  • Authorization in AAA determines the specific actions and commands an authenticated user is permitted to perform on a Cisco device.
  • Authentication verifies the identity of a user, but authorization controls the level of access granted after identity confirmation.
  • Accounting in AAA records user activities and commands executed during a session, separate from authorization’s permission control.
  • Cisco devices use role-based access control (RBAC) to implement authorization by assigning permissions based on user roles or profiles.
  • Authorization policies are applied dynamically during a session to enforce security and operational restrictions on authenticated users.
  • Authorization prevents unauthorized command execution by limiting user privileges according to predefined network security policies.
  • Confusing authorization with authentication or accounting is a common exam trap that leads to misunderstanding AAA functions.
  • Proper authorization configuration is critical to maintaining secure and manageable Cisco network environments by controlling user capabilities.

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.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

Authorization in AAA determines the specific actions and commands an authenticated user is permitted to perform on a Cisco device.

What is the correct answer to this question?

The correct answer is: It determines which actions an authenticated user is allowed to perform — Authorization determines what an authenticated user is allowed to do. In plain language, once the system has verified who the user is, it then decides what level of access, commands, or resources that user may use. This is different from authentication, which verifies identity, and accounting, which records activity. This distinction matters because many access-control problems are not about whether the user logged in successfully, but about whether the user should be permitted to perform a certain action after login. That permission decision is the role of authorization.

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

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.