Identity is the new perimeter — most breaches involve stolen or misused credentials, so controlling who can do what is central to security.
Access Control Models
The four ways systems decide what you are allowed to do.
Tap or hover a part to learn more.
Discretionary.
The resource owner decides who gets access (e.g. file permissions you set yourself). Flexible but easy to misconfigure.
Check your understanding
1. Which model attaches permissions to roles that users inherit?
2. Which model uses labels and clearances enforced by the system?
The essentials
- Authentication (who you are) vs authorisation (what you can do) — don't confuse them.
- Access control models: DAC, MAC, RBAC (roles — most common in business) and ABAC (attributes — supports zero trust).
- MFA dramatically reduces credential-theft risk; SSO improves usability and central control.
- Least privilege and separation of duties limit the damage any one account can do.
This builds on Windows Fundamentals identity and feeds every cyber role and Security+.
