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?
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?
Enabling simultaneous multithreading (SMT), often referred to as Hyper-Threading for Intel processors, is the best approach to ensure that VMs on a hypervisor can share CPU resources on the same core when feasible. SMT allows multiple threads to run on each core, effectively enabling more efficient utilization of CPU resources by allowing different VMs to make use of the shared core's capabilities concurrently.
E is the correct answer.