Match each AAA framework component or access control concept on the left to its corresponding operational description on the right.
- AuthenticationVerifying the claimed identity of a user, service, or device attempting network access.
- AuthorizationGranting or restricting specific privileges, commands, and permissions to an authenticated entity.
- AccountingTracking session connection duration, commands executed, and network resource usage for auditing.
- Multifactor Authentication (MFA)Requiring credentials from two or more distinct authentication factor categories before granting access.
Answer
Authentication matches with verifying identity; Authorization matches with granting specific permissions; Accounting matches with tracking activity and resource usage for auditing; Multifactor Authentication (MFA) matches with requiring two or more distinct credential categories.
Authentication strictly addresses identity verification. Authorization governs access rights and command permissions following successful authentication. Accounting logs historical session data and usage statistics for auditing purposes. Multifactor Authentication requires credentials from multiple distinct factor categories to validate identity.
Step-by-Step Solution
Key Concept
AAA Framework Core Pillars and MFA Fundamentals