Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.

Similar presentations


Presentation on theme: "Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts."— Presentation transcript:

1 Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts

2 Objectives Describe dynamic routing protocols: Functions Purpose Component s Identify several ways to classify routing protocols. Describe some new concepts of dynamic routing protocols: Convergence Metrics Administrative Distance (AD) Identify the different elements of the routing table.

3 Dynamic Routing Protocols Dynamic routing protocols are usually used in larger networks to ease the administrative and operational overhead of using only static routes. Typically, a network uses a combination of both a dynamic routing protocol and static routes.

4 The Evolution of Dynamic Routing Protocols One of the earliest routing protocols was Routing Information Protocol (RIP). –RIP has evolved into a newer version RIPv2. –The newer version of RIP still does not scale to larger network implementations. To address the needs of larger networks, two advanced routing protocols were developed: Open Shortest Path First (OSPF) and Intermediate System- to-Intermediate System (IS-IS). Cisco developed Interior Gateway Routing Protocol (IGRP) and Enhanced IGRP (EIGRP), which also scales well in larger network implementations. Additionally, there was the need to interconnect different internetworks and provide routing among them. Border Gateway Routing (BGP) protocol is now used between ISPs as well as between ISPs and their larger private clients to exchange routing information.

5

6 Dynamic Routing Protocols Function(s) of Dynamic Routing Protocols: – -Dynamically share information between routers. – -Automatically update routing table when topology changes. – -Determine best path to a destination. –Compared to static routing, dynamic routing protocols require less administrative overhead. However, the expense of using dynamic routing protocols is dedicating part of a router's resources for protocol operation including CPU time and network link bandwidth. – One of the primary benefits to using a dynamic routing protocol is that routers exchange routing information whenever there is a topology change. This exchange allows routers to automatically learn about new networks and also to find alternate paths when there is a link failure to a current network.

7

8 Dynamic Routing Protocols A routing protocol –is a set of processes, algorithms, and messages that are used to exchange routing information and populate the routing table with the routing protocol's choice of best paths The purpose of a dynamic routing protocol is to: – -Discover remote networks – -Maintaining up-to-date routing information – -Choosing the best path to destination networks – -Ability to find a new best path if the current path is no longer available

9 Dynamic Routing Protocols Advantages of static routing – -It can backup multiple interfaces/networks on a router – -Minimal CPU processing – -Easier for administrator to understand – -Easy to configure – -No extra resources are needed – -More secure Disadvantages of static routing – -Network changes require manual reconfiguration – -Configuration and maintenance is time-consuming – -Does not scale well in large topologies – -Configuration is error-prone, especially in large networks  Advantages of dynamic routing -Administrator has less work maintaining the configuration when adding or deleting networks. -Protocols automatically react to the topology changes. -Configuration is less error-prone. -More scalable, growing the network usually does not present a problem  Disadvantages of dynamic routing -Router resources are used (CPU cycles, memory and link bandwidth). -More administrator knowledge is required for configuration, verification, and troubleshooting.

10 Dynamic Routing Protocols

11 Classifying Routing Protocols Dynamic routing protocols are grouped according to characteristics. Examples include: – -RIP – -IGRP – -EIGRP – -OSPF – -IS-IS – -BGP Autonomous System is a group of routers under the control of a single authority.

12

13 Classifying Routing Protocols Dynamic routing protocols: –RIP A distance vector interior routing protocol –IGRP The distance vector interior routing developed by Cisco (deprecated from 12.2 IOS and later) –EIGRP The advanced distance vector interior routing protocol developed by Cisco –OSPF A link-state interior routing protocol –IS-IS A link-state interior routing protocol –BGP A path vector exterior routing protocol

14 Dynamic Routing Protocols Function(s) of Dynamic Routing Protocols: – -Dynamically share information between routers. – -Automatically update routing table when topology changes. – -Determine best path to a destination.

15 Dynamic Routing Protocols The purpose of a dynamic routing protocol is to: – -Discover remote networks – -Maintaining up-to-date routing information – -Choosing the best path to destination networks – -Ability to find a new best path if the current path is no longer available

