Content deleted Content added
link improvement |
m →Optimizations to the algorithm: Spelling/grammar/punctuation/typographical correction |
||
Line 70:
The algorithm described above was made as simple as possible, to aid in ease of understanding. In practice, there are a number of optimizations which are used.
===Partial
Whenever a change in the connectivity map happens, it is necessary to recompute the shortest-path tree, and then recreate the routing table. Work by
Also, the routing table would normally be filled in as the shortest-path tree is computed, instead of making it a separate operation.
===Topology
In some cases it is reasonable to reduce the number of nodes that generate LSA messages. For instance, a node that has only one connection to the network graph does not need to send LSA messages, as the information on its existence could be already included in the LSA message of its only neighbor. For this reason a topology reduction strategy can be applied, in which only a subset of the network nodes generate LSA messages. Two widely studied approaches for topology reduction are:
# [[Optimized_Link_State_Routing_Protocol#Multipoint_relays|
# [[
===Fisheye State Routing===
With [[
==Failure modes==
|