Routing protocol

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kgfleischmann (talk | contribs) at 16:14, 19 September 2018 (Undid revision 860254219 by 2409:4071:2296:5280:A0A1:1DF3:90FF:E2A3 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A routing protocol specifies how routers communicate with each other, distributing information that enables them to select routes between any two nodes on a computer network. Routing algorithms determine the specific choice of route. Each router has a prior knowledge only of networks attached to it directly. A routing protocol shares this information first among immediate neighbors, and then throughout the network. This way, routers gain knowledge of the topology of the network.

The specific characteristics of routing protocols include the manner in which they avoid routing loops, the manner in which they select preferred routes, using information about hop costs, the time they require to reach routing convergence, their scalability, and other factors.

Although there are many types of routing protocols, three major classes are in widespread use on IP networks:

Many routing protocols are defined in documents called RFCs.[1][2][3][4]

OSI layer designation

Routing protocols, according to the OSI routing framework, are layer management protocols for the network layer, regardless of their transport mechanism:

Interior gateway protocols

Interior gateway protocols (IGPs) exchange routing information within a single routing domain. Examples of IGPs include:

Exterior gateway protocols

Exterior gateway protocols exchange routing information between autonomous systems. Examples include:

Routing software

Many software implementations exist for most of the common routing protocols. Examples of open-source applications are Bird Internet routing daemon, Quagga, GNU Zebra, OpenBGPD, OpenOSPFD, and XORP.

Routed protocols

Some network certification courses distinguish between routing protocols and routed protocols. A routed protocol is used to deliver application traffic. It provides appropriate addressing information in its Internet layer (network layer) to allow a packet to be forwarded from one network to another. Examples of routed protocols are the Internet Protocol (IP) and Internetwork Packet Exchange (IPX).

See also

Notes

  1. ^ Cisco no longer supports the proprietary IGRP protocol. The EIGRP implementation accepts IGRP configuration commands, but the internals of IGRP and EIGRP are different.

References

  1. ^ INTERNET PROTOCOL, RFC 791, J Postel, September 1981.
  2. ^ BROADCASTING INTERNET DATAGRAMS IN THE PRESENCE OF SUBNETS, RFC 922, Jeffrey Mogul, October 1984
  3. ^ Towards Requirements for IP Routers, RFC 1716, P. Almquist, November 1994
  4. ^ Requirements for IP Version 4 Routers, RFC 1812, F. Baker,June 1995

Further reading