Release / Renew IP:
Expired IP addresses or other issues with a computer's current IP address lease are often the reason for network connectivity issues. When you type "ipconfig /renew" into the command line, that command orders your DHCP client to renegotiate an IP address lease with the DHCP server on your router.
This will either renew your current local IP address with the router or get your computer a new local IP address if the router hasn't already re-assigned the current address.
Flushing DNS:
The DNS (Domain Name System) cache contains all the information needed to convert a domain name into its IP address which is used to request information from the server. If you are having connectivity problems (disconnection or lag) clearing out this cache (called 'Flushing') can help resolve the issue or improve your connection.
- Press the Windows Key (the key on the left side of the spacebar, between ctrl and alt).
- Type cmd
- Right-click the Command prompt shortcut and select "Run as Administrator" from the drop-down menu. You should now see a black window with white letters.
- Type ipconfig /release in the command prompt.
- Press [Enter]
- Type ipconfig /renew in the command prompt.
- Press [Enter]
- Type ipconfig /flushdns in the command prompt
- Press [Enter]
- Close the command prompt and attempt to make a connection.