SlideShare une entreprise Scribd logo
1  sur  33
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
ITE PC v4.0
Chapter 1 1
Distance Vector Routing
Protocols
Routing Protocols and Concepts – Chapter 4
ITE PC v4.0
Chapter 1 2
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Objectives
 Identify the characteristics of distance vector routing
protocols.
 Describe the network discovery process of distance
vector routing protocols using Routing Information
Protocol (RIP).
 Describe the processes to maintain accurate routing
tables used by distance vector routing protocols.
 Identify the conditions leading to a routing loop and
explain the implications for router performance.
 Recognize that distance vector routing protocols are
in use today
ITE PC v4.0
Chapter 1 3
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Distance Vector Routing Protocols
 Examples of Distance Vector routing protocols:
Routing Information Protocol (RIP)
Interior Gateway Routing Protocol (IGRP)
Enhanced Interior Gateway Routing Protocol
(EIGRP)
ITE PC v4.0
Chapter 1 4
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Distance Vector Routing Protocols
 Distance Vector Technology
–The Meaning of Distance Vector:
•A router using distance vector routing protocols
knows 2 things:
Distance to final destination
Vector, or direction, traffic should be directed
ITE PC v4.0
Chapter 1 5
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Distance Vector Routing Protocols
Characteristics of Distance Vector routing protocols:
 Periodic updates
 Neighbors
 Broadcast updates
 Entire routing table is included with routing update
ITE PC v4.0
Chapter 1 6
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Distance Vector Routing Protocols
 Routing Protocol Algorithm:
-Defined as a procedure for accomplishing a certain task
ITE PC v4.0
Chapter 1 7
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Distance Vector Routing Protocols
Routing Protocol Characteristics
–Criteria used to compare routing protocols includes
-Time to convergence
-Scalability
-Resource usage
-Implementation & maintenance
ITE PC v4.0
Chapter 1 8
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Distance Vector Routing Protocols
ITE PC v4.0
Chapter 1 9
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Discovery
 Router initial start up (Cold Starts)
-Initial network discovery
Directly connected networks are initially placed in
routing table
ITE PC v4.0
Chapter 1 10
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Discovery
 Initial Exchange of Routing Information
–If a routing protocol is configured then
-Routers will exchange routing information
 Routing updates received from other routers
-Router checks update for new information
If there is new information:
-Metric is updated
-New information is
stored in routing table
ITE PC v4.0
Chapter 1 11
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Discovery
 Exchange of Routing Information
–Router convergence is reached when
-All routing tables in the network contain the same
network information
–Routers continue to exchange routing information
-If no new information is found then Convergence is
reached
ITE PC v4.0
Chapter 1 12
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Network Discovery
 Convergence must be reached before a network is
considered completely operable
 Speed of achieving convergence consists of 2
interdependent categories
-Speed of broadcasting routing information
-Speed of calculating routes
ITE PC v4.0
Chapter 1 13
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Table Maintenance
 Periodic Updates: RIPv1 & RIPv2
These are time intervals in which a router sends
out its entire routing table.
ITE PC v4.0
Chapter 1 14
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Table Maintenance
 RIP uses 4 timers
-Update timer
-Invalid timer
-Holddown timer
-Flush timer
ITE PC v4.0
Chapter 1 15
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Table Maintenance
 Bounded Updates: EIGRP
 EIRPG routing updates are
-Partial updates
-Triggered by topology changes
-Bounded
-Non periodic
ITE PC v4.0
Chapter 1 16
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Table Maintenance
 Triggered Updates
–Conditions in which triggered updates are sent
-Interface changes state
-Route becomes unreachable
-Route is placed in routing table
ITE PC v4.0
Chapter 1 17
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Table Maintenance
 Random Jitter
