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