Intradomain routing protocols: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Joe Quick
m (subpages)
imported>Meg Taylor
m (spelling: contol -> control)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{subpages}}
{{subpages}}
'''Intradomain Routing Protocols'''
'''Intradomain routing protocols''' support one of the two planses, [[control plane|control]] and [[forwarding plane|forwarding]], are needed to deliver IP packets over a network.  Intradomain routing protocols provide information to the control plane, which determines and chooses the path to a destination based on metrics such as number of hops, delay, and bandwidth.  The forwarding process does the actual insertion of the IP packet into a frame and forwards the frame to the next hop.
Two processes, routing and forwarding, are needed to deliver IP packets over a network.  The routing process determines and chooses the path to a destination based on metrics such as number of hops, delay, and throughput.  The forwarding process does the actual insertion of the IP packet into a frame and forwards the frame to the next hop.


'''Routing Tables'''
The major intradomain routing protocols in current use are:
Every host/router in a network has a routing table.  The routing table consists of the destination network address, the subnet mask, the next hop IP address, and the interface.  The destination network address contains the network portion of the destination networks IP address.  The subnet mask is used to identify the network address from the host address.  The next hop IP address is the address where the packet will be forwarded to for delivery.  The interface identifies the associated route.
*[[Routing Information Protocol]] (RIP)
*[[Open Shortest Path First]] (OSPF)
*[[Intermediate System to Intermediate System]] (IS-IS)
*[[Enhanced Interior Gateway Routing Protocol]] (EIGRP)


'''Forwarding Tables'''
Of these protocols, the first three are open standards from the [[Internet Engineering Task Force]], while EIGRP is a proprietary protocol of [[Cisco Systems]].
IP packets are forwarded after determining the route and the next hop.  This is done according to either local or remote delivery models.  A local delivery model is used when the both the destination and the host are on the same local network.  The IP packet is forwarded directly to the destination in a MAC frame.  Remote delivery protocols are used when the destination and host are on different networks.  The packet is inserted into a frame and sent to the next hop router.

Latest revision as of 22:12, 6 February 2010

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

Intradomain routing protocols support one of the two planses, control and forwarding, are needed to deliver IP packets over a network. Intradomain routing protocols provide information to the control plane, which determines and chooses the path to a destination based on metrics such as number of hops, delay, and bandwidth. The forwarding process does the actual insertion of the IP packet into a frame and forwards the frame to the next hop.

The major intradomain routing protocols in current use are:

Of these protocols, the first three are open standards from the Internet Engineering Task Force, while EIGRP is a proprietary protocol of Cisco Systems.