Match each AAA framework component or protocol characteristic on the left with its correct functional description on the right.
- AuthenticationVerifies user identity using credentials such as username and password before granting access.
- AuthorizationDetermines which specific commands, services, or resources an authenticated user is permitted to execute or access.
- AccountingTracks and logs network resource usage, active session durations, and executed commands for auditing purposes.
- TACACS+ Payload SecurityEncrypts the entire packet body rather than restricting encryption solely to the password string.
Answer
Authentication matches identity verification; Authorization matches permission control for commands and resources; Accounting matches activity logging and tracking; TACACS+ Payload Security matches encrypting the entire packet body.
Authentication verifies identity, Authorization controls access permissions and allowed CLI commands, Accounting logs user activity for security compliance, and TACACS+ encrypts the entire packet payload.
Step-by-Step Solution
Key Concept
AAA Framework Pillars and TACACS+ vs RADIUS Security Mechanics