Please enable JavaScript.
Coggle requires JavaScript to display documents.
Virtual Machines (Implementations (Type 1 hypervisors (Operating-system…
Virtual Machines
Implementations
-
Type 2 hypervisors
Applications that run on standard operating
systems but provide VMM features to guest operating systems
Type 0 hypervisors
Hardware-based solutions that provide
support for virtual machine creation and management via firmware
Paravirtualization
Technique in which the guest operating system is
modified to work in cooperation with the VMM to optimize performance
-
-
Benefits and Features
-
Run multiple, different OSes on a single machine
Host system protected from VMs, VMs protected from each other
Great for OS research, better system development efficiency
Freeze, suspend, running VM
-
-
-
-