Routing: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
mNo edit summary
imported>Pat Palmer
mNo edit summary
Line 1: Line 1:
{{subpages}}
{{subpages}}
In computer networking, '''routing''' is the process of receiving a [[packet]] on one interface of a [[router]], validating the packet, and (assuming the router knows that a particular outbound interface will move the packet one [[hop]] closer to its final destination) forwards it out that interface.  Routing may be compared to driving to a destination along a set of highways. Each exit sign informs the driver of a set of destinations reachable through that exit. The driver will decide to take the exit if it goes toward the destination, or will continue looking for a better exit.
In computer networking, '''routing''' is the process of receiving a [[packet]] on one interface of a [[router]], validating the packet, and (assuming the router knows that a particular outbound interface will move the packet one [[hop]] closer to its final destination) forwards it out that interface.  Routing may be compared to driving to a destination along a set of highways. Each exit sign informs the driver of a set of destinations reachable through that exit. The driver will decide to take the exit if it goes toward the destination, or will continue looking for a better exit.


The process that draws the "map" of the network, or, in the highway analogy, puts the list of destinations on the exit sign, is the [[control plane]] of the router. The process that actually moves the packet from input to output is the [[forwarding plane]].<ref name=FORCES>{{citation
The process that draws the "map" of the network, or, in the highway analogy, puts the list of destinations on the exit sign, is the [[control plane]] of the router. The process that actually moves the packet from input to output is the [[forwarding plane]].<ref name=FORCES>{{citation
Line 8: Line 8:
  | first1 = H. |last1= Khosravi | first2= T. | last2= Anderson
  | first1 = H. |last1= Khosravi | first2= T. | last2= Anderson
  | date = November 2003
  | date = November 2003
  | publisher = Internet Engineering Task Force}}</ref>
  | publisher = Internet Engineering Task Force}}</ref> The device that performs these functions is called a [[router]].<ref name=RFC1812>{{citation
 
The device that performs these functions is called a [[router]].<ref name=RFC1812>{{citation
  |title = Requirements for IPv4 routers
  |title = Requirements for IPv4 routers
  |author = Baker, F.
  |author = Baker, F.

Revision as of 09:40, 24 December 2010

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In computer networking, routing is the process of receiving a packet on one interface of a router, validating the packet, and (assuming the router knows that a particular outbound interface will move the packet one hop closer to its final destination) forwards it out that interface. Routing may be compared to driving to a destination along a set of highways. Each exit sign informs the driver of a set of destinations reachable through that exit. The driver will decide to take the exit if it goes toward the destination, or will continue looking for a better exit.

The process that draws the "map" of the network, or, in the highway analogy, puts the list of destinations on the exit sign, is the control plane of the router. The process that actually moves the packet from input to output is the forwarding plane.[1] The device that performs these functions is called a router.[2] Physically, a router is usually a special-purpose computer, although it is possible to program a personal computer to route.

Forwarding plane

Both in Internet Protocol version 4 and Internet Protocol version 6, the most basic principle of routing is "longest prefix match." Every Internet Protocol address has a certain number of bits, from the left, which form its prefix or locator, describing the target network or group of networks in which it resides. Unless other factors override, routing forwards a packet towards its best knowledge of the most precise specification of that destination. That knowledge is in a forwarding information base, created by the router's control plane. If, for example, there are two routing information base entries, one matching the first 8 bits of the address and the second matching the first 16 bits, the second entry will prescribe the next hop for the routing operation.

Control plane

The control plane learns the connectivity and reachability of the router, stores it in a routing information base from which it generates the forwarding information base.

References

  1. Khosravi, H. & T. Anderson (November 2003), Requirements for Separation of IP Control and Forwarding], Internet Engineering Task Force, RFC3654
  2. Baker, F. (June 1995), Requirements for IPv4 routers, Internet Engineering Task Force, RFC1812