Domain 3 - Security Model Types and Concepts Flashcards

1
Q

Security Model

A

An abstraction of a security policy that computers can follow

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

Confinement

A

Process confinement only allows a process to access certain memory locations; sometimes called sandboxing; some systems will alert on attempts to violate confinement or even terminate the process

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

Bounds

A

The limits (physical or logical) to which is process is confined

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

Isolation

A

The product of process confinement within bounds

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

State Machine Models

A

Check each of the possible system state and ensure the proper security relationship between objects and subjects in each state.

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

Multilevel Lattice Models

A

Allocate each security subject a security label defining the highest and lowest boundaries of the subject’s access to the system. Enforce controls to all objects by dividing them into levels known as lattices.

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

Matrix Based Models

A

Arrange tables known as matrix which includes subjects and objects defining what actions subjects can take upon another object.

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

Noninterference Models

A

The actions of a high subject should not affect the actions of a low subject, or even be noticed by a low subject, so as to avoid inferences and the creation of covert channels

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

Information Flow Models

A

These models allow all authorized information flows and prevent all unauthorized information flows

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