How many equivalent Class C (/24) networks are there in a /21 network? How do we calculate it? I have checked different websites but without success.
Asked
Active
Viewed 259 times
-2
-
2Network classes are dead, killed in 1993 by RFCs 1518 and 1519, which defined CIDR (_Classless_ Inter-Domain Routing). Please let them rest in peace. See [this question](https://networkengineering.stackexchange.com/q/7106/8499) and the excellent answer on [networkengineering.se] for how to do this. Hint: IP addresses are binary numbers, and you need to do this in binary, then it becomes obvious. – Ron Maupin May 06 '17 at 04:45
1 Answers
0
Basically, the difference between prefix lengths is your number:
2^(24 - 21) = 8

Andriy Berestovskyy
- 8,059
- 3
- 17
- 33