The document discusses routing and routing protocols. It introduces static and dynamic routing, comparing their key differences. Dynamic routing allows routers to share routing information through routing protocols. The document covers distance vector and link-state routing protocols, how they determine best paths and exchange routing information. Specific protocols discussed include RIP, IGRP, OSPF, EIGRP, and BGP.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views46 pages
C06.0 (En) (Routing and Routing Protocols)
The document discusses routing and routing protocols. It introduces static and dynamic routing, comparing their key differences. Dynamic routing allows routers to share routing information through routing protocols. The document covers distance vector and link-state routing protocols, how they determine best paths and exchange routing information. Specific protocols discussed include RIP, IGRP, OSPF, EIGRP, and BGP.
• Routing is the process that a router uses to forward
packets toward the destination network. • A router makes decisions based upon the destination IP address of a packet. • To make the correct decisions, routers must learn how to reach remote networks.
used to view the active configuration in RAM to verify that the static route was entered correctly. • The show ip route command is used to make sure that the static route is present in the routing table
• A routing protocol allows one router to share information
with other routers regarding the networks it knows about. • The information a router gets from another router, using a routing protocol, is used to build and maintain a routing table. • A routed protocol provides enough information to allow a packet to be forwarded from one host to another based on the addressing scheme
maintain a routing table. • This table contains the learned networks and associated ports for those networks. • Routers use routing protocols to manage information received from other routers and its interfaces. • The routing protocol learns all available routes, places the best routes into the routing table, and removes routes when they are no longer valid. • The router uses the information in the routing table to forward routed protocol packets.
routing. • Whenever the topology of a network changes because of growth, reconfiguration, or failure, the network knowledgebase (routing table) must also change. • The network knowledgebase needs to reflect an accurate view of the new topology.
• When all routers in an internetwork are operating
with the same knowledge, the internetwork is said to have converged. • Fast convergence is desirable because it reduces the period of time in which routers would continue to make incorrect routing decisions.
originally specified in RFC 1058. Its key characteristics include the following: • It is a distance vector routing protocol. • Hop count is used as the metric for path selection. • If the hop count is greater than 15, the packet is discarded. • Routing updates are broadcast every 30 seconds, by default.
proprietary protocol developed by Cisco. Some of the IGRP key design characteristics emphasize the following: • It is a distance vector routing protocol. • Bandwidth, load, delay and reliability are used to create a composite metric. • Routing updates are broadcast every 90 seconds, by default.
nonproprietary link-state routing protocol. The key characteristics of OSPF are as follows: • It is a link-state routing protocol. • Open standard routing protocol described in RFC 2328. • Uses the SPF algorithm to calculate the lowest cost to a destination. • Routing updates are flooded as topology changes occur.
routing protocol. The key characteristics of BGP are as follows: • It is a distance vector exterior routing protocol. • Used between ISPs or ISPs and clients. • Used to route Internet traffic between autonomous systems.
• Interior routing protocols are designed for use in a
network whose parts are under the control of a single organization. The design criteria for an interior routing protocol require it to find the best path through the network. • An exterior routing protocol is designed for use between two different networks that are under the control of two different organizations. These are typically used between ISPs or between a company and an ISP.