Ping using CMD in Windows Print

  • 0

What is PING Command ?

The ping command is a handy tool for testing network connections. It sends a small data packet to a target device and waits for a response. If the device is online, it replies, confirming its connectivity. This essential tool helps ensure your devices and network connections are working smoothly, making it a valuable resource for troubleshooting and maintaining your network.

How to use PING command ?

  1. Click the Start menu or press the Windows key.
  2. Type "cmd" or "Command Prompt" into the search bar.
  3. Click on "Command Prompt" from the search results. (Windows users should see a black command prompt window after launching)
  4. Type the ping command for an example: ping 8.8.8.8 (Generic command is ping "The IP Address you wish to ping to")
  5. After typing the command, press the Enter key on your keyboard
  6.  Viewing Results (According to the example IP address);
    1. The ping command will send packets to the IP address 8.8.8.8, and you will see responses displaying the round-trip time (in milliseconds) and the number of packets sent and received.
    2. If you see successful responses, it means you can reach 8.8.8.8. If not, it might indicate a network issue.

 

VISUAL GUIDE

 

STEP O1:

 

STEP 02:


Was this answer helpful?

« Back