Wednesday, April 3, 2013

How To Find The IP Address Of A Web Page

The ip addres address of a web page can be easily found my entering into the command prompt on a windows machine and typing the following command.

ping <website name>

eg:
ping google.com

With output
~~~~~~~~

C:\Users\kanbaras>ping google.com

Pinging google.com [173.194.38.166] with 32 bytes of da
Reply from 173.194.38.166: bytes=32 time=126ms TTL=51
Reply from 173.194.38.166: bytes=32 time=46ms TTL=52
Reply from 173.194.38.166: bytes=32 time=86ms TTL=52
Reply from 173.194.38.166: bytes=32 time=42ms TTL=51

Here 173.194.38.166 is the ip address of google.com

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Thanks for giving information.
    Here i wish to add some additional information about how to find website ip.
    Everyone can find domain to ip converter tool like WhoisXY.com

    ReplyDelete