Single-Area OSPF
From Mycomputer Notes
(→Link State Routing Protocols Features) |
|||
Line 55: | Line 55: | ||
Routers that use link-state routing protocols have the following features: | Routers that use link-state routing protocols have the following features: | ||
- | Use the hello information and LSAs received from other routers to build a database about the network | + | *Use the hello information and LSAs received from other routers to build a database about the network. |
- | Use the SPF algorithm to calculate the shortest route to each network | + | *Use the SPF algorithm to calculate the shortest route to each network. |
- | Store the route information in the routing table | + | *Store the route information in the routing table. |
===How routing information is maintained=== | ===How routing information is maintained=== |
Revision as of 21:28, 14 September 2006
Protocol | Examples | Characteristics |
---|---|---|
Distance Vector | RIP v1 & Rip V2 |
|
Link-State | OSPF IS-IS |
|
Link State Routing Protocols Features
Link state protocols collect routing data from all other routers in the network or within a defined area of the network. Once the information is collected each router calculates the best paths to all destinations in the network. Each router has it own map of the network so it is less likelly to propagate incorrect information.
The following are some link-state routing protocol functions:
- Respond quickly to network changes
- Send triggered updates only when a network change has occurred
- Send periodic updates known as link-state refreshes
- Use a hello mechanism to determine the reachability of neighbors.
Each router multicast an hello packets to keep tracks of the state of the nighbor routers. Each router LSAs to keep track of all the routers in its area of the network. The hello packets contain information about the networks that are attached to the router.
Routers that use link-state routing protocols have the following features:
- Use the hello information and LSAs received from other routers to build a database about the network.
- Use the SPF algorithm to calculate the shortest route to each network.
- Store the route information in the routing table.
How routing information is maintained
- LSAs
- Topological Database
- SFP Alogarithm
- SPF Tree
- Routing table of paths and ports to determine the best path for packets.
===Link states routing alogarithms
Advantages | Disadvantages |
---|---|
|
|