W12 - Virtual Machine Flashcards
Name the 2 main Virtual Machine Manager (VMM).
Type 1 hypervisors
Type 2 hypervisors
Type 1 hypervisor.
Run in kernel.
Implement device drivers for host HW.
Provide transition OS services like SPU and memory management.
Type 2 hypervisor.
Very little OS involvement in virtualization.
Poor overall performance.
Pro in a sense that it does not require changes to host OS.
Describe paravirtualization.
Guest operating system is modified to work in cooperation with the VMM to optimize performance.
Increased performance.
Less needed as hardware support for VMs grows.
Briefly describe Application Containment.
Segregates applications from the OS, making them more secure, manageable.
Can do these things without full-fledged virtualization.
Describe one major advantage to most virtualization implementations.
Ability to freeze (suspend) a running virtual machine.
Allows copies or snapshots to be made of the guest.
Copy can be used to create new VM or transferred to another machine.