200-301 · Question #51
What is the primary different between AAA authentication and authorization?
The correct answer is C. Authentication identifies and verifies a user who is attempting to access a system, and. AAA stands for Authentication, Authorization and Accounting. + Authentication: Specify who you are (usually via login username & password) + Authorization: Specify what actions you can do, what resource you can access + Accounting: Monitor what you do, how long you do it (can be
Question
Options
- AAuthentication verifies a username and password, and authorization handles the communication
- BAuthentication identifies a user who is attempting to access a system, and authorization validates
- CAuthentication identifies and verifies a user who is attempting to access a system, and
- DAuthentication controls the system processes a user can access and authorization logs the
How the community answered
(28 responses)- A4% (1)
- C93% (26)
- D4% (1)
Explanation
AAA stands for Authentication, Authorization and Accounting. + Authentication: Specify who you are (usually via login username & password) + Authorization: Specify what actions you can do, what resource you can access + Accounting: Monitor what you do, how long you do it (can be used for billing and auditing) An example of AAA is shown below: + Authentication: "I am a normal user. My username/password is user_tom/learnforever" + Authorization: "user_tom can access LearnCCNA server via HTTP and FTP" + Accounting: "user_tom accessed LearnCCNA server for 2 hours". This user only uses "show" commands.
Topics
Community Discussion
No community discussion yet for this question.