Match each component of the AAA security framework to its core administrative function.
- AuthenticationVerifies the identity of a user or device before granting system entry.
- AuthorizationDetermines the specific privileges, commands, and resources accessible to a user.
- AccountingTracks, logs, and records user activities, command execution, and session durations.
Answer
Authentication maps to identity verification; Authorization maps to privilege and resource permission determination; Accounting maps to tracking, logging, and usage recording.
Authentication is responsible for verifying identity, Authorization restricts or allows actions based on permissions, and Accounting logs session and command activity for auditing purposes.
Step-by-Step Solution
Key Concept
Core Pillars of the AAA Security Framework (Authentication, Authorization, Accounting)