Synchronized updates
A condition where multiple routers on multi access LAN
segments transmit routing updates at the same time.
Problems with synchronized updates
-Bandwidth consumption
-Packet collisions
Solution to problems with
synchronized updates
- Used of random variable
called RIP_JITTER
ITE PC v4.0
Chapter 1 18
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 Routing loops are
A condition in
which a packet is
continuously
transmitted within
a series of routers
without ever
reaching its
destination.
ITE PC v4.0
Chapter 1 19
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 Routing loops may be caused by:
-Incorrectly configured static routes
-Incorrectly configured route redistribution
-Slow convergence
-Incorrectly configured discard routes
 Routing loops can create the following issues
-Excess use of bandwidth
-CPU resources may be strained
-Network convergence is degraded
-Routing updates may be lost or not processed in a timely
manner
ITE PC v4.0
Chapter 1 20
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 Count to Infinity
This is a routing loop whereby packets bounce
infinitely around a network.
ITE PC v4.0
Chapter 1 21
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 Setting a maximum
 Distance Vector routing protocols set a specified
metric value to indicate infinity
Once a router “counts to infinity” it marks the route
as unreachable
ITE PC v4.0
Chapter 1 22
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 Preventing loops with holddown timers
-Holddown timers allow a router to not accept any changes to a
route for a specified period of time.
-Point of using holddown timers
Allows routing updates to propagate through network with
the most current information.
ITE PC v4.0
Chapter 1 23
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 The Split Horizon Rule is used to prevent routing
loops
 Split Horizon rule:
A router should not advertise a network through the
interface from which the update came.
ITE PC v4.0
Chapter 1 24
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 Split horizon with poison
reverse
The rule states that
once a router learns of
an unreachable route
through an interface,
advertise it as
unreachable back
through the same
interface
ITE PC v4.0
Chapter 1 25
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Loops
 IP & TTL
–Purpose of the TTL field
The TTL field is found in an IP header and is
used to prevent packets from endlessly
traveling on a network
 How the TTL field works
-TTL field contains a numeric value
The numeric value is decreased by one by
every router on the route to the destination.
If numeric value reaches 0 then Packet
is discarded.
ITE PC v4.0
Chapter 1 26
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Protocols Today
 Factors used to determine whether to use RIP or EIGRP
include
-Network size
-Compatibility between models of routers
-Administrative knowledge
ITE PC v4.0
Chapter 1 27
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Protocols Today
 RIP
Features of RIP:
-Supports split horizon & split horizon with
poison reverse
-Capable of load balancing
-Easy to configure
-Works in a multi vendor router environment
ITE PC v4.0
Chapter 1 28
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Routing Protocols Today
 EIGRP
Features of EIGRP:
-Triggered updates
-EIGRP hello protocol used to establish
neighbor adjacencies
-Supports VLSM & route summarization
-Use of topology table to maintain all routes
-Classless distance vector routing protocol
-Cisco proprietary protocol
ITE PC v4.0
Chapter 1 29
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 Characteristics of Distance Vector routing
protocols
–Periodic updates
–RIP routing updates include the entire routing table
–Neighbors are defined as routers that share a link and are
configured to use the same protocol
 The network discovery process for D.V. routing
protocol
–Directly connected routes are placed in routing table 1st
–If a routing protocol is configured then
•Routers will exchange routing information
–Convergence is reached when all network routers have the
same network information
ITE PC v4.0
Chapter 1 30
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 D.V. routing protocols maintains routing tables by
–RIP sending out periodic updates
–RIP using 4 different timers to ensure information is accurate
and convergence is achieved in a timely manner
–EIGRP sending out triggered updates
 D.V. routing protocols may be prone to routing loops
– routing loops are a condition in which packets continuously
traverse a network
–Mechanisms used to minimize routing loops include defining
maximum hop count, holddown timers, split horizon, route
poisoning and triggered updates
ITE PC v4.0
Chapter 1 31
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 Conditions that can lead to routing loops include
–Incorrectly configured static routes
–Incorrectly configured route redistribution
–Slow convergence
–Incorrectly configured discard routes
 How routing loops can impact network performance
