What it is
AAA stands for Authentication, Authorization, and Accounting. It is a classic security model used to control access to systems and to record what actions were taken, by whom, and when.
Key points
- AuthN proves who you are.
- AuthZ governs what you can do.
- Accounting logs actions for audit.
Concrete example
Network access is controlled through a central AAA service. A user authenticates to the VPN, receives authorization for specific network segments based on their role, and all session start, stop, and privileged actions are recorded for review.