IP Address – How to Find an IP Address for Any Url
IP Address – How to Find an IP Address for Any Url

If you want to find the IP address for a URL then all you need to do is ping the URL. To accomplish this using Microsoft Window you would do the following:
- Start Menu > All Programs > Accessories > Command prompt.
- Enter "ping" followed by the URL (e.g. ping www.google.com) > [Enter].
- Your computer will ping (i.e. send a request to the URL) and will retrieve the URL’s IP address.
The following is an example of pinging Google:
C:\ >ping www.google.com
Pinging www tmmdi.l.google.com [66.102.9.99] with 32 bytes of data:
Reply from 66.102.9.99: bytes=32 time=53ms TTL=51
Ping statistics for 66.102.9.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli seconds:
Minimum = 53ms, Maximum = 53ms, Average = 53ms