InterviewSolution
| 1. |
What Is The Difference Between Xen & Kvm ? |
|
Answer» For XEN hypervisor first we have to install Xen kernel and have to BOOT the machine with Xen kernel where as KVM is kernel based Virtualization , we don’t need any EXTRA kernel for KVM. KVM is a module in Kernel. Xen hypervisor by default does not support full virtualization whereas KVM SUPPORTS Full virtualization. For Xen hypervisor first we have to install Xen kernel and have to boot the machine with Xen kernel where as KVM is kernel based Virtualization , we don’t need any extra kernel for KVM. KVM is a module in Kernel. Xen hypervisor by default does not support full virtualization whereas KVM supports Full virtualization. |
|