Server Virtualisation part 3 Flashcards
What is a hosted hypervisor (Type 2)?
It runs on top of a conventional operating system just as the other computer programs do. Hosted hypervisor abstracts guest operating systems from the host operating system. diagrams in notes
What is a native hypervisor (Type 1)?
It runs directly on the host’s hardware to control the hardware and to manage guest operating systems. It is sometimes called bare metal hypervisors. It represents the original implementation of the hypervisor.
What does hypervisor do?
Hypervisor schedules VM’s access to the underlying physical hardware on the host server
i.e. hypervisor makes every VM think they own the entire physical machine.
Explain the following benefit of virtualisation: Isolation
VMs are safely separated and do not affect each other, e.g. compromised (hacked) servers are contained.
Explain the following benefit of virtualisation: Manageability.
VMs are software - easy and cheap to create, back up, restore, replace, replicate, delete and patch etc
Explain the following benefit of virtualisation: Hardware independent
VMs are independent of physical servers, that is, they can run across different hardware platforms.