How to use PING command ?
How to use PING command ?
The ping command is useful for determining the status of the network and various foreign hosts, tracking and isolating hardware and software problems, and testing, measuring, and managing networks.
You can get the 4 line ping result by following the steps below:
- Click Start > Click Run or Windows+R
- type
cmdin the text field, then click OK - On the command prompt, type
pingyourdomainname.comthen press enter.

C:\>ping xxxx.com
Pinging xxxx.com [69.116.26.194] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 69.116.26.194:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
Updated on: 21/06/2022
Thank you!