Sunday, February 28, 2010

class C Address

The range of class C address is from 192 to 223(192.0.0.0 to 223.255.255.255).In class first 3 octets is given to network part and the remaining 1 octet is given to host.

Example:

11010101.11010110.00110110.11010101

the private address range is from 192.168.0.0 192.168.255.255.

Class B Address:

The range of class B address is from 128 to 191(128.0.0.0 to 191.255.255.255). In class B 2 octets is given to Network part and remaining 2 octets is given to host part.
Example:

10111010.1100000.01110101.01111000

The private address range in class B is from 172.16.0.0 to 172.32.255.255.