Upgrading Your Skills to MCSA: Windows Server 2016 — Question 29

You have a Hyper-V host named Server1 that runs Windows Server 2016.
Server1 has a virtual machine named VM1. VM1 is configured to run the Docker daemon.
On VM1, you have a container network that uses transparent mode.
You need to ensure that containers that run on VM1 can obtain IP addresses from DHCP.
What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because enabling MAC address spoofing on the virtual network adapter of VM1 allows the containers to request IP addresses from the DHCP server. Option A and B are incorrect as they do not relate to configuring the network adapter settings on VM1. Option C, while it correctly identifies the command to run on VM1, does not specify the necessary action on Server1 to achieve the desired outcome.