Ping Computers to Determine Availablity

Posted Apr 1, 2007 by Jason Faulkner  

A quick and easy way to determine if a computer is available, either on the web or on your network is to “ping” them. A ping sends the target computer a small network packet to which it replies saying it received it. If you do not receive a reply, it means the target computer either:

  • Is turned off.
  • Is not available on the network.
  • Has a firewall blocking the ping request.

You can easily send a ping in Windows by doing the following:

  1. Open a command prompt: Start > Run > cmd
  2. Enter this into the command prompt:

ping [target computer domain name or IP address]

You will then see if the target computer replies.

Which Of These Traits Applies To YOUR Computing Life?...

2 Responses to “Ping Computers to Determine Availablity”

  1. MaryLou Barnett says:

    where or how do I find the target computer domain name or IP address?

  2. jfaulkner says:

    You can ping either the local computer name (assuming you are on the same network), IP address, or internet domain name.
    For example:

    ping familypc
    ping 216.154.204.201
    ping google.com

Leave a Reply