A systems administrator is configuring a workstation to host three concurrent Type 2 guest virtual machines (VMs) for software testing. The host system is equipped with an 8-core/16-thread CPU and of physical DDR5 RAM. The host OS requires a baseline reservation of of RAM, while each guest VM requires of allocated RAM and direct hardware access to dedicated USB capture cards attached to the host. Which of the following host firmware settings and hardware resource configurations must be established to satisfy these virtual machine requirements? (Select TWO.)
- Enable Second Level Address Translation (SLAT) support in the host motherboard UEFI/BIOS settingsCevap
- Enable IOMMU (Intel VT-d / AMD-Vi) virtualization extensions in the host motherboard UEFI/BIOS settingsCevap
- CIncrease individual guest memory allocations to per VM to account for dynamic hypervisor memory translation overhead
- DDisable Simultaneous Multithreading (SMT) in the host firmware to force a 1:1 physical core mapping for all 12 vCPUs
Cevap
Enabling Second Level Address Translation (SLAT) and enabling IOMMU (Intel VT-d / AMD-Vi) extensions in the host UEFI/BIOS are required.
Enabling Second Level Address Translation (SLAT) reduces page table management overhead by delegating memory mapping directly to the host CPU hardware. Enabling IOMMU (Intel VT-d or AMD-Vi) in the motherboard firmware provides Direct Memory Access (DMA) and interrupt remapping necessary to pass physical USB devices directly into guest VMs.
Adım Adım Çözüm
Anahtar Kavram
Virtual Machine Hardware Extensions & Memory Allocation