What is the difference between KVM and OpenVZ?

KVM is true virtualization where the VPS operates as its own server, independently of the host node. OpenVZ is a container style of virtualization which relies on the host node's kernel. KVM has no restrictions in terms of functionality, but it has more overhead than OpenVZ. OpenVZ is constrained by the host node kernel, but it has less overhead in the containers themselves. KVM is generally more stable than OpenVZ.
  • 65 Users Found This Useful
Was this answer helpful?

Related Articles

How do I set reverse DNS (RDNS/PTR)?

Clients can set reverse DNS (RDNS/PTR) in the Control PanelClick the Network tab and...

Where can I find good Linux Tutorials?

Check out the following site: http://www.howtoforge.com/  

Protecting SSH with Fail2Ban

About fail2ban If a server is exposed to the Internet, attackers will scan that server for as...

rsyslog CPU Usage

rsyslogd has a tendency to use 100%+ CPU on OpenVZ. Please run the following commands with SSH to...

CentOS YUM Update/Install Issues

If you are using a new CentOS VPS and receiving errors when you try to use yum, please run the...