easy
Single Answer
0

Which Windows command will allow you to see the DHCP server that has configured the client computer with an IP address?

Answer Options

A

ipconfig

B

ipconfig /all

C

ipconfig /showclassid

D

ipstatus

Correct Answer: B

Explanation

The command ipconfig /all will display the generic information of IP, subnet mask, and gateway. It will also display the DHCP server that configured the client with an IP address. The standard ipconfig command will give you brief information, but not the DHCP server. The ipconfig /showclassid command will display the class information reported to the DHCP server. The ipstatus command is not a valid command.

windows
dhcp
ipconfig
troubleshooting