Linux technical support - [email protected]


virtualizations types overview

Full virtualization – it emulates hardware, guest OS was not changed.

  • VMWare ESX
  • Hyper-V

Paravirtualization – it doesn’t emilate hardware, it maps request directly to some part of hardware. Guest OS was changed, it doesn’t contain device drivers.

  • Xen

OS Level

  • KVM
  • VirtualBox

Containers – all containers runs on single kernel and file system (you can easily copy files between host OS and containers)

  • LXC
  • LXD
  • OpenVZ
  • Docker

Application level

  • java
  • wine
  • cgroups

 

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>