SlideShare uma empresa Scribd logo
1 de 25
Introduction to Dynamic
  Routing Protocol



  Routing Protocols and
  Concepts – Chapter 3




ITE PC v4.0
Chapter 1                   © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   1
Objectives
             Describe the role of dynamic routing protocols and
              place these protocols in the context of modern
              network design.
             Identify several ways to classify routing protocols.
             Describe how metrics are used by routing protocols
              and identify the metric types used by dynamic routing
              protocols.
             Determine the administrative distance of a route and
              describe its importance in the routing process.
             Identify the different elements of the routing table.


ITE PC v4.0
Chapter 1                               © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   2
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.




ITE PC v4.0
Chapter 1                                  © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   3
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




ITE PC v4.0
Chapter 1                                    © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   4
Dynamic Routing Protocols
           Components of a routing protocol
              Algorithm
                           In the case of a routing protocol algorithms are
                          used for facilitating routing information and best path
                          determination
              Routing protocol messages
                           These are messages for discovering neighbors and
                          exchange of routing information




ITE PC v4.0
Chapter 1                                   © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   5
Dynamic Routing Protocols
           Advantages of static routing
              -It can backup multiple interfaces/networks on a router
              -Easy to configure
              -No extra resources are needed
              -More secure
           Disadvantages of static routing
              -Network changes require manual reconfiguration
              -Does not scale well in large topologies




ITE PC v4.0
Chapter 1                                  © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   6
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.

ITE PC v4.0
Chapter 1                                 © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   7
Classifying Routing Protocols
           Types of routing protocols:
              -Interior Gateway Protocols (IGP)
              -Exterior Gateway Protocols (EGP)




ITE PC v4.0
Chapter 1                                © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   8
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




ITE PC v4.0
Chapter 1                                 © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   9
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.

ITE PC v4.0
Chapter 1                                    © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   10
Classifying Routing Protocols




ITE PC v4.0
Chapter 1                    © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   11
Classifying Routing Protocols
 Classful routing
  protocols
              Do NOT send subnet mask
              in routing updates
 Classless routing
  protocols
              Do send subnet mask in
              routing updates.




ITE PC v4.0
Chapter 1                               © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   12
Classifying Routing Protocols
           Convergence is defined as when all routers’ routing
            tables are at a state of consistency




ITE PC v4.0
Chapter 1                             © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   13
Routing Protocols Metrics
           Metric
              A value used by a routing protocol to determine which
              routes are better than others.




ITE PC v4.0
Chapter 1                               © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   14
Routing Protocols Metrics
           Metrics used in IP routing protocols
              -Bandwidth
              -Cost
              -Delay
              -Hop count
              -Load
              -Reliability




ITE PC v4.0
Chapter 1                           © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   15
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)




ITE PC v4.0
Chapter 1                                   © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   16
Routing Protocols Metrics
           Load balancing
              This is the ability of a router to distribute packets among
              multiple same cost paths




ITE PC v4.0
Chapter 1                                 © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   17
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




ITE PC v4.0
Chapter 1                                   © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   18
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




ITE PC v4.0
Chapter 1                                    © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   19
Administrative Distance of a Route
           Dynamic Routing Protocols




ITE PC v4.0
Chapter 1                         © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   20
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




ITE PC v4.0
Chapter 1                                  © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   21
Administrative Distance of a Route
           Directly connected routes
              -Immediately appear in the routing table as soon as the
              interface is configured




ITE PC v4.0
Chapter 1                                  © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   22
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




ITE PC v4.0
Chapter 1                                © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   23
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




ITE PC v4.0
Chapter 1                            © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   24
ITE PC v4.0
Chapter 1     © 2007 Cisco Systems, Inc. All rights reserved.   Cisco Public   25

Mais conteúdo relacionado

Mais procurados

CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2Irsandi Hasan
 
Advance eigrp
Advance eigrp Advance eigrp
Advance eigrp firey
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5Chaing Ravuth
 
CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8Irsandi Hasan
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2Joshua Torres
 
CCNP v6 Route: Implementing IP Routing Chapter1
CCNP v6 Route: Implementing IP Routing Chapter1CCNP v6 Route: Implementing IP Routing Chapter1
CCNP v6 Route: Implementing IP Routing Chapter1Andy Juan Sarango Veliz
 
Exploration routing chapter_9
Exploration routing chapter_9Exploration routing chapter_9
Exploration routing chapter_9Joshua Torres
 
CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9Chaing Ravuth
 
CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4Irsandi Hasan
 
Exploration routing chapter_11
Exploration routing chapter_11Exploration routing chapter_11
Exploration routing chapter_11Joshua Torres
 
Exploration routing chapter_4
Exploration routing chapter_4Exploration routing chapter_4
Exploration routing chapter_4Joshua Torres
 
CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11Irsandi Hasan
 
CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9Irsandi Hasan
 
Exploration routing chapter_8
Exploration routing chapter_8Exploration routing chapter_8
Exploration routing chapter_8Joshua Torres
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPAbdelkhalik Mosa
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3Chaing Ravuth
 

Mais procurados (20)

CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2
 
Advance eigrp
Advance eigrp Advance eigrp
Advance eigrp
 
CCCNP ROUTE v6_ch03
CCCNP ROUTE v6_ch03CCCNP ROUTE v6_ch03
CCCNP ROUTE v6_ch03
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
 
CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 8
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2
 
CCNP v6 Route: Implementing IP Routing Chapter1
CCNP v6 Route: Implementing IP Routing Chapter1CCNP v6 Route: Implementing IP Routing Chapter1
CCNP v6 Route: Implementing IP Routing Chapter1
 
Exploration routing chapter_9
Exploration routing chapter_9Exploration routing chapter_9
Exploration routing chapter_9
 
CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
 
CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 4
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
Exploration routing chapter_11
Exploration routing chapter_11Exploration routing chapter_11
Exploration routing chapter_11
 
Exploration routing chapter_4
Exploration routing chapter_4Exploration routing chapter_4
Exploration routing chapter_4
 
CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11
 
CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9CCNA Exploration 2 - Chapter 9
CCNA Exploration 2 - Chapter 9
 
Exploration routing chapter_8
Exploration routing chapter_8Exploration routing chapter_8
Exploration routing chapter_8
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRP
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 

Semelhante a Exploration routing chapter_3

Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3Joshua Torres
 
CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3Irsandi Hasan
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1CAVC
 
CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6Irsandi Hasan
 
Chapter_2_CCNA2
Chapter_2_CCNA2Chapter_2_CCNA2
Chapter_2_CCNA2sunabozu
 
Distance Vector Routing Protocols.ppt
Distance Vector Routing Protocols.pptDistance Vector Routing Protocols.ppt
Distance Vector Routing Protocols.pptSunny1710
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic ConfigurationProf. Erwin Globio
 
CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1Irsandi Hasan
 
Exploration routing chapter_1
Exploration routing chapter_1Exploration routing chapter_1
Exploration routing chapter_1Joshua Torres
 
Week3 part 2
Week3  part 2Week3  part 2
Week3 part 2trayyoo
 
CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5Irsandi Hasan
 
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
 
Exploration routing chapter 4
Exploration routing chapter 4Exploration routing chapter 4
Exploration routing chapter 4Sachii Dosti
 
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
 
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
 

Semelhante a Exploration routing chapter_3 (20)

Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
 
CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6CCNA Discovery 2 - Chapter 6
CCNA Discovery 2 - Chapter 6
 
Chapter_2_CCNA2
Chapter_2_CCNA2Chapter_2_CCNA2
Chapter_2_CCNA2
 
Distance Vector Routing Protocols.ppt
Distance Vector Routing Protocols.pptDistance Vector Routing Protocols.ppt
Distance Vector Routing Protocols.ppt
 
CCNA Icnd110 s05l05
CCNA Icnd110 s05l05CCNA Icnd110 s05l05
CCNA Icnd110 s05l05
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1
 
Exploration routing chapter_1
Exploration routing chapter_1Exploration routing chapter_1
Exploration routing chapter_1
 
Week3 part 2
Week3  part 2Week3  part 2
Week3 part 2
 
MyNFChapter5
MyNFChapter5MyNFChapter5
MyNFChapter5
 
CCNA Icnd110 s04l01
CCNA Icnd110 s04l01CCNA Icnd110 s04l01
CCNA Icnd110 s04l01
 
1
11
1
 
CCCNP ROUTE v6_ch04
CCCNP ROUTE  v6_ch04CCCNP ROUTE  v6_ch04
CCCNP ROUTE v6_ch04
 
CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 5
 
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
 
Exploration routing chapter 4
Exploration routing chapter 4Exploration routing chapter 4
Exploration routing chapter 4
 
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
 
CCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyCCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing Dynamically
 

Mais de Shankar Murthy

