Khader Murtaja
Khader Murtaja

Reputation: 445

Full Virtualization or Para Virtualization

For cloud computing platforms providing managed services to their customers, what is more suited: Full Virtualization or Para Virtualization? and Why?

Upvotes: 1

Views: 175

Answers (1)

TonySalimi
TonySalimi

Reputation: 8427

It depends on the requirements:

Para Virtualization:

  • Needs the guest OS to be hacked.
  • Better performance
  • Support for specific OSes.

Full Virtualization

  • Can use the OS as it is (untouched).
  • Lower performance because of emulating privileged instruction (Those that trap if the processor is in user mode).
  • Support for mostly any OS

So, regarding your need, you should use the one that fits your needs.

Upvotes: 1

Related Questions