Problem Statement
Which statement best describes the Link State Routing algorithm?
Explanation
In Link State Routing, routers discover their neighbors, measure link costs, and flood this information to all other routers. Each router builds a full map of the network and computes the shortest paths using Dijkstra’s algorithm. It converges faster and is more scalable than distance vector routing.
