350-401 · Question #1095
Which resource must the hypervisor make available to the virtual machines?
The correct answer is C. processor. The hypervisor's fundamental role is to virtualize and allocate physical hardware resources, such as the processor, memory, and I/O, to each virtual machine.
Question
Options
- Abandwidth
- BIP address
- Cprocessor
- Dsecure access
How the community answered
(30 responses)- A3% (1)
- B3% (1)
- C93% (28)
Why each option
The hypervisor's fundamental role is to virtualize and allocate physical hardware resources, such as the processor, memory, and I/O, to each virtual machine.
Bandwidth is a network resource managed by virtual network interfaces and switches, which the hypervisor facilitates, but the core 'resource' the hypervisor directly virtualizes from the physical machine is processor, memory, and I/O.
IP addresses are assigned to virtual machines by network services (like DHCP) or manually, not directly by the hypervisor itself, though the hypervisor manages the virtual network interfaces that use them.
The hypervisor is responsible for abstracting the physical hardware of the host server and making those resources available to the virtual machines. This includes sharing and scheduling access to the physical processor(s), memory, and I/O devices among multiple VMs, allowing them to run concurrently.
Secure access is a broad concept related to security configurations and access control, not a direct hardware resource that the hypervisor explicitly 'makes available' in the same way it does a processor.
Concept tested: Hypervisor resource allocation
Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/hyper-v-concepts
Topics
Community Discussion
No community discussion yet for this question.