Difference between revisions of "Virtualization"

From docwiki
Jump to: navigation, search
Line 3: Line 3:
 
== Motivation ==
 
== Motivation ==
 
 
With virtual machine you can run a virtual computer inside your real computer. Thus you can save resources by avoiding to have many small machines and you can move these virtual machines between physical hardware in order to allow a higher degree of redundancy.
+
With virtual machine you can run a virtual computer inside your real computer. Thus you can save resources by avoiding to have many small machines and you can move these virtual machines between physical hardware in order to allow a higher degree of redundancy. There are a few free software/open source options in and around Linux and also some commercial offerings for virtualization. Here is an overview:
  +
  +
== Free Software / Open Source Virtualization ==
  +
  +
=== QEMU ===
  +
  +
=== KVM ===
  +
  +
=== XEN ===
  +
  +
=== Virtual Box ===
  +
  +
== Commercial ==
  +
  +
* '''VMware'''
  +
* '''Microsoft HyperV'''
  +
* '''Citrix Xen Server'''

Revision as of 15:14, 30 October 2020


Motivation

With virtual machine you can run a virtual computer inside your real computer. Thus you can save resources by avoiding to have many small machines and you can move these virtual machines between physical hardware in order to allow a higher degree of redundancy. There are a few free software/open source options in and around Linux and also some commercial offerings for virtualization. Here is an overview:

Free Software / Open Source Virtualization

QEMU

KVM

XEN

Virtual Box

Commercial

  • VMware
  • Microsoft HyperV
  • Citrix Xen Server