Routing Basics
Routing Basics
Distance vector
Link state
Hybrid
Distance vector Protocols
The distance-vector protocols find the best path to a remote
network by judging distance
Each time a packet goes through a router, that’s called a hop
The route with the least number of hops to the network is
determined to be the best route
The vector indicates the direction to the remote network
RIP and IGRP are examples of distance-vector routing
protocols
Distance-vector routing protocols keep track of any changes to the
internetwork by broadcasting the entire routing table to
directly connected neighbors periodically – poses great
overhead, expensive in terms of CPU process and link bandwidth
Are only capable of classful routing – do not recognize subnets
Distance vector Protocols
Routing Table of RA
Link-state Protocols
In link-state protocols, also called shortest-path-first
protocols, the routers each create three separate tables
Neighbor table: keeps track of directly attached neighbors,
Topology Table: Determines the topology of the entire internetwork
Routing Table: used as the routing table
Link-state routers know more about the internetwork
than any distance-vector routing protocol
OSPF is an example of a link state IP routing protocol
Link state protocols send updates containing the state of
their own links to all other routers on the network
Updates are only sent in case there is a change in the
network, not periodically
Can deal with classless subnetting
Link State Protocol
Routing Table of RA
Hybrid Protocols
Hybrid protocols use aspects of both
distance vector and link state