Domain 3 - Security Model Types and Concepts Flashcards
Security Model
An abstraction of a security policy that computers can follow
Confinement
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
Bounds
The limits (physical or logical) to which is process is confined
Isolation
The product of process confinement within bounds
State Machine Models
Check each of the possible system state and ensure the proper security relationship between objects and subjects in each state.
Multilevel Lattice Models
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.
Matrix Based Models
Arrange tables known as matrix which includes subjects and objects defining what actions subjects can take upon another object.
Noninterference Models
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
Information Flow Models
These models allow all authorized information flows and prevent all unauthorized information flows