AD - DS - Installation - Windows - Server - 2019 Lecture-2
AD - DS - Installation - Windows - Server - 2019 Lecture-2
Objective:
AAA secures system access by verifying identities,
assigning permissions, and tracking user actions.
What is Authentication?
•Authentication is the process of verifying the
identity of a user, device, or system.
•Purpose:
validate a user's identity before allowing
access.
•Examples:
1-Password Login
2- Biometric Verification (fingerprint, facial
recognition)
3- Two-factor authentication (2FA) (e.g., text
code or app prompt)
What is Authorization?
•Authorization specifies what authenticated
users are permitted to do.
•Purpose:
Determines "What can you access?" once
identity is confirmed.
•Examples:
1- Access to specific files
2- Permissions in a system (e.g., admin vs.
viewer roles)
3- Network resource access (e.g., printers,
databases)
What is Accounting?
•Accounting logs the actions of users and tracks
resource usage.
•Purpose:
Answers "What did you do?" to monitor
and audit user activities.
•Examples:
1- Logging login and logout times
2- Recording access to files or resources
3- Generating usage reports for auditing
How AAA Works Together
•Steps:
1 - Authentication verifies the user's identity.
2 - Authorization provides permissions based on the
identity.
3 - Accounting tracks and logs the user's activities.
Example: Logging into a secure website
1.Authentication: The user enters a password.
2.Authorization: The system assigns access to certain
pages.
3.Accounting: The user’s actions on each page are
logged.
Why AAA is Important
•Security:
Protects systems from unauthorized access.
•Control:
Allows admins to assign permissions based
on roles.
•Auditability:
Creates logs for monitoring, auditing, and
compliance.
Step 3: Restart the Computer