This will show you the details of your WiFi device
netsh interface show interface
This will show you the status of all your internet devices.
Status CONNECTED or DISCONNECTED
netsh interface ip show dnsservers
This will show you the DNS used by your computer and the gateway used
netsh advfirewall set allprofiles state off
Turn off your firewall
netsh advfirewall set allprofiles state on
Turn on your firewall
ping -t virada-japan.com
The command PING is to see if the IP address or the website is up or down
Here the option -t is to ping more than 10 times
tracert virada-japan.com
To see the routes used to join a website
tracert -d virada-japan.com
Same as before but do not resolve the domain names used. So it is quicker
netstat
Netstat is a mixture of the terms network and statistics. It is a command line driven program. It provides basic statistics on all network activities and gives, for example, information on the port and address on which a connection (TCP, UDP) is established, but also information on which portsare open for requests.