Re: IP questions.....
What Xcusme said - but here is some more info.. <br /><br />A domain name (ie. iboats.com) is just an easy name for an IP Address. You use DNS (Domain Name Servers) which translate the name to the number. Your ISP provides that service for you for the internet - if you have a home network with a router, the router provides the internal DNS.<br /><br />So, to get information from your DNS server, you can click start -> run -> type cmd -> OK -> type nslookup<br /><br />From here, you can type in domain names, like iboats.com and it'll display DNS information for that host. Type quit to get out of nslookup.<br /><br />Ping will tell you the same information, quicker but with nslookup, you can tell it to use different DNS servers.<br /><br />Hope that helps!