Subnetting of Class C IP address
March 30th, 2010In the Class C address only 8 bits are available to define the host part in the address. In this class the subnet bit starts at the left and go to right. The Class C Subnet mask can be following-
Binary form decimal form
10000000 128
11000000 192
11100000 224
11110000 240
11111000 248
11111100 252
There are lots of question arise when subnetting a network like how many valid subnet, how may host per subnet, what is the broadcast id for each subnet etc.
In Class C network we can take an example like-
Network Address is- 192.168.10.0
Subnet Mask- 255.255.255.192
Now the question are-
1. How many subnet we can [...] Continue Reading…