includes:
–Excess use of bandwidth
–CPU resources may be strained
–Network convergence is degraded
–Routing updates may be lost or not processed
ITE PC v4.0
Chapter 1 32
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 Routing Information Protocol (RIP)
A distance vector protocol that has 2 versions
RIPv1 – a classful routing protocol
RIPv2 - a classless routing protocol
 Enhanced Interior Gateway Routing Protocol
(EIGRP)
–A distance vector routing protocols that has some features of
link state routing protocols
–A Cisco proprietary routing protocol
ITE PC v4.0
Chapter 1 33
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Contenu connexe

Similaire à Distance Vector Routing Protocols.ppt

CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1Irsandi Hasan
 
CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5Irsandi Hasan
 
CCNA Exploration 2 - Chapter 10
CCNA Exploration 2 - Chapter 10CCNA Exploration 2 - Chapter 10
CCNA Exploration 2 - Chapter 10Irsandi Hasan
 
Exploration routing chapter_5
Exploration routing chapter_5Exploration routing chapter_5
Exploration routing chapter_5Joshua Torres
 
Exploration routing chapter_10
Exploration routing chapter_10Exploration routing chapter_10
Exploration routing chapter_10Joshua Torres
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic ConfigurationProf. Erwin Globio
 
Exploration routing chapter_9
Exploration routing chapter_9Exploration routing chapter_9
Exploration routing chapter_9Joshua Torres
 
CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9Irsandi Hasan
 
CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2Irsandi Hasan
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2Joshua Torres
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3Shankar Murthy
 
Exploration_Routing_Chapter_1 ppt for learning Networking
Exploration_Routing_Chapter_1 ppt for learning NetworkingExploration_Routing_Chapter_1 ppt for learning Networking
Exploration_Routing_Chapter_1 ppt for learning NetworkingbrainxMagic
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7Nil Menon
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3Waqas Ahmed Nawaz
 
Exploration routing chapter_11
Exploration routing chapter_11Exploration routing chapter_11
Exploration routing chapter_11Joshua Torres
 
CCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyCCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyVuz Dở Hơi
 
KPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalKPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalFisal Anwari
 
Chapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyChapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyYaser Rahmati
 

Similaire à Distance Vector Routing Protocols.ppt (20)

CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1
 
CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5
 
CCNA Exploration 2 - Chapter 10
CCNA Exploration 2 - Chapter 10CCNA Exploration 2 - Chapter 10
CCNA Exploration 2 - Chapter 10
 
Exploration routing chapter_5
Exploration routing chapter_5Exploration routing chapter_5
Exploration routing chapter_5
 
Exploration routing chapter_10
Exploration routing chapter_10Exploration routing chapter_10
Exploration routing chapter_10
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
Exploration routing chapter_9
Exploration routing chapter_9Exploration routing chapter_9
Exploration routing chapter_9
 
CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9
 
CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
 
Exploration_Routing_Chapter_1 ppt for learning Networking
Exploration_Routing_Chapter_1 ppt for learning NetworkingExploration_Routing_Chapter_1 ppt for learning Networking
Exploration_Routing_Chapter_1 ppt for learning Networking
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
 
Exploration routing chapter_11
Exploration routing chapter_11Exploration routing chapter_11
Exploration routing chapter_11
 
CCNA Icnd110 s04l01
CCNA Icnd110 s04l01CCNA Icnd110 s04l01
CCNA Icnd110 s04l01
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
 
CCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyCCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing Dynamically
 
KPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalKPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_final
 
Chapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyChapter 07 - Routing Dynamically
Chapter 07 - Routing Dynamically
 

Dernier

Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 

Dernier (20)

Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 

