Answer:
ipconfig / release command will be used to request new IP configuration information from a DHCP server
Step-by-step explanation:
The ipconfig /release sends a DHCP release notification to the client so that the client immediately releases the lease henceforth updating the server's status information . This command also mark the old client's id as being available. Thus, the command ipconfig /renew then request a new IP address.