It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Start > Run > Type in cmd > Hit ENTER
ping 185.55.55.55
ping domain.com
64 bytes from server.domain.com (185.55.55.55): icmp_seq=2 ttl=60 time=2.16 ms
64 bytes from server.domain.com (185.55.55.55): icmp_seq=3 ttl=60 time=2.23 ms
64 bytes from server.domain.com (185.55.55.55): icmp_seq=4 ttl=60 time=2.45 ms
Or you might see something like this (which is not a good response and indicates either your internet connection is having issues, or the server is not reachable):
Request timed out.
Request timed out.
Request timed out.
The reason you will see multiple results is that the PING command will generally attempt to "PING" the destination three times. For example, you might see this:
Request timed out.
64 bytes from 185.55.55.55 time = 250 ms
Request timed out.
Request timed out.
In this case, PING did not locate the destination in a reasonable amount of time on the first attempt, succeeded on the second attempt, and it then failed on the last two attempts.