Chapter 12: Security Architecture Vulnerabilities, Threats, and Countermeasures Flashcards
What is multitasking?
Handling two or more tasks simultaneously (or time slicing to appear so)
What is multiprocessing?
Harnessing the power of more than one processor to complete the execution of a single application.
What is symmetric multiprocessing?
A single computer/operating system controlled by one OS, sharing data and memory resources.
What is massively parallel processing?
Each processor has its own operating system and memory bus/resources.
What is multiprogramming?
The pseudosimultaneous execution of two tasks on a single processor coordinated by the operating system as a way to increase operational efficiency.
What is multithreading?
Multiple concurrent tasks performed within a single process.
What are the ways in which processing information of different security levels has been addressed?
Single state and multistate systems. Single state systems use policy mechanisms, requiring approval of a system to process only a single security level at a time. Multistate systems are certified to handle multiple levels simultaneously using protection mechanisms.
Multistate systems are uncommon because they’re expensive.
What is in protection ring 0?
OS kernel/memory resident components
What is in protection ring 1?
Other OS components
What is in protection ring 2?
Drivers, protocols, etc
What is in protection ring 3?
User level programs and applications.
What is a process state?
The various forms of execution in which a process may exist. Supervisor mode == privileged, all access. Problem mode = user mode, all access requests must be checked.
What are the four approved security modes for systems that process classified information?
Dedicated, system-high, compartmented, multilevel
Describe dedicated mode
.
Describe system-high mode
.
Describe compartmented mode
.
Describe multilevel mode.
.