What statement describes the authorization component of a AAA implementation?
What statement describes the authorization component of a AAA implementation?
Authorization in the context of AAA (Authentication, Authorization, and Accounting) refers to the process of granting access to specific network services or resources according to a user profile. This means once a user has been authenticated, authorization determines what the user is allowed to do. Validating credentials is part of authentication, verifying identity is also authentication, and implementing a WIPS is related to enforcement of policies rather than specifically about authorization.
AAA--- Authentication verifies your credentials, Authorization checks what you can access, and Accounting provides non-repudiation of your being there.
Ans-D is kind of correct according to AAA functions.