Sun

Differences between KVM and OpenVZ

  1. Home
  2. Knowledge Base
  3. Hosting
  4. VPS Hosting
  5. Differences between KVM and OpenVZ

Differences between KVM and OpenVZ

“Which virtualization is better, KVM or OpenVZ?” This question comes up often when a customer is looking into a Virtual Private Servers (VPS). While there are many options to choose from, like Hyper-V, Xen, VMware, let’s examine and differentiate between two more common types that you can order from Hostens as well: KVM and OpenVZ.

OpenVZ

OpenVZ is container-based virtualization for Linux. OS level virtualization means many basic components exist once on the machine and are used by all guests (like the identical kernel). Each container performs and executes exactly like a stand-alone server; a container can be rebooted independently and have root access, users, IP addresses, memory, processes, files, applications, system libraries, and configuration files. This way you use the resources more efficiently.

Some pros of running OpenVZ is good performance and fewer resources needed for the host.
For the end-user, it often comes with predefined templates that are easily installed with only a few clicks.

The cons the only kernel modules available are the ones loaded by the host and if you are missing something there probably will be no option to enable it.

KVM

KVM (Kernel-based Virtual Machine) is, on the other hand, a full virtualization solution. Using KVM, one can have Linux and Windows virtual machines running side by side on the same hardware. Each virtual machine has private virtualized hardware: its own kernel, a network card, disk, graphics adapter, etc. Since it has its own virtualized hardware, the virtual server will act completely on its own.

Because KVM maintains separate instances for each virtual server it uses significantly more resources than OpenVZ from a host perspective.

The pros with KVM are that all applications should work exactly as on a dedicated server, the usability of its own kernel, the flexibility of migrating from virtual machine to dedicated server.

These perks come with a price, the price of more resources needed for the host, meaning a small performance penalty regarding I/O and CPU

Differences Between KVM and OpenVZ

Was this article helpful?

Related Articles