IPv4 Address (Internet Protocol version 4)
IPv4 Address is a 32-bit address. It is divided into various classes namely Class A, Class B, Class C, Class D and Class E. TCP/IP defines Class D for multicasting and Class E for experimental purpose. At the end of this post, I will explain about the ranges of IPv4 Address. IP Addresses contain two addresses: Network Address and Host Address as shown in the figure below. For example, IP Address is 11000000.10101000.00101010.00000001 in binary format but generally we denote in dotted decimal format i.e. 192.168.42.1, the first octet is 192, the second octed is 168 and so on. The range of decimal number in each octed varies from 0 to 255. The Range of IP Address: IPv4 ADDRESS RANGES CLASSES START ADDRESS FINISH ADDRESS SUBNET MASK NETWORKS PER CLASS HOSTS PER NETWORK CLASS A 0.0.0.0 126.255.255.255 255.0.0.0 125 1,67,77,216 CLASS B 128.0.0.0 191.255.255.255 255.255.0.0 16384 65,532 CLASS C 192.0.0.0 223.255.255.255 255.255.255.0 20,97,152 254 CLASS D 224.0.0.0 ...