Pc tricks and tips

          How To get IP of Website 
=======================
To determine the IP address of another computer of website , you must either know the computer name 
or domain name and use the Ping Command to Ping the computer and obtain its IP address.

in windows a user would open a MS-DOS command Window and Type 
"ping <website>"  

For example : 
C:/ ping indianhackzone.blogspot.in 

   reply from 173.194.36.44: bytes=32 time=2661ms TTL=53
...........
ping statistics for 173.194.36.44 : 
     packets : sent = 4 recieved = 4, lost = 0 (0% loss)
Approximate round trips times in milli- seconds:
     minimum = 127ms, maximum = 2661ms, average = 967ms
as you can seen in the above example the IP address 173.194.36.44 is the IP of indianhackzone.blogspot.in
at the time this address was ping .
thank you .

No comments:

Post a Comment