Exercises
Here’s a brief quiz about some of the essential concepts that were covered in this chapter:
- Enumerate and describe the types of hypervisors.
- Practice by installing a hypervisor on many Linux hosts.
- Verify whether your hypervisor is working correctly.
Hint: Use
virt-host-validate
. - Can you think of significant differences between major hypervisors?
Hint: Test KVM and VirtualBox for example, and make a comparison.
- How can you find the IP addresses of VMs?
Hint: Use the
virsh
domifaddr
command.