Subnetting Questions 12
On a class C network with a subnet mask of 192, how many subnets are available?
A. | 254 |
B. | 62 |
C. | 2 |
D. | 4 |
A/Q the value of the 4th octet is 192 and it is a Class C Address.
Therefore, the subnet mask is
255.255.255.192
(27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26)
11111111 . 11111111 . 11111111 . 11000000
Hence, we have borrowed 2 bits from the fourth octet (27 + 26 = 192)
Let’s find the number of subnet
2n (n is the number of borrowed network bits)
22 = 4
Therefore the number of available subnet is 4.