This site has been archived. For information on the GN Project’s eduPERT initiative please visit https://archive.geant.org/projects/gn3/geant/services/edupert/Pages/Home.html

Paravirtualization

Paravirtualization is a technique where the hypervisor exposes a modified version of the physical hardware interface to the guest VM. The idea is that since emulation “wastes” a lot of computational time doing those translations, a paravirtualization setup will let the guest VM have special access to certain aspects of the physical hardware.

However, this efficiency does come at the cost of flexibility and security. Flexibility is lost because the operating system must be modified to run with the paravirtualization. Some security is lost as the guest OS has much closer control of the underlying hardware, slightly increasing the risk of impacting the lower hardware level, which could lead to impacting all guest systems on the host.

Alessandra Scicchitano - 2013-01-16

  • No labels