Dynamic Routing Protocols

Slides:



Advertisements
Similar presentations
Ver 1,12/09/2012Kode :CIJ 340,Jaringan Komputer Lanjut FASILKOM Routing Protocols and Concepts – Chapter 3 Introduction to Dynamic Routing Protocol CCNA.
Advertisements

Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Introduction to Dynamic Routing Protocols
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
CCNA 2 v3.1 Module 6.
Routing and Routing Protocols
Chapter 7: Routing Dynamically
Routing Protocols Heng Sovannarith
Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 Semester 2 Module 6 Routing and Routing Protocols YuDa college of business James Chen
Fundamentals of Networking Discovery 2, Chapter 6 Routing.
OSPF To route, a router needs to do the following: Know the destination address Identify the sources it can learn from Discover possible.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Routing Dynamically Routing & Switching.
Chapter 7: Routing Dynamically
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Routing Dynamically Routing Protocols.
Introduction to Routing and Routing Protocols By Ashar Anwar.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Routing Dynamically Routing Protocols Assist. Prof. Pongpisit.
Dynamic Routing Protocols  Function(s) of Dynamic Routing Protocols: – Dynamically share information between routers (Discover remote networks). – Automatically.
Routing and Routing Protocols Routing Protocols Overview.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 6 Routing and Routing Protocols.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
Introduction to Dynamic Routing Protocol
1. 2 Anatomy of an IP Packet IP packets consist of the data from upper layers plus an IP header. The IP header consists of the following:
Routing Fundamental W.lilakiatsakun. Review Routing Fundamental VLSM Static & Dynamic Routing Routing algorithm concept.
1 Internet Routing. 2 Terminology Forwarding –Refers to datagram transfer –Performed by host or router –Uses routing table Routing –Refers to propagation.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Routing Protocols and Concepts Introduction to Dynamic Routing Protocol.
Switching and Routing Technique W.lilakiatsakun. Assessment Final 40 % Final 40 % Midterm 30% Midterm 30% LAB + Assignment 30% LAB + Assignment 30%
CCNA 2 Week 6 Routing Protocols. Copyright © 2005 University of Bolton Topics Static Routing Dynamic Routing Routing Protocols Overview.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
6: Routing Working at a Small to Medium Business.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Routing Dynamically Routing & Switching.
1 7-Jan-16 S Ward Abingdon and Witney College Dynamic Routing CCNA Exploration Semester 2 Chapter 3.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Routing Dynamically Routing & Switching.
Routing and Routing Protocols PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
© 2002, Cisco Systems, Inc. All rights reserved..
Routing Protocols Brandon Wagner.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Routing Dynamically Routing & Switching.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
Routing and Routing Protocols CCNA 2 v3 – Module 6.
+ Dynamic Routing Protocols 2 nd semester
Lec4: Introduction to Dynamic Routing Protocol
Introduction to Dynamic Routing Protocol
Working at a Small-to-Medium Business or ISP – Chapter 6
Computer Networks Routing Algorithms.
Instructor Materials Chapter 5: Dynamic Routing
COMP 3270 Computer Networks
Dynamic Routing Protocols part2
Introduction to Networks
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
CT1306 Rehab AlFallaj.
Working at a Small-to-Medium Business or ISP – Chapter 6
Introduction to Dynamic Routing Protocol
Routing.
Chapter 5: Dynamic Routing
Chapter 3: Dynamic Routing
Chapter 5: Dynamic Routing
Chapter 7: Routing Dynamically
Chapter 3: Dynamic Routing
Introduction to Dynamic Routing Protocol
Dynamic Routing Protocols
After 3.2 Revised
Dynamic Routing and OSPF
Chapter 7: Routing Dynamically
Routing Protocols Charles Warren.
Working at a Small-to-Medium Business or ISP – Chapter 6
CCE1030 Computer Networking
Computer Networks Protocols
Routing.
Presentation transcript:

Dynamic Routing Protocols

CH2 Outline Dynamic Routing Protocols Distance Vector Dynamic Routing Link-State Dynamic Routing RIP OSPF

