Purpose: Discovery of remote networks, Maintaining up-to-date routing information, Choosing the best path to destination networks, Ability to find a new best path if current path is no longer available
Measurable value assigned by the routing protocol to different routes based on the usefulness of that route, used to determine the overall "cost" of a path from source to destination
Neighbors are routers that share a link and are configured to use the same routing protocol
Routers using distance vector routing are not aware of the network topology, only aware of the network addresses of its own interfaces and the remote network addresses it can reach through its neighbors
Some distance vector routing protocols (RIPv1 and RIPv2) send periodic updates, others (EIGRP) only send updates when needed
Defines the mechanism for sending and receiving routing information, calculating the best paths and installing routes in the routing table, and detecting and reacting to topology changes
RIP uses the Bellman-Ford algorithm, EIGRP uses the Diffusing Update Algorithm (DUAL)