English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-09-12 23:57:10 · 6 answers · asked by raucous raphael 3 in Computers & Internet Internet

6 answers

Several ways:
- Open your command line in windows by going to Start->Run then type 'cmd'. Then at the command line type 'ping '.
- Go to http://www.dnsstuff.com/ and enter the website's address (www.whatever.com) in either the DNS lookup or Ping boxes.

Basicallly there is this system called DNS that maps names like www.yahoo.com to IP addresses. For larger websites, like Yahoo! it may not return the same thing each time because they have several computers serving data!

2006-09-13 00:01:21 · answer #1 · answered by std 3 · 0 0

Curious as to why you would want the IP of a website. Most sites are hosted on shared servers whereby loads of sites are on the same machine and have the same ip.

Anyway goto Start and select Run then type in command and click OK. In the window that opens type

tracert www.thesite.com

Replacing www.thesite.com with the site in question. It wil check the route between you and the sites server and the last item on the list will be the site. You could also try ping www.thesite.com but not sure that will show you the IP.

2006-09-13 07:02:16 · answer #2 · answered by carbonize 3 · 1 0

If u r using java u have methods known a FactoryMethods, u can use them to get the IP address of that website
ex: public static InetAddress[ ] getAllByName("www.website.com") returns all the accociated IPAddress with website
you can refer to the following link for further reference
http://java.sun.com/j2se/1.5.0/docs/api/java/net/InetAddress.html

If you are using C# you can do the following

The Dns class is a static class that retrieves information about a specific host from the Internet Domain Name System (DNS)

System.Net.IPAddress[] addressList = Dns.GetHostByName(Dns.GetHostName()).AddressList

Hope this will solve your problem....

2006-09-13 07:14:13 · answer #3 · answered by funny 1 · 0 0

1. try to ping the web site, it will show the site's IP Address

2. try to traceroute to the website it will show the site's IP Address.

3. http://www.networksolutions.com checkout the details about the site there.

2006-09-13 07:02:09 · answer #4 · answered by Jayaprakash V 2 · 1 0

OPen the command prompt. Type the following
ping and the web site.
Example ping www.yahho.com

2006-09-13 07:00:09 · answer #5 · answered by Sue B 2 · 1 0

visit http://zoneedit.com/lookup.html

2006-09-13 07:03:24 · answer #6 · answered by amrkl 3 · 0 0

fedest.com, questions and answers