How do I run a ping?

PING stands for Packet INternet Groper.

This is a simple diagnostic tool implemented in both Windows and Linux that enables you the ability to test for basic communication between two network nodes within a LAN or across the WAN/Internet.
The concept is simple - a special packet is sent from a source machine to a destination machine at which the destination machine responds back.

The time it takes for this process to complete helps determine two things:

  1. Does the destination machine respond?
  2. How long does it take the destination machine to respond back?

Running the tool is very simple.

For windows you simply open a command prompt:

Go to Start->run->type CMD->press enter

Within the command prompt you will type:

ping destination-IP -n 10

For example:

ping 4.2.2.2 -n 10
  • ping
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I request rDNS for my server?

To request the update of your server rDNS records, you must be open a Ticket from our Client Area...

How do I run a traceroute?

Both Windows and Linux have the ability of diagnosing the health of a connection between a source...

How do I bind my additional IPs?

Here is the simplest way of binding your additional IPs: Find out which interface is your...

Large file transfer gives error: Corrupted MAC on input

Source: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/60764 Symptom When you transfer a...

Receiving an "ip_conntrack: table full" error.

On OpenVZ/HyperVM machines sometimes the ip_conntrack table will become full and drop packets....