16 Dynamic Routing Protocols Components of a routing protocol – Routing protocol messages These are messages for discovering neighbors and exchange of routing information – Algorithm In the case of a routing protocol algorithms are used for facilitating routing information and best path determination

17 Classifying Routing Protocols Interior Gateway Routing Protocols (IGP) – -Used for routing inside an autonomous system & used to route within the individual networks themselves. – -Examples: RIP, EIGRP, OSPF Exterior Routing Protocols (EGP) – -Used for routing between autonomous systems – -Example: BGPv4 Autonomous System is a group of routers under the control of a single authority.

18 Autonomous systems An autonomous system (AS) is a collection of networks under a common administration sharing a common routing strategy. – To the outside world, an AS is viewed as a single entity. The AS may be run by one or more operators while presenting a consistent view of routing to the external world. The American Registry of Internet Numbers (ARIN), a service provider, or an administrator assigns an identifying number to each AS. This autonomous system number is a 16 bit number. Routing protocols, such as Cisco’s IGRP, require assignment of a unique, autonomous system number.

19

20 Classifying Routing Protocols Types of routing protocols: – -Interior Gateway Protocols (IGP) – -Exterior Gateway Protocols (EGP) –

21 Classifying Routing Protocols Dynamic routing protocols are grouped according to characteristics. Examples include: – -RIP – -IGRP – -EIGRP – -OSPF – -IS-IS – -BGP

22 Classifying Routing Protocols IGP: Comparison of Distance Vector & Link State Routing Protocols –Distance vector –routes are advertised as vectors –of distance & direction. –incomplete view of network –topology. –Generally, periodic – updates. –Link state –complete view of network –topology is created. –updates are not – periodic.

23 Classifying Routing Protocols

24 Classful routing protocols – Do NOT send subnet mask in routing updates Classless routing protocols – Do send subnet mask in – routing updates.

25 Dynamic Routing Protocols Concepts Convergence is defined as when all routers’ routing tables are at a state of consistency

26 Routing Protocols Metrics Metric – A value used by a routing protocol to determine which routes are better than others.

27 Routing Protocols Metrics Metrics used in IP routing protocols – -Hop count – -Bandwidth – -Cost – -Delay – -Load – -Reliability

28 Routing Protocols Metrics The Metric Field in the Routing Table Metric used for each routing protocol – -RIP - hop count – -IGRP & EIGRP - Bandwidth (used by default), Delay (used by default), Load, Reliability – -IS-IS & OSPF – Cost, Bandwidth (Cisco’s implementation)

29 Routing Protocols Metrics Load balancing – This is the ability of a router to distribute packets among multiple same cost paths

30 Administrative Distance of a Route Purpose of a metric – It’s a calculated value used to determine the best path to a destination Purpose of Administrative Distance – It’s a numeric value that specifies the preference of a particular route

31 Administrative Distance of a Route Identifying the Administrative Distance (AD) in a routing table – It is the first number in the brackets in the routing table

32 Administrative Distance of a Route Directly connected routes – Have a default AD of 0 Static Routes – Administrative distance of a static route has a default value of 1

33 Administrative Distance of a Route Directly connected routes – -Immediately appear in the routing table as soon as the interface is configured

34 Administrative Distance of a Route Dynamic Routing Protocols

35 Summary Dynamic routing protocols fulfill the following functions – -Dynamically share information between routers – -Automatically update routing table when topology changes – -Determine best path to a destination Routing protocols are grouped as either – -Interior gateway protocols (IGP)Or – -Exterior gateway protocols(EGP) Types of IGPs include – -Classless routing protocols - these protocols include subnet mask in routing updates – -Classful routing protocols - these protocols do not include subnet mask in routing update

36 Summary Metrics are used by dynamic routing protocols to calculate the best path to a destination. Administrative distance is an integer value that is used to indicate a router’s “trustworthiness” Components of a routing table include: – -Route source – -Administrative distance – -Metric

37 Thank You


Download ppt "Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts."

Similar presentations


Ads by Google