A network security consultant is auditing a newly implemented TACACS+ access control solution for datacenter routers. Match each administrative operational activity to its corresponding pillar within the AAA framework.
- An engineer presents a corporate username and time-based hardware token passcode to prove their identity to the network terminal.Authentication
- The central server evaluates the engineer's security group membership and restricts execution to a specific subset of privilege-level commands.Authorization
- The device generates timestamped records of commands executed during the shell session and transmits them to a centralized audit server.Accounting
Answer
Presenting credentials to establish identity matches Authentication; evaluating security groups to grant specific command execution privileges matches Authorization; generating timestamped logs of executed commands for auditing matches Accounting.
Authentication is the process of verifying a user's claimed identity using credentials such as passwords or hardware tokens. Authorization determines the specific rights, privileges, and commands permitted for that verified identity. Accounting collects telemetry, session timestamps, and command history to maintain accountability and support forensic auditing.
Step-by-Step Solution
Key Concept
Authentication, Authorization, and Accounting (AAA)
Estimated Time:1m 30s