Microsoft Exam Questions

You have a virtual machine named VM1 that runs Windows Server 2016. VM1 hosts a service that require

You have a virtual machine named VM1 that runs Windows Server 2016. VM1 hosts a service that requires high network throughput.

VM1 has a virtual network adapter

that connects to a Hyper-V switch named vSwitch1. vSwitch1 has one network adapter. The network adapter supports Remote Direct Memory Access (RMDA), the Single Root I/O Virtualization (SR-IOV) interface, Quality of Service (QoS), and Receive Side Scaling

(RSS).

You need to ensure that the traffic from VM1 can be processed by multiple networking processors.

Which Windows PowerShell command should you run on the host of VM1?

A.

Set-NetAdapterRss

B.

Set-NetAdapterRdma

C.

Set-NetAdapterSriov

D.

Set-NetAdapt

erQoS

Explanation:

Receive Side Scaling (RSS) helps improve network throughput by distributing the load of network I/O across multiple CPUs rather than using only one.

The Set-NetAdapterRss cmdlet sets the receive side scaling (RSS) properties

on a network adapter. RSS is a scalability technology that distributes the receive network traffic among multiple processors by hashing the header of the incoming packet. Without RSS Windows Server 2012/2016; network traffic is received on the first proces

sor which can quickly reach full utilization limiting receive network throughput. Many properties can be configured using the parameters to optimize the performance of RSS. The selection of the processors to use for RSS is an important aspect of load balan

cing. Most of the parameters for this cmdlet help to determine the processors used by RSS.