Chapter 9 Flashcards
What describes where multiple concurrent tasks can operate under a single process?
Multithreading
What ring has the highest level of privilege and usually the kernel resides on this level.
Ring 0
What ring deals with the various tasks, operations performed, processes switched and so forth.
Ring 1
What ring deals with I/O drivers and system utilities resides and can access peripheral devices and other special files.
Ring 3
What ring runs in user mode ?
Ring 3
What rings run in supervisory/privilege mode ?
Ring 0-2
What processing state represents when a process can resume or begin processing as soon as it is schedule for execution.
Ready
What processing state represents when a process executes on a CPU and keeps going until it finishes, its time splice expires, or is blocked.
Running
What processing state represents when a process is ready for continued execution but is waiting for I/O to be serviced before it can continue processing.
Waiting
What processing state represents when a process must perform an action that requires privileges that are greater than the problem state’s set of privileges.
Supervisory
What is the most common type of flash memory ?
NAND
How many registers does a typical CPU have?
8 to 32
When the CPU needs information from one of its registers to complete an operation, what does it use ?
Register Address
What is not a memory addressing scheme but rather a way of referring to data that is supplied to the CPU as part of its instruction.
Immediate Addressing
What is more flexible than immediate addressing?
Direct Addressing
What describes where the CPU is provided with an actual address of the memory location to access ?
Direct Addressing
What uses a scheme similar to direct addressing?
Indirect Addressing
What describes where the CPU reads one address and is then given the actual address where the data resides.
Indirect Addressing
What uses a value stored in one of the CPUs’s registers or pointers as the base location from which to begin counting.
Base+Offset Addressing
What is the most common type of virtual memory ?
Pagefile/Swapfile
What contains data previously stored in real memory but not recently used ?
Pagefile/Swapfile
What is a special type of secondary memory that is used to expand the addressable space of real memory?
Virtual Memory
What term is commonly used to refer to magnetic, optical, or flash based media or other storage devices?
Secondary Storage
What is the primary drawback with virtual memory ?
Paging operations that occur between primary and secondary memory is slow
What is a common sequential storage device ?
Magnetic Tape Drive
What attack freezes memory chips to delay the decay of resident data when the system is turned off.
Cold Boot Attack
What is an effective safeguard against emanation attacks ?
TEMPEST
What describes a box, mobile room, or entire building designed with external metal skin that surround the outside.
Faraday Cage
What is a TEMPEST countermeasure that implements both a faraday cage and white noise to protect a specific area.
Control Zone
What are all the techniques that can protect against emanation?
Shielding, TEMPEST countermeasures, and antenna management
What replaced BIOS?
UEFI
What provides support for larger hard drives, faster boot times, enhanced security features, and use a mouse during BIOS changes.
UEFI
What describes the implementation of a malicious variation of official BIOS or firmware is installed?
Phlashing