A company has a Windows Server 2012 R2 server that has the Hyper-V role installed. The server has
a single processor and a single 10-gigabit network interface card (NIC). 12 virtual machines (VMs) run
on the server.
You need to configure Hyper-V to allow higher network throughput and reduce processing overhead
related to network operations. What should you do?
A.
Run the Windows PowerShell command Set-VMNetworkAdapter -VmqWeight 0 on the VMs.
B.
In Hyper-V Manager, disable the protected network option for all NICs on the VMs.
C.
in Hyper-V Manager, enable the Single Root I/O Virtualization (SR-IOV) option on the VMs.
D.
Disable Internet Protocol security (IPsec) task offloading on the VMs.
C.
Single Root – I/O Virtualization (SR-IOV)
-Allows VMs to bypass hypervisor network stack
-Reduce host CPU utilization
-Reduce system latency
-Increase network I/O throughput
https://msdn.microsoft.com/en-us/windows/hardware/drivers/network/overview-of-single-root-i-o-virtualization–sr-iov-
C