H13-511_V5.5 · Question #125
Which of the following does not belong to the mode that Linux will increase after installing the KVI module?
The correct answer is C. Interrupt mode. Interrupt mode (C) is the answer that does not belong because KVM (Kernel-based Virtual Machine) introduces exactly three processor privilege levels: Guest mode, User mode, and Kernel mode - "interrupt mode" is not a mode added by KVM; interrupt handling occurs within existing…
Question
Which of the following does not belong to the mode that Linux will increase after installing the KVI module?
Options
- AClient mode
- BUser Mode
- CInterrupt mode
- DKernel mode
How the community answered
(38 responses)- A3% (1)
- B3% (1)
- C84% (32)
- D11% (4)
Explanation
Interrupt mode (C) is the answer that does not belong because KVM (Kernel-based Virtual Machine) introduces exactly three processor privilege levels: Guest mode, User mode, and Kernel mode - "interrupt mode" is not a mode added by KVM; interrupt handling occurs within existing kernel-mode execution, not as a separate KVM-defined mode.
Why the distractors are wrong:
- A (Client/Guest mode) - KVM does add Guest mode (sometimes called "client mode" in translated materials), where the virtual machine's OS code executes.
- B (User mode) - KVM does use User mode, where the QEMU userspace process manages the VM from outside the kernel.
- D (Kernel mode) - KVM does extend Kernel mode, where the KVM kernel module performs hypervisor-level operations.
Memory tip: Think of KVM's three modes as matching its full name - Kernel mode, a Virtualized guest (Client) mode, and User mode (KVU). "Interrupt" is a CPU mechanism, not a mode, so it's the outlier.
Topics
Community Discussion
No community discussion yet for this question.