A network engineer is evaluating dynamic routing protocols for an enterprise network expansion. The requirement is to implement a protocol that maintains a detailed topology map of the network and converges quickly upon topology changes. Which of the following statements accurately describe operational characteristics of Link-State dynamic routing protocols? (Select TWO)
- Routers build an independent, complete view of the network topology stored in a Link-State Database (LSDB).Cevap
- Routers transmit triggered Link-State Advertisements (LSAs) immediately upon detecting link updates rather than periodically sending full routing tables.Cevap
- CRouters periodically broadcast their entire routing table to directly connected neighbors using hop count as the primary metric.
- DRouters encapsulate link metric calculations into OSI Layer 2 frames to bypass Layer 3 routing logic entirely.
Cevap
Link-State routing protocols are characterized by each router maintaining a complete topology map in its Link-State Database (LSDB) and using event-driven Link-State Advertisements (LSAs) to notify neighbors of topology changes.
Link-state protocols function by having every router build an identical topology database (LSDB) for its area using the Shortest Path First (SPF) algorithm. In addition, link-state protocols do not send their full routing tables on a periodic timer; instead, they flood incremental Link-State Advertisements (LSAs) immediately when a link status change occurs.
Adım Adım Çözüm
Anahtar Kavram
Operational characteristics of Link-State dynamic routing protocols (LSDB, event-driven LSAs, SPF algorithm)