Lesson 4: KVM

Practice (12 questions)

MCQ 1: KVM VM implemented as:

MCQ 2: KVM security uses:

MCQ 3: Live migration means:

MCQ 4: KVM cost advantage:

MCQ 5: KVM is part of:

T/F: KVM requires separate hypervisor OS outside Linux.

T/F: Each KVM VM is a regular Linux process.

Fill: KVM = Kernel-based Machine

Essay: KVM advantages.

KVM is a Linux kernel module turning Linux into a bare-metal hypervisor. Advantages: high performance (VM = Linux process), security (SELinux), free/open source, live migration without downtime, easy scale via libvirt/virt-manager.

Read expanded answer