exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 192 discussion

Actual exam question from Microsoft's 70-740
Question #: 192
Topic #: 1
[All 70-740 Questions]

You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 has ab external virtual switch named Switch1. Server1 hosts a virtual machine named VM1 that runs Windows Server 2016. VM1 has one network adapter. The network adapter connects to Switch1.
You need to limit the maximum network bandwidth available to VM1 to 100 Mbps. The solution must limit the bandwidth for VM1 only.
Which cmdlet should you run?

  • A. Set-NetAdapter
  • B. Set-VMNetworkAdapter
  • C. Set-VM
  • D. Set-NetAdapterVmq
  • E. Set-NetworkSwitchPortProperty
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
The Set-VMNetworkAdapterVlan cmdlet configures virtual LAN settings for the traffic through a virtual network adapter.
Incorrect Answers:
A: The Set-NetAdapter cmdlet sets the basic properties of a network adapter such as virtual LAN (VLAN) identifier (ID) and MAC address.
C: The Set-VM cmdlet configures a virtual machine.
D: The Set-NetAdapterVmq cmdlet sets the virtual machine queue (VMQ) properties of a network adapter. VMQ is a scaling networking technology for Hyper-V switch that improves network throughput by distributing processing of network traffic for multiple virtual machines among multiple processors.
References:
http://www.itprotoday.com/virtualization/restrict-bandwidth-virtual-machine https://docs.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadaptervlan?view=win10-ps https://docs.microsoft.com/en-us/powershell/module/netadapter/set-netadapter?view=win10-ps https://docs.microsoft.com/en-us/powershell/module/hyper-v/set-vm?view=win10-ps https://docs.microsoft.com/en-us/powershell/module/netadapter/set-netadaptervmq?view=win10-ps

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Izhar
Highly Voted 5 years, 5 months ago
Got this question in exam
upvoted 6 times
...
Chefke_01
Most Recent 5 years, 5 months ago
Set-VMNetworkAdapter -MaximumBandwidth is the command to set the maxium bandwidth.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...