Correct option is C
The
primary function of a hypervisor is
Resource Allocation, which involves efficiently distributing and managing physical resources like CPU, memory, and storage among virtual machines (VMs). The hypervisor ensures that each VM receives the required resources without interference from other VMs, maintaining system stability and optimal performance.
Important Key Points:
1.
Resource Management: The hypervisor dynamically allocates physical resources to virtual machines based on their requirements and workload.
2.
Efficiency: It ensures that hardware utilization is optimized without over-provisioning or under-utilization of resources.
3.
Scalability: Resource allocation allows virtual environments to scale up or down as needed, supporting dynamic workloads.
Knowledge Booster:
·
Virtual Machine Isolation: Refers to separating VMs to ensure security and independence, preventing one VM from affecting others.
·
Hardware Emulation: Simulates physical hardware for virtual machines, enabling them to function without direct hardware access.
·
Network Virtualization: Creates virtualized network interfaces, allowing VMs to share physical network resources seamlessly.
·
Snapshot Management: Involves saving the state of a VM at a specific point in time for rollback or backup purposes.