Questions: Route Aggregation and Supernetting

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An ISP wants to aggregate four customer networks into a single route advertisement. The customers hold: 172.16.4.0/24, 172.16.5.0/24, 172.16.6.0/24, and 172.16.7.0/24. Which prefix correctly summarizes all four networks?

A172.16.0.0/22 — a /22 starting at the class B base address
B172.16.4.0/22 — a /22 starting at the first network address
C172.16.4.0/21 — a /21 covering eight /24 networks
D172.16.0.0/16 — the full class B block containing all four networks
Question 2 Multiple Choice

A network operator aggregates routes for 10.0.0.0/24 through 10.0.7.0/24 into a single advertisement of 10.0.0.0/21. One subnet, 10.0.5.0/24, is later decommissioned and becomes unreachable. The operator continues advertising the aggregate. What is the likely result?

ARouters automatically detect the unreachable subnet and stop forwarding traffic to it
BTraffic destined for addresses in 10.0.5.0/24 is attracted by the aggregate route and then dropped, creating a routing black hole
CThe aggregate becomes invalid and is withdrawn by BGP automatically
DTraffic to 10.0.5.0/24 is rerouted through alternative paths within the aggregate
Question 3 True / False

Route aggregation reduces routing table size, which decreases the memory and lookup time required by routers handling Internet-scale traffic.

TTrue
FFalse
Question 4 True / False

Any two numerically adjacent /24 networks (e.g., 10.0.1.0/24 and 10.0.2.0/24) can usually be aggregated into a single /23 prefix.

TTrue
FFalse
Question 5 Short Answer

Why does route aggregation require that component networks be both contiguous and properly aligned on a CIDR boundary, rather than simply contiguous?

Think about your answer, then reveal below.