Content deleted Content added
→Distributing the information for the map: clarified workings of the algorithm Tag: Reverted |
Undid revision 989077862 by 84.245.121.230 (talk) reverting my edit because it didn't make much more sense than before |
||
Line 36:
* Includes a 'sequence number', which increases every time the source node makes up a new version of the message''.''
This message is sent to all the nodes on a network. As a necessary precursor, each node in the network remembers, for every one of ''its'' neighbors, the sequence number of the last link-state message which it received from that node. When a link-state advertisement is received at a node, the node looks up the sequence number it has stored for the source of that link-state message: if this message is newer (i.e., has a higher sequence number), it is saved, the
Networks running link state algorithms can also be segmented into hierarchies which limit the scope of route changes. These features mean that link state algorithms scale better to larger networks.
|