352-001 · Question #687
You are redesigning an OSPF network that currently uses RFC 1918 Class A address space to optimize its convergence time. The entire network consists of point-to-point interfaces between routers…
The correct answer is D. to reduce link state database size. In an all point-to-point OSPF network, route summarization is used primarily to reduce the link state database size, which lowers SPF computation overhead and improves convergence.
Question
You are redesigning an OSPF network that currently uses RFC 1918 Class A address space to optimize its convergence time. The entire network consists of point-to-point interfaces between routers. Which reason is the f for container technology summarization in this network?
Options
- Ato optimize CEF entry allocation
- Bto optimize RIB entry allocation
- Cto reduce the number of neighbor relationships
- Dto reduce link state database size
How the community answered
(49 responses)- A2% (1)
- B14% (7)
- C6% (3)
- D78% (38)
Why each option
In an all point-to-point OSPF network, route summarization is used primarily to reduce the link state database size, which lowers SPF computation overhead and improves convergence.
CEF entry allocation is a forwarding plane concern - while summarization does reduce FIB table entries, optimizing CEF is not the primary motivation for summarization in an OSPF convergence improvement initiative.
Reducing RIB entries is a secondary benefit of summarization, but the more impactful and OSPF-specific reason is reducing the LSDB size and the computational cost of the Dijkstra SPF algorithm.
OSPF neighbor relationships are determined by interface type and network topology, not by route summarization - summarization has no effect on the number of adjacencies or hello/dead timers.
OSPF summarization at area boundaries reduces the number of Type 3 Summary LSAs flooded between areas, directly shrinking the LSDB on every router in the network. A smaller LSDB means less memory consumption and faster SPF recalculations, which directly addresses the goal of optimizing convergence time.
Concept tested: OSPF route summarization to reduce link state database size
Source: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7039-1.html
Topics
Community Discussion
No community discussion yet for this question.