How to Ping a Remote Computer or a Website

Have you ever wanted to ping a remote computer or website? In this blog post, I will show you how. Ping is a simple utility that sends an Internet Control Message Protocol (ICMP) echo request to the destination address and waits for the reply from it. A successful reply would be in milliseconds while a failed one should take more than 200ms and all of them should have TTL=255.

Pinging a computer or a website allows you to find out whether it is online or how long it takes to respond to your request.

Ping is a utility used to test whether an IP address has a responsive host at the other end. Ping sends data to and fro, with the packet size set by default as 64 bytes. The information returned includes any packets that were lost or corrupted during transit. Ping is most often used in network troubleshooting when you need to know if there are problems between two systems on the same LAN, or across a VPN tunnel for example. In order for ping to work properly, it requires permission from the system administrator, which will allow ping commands from anywhere on your network (or even outside of your network) depending on how permissions are configured in Windows’ Firewall settings and/or router security features. It can also be useful for testing connectivity with another remote computer or website.

Ping works from a shell prompt.

How to Ping in Windows 10

Steps to ping in Windows 10:

  • Open Command Promt or Windows Powershell.
  • Type ping ip_address. For example:
    • ping 172.217.194.101
    • ping google.com
  • Use ping -t if you want to continuously ping the IP.
    • ping -t google.com

Leave a Comment

Your email address will not be published. Required fields are marked *


Scroll to Top

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close