Which phase of the access control process (AAA) does a user prove his/her identity?
Correct Answer: A
Authentication is the phase of the AAA (Authentication, Authorization, Accounting) model in which a user proves their identity. During authentication, the system verifies that the user is who they claim to be by validating credentials such as passwords, biometrics, smart cards, or cryptographic keys.
Identification occurs first, when a user claims an identity (for example, entering a username). Authentication then confirms that claim. Authorization follows authentication and determines what actions the authenticated user is permitted to perform. Accounting tracks and logs user activities for auditing and monitoring purposes.
Strong authentication is critical to system security because all subsequent access control decisions depend on its accuracy. Weak authentication mechanisms increase the risk of unauthorized access, credential theft, and impersonation attacks.
Modern security frameworks emphasize multi-factor authentication (MFA) to strengthen this phase. NIST SP
800-63 highlights authentication as a core security function essential to protecting systems, data, and services from unauthorized access.