Distance Vector Routing Protocols.ppt

  • 1. © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public ITE PC v4.0 Chapter 1 1 Distance Vector Routing Protocols Routing Protocols and Concepts – Chapter 4
  • 2. ITE PC v4.0 Chapter 1 2 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives  Identify the characteristics of distance vector routing protocols.  Describe the network discovery process of distance vector routing protocols using Routing Information Protocol (RIP).  Describe the processes to maintain accurate routing tables used by distance vector routing protocols.  Identify the conditions leading to a routing loop and explain the implications for router performance.  Recognize that distance vector routing protocols are in use today
  • 3. ITE PC v4.0 Chapter 1 3 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Distance Vector Routing Protocols  Examples of Distance Vector routing protocols: Routing Information Protocol (RIP) Interior Gateway Routing Protocol (IGRP) Enhanced Interior Gateway Routing Protocol (EIGRP)
  • 4. ITE PC v4.0 Chapter 1 4 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Distance Vector Routing Protocols  Distance Vector Technology –The Meaning of Distance Vector: •A router using distance vector routing protocols knows 2 things: Distance to final destination Vector, or direction, traffic should be directed
  • 5. ITE PC v4.0 Chapter 1 5 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Distance Vector Routing Protocols Characteristics of Distance Vector routing protocols:  Periodic updates  Neighbors  Broadcast updates  Entire routing table is included with routing update
  • 6. ITE PC v4.0 Chapter 1 6 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Distance Vector Routing Protocols  Routing Protocol Algorithm: -Defined as a procedure for accomplishing a certain task
  • 7. ITE PC v4.0 Chapter 1 7 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Distance Vector Routing Protocols Routing Protocol Characteristics –Criteria used to compare routing protocols includes -Time to convergence -Scalability -Resource usage -Implementation & maintenance
  • 8. ITE PC v4.0 Chapter 1 8 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Distance Vector Routing Protocols
  • 9. ITE PC v4.0 Chapter 1 9 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Discovery  Router initial start up (Cold Starts) -Initial network discovery Directly connected networks are initially placed in routing table
  • 10. ITE PC v4.0 Chapter 1 10 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Discovery  Initial Exchange of Routing Information –If a routing protocol is configured then -Routers will exchange routing information  Routing updates received from other routers -Router checks update for new information If there is new information: -Metric is updated -New information is stored in routing table
  • 11. ITE PC v4.0 Chapter 1 11 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Discovery  Exchange of Routing Information –Router convergence is reached when -All routing tables in the network contain the same network information –Routers continue to exchange routing information -If no new information is found then Convergence is reached
  • 12. ITE PC v4.0 Chapter 1 12 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Network Discovery  Convergence must be reached before a network is considered completely operable  Speed of achieving convergence consists of 2 interdependent categories -Speed of broadcasting routing information -Speed of calculating routes
  • 13. ITE PC v4.0 Chapter 1 13 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Table Maintenance  Periodic Updates: RIPv1 & RIPv2 These are time intervals in which a router sends out its entire routing table.
  • 14. ITE PC v4.0 Chapter 1 14 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Table Maintenance  RIP uses 4 timers -Update timer -Invalid timer -Holddown timer -Flush timer
  • 15. ITE PC v4.0 Chapter 1 15 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Table Maintenance  Bounded Updates: EIGRP  EIRPG routing updates are -Partial updates -Triggered by topology changes -Bounded -Non periodic
  • 16. ITE PC v4.0 Chapter 1 16 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Table Maintenance  Triggered Updates –Conditions in which triggered updates are sent -Interface changes state -Route becomes unreachable -Route is placed in routing table
  • 17. ITE PC v4.0 Chapter 1 17 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Table Maintenance  Random Jitter Synchronized updates A condition where multiple routers on multi access LAN segments transmit routing updates at the same time. Problems with synchronized updates -Bandwidth consumption -Packet collisions Solution to problems with synchronized updates - Used of random variable called RIP_JITTER
  • 18. ITE PC v4.0 Chapter 1 18 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  Routing loops are A condition in which a packet is continuously transmitted within a series of routers without ever reaching its destination.
  • 19. ITE PC v4.0 Chapter 1 19 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  Routing loops may be caused by: -Incorrectly configured static routes -Incorrectly configured route redistribution -Slow convergence -Incorrectly configured discard routes  Routing loops can create the following issues -Excess use of bandwidth -CPU resources may be strained -Network convergence is degraded -Routing updates may be lost or not processed in a timely manner
  • 20. ITE PC v4.0 Chapter 1 20 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  Count to Infinity This is a routing loop whereby packets bounce infinitely around a network.
  • 21. ITE PC v4.0 Chapter 1 21 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  Setting a maximum  Distance Vector routing protocols set a specified metric value to indicate infinity Once a router “counts to infinity” it marks the route as unreachable
  • 22. ITE PC v4.0 Chapter 1 22 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  Preventing loops with holddown timers -Holddown timers allow a router to not accept any changes to a route for a specified period of time. -Point of using holddown timers Allows routing updates to propagate through network with the most current information.
  • 23. ITE PC v4.0 Chapter 1 23 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  The Split Horizon Rule is used to prevent routing loops  Split Horizon rule: A router should not advertise a network through the interface from which the update came.
  • 24. ITE PC v4.0 Chapter 1 24 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  Split horizon with poison reverse The rule states that once a router learns of an unreachable route through an interface, advertise it as unreachable back through the same interface
  • 25. ITE PC v4.0 Chapter 1 25 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Loops  IP & TTL –Purpose of the TTL field The TTL field is found in an IP header and is used to prevent packets from endlessly traveling on a network  How the TTL field works -TTL field contains a numeric value The numeric value is decreased by one by every router on the route to the destination. If numeric value reaches 0 then Packet is discarded.
  • 26. ITE PC v4.0 Chapter 1 26 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Protocols Today  Factors used to determine whether to use RIP or EIGRP include -Network size -Compatibility between models of routers -Administrative knowledge
  • 27. ITE PC v4.0 Chapter 1 27 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Protocols Today  RIP Features of RIP: -Supports split horizon & split horizon with poison reverse -Capable of load balancing -Easy to configure -Works in a multi vendor router environment
  • 28. ITE PC v4.0 Chapter 1 28 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Routing Protocols Today  EIGRP Features of EIGRP: -Triggered updates -EIGRP hello protocol used to establish neighbor adjacencies -Supports VLSM & route summarization -Use of topology table to maintain all routes -Classless distance vector routing protocol -Cisco proprietary protocol
  • 29. ITE PC v4.0 Chapter 1 29 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  Characteristics of Distance Vector routing protocols –Periodic updates –RIP routing updates include the entire routing table –Neighbors are defined as routers that share a link and are configured to use the same protocol  The network discovery process for D.V. routing protocol –Directly connected routes are placed in routing table 1st –If a routing protocol is configured then •Routers will exchange routing information –Convergence is reached when all network routers have the same network information
  • 30. ITE PC v4.0 Chapter 1 30 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  D.V. routing protocols maintains routing tables by –RIP sending out periodic updates –RIP using 4 different timers to ensure information is accurate and convergence is achieved in a timely manner –EIGRP sending out triggered updates  D.V. routing protocols may be prone to routing loops – routing loops are a condition in which packets continuously traverse a network –Mechanisms used to minimize routing loops include defining maximum hop count, holddown timers, split horizon, route poisoning and triggered updates
  • 31. ITE PC v4.0 Chapter 1 31 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  Conditions that can lead to routing loops include –Incorrectly configured static routes –Incorrectly configured route redistribution –Slow convergence –Incorrectly configured discard routes  How routing loops can impact network performance includes: –Excess use of bandwidth –CPU resources may be strained –Network convergence is degraded –Routing updates may be lost or not processed
  • 32. ITE PC v4.0 Chapter 1 32 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  Routing Information Protocol (RIP) A distance vector protocol that has 2 versions RIPv1 – a classful routing protocol RIPv2 - a classless routing protocol  Enhanced Interior Gateway Routing Protocol (EIGRP) –A distance vector routing protocols that has some features of link state routing protocols –A Cisco proprietary routing protocol
  • 33. ITE PC v4.0 Chapter 1 33 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public