Lecture 3 - Access Control Basics Flashcards

1
Q

What is access control?

A

a security policy specifying who or what may have access to each specific system resource and the type of access permitted in each instance

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

What are the 3 processes of access control?

A
  • authentication
  • authorization
  • audit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is authentication?

A

verification that the credentials of the user or other system entity are valid

  • can the entity access the system at all?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is authorization?

A

the granting of a right or permission to a system entity to access a system resource. This determines who is trusted for a given purpose.

  • can the specific resource be served to this entity?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an audit?

A

an independent review and examination of system records and activities

  • keeps access records
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

An access control mechanisam mediates between….

A

user , system resources e.g. apps , os , firewalls , routers , files and dbs.

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

What are the basic elements of access control?

A
  • object
  • subject
  • access right
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an object?

A

resource to which access is controlled

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

What is a subject? Some examples?

A

an entity capable of accessing objects (owner , group , world -> these are the 3 basic ones)

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

What is an access right?

A

describes the way in which a subject may access an object

  • read , write , execute, delete, create, search
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an access control policy?

A

dictates what types of access are permitted, under what circumstances, and by whom.

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

What are the 4 groups of access policies?

A
  • Discretionary access control
  • Mandatory access control
  • Role-Based access control
  • Attribute-Based access control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Are access policies mutually exclusive?

A

No, an access control mechanism
can employ two or even all three of these policies to cover different classes of system
resources.

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