|
Size: 261
Comment:
|
Size: 482
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| * What: Send Link stata packet about dirrect connected links | * What: Send Link state packet (LSP) about direct connected links |
| Line 7: | Line 7: |
| Local information globally | The point is that Local information is distributed globally. The LSP information recieved is used to create a graph of the network. Then routing is easy because we use DijkstrasAlgorithm, to find the shortest path. See attach:cse952lec03.pd |
Link State Protocol
- Who: Send to all nodes
- What: Send Link state packet (LSP) about direct connected links
- When: Periodically or when a change occurs (triggered)
The point is that Local information is distributed globally.
The LSP information recieved is used to create a graph of the network. Then routing is easy because we use DijkstrasAlgorithm, to find the shortest path. See attach:cse952lec03.pd
Uses OpenShortestPathFirst OSPF algorithm
