QEMU can be used for hardware emulation, but when paired with KVM, it leverages _________ virtualization for better performance.
- Hardware
- Software
- Hypervisor
- Full
QEMU, when paired with KVM (Kernel-based Virtual Machine), leverages "hardware" virtualization for better performance. Hardware virtualization allows the virtual machine to directly access the physical hardware, resulting in improved performance compared to software emulation.
Loading...
Related Quiz
- You've written a script that processes a list of files. You want to ensure that even if a filename contains spaces, it's treated as a single argument. Which built-in variable should you modify?
- Which operator would you use in Bash to check if two strings are equal?
- In the context of iptables, what is the purpose of the INPUT chain?
- What command can be used to view the partition table of a disk in Linux?
- Which command allows you to change directories in the terminal?