Chapter 7: Virtualization Flashcards
On an x86 architecture without virtualization, the operating system runs at what privilege level?
Level 0
Which is the most powerful privilege level?
Level 0
Applications tend to run at what privilege level?
Level 3
When the software virtualization layer is introduced, the guest operating system is bumped to what privilege level?
Level 1
This shift from a more powerful privilege to a less powerful privilege level is called?
Ring Deprivileging
What software method was developed to address the challenges of Ring Deprivileging?
Binary Translation
Another software solution to Ring Deprivileging used by Xen is?
Paravirtualization
In Paravirtualized environments the guest operating system is?
“Virtual-Aware”
What technology allows significantly improved handling of multiple guest operating systems?
Nested Paging
Paging occurs when?
Processors translate linear addresses generated by operating systems and applications into physical addresses, which are used to access memory.
Intel nested paging technology is known as?
Extended Page Tables (EPT)
AMD nested paging technology is known as?
Rapid Virtualization Indexing (RVI)
When translation is performed, it is stored for future use in?
Translation Look-aside Buffer (TLB)
Intel VT-x allows both operating systems to run at what Privilege level?
Level 0.
Utilization of what does not tend to be the largest area of concern with respect to virtualization performance?
Processor
What two areas will be addressed in the next passes of virtualization hardware assists?
Hardware-based Page Tabled and I/O hardware assists.
To use virtualization hardware assists, you must have all of the following.
- System BIOS enablement
2. Hardware technology (for example, technology within the processors for first-generation hardware assists) - Hypervisor support
Sharing resources in a virtualized environment requires a?
Software virtualization manager
The software virtualization layer is known as a?
Virtual machine manager
Proper virtualization should?
- Improve management of physical capacity
- Improve control of machines
- Simplify operation of virtual server pool
- Reduce risks to business continuity
- Dynamically scale resources to meet demand
Typical virtualization consolidation ratios are?
5:1 or 10:1
Virtualization consolidation reduces what?
Enterprise power usage
Virtualization streamlines what?
Security of data and system backups
Two types of hardware virtualization?
- Intel Virtualization Technology (VT)
2. AMD-V
Both types of hardware virtualization provide what?
- Allow guest O/S, VMM, and apps to run at standard privilege levels
- Require no binary translation or paravirtualization
- Increase reliability and security
A virtual machine manager is also called a?
Hypervisor
Each virtualized machine appears to have the host’s what?
CPU, memory, and other resources to itself.
The hypervisor controls the host what?
Processor and resources, controlling guest O/S access to it
Privilege levels determine?
What hardware resources can be accessed by software
How many privilege levels are used outside of virtualization?
2