Which algorithm maintains a topology map to determine routes?

Prepare with flashcards and multiple choice questions for the Cyber Fundamentals Block 3 Test. Each question includes hints and explanations to boost understanding. Get fully equipped for your exam!

Multiple Choice

Which algorithm maintains a topology map to determine routes?

Explanation:
Maintaining a topology map means keeping a complete view of all network links and nodes so routes can be calculated from the whole picture. This is the approach used by link-state routing. Each router floods information about its directly connected links to every other router in the area, building a shared link-state database. With that topology map, every router runs a shortest-path algorithm (like Dijkstra) to determine the best path to every destination and then forwards packets accordingly. This contrasts with distance-vector routing, where routers only know costs to destinations via their neighbors and update that info incrementally without a full network map. Static routing uses fixed paths and doesn’t maintain a topology map, and hybrid blends elements of both. So, the algorithm that maintains a topology map to determine routes is link-state.

Maintaining a topology map means keeping a complete view of all network links and nodes so routes can be calculated from the whole picture. This is the approach used by link-state routing. Each router floods information about its directly connected links to every other router in the area, building a shared link-state database. With that topology map, every router runs a shortest-path algorithm (like Dijkstra) to determine the best path to every destination and then forwards packets accordingly. This contrasts with distance-vector routing, where routers only know costs to destinations via their neighbors and update that info incrementally without a full network map. Static routing uses fixed paths and doesn’t maintain a topology map, and hybrid blends elements of both. So, the algorithm that maintains a topology map to determine routes is link-state.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy