How to use the Ping command to test the network

How to use the Ping command to test the network. Do you want to know if the current network status is good or not? Or do you want to know the network speed of the networks Viettel, FPT, VNPT .. or the network speed of the websites you visit? One of the easiest ways to

Do you want to know if the current network status is good or not? Or do you want to know the network speed of the networks Viettel, FPT, VNPT . or the network speed of the websites you visit? One of the simplest ways to test the network is to use the Ping command on the cmd window. If you do not know how to use the Ping command to check the network, please follow the article below.

How to use the Ping command to test the network Picture 1How to use the Ping command to test the network Picture 1

Below are details of using the Ping command to check network speed, please refer.

Step 1: Open the CMD window

First press the Windows + R key combination to open the Run dialog box , then enter the keyword cmd and click OK to open the cmd window.

How to use the Ping command to test the network Picture 2How to use the Ping command to test the network Picture 2

Step 2: Use the Ping command on the CMD

The command to ping the networks of Viettel, FPT, VNPT is:

  1. Viettel : ping 203.113.131.1
  2. FPT : ping 210.245.31.130
  3. VNPT : ping 203.162.4.190

How to use the Ping command to test the network Picture 3How to use the Ping command to test the network Picture 3

Command to ping websites: ping [domain_name]

For example:

ping youtube.com

ping google.com

Enter the ping command and press Enter.

How to use the Ping command to test the network Picture 4How to use the Ping command to test the network Picture 4

You should note the following parameters:

  1. Bytes = 32 The default file size when sending files is 32 bytes.
  2. Time : the time (delay) of the packet, the smaller the time, the faster the speed.
  3. TTL (Time to Live): If the destination address is the Windows operating system, the largest TTL is 128, and if the destination address is the Linux and Unix operating systems, the largest TTL is 64. Each time a packet is passed through a router, TTL will be deducted 1. So when using the ping command you can guess what operating system HOST is running and through how many routers.
  4. Announcement Request timed out , it means that the site lost connection or firewall blocking the packets.

How to use the Ping command to test the network Picture 5How to use the Ping command to test the network Picture 5

So you can quickly check the network speed by using the ping command on the cmd window. Good luck!

5 ★ | 1 Vote