Unicast Routing Overview |
Routers use distance vector–based routing protocols to periodically advertise the routes in their routing tables. Routing information exchanged between typical distance vector–based routers is unsynchronized and unacknowledged. Table 1.1 lists some distance vector–based routing protocols.
Table 1.1 Distance Vector–Based Routing Protocols
Routable Protocol | Distance Vector–Based Routing Protocols |
---|---|
IP | Routing Information Protocol (RIP) Interior Gateway Routing Protocol (IGRP) |
IPX | Routing Information Protocol (RIP) |
AppleTalk | Routing Table Maintenance Protocol (RTMP) |
Distance vector–based routing protocols are simple router advertisement processes that are easy to understand.
In its simplest incarnation, configuring a distance vector–based routing protocol is as easy as enabling it on the router interfaces.
Multiple routes to a given network ID can be reflected as multiple entries in the routing table. In a large internetwork with multiple paths, the routing table can have hundreds or thousands of entries.
Route advertising is done periodically even after the internetwork has converged.
Between the size of the routing table and the high overhead, distance vector–based routing protocols do not scale well to large and very large internetworks.
Due to the unsynchronized and unacknowledged way that distance vector information is exchanged, convergence of the internetwork can take several minutes. While converging, routing loops and black holes can occur.