What is the purpose of VM resources?
Core components that affect VM performance, scalability, and connectivity. Resources include CPU, RAM, storage, and network interfaces. Allocation determines how efficiently the host system supports each VM.
What do virtual machines use for CPU processing?
Virtual machines use vCPUs allocated from the host’s physical CPUs.
Who manages and schedules vCPUs?
The hypervisor schedules and manages vCPUs.
Can multiple VMs share the same physical core?
Yes, multiple VMs may share the same physical core.
How do more vCPUs affect VM performance?
More vCPUs improve performance for CPU-intensive tasks.
What is the risk of overallocating vCPUs?
It may harm overall host performance.
What must administrators do regarding CPU allocation?
They must balance CPU usage across VMs.
What is RAM in virtualization?
RAM is short-term memory allocated to each VM from the host’s physical memory.
How does RAM impact VM performance?
It impacts how many applications can run and how the VM performs under load.
What is memory overcommitment?
Assigning more virtual memory than physically available.
Why is memory overcommitment risky?
If multiple VMs use full memory simultaneously, it can cause performance issues.
What does proper RAM management require?
Careful monitoring and adjustment based on workload.
How is storage provided to VMs?
Through virtual disk image files on the host system.
Name common disk image formats.
.qcow2, .raw, .vmdk.
How does the guest OS see the disk image?
As a normal hard drive.
What are benefits of virtual disk images?
Resizing, cloning, snapshotting, and portability.
Name examples of disk interface types.
IDE, SATA, VirtIO.
What affects VM read/write speed?
Host storage performance.
Why is proper disk allocation important?
To prevent slowdowns under heavy load.
What do VMs use for network connectivity?
vNICs (virtual network interface cards).
How do vNICs appear in the VM?
As physical NICs.
What do vNICs connect to on the host?
Virtual switches or bridges.
Name common network configurations.
NAT, Bridged, Isolated/Internal.
What does NAT mode do?
Uses host IP for external access.