Tuesday, July 2, 2013

IP Addresses


IP Addresses
  • Systems are locate each other in a distributed environment, nodes are given explicit addresses that uniquely identify the particular network the system is on and uniquely identify the system to that particular network. 
  • When these two identifiers are combined, the result is a globally-unique address.
  • This address, known as “IP address”, as “IP number”, or merely as “IP” is a code made up of numbers separated by three dots that identifies a particular computer on the Internet. 
  • These addresses are actually 32-bit binary numbers, consisting of the two sub addresses mentioned above which, respectively, identify the network and the host to the network, with an imaginary boundary separating the two. 
  • An IP address is, as such, generally shown as 4 octets of numbers from 0-255 represented in decimal form instead of binary form.
  • For example, the address 168.212.226.204 represents the 32-bit binary number 10101000.11010100.11100010.11001100.
  • The binary number is important because that will determine which class of network the IP address belongs to. 
  • The Class of the address determines which part belongs to the network address and which part belongs to the node address .
  • The location of the boundary between the network and host portions of an IP address is determined through the use of a subnet mask. 
  • This is another 32-bit binary number which acts like a filter when it is applied to the 32-bit IP address. 
  • By comparing a subnet mask with an IP address, systems can determine which portion of the IP address relates to the network and which portion relates to the host. 
  • Anywhere the subnet mask has a bit set to “1”, the underlying bit in the IP address is part of the network address. Anywhere the subnet mask is set to “0”, the related bit in the IP address is part of the host address.
  • The size of a network is a function of the number of bits used to identify the host portion of the address. 
  • If a subnet mask shows that 8 bits are used for the host portion of the address block, a maximum of 256 host addresses are available for that specific network. 
  • If a subnet mask shows that 16 bits are used for the host portion of the address block, a maximum of 65,536 possible host addresses are available for use on that network.
  • An Internet Service Provider (ISP) will generally assign either a static IP address or a dynamic address.
  • ISPs and organizations usually apply to the Inter NIC for a range of IP addresses so that all clients have similar addresses.
  • There are about 4.3 billion IP addresses. The class-based, legacy addressing scheme places heavy restrictions on the distribution of these addresses.
  • TCP/IP networks are inherently router-based, and it takes much less overhead to keep track of a few networks than millions of them.

No comments:

Post a Comment