SPECIAL REPORT: Understanding IP ROUTERS
Nov 1, 2006 12:00 PM, BY CIPRIAN POPOVICIU
Today’s broadcast facilities increasingly rely on IP routing technology. Photo by Andy Washnik, CORPICOM.
Internet Protocol (IP) has emerged over the past decade as the most deployed data communications transport protocol. To a certain extent, IP's unanimous adoption is due to its simple nature and open standards development. However, the main reason for its unforeseen success is its packet-based and connectionless mode of operation.
With IP, data of any type is placed inside a packet, which is stamped with a destination and a source address. The packet is then left at the mercy of an IP network, which is supposed to somehow get it to its destination.
IP networks represent a collection of devices that have the sole purpose of moving packets from the source to the destination. (See Figure 1.) These highly customized computing devices are called IP routers, and they are interconnected via multiple links that terminate on their interfaces. There are two primary operational planes for a router. The control plane creates and maintains a map that allows the router to make the best forwarding decisions. The data plane forwards IP packets from the ingress to the egress interface.
Control plane — routing
Figure 1. The connectionless and packet-based forwarding nature of IP communications
relies on IP routers.
Click image to enlarge.
All routers in an IP network must collaborate in order to make sure that each one of them is capable of identifying the best paths and the best backup paths to reach the destinations. In order to perform this function, routers will communicate with their neighbors or routers from an entire domain of the network, exchanging relevant information regarding the state of the network and the reachability of each IP address. Based on this information, each router calculates the best path to all known IP destinations. IP routing protocols identify the mechanism by which routers communicate with each other and the algorithm used to calculate the best routes.
There are multiple routing protocols defined for IP. Those used within an area of the network or an administrative domain are called Interior Gateway Protocols (IGPs). Examples of IGPs include Routing Information Protocol (RIP), InterGateway Routing Protocol (IGRP), Enhanced InterGateway Routing Protocol (EIGRP), Open Shortest Path First (OSPF) and Intermediate System to Intermediate System (ISIS).
The routing protocols used to route between domains or networks are called Exterior Gateway Protocols (EGPs). The representative example of EGP is Border Gateway Protocol (BGP).
Figure 2. A routing table dynamically maintains the address of a packet’s next hop.
Click image to enlarge.
The IGPs are also classified based on their principle of operation. OSPF and ISIS are called link-state protocols, and they maintain a view or state of the entire network. RIP, IGRP and EIGRP are called distance-vector protocols, and they rely on their neighbors to make routing decisions. Each routing protocol has its own benefits and deficiencies, and each is best suited for a certain network environment.
The outcome is a routing table indicating what next hop a packet needs to be sent to in order to be delivered optimally to a particular IP address or to reach destinations within an IP subnet. (See Figure 2.) This data is dynamically maintained. If a path becomes impaired or nonoptimal, the routing protocol will update the routing table.
| Want to use this article? Click here for options! |





























