First,
ipconfig /
release is executed to force the client to immediately give up its lease by sending the server a DHCP
release notification which updates the server's status information and marks the old client's IP address as "available". Then, the command
ipconfig /renew is executed to request a new IP address.
read more >>