CH2 p1 Outline Routing and Routing Protocols Purpose of dynamic routing protocols Main components of dynamic routing protocols Dynamic Routing Protocol Operation Advantages and disadvantage of dynamic routing Convergence time. Classification of dynamic routing protocols

Introduction Recall: There are two parts to routing IP packets: 1. How to pass a packet from an input interface to the output interface of a router (Forwarding) ? 2. How to find routes to remote networks (Routing)? We already discussed the packet forwarding part in CT1404, here we will learn more about the routing process

Routing Process of finding a path from a source to every destination in the network. A router can learn about remote networks in one of two ways: Manually - Remote networks are manually entered into the route table using static routes. Dynamically - Remote routes are automatically learned using a dynamic routing protocol.

Purpose of Dynamic Routing Protocols 7.1.1.2 6 Purpose of Dynamic Routing Protocols Routing Protocols Used to facilitate the exchange of routing information between routers to find paths to other networks. Purpose of dynamic routing protocols includes: Discovery of remote networks Choosing the best path to destination networks Maintaining up-to-date routing information Ability to find a new best path if the current path is no longer available

Components of Dynamic Routing Protocols 7 7.1.1.2 Components of Dynamic Routing Protocols Main components of dynamic routing protocols include: Data structures – Routing protocols typically use tables or databases for its operations. Data Structure Routing protocol messages Algorithm

Components of Dynamic Routing Protocols Routing protocol messages – Routing protocols use various types of messages to discover neighboring routers, exchange routing information, and other tasks to learn and maintain accurate information about the network. Algorithm – Routing protocols use algorithms for facilitating routing information and for best path determination.

7.1.1.2 9

Dynamic Routing Protocol Operation 7.1.3.1 10 Dynamic Routing Protocol Operation In general, the operations of a dynamic routing protocol can be described as follows: The router sends and receives routing messages on its interfaces. Routers exchange routing messages and routing information to learn about remote networks. The router shares routing information with other routers that are using the same routing protocol. When a router detects a topology change the routing protocol can advertise this change to other routers.

Dynamic Routing Protocol Pros and Cons Help the network administrator manage the time-consuming process of configuring and maintaining static routes 11 Dynamic Routing Protocol Pros and Cons Advantages of dynamic routing Compared to static routing, dynamic routing protocols require less administrative overhead Automatically share information about remote networks Determine the best path to each network and add this information to their routing tables Disadvantage of dynamic routing Dedicate part of a routers resources for protocol operation, including CPU time and network link bandwidth

Achieving Convergence 7.1.3.5 12 Achieving Convergence Convergence time: The time that routers take to share information, calculate best paths, and update their routing tables . Network converged when all routers have complete and accurate information about the entire network. A network is not completely operable until the network has converged.  

Achieving Convergence Convergence properties include: The speed of propagation of routing information and the calculation of optimal paths. The speed of propagation refers to the amount of time it takes for routers within the network to forward routing information. Generally, older protocols, such as RIP, are slow to converge, whereas modern protocols, such as EIGRP and OSPF, converge more quickly.

Types of Routing Protocols Classifying Routing Protocols 7.1.4.1 14 Types of Routing Protocols Classifying Routing Protocols

IGP and EGP Routing Protocols 7.1.4.2 15 IGP and EGP Routing Protocols Wide area network is divided into autonomous systems (AS). An AS is a set of routers and networks managed by a single administration.

IGP and EGP Routing Protocols Interior Gateway Protocols (IGP): Used for routing within an AS. It is also referred to as intra-AS routing. Companies, organizations, and even service providers use an IGP on their internal networks. IGPs include RIP, EIGRP, OSPF, and IS-IS. Exterior Gateway Protocols (EGP): Used for routing between autonomous systems. It is also referred to as inter-AS routing. Service providers and large companies may interconnect using an EGP. The Border Gateway Protocol (BGP) is the only currently viable EGP and is the official routing protocol used by the Internet. 16 IGP and EGP Routing Protocols Interior Gateway Protocols (IGP) - Used for routing within an AS Examples: RIP, EIGRP, OSPF, and IS-IS Each AS can choose an IGP to handle routing inside the AS Exterior Gateway Protocols (EGP) - Used for routing between ASs Usually one EGP is chosen to handle routing between ASs.