nerdexam
Cisco

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.

Layer 3 Control Plane

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)
  • A
    2% (1)
  • B
    14% (7)
  • C
    6% (3)
  • D
    78% (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.

Ato optimize CEF entry allocation

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.

Bto optimize RIB entry allocation

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.

Cto reduce the number of neighbor relationships

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.

Dto reduce link state database sizeCorrect

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

#OSPF#summarization#link state database#convergence

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice