Vector-Distance class of algorithms:
A list of routes are kept in a table with each entry
identifying a destination network and the distance to it in
hops.
- Vector-Distance is defined by information in pairs,
that is sent in list form within messages.
- List of pairs: (V, D)
- V - identifies a destination (vector)
- D - distance in hops to that destination.
Gateway to Gateway Protocol
(GGP):
- Gateway to Gateway Protocol (GGP) - a true vector-distance
protocol used in the original core gateways to exchange
routing information.
- List of pairs: (N, D)
- N - IP network address
- D - distance to it in gateway hops (gateway = 0 hops if
directly connected).
- There are four types of Gateway-to-Gateway Protocol
messages which are determined by the TYPE field:
- Routing Update
- Update Acknowledgment
- Echo Request
- Echo Reply
Routing Information Protocol
(RIP):
- RIP originated from the Xerox Network Systems protocol
(XNS) and was originally distributed in BSD4.2 UNIX
operating systems.
- RIP is commonly known by the program which implements
its functionality:
- RIP is a vector-distance protocol which uses the number
of hops as it's measurement of performance. Max. number of
hops = 15.
- RIP is very limited by the requirements of today’s
larger networks:
- Always picks the smallest number of hops, regardless of
the speed and traffic patterns of alternate links.
- Cannot support subnetworking.
- Does not scale well, respond quickly to network
failures and consumes a lot of bandwidth.
Link-State Route Propagation
(SPF):
- Vector-Distance algorithms don't scale well so the primary
alternative is using Link-State class algorithms (Shortest-
Path-First).
- Requires each node participating to have complete
topology information (map of all networks and connections).
- Gateways compute routes by applying Dijkstra's algorithm.
This determines the shortest-path to all destinations from a
single source.
Open Shortest Path First
(OSPF):
- OSPF is a popular link state vector protocol used in
TCP/IP networks.
- Open (of OSPF) is used to mean 'openly published and not
controlled by a single vendor'. This reflects it
participation in providing an open system of communication.
- OSPF works directly with IP and is defined as protocol
number 89.
- OSPF shares many of the ideas and techniques which were
developed for the OSI IS-IS routing protocol (used in the
OSI Connectionless Network Protocol - CLNP)
Last Modification: (Sunday, August 25, 1996)
All work was written, produced, and is copyrighted by Daniel Z. Tabor Jr.
Page created by Daniel Z. Tabor Jr.
Copyright ©1996 Illusion Industries Inc.
