Microsoft Exam Questions

Which commands should you run?

DRAG DROP
Windows 7 client computers in your company network are assigned IP addresses manually or by using DHCP.
Recent changes have been made to a DHCP Server scope. Desktops that have manually assigned IP
addresses are reporting that they can no longer connect to the Internet.
You need to ensure that all client computers receive IP address and DNS servers’ addresses from the DHCP server.
Which commands should you run? (To answer, move the appropriate commands from the list of
commands to the answer area and arrange them in the correct order.)

Answer:

Explanation:
Box 1: ipconfig /release
Box 2: netsh interface ipv4 set dnsservers “local Area Connection” source=dhcp
Box 3: ipconfig /renew

Note:
First release the old configureation.
The set up the ip configuration, including dns server address, from a dhcp server.
Finally request IP configuration from the DHCP server.