KVM Question:
Download Questions PDF

Tell me what is the difference between KVM and Xen?

Answer:

• KVM is an internal part of the linux kernel module and uses regular memory and scheduler like linux, whereas Xen is an external hypervisor that takes the control and divides the resources between the guest machines.
• KVM is easy to use and provide more features, whereas Xen is powerful but it requires good amount of knowledge to operate.
• KVM runs on processors that support hvm, whereas Xen runs non-hvm compatible processors.
• KVM doesn't have any support for para-virtualization, whereas Xen supports para-virtualization that is used for device drivers to improve the performance of input/output.

Download KVM Switch Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is the difference between passive and active switches?Explain how KVM does support dynamic memory management?