Earthquake detection using P and S waves, IEEE Conference
Earthquake detection using P and S waves, IEEE ConferenceEarthquake detection using P and S waves, IEEE Conference
Earthquake detection using P and S waves, IEEE ConferenceShankar Murthy
 
Automated detection of stealthy port scans.ppt(mine)
Automated detection of stealthy port scans.ppt(mine)Automated detection of stealthy port scans.ppt(mine)
Automated detection of stealthy port scans.ppt(mine)Shankar Murthy
 
Latency equalization as a new network service primitive.ppt
Latency equalization as a new network service primitive.pptLatency equalization as a new network service primitive.ppt
Latency equalization as a new network service primitive.pptShankar Murthy
 
Earthquake prediction preview 1
Earthquake prediction preview 1Earthquake prediction preview 1
Earthquake prediction preview 1Shankar Murthy
 

Mais de Shankar Murthy (8)

Cloud computing
Cloud computing Cloud computing
Cloud computing
 
Earthquake detection using P and S waves, IEEE Conference
Earthquake detection using P and S waves, IEEE ConferenceEarthquake detection using P and S waves, IEEE Conference
Earthquake detection using P and S waves, IEEE Conference
 
Earthquake prediction
Earthquake predictionEarthquake prediction
Earthquake prediction
 
Steganography
SteganographySteganography
Steganography
 
W3 analyzer.ppt
W3 analyzer.pptW3 analyzer.ppt
W3 analyzer.ppt
 
Automated detection of stealthy port scans.ppt(mine)
Automated detection of stealthy port scans.ppt(mine)Automated detection of stealthy port scans.ppt(mine)
Automated detection of stealthy port scans.ppt(mine)
 
Latency equalization as a new network service primitive.ppt
Latency equalization as a new network service primitive.pptLatency equalization as a new network service primitive.ppt
Latency equalization as a new network service primitive.ppt
 
Earthquake prediction preview 1
Earthquake prediction preview 1Earthquake prediction preview 1
Earthquake prediction preview 1
 

Último

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Último (20)

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Exploration routing chapter_3

  • 1. Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter 3 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1
  • 2. Objectives  Describe the role of dynamic routing protocols and place these protocols in the context of modern network design.  Identify several ways to classify routing protocols.  Describe how metrics are used by routing protocols and identify the metric types used by dynamic routing protocols.  Determine the administrative distance of a route and describe its importance in the routing process.  Identify the different elements of the routing table. ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 2
  • 3. 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. ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 3
  • 4. 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 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 4
  • 5. Dynamic Routing Protocols  Components of a routing protocol Algorithm In the case of a routing protocol algorithms are used for facilitating routing information and best path determination Routing protocol messages These are messages for discovering neighbors and exchange of routing information ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 5
  • 6. Dynamic Routing Protocols  Advantages of static routing -It can backup multiple interfaces/networks on a router -Easy to configure -No extra resources are needed -More secure  Disadvantages of static routing -Network changes require manual reconfiguration -Does not scale well in large topologies ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 6
  • 7. 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. ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 7
  • 8. Classifying Routing Protocols  Types of routing protocols: -Interior Gateway Protocols (IGP) -Exterior Gateway Protocols (EGP) ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 8
  • 9. 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 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 9
  • 10. 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. ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 10
  • 11. Classifying Routing Protocols ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 11
  • 12. Classifying Routing Protocols  Classful routing protocols Do NOT send subnet mask in routing updates  Classless routing protocols Do send subnet mask in routing updates. ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 12
  • 13. Classifying Routing Protocols  Convergence is defined as when all routers’ routing tables are at a state of consistency ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 13
  • 14. Routing Protocols Metrics  Metric A value used by a routing protocol to determine which routes are better than others. ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 14
  • 15. Routing Protocols Metrics  Metrics used in IP routing protocols -Bandwidth -Cost -Delay -Hop count -Load -Reliability ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 15
  • 16. 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) ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 16
  • 17. Routing Protocols Metrics  Load balancing This is the ability of a router to distribute packets among multiple same cost paths ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 17
  • 18. 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 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 18
  • 19. 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 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 19
  • 20. Administrative Distance of a Route  Dynamic Routing Protocols ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 20
  • 21. 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 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 21
  • 22. Administrative Distance of a Route  Directly connected routes -Immediately appear in the routing table as soon as the interface is configured ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 22
  • 23. 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 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 23
  • 24. 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 ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 24
  • 25. ITE PC v4.0 Chapter 1 © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 25