A network designer asked you how many subnets (S) bits does he need to create 100 subnets?
(A) 4
(B) 5
(C) 7
(A) 4
(B) 5
(C) 7
For example:
2^5 = 32 < 100 is not large enough
2^6 = 64 < 100 is not large enough
2^7 = 128 > 100 is enough
Comments
Post a Comment