How can I find the IP address of a certain website?

Asked By 10 points N/A Posted on -
qa-featured

How can I find the IP address of a certain website?

Can you show me how?

Thanks

SHARE
Best Answer by Sharath Reddy
Answered By 5 points N/A #102071

How can I find the IP address of a certain website?

qa-featured

I am using Windows 7, hence the images may appear different from what you’re using.

An IP address is unique to every computer in a network. In order to find the IP address of a website, just follow these simple steps:

  • In your Start menu, click Run. Type cmd on the textbox and click Ok
  • Click Enter and wait for it to process. The number found in the screen is the IP address of that website

I hope this helps!

Best Answer
Best Answer
Answered By 590495 points N/A #102072

How can I find the IP address of a certain website?

qa-featured

The ping command described in the post above is a tool available in Windows that will help you verify your connection with another remote connection or host like a website.

It uses the Internet Control Message Protocol [ICMP] echo request packets and echo reply packets to find out whether a connection is working or not and it is very effective in analyzing router failures and IP network. The ping command is used together with an IP address, but you can also use the URL of a website or the web address as replacement for the IP address.

If you will use a website’s URL to ping you will get the site’s IP address. If you simply want to ping the website to get its IP address, the format is ping URL. You can do this right in the command prompt.

  • Click Start then Run.
  • Type cmd then hit Enter.
  • Type “ping URL” without the double quotes and replace the “URL” with the site’s web address then hit Enter.

You will see in the command prompt window the site’s IP address.

To learn the complete syntax of the ping command, type ping/? then press Enter.

This will display the complete list of switches that you can apply.

Related Questions