Subnetting Flashcards
What is the range of first octet addresses for private IP class A?
1-126
(Since first octet is 00000000)
What is the default subnet mask for private IP class A?
255.0.0.0 (/8)
What is the range of first octet addresses for private IP class B?
128-191
(Since first octet is 10000000)
What is the default subnet mask for private IP class B?
255.255.0.0 (/16)
What is the range of first octet addresses for private IP class C?
192-223
(Since first octet is 11000000)
What is the default subnet mask for private IP class C?
255.255.255.0 (/24)
Why is CIDR used now instead of class-based subnetting rules?
More efficient address allocation without wasting addresses.
What is the backronym for CIDR?
Classless interdomain routing.