Difference between revisions of "IP address"

From AMule Project FAQ
Jump to: navigation, search
 
Line 2: Line 2:
  
 
Internally, [http://www.faqs.org/rfcs/rfc791.html IP] addresses are 4 bytes numbers. Anyway, their common use is splitting this addresses into 1 byte numbers with a dot (''.'') between them. Since the range of values a 1 byte number can be is 0 - 255, the range of [http://www.faqs.org/rfcs/rfc791.html IP] addresses goes from ''0.0.0.0'' to ''255.255.255.255'' which makes up to 2^(4*8) possible [http://www.faqs.org/rfcs/rfc791.html IP] addresses.
 
Internally, [http://www.faqs.org/rfcs/rfc791.html IP] addresses are 4 bytes numbers. Anyway, their common use is splitting this addresses into 1 byte numbers with a dot (''.'') between them. Since the range of values a 1 byte number can be is 0 - 255, the range of [http://www.faqs.org/rfcs/rfc791.html IP] addresses goes from ''0.0.0.0'' to ''255.255.255.255'' which makes up to 2^(4*8) possible [http://www.faqs.org/rfcs/rfc791.html IP] addresses.
 +
 +
Don't confuse this number with the [[FAQ_eD2k-Kademlia#What_is_LowID_and_HighID?|eD2k IDs]]. [http://www.faqs.org/rfcs/rfc791.html IP] addresses are to identify you anywhere in the net you are connected to, while [[FAQ_eD2k-Kademlia#What_is_LowID_and_HighID?|eD2k ID's]] are only used to identify you on that [[FAQ_eD2k-Kademlia#What_is_ED2K?|eD2k]] [[server]] you are connected to.

Revision as of 20:31, 19 November 2004

An IP address is a unique value you are given when connecting to a net using the Internet Protocol.

Internally, IP addresses are 4 bytes numbers. Anyway, their common use is splitting this addresses into 1 byte numbers with a dot (.) between them. Since the range of values a 1 byte number can be is 0 - 255, the range of IP addresses goes from 0.0.0.0 to 255.255.255.255 which makes up to 2^(4*8) possible IP addresses.

Don't confuse this number with the eD2k IDs. IP addresses are to identify you anywhere in the net you are connected to, while eD2k ID's are only used to identify you on that eD2k server you are connected to.