Difference between revisions of "Routing protocol"

From Computer History Wiki
Jump to: navigation, search
m (+cat, avoid redirs)
m (Add links)
 
Line 1: Line 1:
A '''routing protocol''' is part of the implementation of a [[routing architecture]], which is how paths across a [[communication network]] are selected. They carry data from one [[switching node]] to another, for use by the [[algorithm]]s which do the actual path selection.
+
A '''routing protocol''' is part of the implementation of a distributed [[routing architecture]], which is how paths across a [[communication network]] are selected. They carry data from one [[switching node]] to another, for use by the [[algorithm]]s which do the actual path selection.
  
In the [[Internet]], there are several different routing protocols in use. [[BGP]] is the 'top level' algorithm/[[protocol]], which is used to select routes between 'autonomous systems' (ASs). Inside an AS, a so-called 'Interior Gateway Protocol' (IGP) is used; there are three main ones in use:
+
In the [[Internet]], there are several different routing protocols in use. [[BGP]] is the 'top level' [[Exterior Gateway Protocol|EGP]] algorithm/[[protocol]], which is used to select routes between '[[autonomous system]]s' (ASs). Inside an AS, a so-called '[[Interior Gateway Protocol]]' (IGP) is used; there are three main ones in use:
  
 
* [[Routing Information Protocol|RIP]]
 
* [[Routing Information Protocol|RIP]]

Latest revision as of 00:51, 16 November 2018

A routing protocol is part of the implementation of a distributed routing architecture, which is how paths across a communication network are selected. They carry data from one switching node to another, for use by the algorithms which do the actual path selection.

In the Internet, there are several different routing protocols in use. BGP is the 'top level' EGP algorithm/protocol, which is used to select routes between 'autonomous systems' (ASs). Inside an AS, a so-called 'Interior Gateway Protocol' (IGP) is used; there are three main ones in use: