A security analyst is categorizing corporate IT procedures according to the core components of the AAA framework. Match each operational scenario to the AAA component it primarily demonstrates.
- A remote employee enters a username, password, and a time-based one-time password (TOTP) from an authenticator app to log into the corporate VPN.Authentication
- The network gateway checks an employee's group membership and grants read-only access to HR records while denying edit rights.Authorization
- A syslog server records time-stamped entries detailing every database table queried during an administrator's remote database session.Accounting
Answer
Matching credential verification to Authentication, permission enforcement to Authorization, and activity logging to Accounting.
Authentication handles proof of identity (passwords, multi-factor tokens). Authorization manages permission policies and resource boundaries (read/write rights based on roles). Accounting captures historical logs, metrics, and audit records of user actions.
Step-by-Step Solution
Key Concept
Core Pillars of Authentication, Authorization, and Accounting (AAA)