Questions: Subnetting and CIDR Notation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A network engineer is assigned the block 10.0.0.0/8 and needs to create subnets with approximately 60 hosts each. Which prefix length should be used for each subnet?

A/24, because each /24 provides 254 usable hosts — more than enough for 60
B/26, because 2⁶ = 64 addresses gives 62 usable hosts — the closest fit above 60
C/27, because 2⁵ = 32 addresses gives 30 usable hosts — close enough to 60
D/25, because 2⁷ = 128 addresses provides plenty of capacity for 60 hosts
Question 2 Multiple Choice

An ISP assigns 200 customers /24 subnets from the block 10.5.0.0/16. Without route aggregation, upstream routers need 200 routing table entries for these customers. How does CIDR route aggregation improve this?

AAggregation reduces the 200 entries to 200 /16 entries, one per ISP customer
BAggregation allows the ISP to advertise a single 10.5.0.0/16 route that covers all 200 subnets in one entry
CCIDR automatically aggregates all subnets from the same block at the source router with no configuration needed
DAggregation has no effect because each /24 is a distinct customer network that must be advertised separately
Question 3 True / False

A /25 network contains exactly half the total address space of a /24 network, giving it 128 total addresses (126 usable hosts).

TTrue
FFalse
Question 4 True / False

Under CIDR, subnet masks is expected to correspond to Class A (/8), Class B (/16), or Class C (/24) boundaries to ensure compatibility with modern routers.

TTrue
FFalse
Question 5 Short Answer

Explain how CIDR notation solves both the address waste problem and the routing table growth problem that plagued classful (Class A/B/C) addressing.

Think about your answer, then reveal below.