Route poisoning
Route poisoning is a method to prevent routing loops within computer networks. Distance-vector routing protocols in computer networks use route poisoning to indicate to other routers that a route is no longer reachable and should be removed from their routing tables. A variation of route poisoning is split horizon with poison reverse whereby a router sends updates with unreachable hop counts back to the sender for every route received to help prevent routing loops.
When the protocol detects an invalid route, all of the routers in the network are informed that the bad route has an infinite (∞) route metric. This makes all nodes on the invalid route seem infinitely distant, resulting in preventing any of the routers from sending packets over the invalid route. [1]
Some distance-vector routing protocols, such as RIP, use a maximum hop count to determine how many routers traffic must go through to reach the destination. Each route has a hop count number assigned to it which is incremented as the routing information is passed from router to router. A route is considered unreachable if the hop count exceeds the maximum allowed. Route poisoning is a method of quickly removing outdated routing information from other router's routing tables by changing its hop count to be unreachable (higher than the maximum number of hops allowed) and sending a routing update.
In the case of RIP, the maximum hop count is 15, so to perform route poisoning on a route its hop count is changed to 16, deeming it unreachable, and a routing update is sent.
In some routing protocols, each router advertises routes it has learned from a neighboring router back to the router the advertisement came from with an infinite route metric; this is called split horizon with poison reverse. This is done to reduce the possibility of loops and reduce route convergence time.
[edit] References
- The TCP-IP Guide, RIP Special Features For Resolving RIP Algorithm Problems, by Charles M. Kozierok
- RFC 1058: Routing Information Protocol, by C. Hedrick, Rutgers University (June 1988)
- ^ Wick, Karl (18 April 2007). "What is route poisoning?" (in English). http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci939324,00.html. Retrieved 2009-01-23.