Authorization and Access Control Models Flashcards

(5 cards)

1
Q

Authentication vs Authorization

A

Authentication: You are who you say you are

Authorization: You have permission to do what you are attempting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Discretionary Access Control

A

The creator of a file assigns permissions to specific users and groups
-DACL: Discretionary Access Control List

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Mandatory Access Control

A

More complex then other models, not often used.

Files are assigned a label (Public, Secret, Top Secret)

Users are assigned access levels (1, 2, 3)

Certain access levels can modify certain labels

ie; a User with Level 1 Access can access Public, Secret, and Top Secret files

a user with Level 2 Access can only access Public and Secret files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Role Based Access Control

A

A policy is created defining roles and the access level within those roles

Users are then assigned to a given role

ie: the Marketing Role has access to Marketing Resources, HR to HR Resources, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Rule Based Access Control

A

Administrator configures rules and actions

Think of a firewall using if/then/else logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly