The 6 Most Useful Windows CMD Commands to Become a Network Expert

Share on facebook
Share on twitter
Share on linkedin
Share on facebook

Some Windows functions are reserved for the command line, command prompt, or CMD. There are few useful Windows commands to become a network expert. Do you want to know them?

6 of Most Useful Windows CMD Command on How to Become a Network Expert

Therefore, we have compiled the 6 most useful Windows CMD commands that everyone should know and use on their computers.

Whether you use System Token (CMD) or the new PowerShell (ISE), it is very likely that there are dozens of commands that we do not know that can be tremendously useful in certain situations. As it is not possible to cover all the possibilities of this tool, we have selected six quite useful, all related to networks.

6-most-useful-windows-commands-to-become-network-expert

All the functions that we will be able to use through these commands must work in Windows XP, Windows Vista, Windows 8, Windows 8.1 and Windows 10. To open the command line, we must go to Start> Run and type CMD or use Cortana to find CMD. We can also right-click on the start menu to open Windows PowerShell, the new alternative from Microsoft.

6 Most Useful Windows CMD Commands

The commands selected for this collection are as follows.

IPConfig – Find your IP address in a simple way

We can locate our IP address in different ways, such as in the Control Panel. However, a simple IPconfig at the command prompt quickly returns the information we need. In addition, we will also know the default gateway that will serve us with access address to the router. For more details, we can use ipconfig/ all.

IPConfig/flushdns – Resolves browsing problems

When we change the DNS of our connection, the changes may not be applied immediately. For that, we have to “clean” the current cache stored on the computer. In addition, this is a very useful function to solve navigation problems in certain cases.

Ping and tracert – more options to solve navigation problems

If the above option could serve us in certain cases, these two commands can save our lives many times. Thanks to them, we will be able to identify network problems. First, we have the ping command that we have to accompany an IP address or URL of a web. This will cause the destination server to respond, indicating latency and lost packets.

For its part, the tracert command “traces” a path between our connection and the destination server. Again, we have to accompany the command with an IP address or a URL of a web page. Quickly, we will see where our connection goes and how long it takes to “reach” each stop. If it does not happen, we can detect the fault.

Netstat -an – list of connections and ports used

The netstat command is especially interesting to show different statistics of our network and we can add certain sub commands to get more specific information. One of the most interesting is netstat -an, which shows all active connections on our computer and all the ports that are being used.

Nslookup – Find the web of a domain

When we enter a URL in the browser, it is responsible, along with the DNS servers, to locate the IP that corresponds to this address to allow us access to that web page. With the command prompt, we can do that ourselves by entering the nslookup command together with an Internet address. We can also do the opposite operation by entering that command together with an IP address.

Telnet – Connect to Telnet servers

The Windows telnet client is not installed by default and it is possible that at some point we need to access one of these servers. Although it is true that we can install it from the Control Panel, we can use the telnet command of the system symbol to quickly and easily access one of these servers, without the need of installing the third-party software.

These are the 6 Windows CMD commands every Windows users to know to become a network expert. I hope this article helps you to learn some new commands. If you are already aware of using these commands, share your experiences with our readers.

Would you like to add more useful Windows commands to this list? Then let us know through your comment section below. We will review them and add to our list in the next article update.
Also, if you have any queries regarding any of the command, then let us know in below comment section. We will get back to you to solve all your queries as soon as possible.
Which Windows CMD command do you use more?