An IT technician is configuring a local virtualization host featuring a single 8-core CPU with Hyper-Threading (providing 16 logical processors) and of physical RAM. The hypervisor host requires a baseline reservation of of physical RAM and 2 logical processors to ensure host management stability. The plan requires deploying 5 identical application virtual machines (VMs), where each guest VM is allocated of RAM and 2 vCPUs. Which of the following best describes the primary hardware resource limitation preventing all 5 VMs from running concurrently at their baseline specifications?
- Physical RAM capacity is insufficient because the combined guest and host requirement of exceeds the system's of installed RAM.Cevap
- BLogical CPU capacity is exceeded because provisioning 5 VMs with 2 vCPUs each requires more threads than the 16 logical processors available.
- CHyper-Threading must be disabled in the system BIOS/UEFI because guest VMs cannot execute across hyper-threaded logical cores.
- DHost memory reservation is optional because modern hypervisors automatically borrow RAM from inactive guest VMs for host OS tasks.
Cevap
Physical RAM capacity is insufficient because the combined guest and host requirement of exceeds the system's of installed RAM.
The total system memory required is calculated by adding the total guest VM memory requirements () to the host management overhead reservation (), yielding . Since the host system only has of physical RAM installed, the memory capacity is exceeded by .
Adım Adım Çözüm
Anahtar Kavram
Virtual Machine Memory Sizing and Host Overhead Allocation