If you have had any conversations with IT professionals or even if you have had some interest in the internet technology and terminology, then you must have definitely heard of the word ping. Pinging a computer or a website has got many different uses. You can measure the speed of your internet connection with this thing. You can also connect to another computer. You may feel like it is a complicated thing to do. But in fact, it is not. Here is how you can ping a computer or a website.
First of all, in your Windows computer, you will need command prompt.
Then for a simple ping, you just need to type a single command line in the command prompt window.
Ping [web URL] for pinging a certain website, just replace the URL with the website address.
Ping [IP address] for pinging the particular computer, just replace the IP address with the computer’s IP address.
In case if you want to run a continuous ping on Windows, then you need to use
Ping –t[web address]
Ping – t[IP address]
When you ping a computer or a website using the above command lines, then it will provide you with some kind of information which will include the time it took to send and receive the pingback, TTL, packets, round trip tip kind of information.
This is the simple process that lets you ping a computer with the help of the command prompt program.