mpodner 0 Report post Posted March 14, 2005 (edited) Every computer connected to the Internet is assigned a unique number known as an Internet Protocol (IP) address.IP addresses consist of four numbers separated by periods (also called a "dotted-quad") and look something like 127.0.0.1.Since these numbers are usually assigned to internet service providers within country-based blocks, an IP address can often be used to identify the country from which a computer is connecting to the Internet.Because the numbers may be tedious to deal with, an IP address may also be assigned to a Host name, which is sometimes easier to remember. Hostnames may be looked up to find IP addresses, and visa-versa.At one time ISPs issued one IP address to each user. These are called static IP addresses. Because there is a limited number of IP addresses and with increased usage of the internet ISPs now issue IP addresses in a dynamic fashion out of a pool of IP addresses (Using DHCP). These are referred to as dynamic IP addresses. This also limits the ability of the user to host websites, mail servers, ftp servers, and DNS servers. Dynamic DNS services can be used to provide DNS records for servers running on dynamic assigned IP addresses. UltraDNS provides managed DNS services.In addition to users connecting to the internet, with virtual hosting, a single machine can act like multiple machines (with multiple domain names and IP addresses). Downloaded from: http://whatismyipaddress.com/This text should have been quoted, anything that is not yours or from a different source please quote. It has been quoted please do not let this happen again thank you.darkmeca Edited March 15, 2005 by darkmeca (see edit history) Share this post Link to post Share on other sites
CKY 0 Report post Posted March 14, 2005 Thats intresting... thanks for the information Share this post Link to post Share on other sites
Mike 0 Report post Posted March 15, 2005 Whoamg, very informative! Yeah, I guess my horrible dial-up connection can actually be good for some things; switching to a different IP when I'm IP Banned at places. Not that I'm IP Banned anywhere..>_>; That IP address you posted it so awesome; it's our homepage! And here's something else that you all probably know, if you want someone's IP Addressed displayed on a page with a message you could do this: <?php$ip = $_SERVER['REMOTE_ADDR'];$msg = "Muahahahahaha! I have your IP Address! <b>'.$ip.'</b>";echo '$msg';?> Share this post Link to post Share on other sites
err 0 Report post Posted March 15, 2005 btw, how to make domain using virtual host from linux that can be called from windows based?lets say, there is an intranet with linux as web server (and DNS server too) with some windows cients. then windows can browe web server using the name of virtual host at linux instead of its IP?i built that system but it cant "ping" using that name (virtual host). its only ping using IP.can u tell me how? Share this post Link to post Share on other sites
snlildude87 0 Report post Posted March 15, 2005 Whoamg, very informative! Yeah, I guess my horrible dial-up connection can actually be good for some things; switching to a different IP when I'm IP Banned at places. Not that I'm IP Banned anywhere..>_>; That IP address you posted it so awesome; it's our homepage! And here's something else that you all probably know, if you want someone's IP Addressed displayed on a page with a message you could do this: <?php$ip = $_SERVER['REMOTE_ADDR'];$msg = "Muahahahahaha! I have your IP Address! <b>'.$ip.'</b>";echo '$msg';?> 60084[/snapback] Haha, I have 56K, too! *high-fives Mike* Having a 56K connection does come in handy sometimes because websites will sometimes have a hard time trying to block you...unless if a portion of your IP address doesn't change (like the first several digits). Sometimes, it doesn't come in handy, like games. Some games, like Gunbound, require that you turn their Security feature on to protect your account. Well, all that feature is is just refusing to let anyone whose IP address doesn't match yours enter. Again, sometimes it helps, other times, it's plain annoying. Of course, it's not like I've been banned anywhere. Share this post Link to post Share on other sites
guangdian 0 Report post Posted March 15, 2005 I don't know what I can download from the site u pointed there.It told me ,my ip is 127.0.0.1 . Share this post Link to post Share on other sites