CV0-004 · Question #182
A systems administrator wants the VMs on the hypervisor to share CPU resources on the same core when feasible. Which of the following will BEST achieve this goal?
The correct answer is E. Enable simultaneous multithreading. Simultaneous Multithreading (SMT)-Intel's implementation is called Hyper-Threading-allows a single physical CPU core to present itself as two logical processors. The core can execute instructions from multiple threads at the same time by utilizing idle execution units within…
Question
A systems administrator wants the VMs on the hypervisor to share CPU resources on the same core when feasible. Which of the following will BEST achieve this goal?
Options
- AConfigure CPU passthrough.
- BOversubscribe CPU resources.
- CSwitch from a Type 1 to a Type 2 hypervisor.
- DIncrease instructions per cycle.
- EEnable simultaneous multithreading.
How the community answered
(29 responses)- C3% (1)
- D7% (2)
- E90% (26)
Explanation
Simultaneous Multithreading (SMT)-Intel's implementation is called Hyper-Threading-allows a single physical CPU core to present itself as two logical processors. The core can execute instructions from multiple threads at the same time by utilizing idle execution units within the core. In a virtualization context, this means multiple VMs can share the same physical core's execution resources concurrently, which is precisely the stated goal. CPU passthrough dedicates physical CPU resources to a single VM, preventing sharing. Oversubscribing CPU allocates more vCPUs than physical cores exist but does not ensure cores are actually shared simultaneously. Switching hypervisor types does not affect CPU sharing behavior. Increasing instructions per cycle (IPC) is a hardware design metric, not an administrator-configurable setting.
Topics
Community Discussion
No community discussion yet for this question.