SlideShare a Scribd company logo
1 of 28
Release 16/07/2009 Jetking Infotrain Ltd.
IP Routing
Chapter 6
Release 16/07/2009 Jetking Infotrain Ltd.
Chapter Objectives
 Explain Protocols
 Explain Routing Metrics
 Discuss Routing Mechanisms
 Explain Routing Algorithms
 Set up routing
Release 16/07/2009 Jetking Infotrain Ltd.
Recall
 The router configuration files are located in:
 RAM
 NVRAM
 TFTP Server
 Protocol that gives the information about locally
attached and remote devices in the network is
termed as Cisco Discovery Protocol (CDP)
 CDP global parameters include:
 CDP timer
 CDP holdtime
Release 16/07/2009 Jetking Infotrain Ltd.
Goals of Routing
 Routing process ensures that appropriate packets
are routed from the source to the destination
 Goals of routing include:
 Stability
 Provides with a robust network
 Dynamic update of the network paths
 Information is safe while transmitting
Release 16/07/2009 Jetking Infotrain Ltd.
IP Routing with One Router
Release 16/07/2009 Jetking Infotrain Ltd.
IP Routing with Three Routers
Release 16/07/2009 Jetking Infotrain Ltd.
Process of Routing Packets within a
Router
Release 16/07/2009 Jetking Infotrain Ltd.
Routing Metrics
 Routing metrics are values that allow the routers
decide the best route for the data packet
 Different routing metrics include:
 Hops
 Bandwidth
 Load
 Cost
 Reliability
Release 16/07/2009 Jetking Infotrain Ltd.
Dynamic Routing
 The phenomena in which the routing protocols are
assigned the job of finding the path to route the
packets and update the routing tables
 Two types of dynamic routing protocols include:
 Interior routing protocols
 Exterior routing protocols
Release 16/07/2009 Jetking Infotrain Ltd.
Administrative Distance
 An integer assigned to every routing protocol, which
determines the reliability of the routing protocol is
termed as administrative distance (AD)
 The integer is in the range of 0 to 255
 Lower the AD, more reliable is the routing
information provided by the routing protocol
Release 16/07/2009 Jetking Infotrain Ltd.
AD of Routing Protocols
Routed Source Default AD
Connected Interface 0
Static Route 1
Enhanced Interior Gateway Routing Protocol
(EIGRP)
90
Interior Gateway Routing Protocol (IGRP) 100
Open Shortest Path First (OSPF) 110
Routing Information Protocol (RIP) 120
External EIGRP 170
Unknown 255 (This route will never be
used)
Release 16/07/2009 Jetking Infotrain Ltd.
Interior Routing Protocols
 The protocols used to route the packets inside an
autonomous system, are termed as Interior Routing
protocols
 Interior routing protocols include:
 Routing Information Protocol (RIP)
 Open Shortest Path First (OSPF)
 Interior Gateway Routing Protocol (IGRP)
 Enhanced Interior Gateway Routing Protocol
(EIGRP)
 Intermediate System to Intermediate System (IS – IS)
Release 16/07/2009 Jetking Infotrain Ltd.
Exterior Routing Protocols
 The routing protocols that communicate between
the two or more Autonomous Systems (AS) are
termed as Exterior routing protocols
 Exterior Routing Protocols include:
 Exterior Gateway Protocols (EGP)
 Border Gateway Protocol (BGP)
Release 16/07/2009 Jetking Infotrain Ltd.
Routing Tables
 The routing tables then decide the best path to the
route the packet, which also includes the next hop
address
 Information contained in the routing table include:
 Destination
 Next hop address
 Outgoing interface
 Routing Protocols
Release 16/07/2009 Jetking Infotrain Ltd.
Static Routing
 The phenomena of adding routes manually to the
routing table, is termed as static routing
 This is feasible in small networks, but not in large
networks
Release 16/07/2009 Jetking Infotrain Ltd.
Routing Information Protocol (RIP)
 RIP allows routers to exchange their routing tables
at a predefined interval
 Characteristics of RIP include:
 Uses hop count metric
 Supports 15 hop-count limit
 Supports six equal-cost paths
Release 16/07/2009 Jetking Infotrain Ltd.
Distance Vector concept
 The routers connected to the neighboring networks
update the list of networks and the hop counts in the
routing table
 The connected routers update the routing table with
the network information
 The routers connected to the distant networks
construct a new routing table
 The network information of the connected routers
combined with the new routing table entries is
passed to all the neighboring routing tables
Release 16/07/2009 Jetking Infotrain Ltd.
RIP Timers
 RIP timers are used to keep a track of the various
routes connected
 The different RIP timers include:
 Route update timer
 Route invalid timer
 Holddown timer
 Route Flush timer
Release 16/07/2009 Jetking Infotrain Ltd.
Enhancements in RIPv2
 RIPv2 was created to overcome the drawbacks of
RIPv1
 RIPv2 enhancements include:
 Multicasting
 Triggered updates
 Classless protocol
 Authentication
Release 16/07/2009 Jetking Infotrain Ltd.
Case Study
The Hyderabad branch of the Blue Diamond Steel
Company has 10 routers connected in the network.
Initially, the network administrator had configured the
network to use static routes to route the packets
containing the data and to communicate between the
networks. Now the company has decided employ
more than 100 employees for their operations in
Software Management, Human Resource, Detailing,
Business Development and Sales. This requires the
company to add five more networks to the existing
ones.
Release 16/07/2009 Jetking Infotrain Ltd.
Problem
The network administrator has to manually add
routes to all the networks connected and then
send the packets
Release 16/07/2009 Jetking Infotrain Ltd.
Solution
The network administrator decided to use RIP, which
is a dynamic routing protocol. It can add the routes
to the network automatically and uses hop count as
its metric to route the packets and can be used to
connect small networks
Release 16/07/2009 Jetking Infotrain Ltd.
Summary - I
 Routing occurs at the network layer of the OSI
model
 Protocols are a set of rules that define data transfer
 The routing protocols can be classified based on
their routing abilities as:
 Interior Routing Protocols
 Exterior Routing Protocols
Release 16/07/2009 Jetking Infotrain Ltd.
Summary - II
 Interior Routing protocols can be classified as:
 Routing Information Protocol (RIP)
 Open Shortest Path First (OSPF)
 Interior Gateway Routing Protocol (IGRP)
 Enhanced Intermediate System to Intermediate
System (EIGRP)
 Intermediate System to Intermediate System
 Exterior Routing protocols can be classified as:
 Exterior Gateway Protocol (EGP)
 Border Gateway Protocol (BGP)
Release 16/07/2009 Jetking Infotrain Ltd.
Summary - III
 Routing metrics are cost values that enable routers
decide the best route for the data packet
 When a router forwards a data packet to a network
segment, it is counted as a single hop
 Bandwidth measures the amount of data that can
travel over the network segment in a fixed amount of
time
 Delay specifies the amount of time that a router takes
to process and transfer a data packet to the next
device on the network
 The delay is represented with a µ symbol
Release 16/07/2009 Jetking Infotrain Ltd.
Summary - IV
 Load refers to the amount of traffic on a particular link
relative to the total capacity of the link
 The load value 255 indicates 100% traffic congestion
 Direct interfaces consist of routes that are local to the
router
 Routed protocols consist of protocols that define
routing and addressing
 Routing protocols are a set of rules that are
implemented on a router to determine the best path to
route the packets
Release 16/07/2009 Jetking Infotrain Ltd.
Summary - V
 Routing protocols can be classified into Interior
Routing Protocols and Exterior Routing Protocols
 Every router has a routing table based on which the
data packets are forwarded to the destinations
 Static routes are the routes that the administrator
manually enters in the routing table
 Static routes are used in temporary connections
such as dial-up networks
 The router automatically collects and stores
dynamic routes in the routing table
Release 16/07/2009 Jetking Infotrain Ltd.
Summary - VI
 Enhancements in RIPv2 include:
 Supports multicast updates against broadcast
updates
 Uses triggered updates to share its routing
information with the neighbors, when a change
occurs
 Supports Variable-Length Subnet Masking
(VSLM)
 Allows you to select the routers you want to
participate in RIPv2

More Related Content

What's hot

Routing basics/CEF
Routing basics/CEFRouting basics/CEF
Routing basics/CEFDmitry Figol
 
Cef based switching
Cef based switchingCef based switching
Cef based switchingIsrael Umana
 
Dynamic Routing
Dynamic RoutingDynamic Routing
Dynamic Routingtmavroidis
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routingteknetir
 
BGP Techniques for Network Operators
BGP Techniques for Network OperatorsBGP Techniques for Network Operators
BGP Techniques for Network OperatorsAPNIC
 
BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikGLC Networks
 
BGP (Border Gateway Protocol)
BGP (Border Gateway Protocol)BGP (Border Gateway Protocol)
BGP (Border Gateway Protocol)NetProtocol Xpert
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration3Anetwork com
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLNutan Singh
 

What's hot (20)

Routing basics/CEF
Routing basics/CEFRouting basics/CEF
Routing basics/CEF
 
How BGP Works
How BGP WorksHow BGP Works
How BGP Works
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Rip
RipRip
Rip
 
Cef based switching
Cef based switchingCef based switching
Cef based switching
 
IP Routing
IP RoutingIP Routing
IP Routing
 
Dynamic Routing
Dynamic RoutingDynamic Routing
Dynamic Routing
 
Routing information protocol
Routing information protocolRouting information protocol
Routing information protocol
 
BGP
BGP BGP
BGP
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routing
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
BGP Monitoring Protocol
BGP Monitoring ProtocolBGP Monitoring Protocol
BGP Monitoring Protocol
 
BGP Techniques for Network Operators
BGP Techniques for Network OperatorsBGP Techniques for Network Operators
BGP Techniques for Network Operators
 
BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on Mikrotik
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
BGP (Border Gateway Protocol)
BGP (Border Gateway Protocol)BGP (Border Gateway Protocol)
BGP (Border Gateway Protocol)
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 

Viewers also liked

Presentazione Antolini Tiziana
Presentazione Antolini TizianaPresentazione Antolini Tiziana
Presentazione Antolini TizianaTiziana23
 
Presentazione Antolini Tiziana
Presentazione Antolini TizianaPresentazione Antolini Tiziana
Presentazione Antolini TizianaTiziana23
 
Keyboard and mouse slide by Jetarvind kumar madhukar
Keyboard and mouse slide by Jetarvind kumar madhukarKeyboard and mouse slide by Jetarvind kumar madhukar
Keyboard and mouse slide by Jetarvind kumar madhukarALLCAD Services Pvt Limited
 
Overview of ip_security by JetArvind kumar Madhukar
Overview of ip_security by JetArvind kumar Madhukar Overview of ip_security by JetArvind kumar Madhukar
Overview of ip_security by JetArvind kumar Madhukar ALLCAD Services Pvt Limited
 

Viewers also liked (17)

CCNA CHAPTER 9 BY jetarvind kumar madhukar
CCNA CHAPTER 9 BY jetarvind kumar madhukarCCNA CHAPTER 9 BY jetarvind kumar madhukar
CCNA CHAPTER 9 BY jetarvind kumar madhukar
 
CCNA CHAPTER 17 BY jetarvind kumar madhukar
CCNA CHAPTER 17 BY jetarvind kumar madhukarCCNA CHAPTER 17 BY jetarvind kumar madhukar
CCNA CHAPTER 17 BY jetarvind kumar madhukar
 
CCNA CHAPTER 10 BY jetarvind kumar madhukar
CCNA CHAPTER 10 BY jetarvind kumar madhukarCCNA CHAPTER 10 BY jetarvind kumar madhukar
CCNA CHAPTER 10 BY jetarvind kumar madhukar
 
CCNA CHAPTER8 BY jetarvind kumar madhukar
CCNA CHAPTER8 BY jetarvind kumar madhukarCCNA CHAPTER8 BY jetarvind kumar madhukar
CCNA CHAPTER8 BY jetarvind kumar madhukar
 
CCNA CHAPTER 1 BY jetarvind kumar madhukar
CCNA CHAPTER 1 BY jetarvind kumar madhukarCCNA CHAPTER 1 BY jetarvind kumar madhukar
CCNA CHAPTER 1 BY jetarvind kumar madhukar
 
Presentazione Antolini Tiziana
Presentazione Antolini TizianaPresentazione Antolini Tiziana
Presentazione Antolini Tiziana
 
CCNA CHAPTER 2 BY jetarvind kumar madhukar
CCNA CHAPTER 2 BY jetarvind kumar madhukarCCNA CHAPTER 2 BY jetarvind kumar madhukar
CCNA CHAPTER 2 BY jetarvind kumar madhukar
 
Presentazione Antolini Tiziana
Presentazione Antolini TizianaPresentazione Antolini Tiziana
Presentazione Antolini Tiziana
 
CCNA CHAPTER 14 BY jetarvind kumar madhukar
CCNA CHAPTER 14 BY jetarvind kumar madhukarCCNA CHAPTER 14 BY jetarvind kumar madhukar
CCNA CHAPTER 14 BY jetarvind kumar madhukar
 
CCNA CHAPTER 16 BY jetarvind kumar madhukar
CCNA CHAPTER 16 BY jetarvind kumar madhukarCCNA CHAPTER 16 BY jetarvind kumar madhukar
CCNA CHAPTER 16 BY jetarvind kumar madhukar
 
CCNA CHAPTER 5 BY jetarvind kumar madhukar
CCNA CHAPTER 5 BY jetarvind kumar madhukarCCNA CHAPTER 5 BY jetarvind kumar madhukar
CCNA CHAPTER 5 BY jetarvind kumar madhukar
 
CCNA CHAPTER 1 BY jetarvind kumar madhukar
CCNA CHAPTER 1 BY jetarvind kumar madhukarCCNA CHAPTER 1 BY jetarvind kumar madhukar
CCNA CHAPTER 1 BY jetarvind kumar madhukar
 
Keyboard and mouse slide by Jetarvind kumar madhukar
Keyboard and mouse slide by Jetarvind kumar madhukarKeyboard and mouse slide by Jetarvind kumar madhukar
Keyboard and mouse slide by Jetarvind kumar madhukar
 
CCNA CHAPTER 11 BY jetarvind kumar madhukar
CCNA CHAPTER 11 BY jetarvind kumar madhukarCCNA CHAPTER 11 BY jetarvind kumar madhukar
CCNA CHAPTER 11 BY jetarvind kumar madhukar
 
CCNA CHAPTER 15 BY jetarvind kumar madhukar
CCNA CHAPTER 15 BY jetarvind kumar madhukarCCNA CHAPTER 15 BY jetarvind kumar madhukar
CCNA CHAPTER 15 BY jetarvind kumar madhukar
 
Overview of ip_security by JetArvind kumar Madhukar
Overview of ip_security by JetArvind kumar Madhukar Overview of ip_security by JetArvind kumar Madhukar
Overview of ip_security by JetArvind kumar Madhukar
 
CCNA CHAPTER 12 BY jetarvind kumar madhukar
CCNA CHAPTER 12 BY jetarvind kumar madhukarCCNA CHAPTER 12 BY jetarvind kumar madhukar
CCNA CHAPTER 12 BY jetarvind kumar madhukar
 

Similar to CCNA CHAPTER 6 BY jetarvind kumar madhukar

Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...theijes
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routingphanleson
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configurationSourabh Badve
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptxAyaanMohamed4
 
3 ip routing eigrp
3 ip routing eigrp3 ip routing eigrp
3 ip routing eigrpSagarR24
 
Eigrp and ospf comparison
Eigrp and ospf comparisonEigrp and ospf comparison
Eigrp and ospf comparisonDeepak Raj
 
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
 
Performance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPPerformance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPIRJET Journal
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3Joshua Torres
 

Similar to CCNA CHAPTER 6 BY jetarvind kumar madhukar (20)

Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
 
Ip routing
Ip routingIp routing
Ip routing
 
ENCOR_Chapter_6.pptx
ENCOR_Chapter_6.pptxENCOR_Chapter_6.pptx
ENCOR_Chapter_6.pptx
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
 
Netw204 Quiz Answers Essay
Netw204 Quiz Answers EssayNetw204 Quiz Answers Essay
Netw204 Quiz Answers Essay
 
CCNA/Networking
CCNA/NetworkingCCNA/Networking
CCNA/Networking
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configuration
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptx
 
Network Layer & Transport Layer
Network Layer & Transport LayerNetwork Layer & Transport Layer
Network Layer & Transport Layer
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
 
3 ip routing eigrp
3 ip routing eigrp3 ip routing eigrp
3 ip routing eigrp
 
C0343015019
C0343015019C0343015019
C0343015019
 
Eigrp and ospf comparison
Eigrp and ospf comparisonEigrp and ospf comparison
Eigrp and ospf comparison
 
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
 
Performance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPPerformance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRP
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
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
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
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
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Recently uploaded (20)

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
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🔝
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
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
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
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
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
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🔝
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.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
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 

CCNA CHAPTER 6 BY jetarvind kumar madhukar

  • 1. Release 16/07/2009 Jetking Infotrain Ltd. IP Routing Chapter 6
  • 2. Release 16/07/2009 Jetking Infotrain Ltd. Chapter Objectives  Explain Protocols  Explain Routing Metrics  Discuss Routing Mechanisms  Explain Routing Algorithms  Set up routing
  • 3. Release 16/07/2009 Jetking Infotrain Ltd. Recall  The router configuration files are located in:  RAM  NVRAM  TFTP Server  Protocol that gives the information about locally attached and remote devices in the network is termed as Cisco Discovery Protocol (CDP)  CDP global parameters include:  CDP timer  CDP holdtime
  • 4. Release 16/07/2009 Jetking Infotrain Ltd. Goals of Routing  Routing process ensures that appropriate packets are routed from the source to the destination  Goals of routing include:  Stability  Provides with a robust network  Dynamic update of the network paths  Information is safe while transmitting
  • 5. Release 16/07/2009 Jetking Infotrain Ltd. IP Routing with One Router
  • 6. Release 16/07/2009 Jetking Infotrain Ltd. IP Routing with Three Routers
  • 7. Release 16/07/2009 Jetking Infotrain Ltd. Process of Routing Packets within a Router
  • 8. Release 16/07/2009 Jetking Infotrain Ltd. Routing Metrics  Routing metrics are values that allow the routers decide the best route for the data packet  Different routing metrics include:  Hops  Bandwidth  Load  Cost  Reliability
  • 9. Release 16/07/2009 Jetking Infotrain Ltd. Dynamic Routing  The phenomena in which the routing protocols are assigned the job of finding the path to route the packets and update the routing tables  Two types of dynamic routing protocols include:  Interior routing protocols  Exterior routing protocols
  • 10. Release 16/07/2009 Jetking Infotrain Ltd. Administrative Distance  An integer assigned to every routing protocol, which determines the reliability of the routing protocol is termed as administrative distance (AD)  The integer is in the range of 0 to 255  Lower the AD, more reliable is the routing information provided by the routing protocol
  • 11. Release 16/07/2009 Jetking Infotrain Ltd. AD of Routing Protocols Routed Source Default AD Connected Interface 0 Static Route 1 Enhanced Interior Gateway Routing Protocol (EIGRP) 90 Interior Gateway Routing Protocol (IGRP) 100 Open Shortest Path First (OSPF) 110 Routing Information Protocol (RIP) 120 External EIGRP 170 Unknown 255 (This route will never be used)
  • 12. Release 16/07/2009 Jetking Infotrain Ltd. Interior Routing Protocols  The protocols used to route the packets inside an autonomous system, are termed as Interior Routing protocols  Interior routing protocols include:  Routing Information Protocol (RIP)  Open Shortest Path First (OSPF)  Interior Gateway Routing Protocol (IGRP)  Enhanced Interior Gateway Routing Protocol (EIGRP)  Intermediate System to Intermediate System (IS – IS)
  • 13. Release 16/07/2009 Jetking Infotrain Ltd. Exterior Routing Protocols  The routing protocols that communicate between the two or more Autonomous Systems (AS) are termed as Exterior routing protocols  Exterior Routing Protocols include:  Exterior Gateway Protocols (EGP)  Border Gateway Protocol (BGP)
  • 14. Release 16/07/2009 Jetking Infotrain Ltd. Routing Tables  The routing tables then decide the best path to the route the packet, which also includes the next hop address  Information contained in the routing table include:  Destination  Next hop address  Outgoing interface  Routing Protocols
  • 15. Release 16/07/2009 Jetking Infotrain Ltd. Static Routing  The phenomena of adding routes manually to the routing table, is termed as static routing  This is feasible in small networks, but not in large networks
  • 16. Release 16/07/2009 Jetking Infotrain Ltd. Routing Information Protocol (RIP)  RIP allows routers to exchange their routing tables at a predefined interval  Characteristics of RIP include:  Uses hop count metric  Supports 15 hop-count limit  Supports six equal-cost paths
  • 17. Release 16/07/2009 Jetking Infotrain Ltd. Distance Vector concept  The routers connected to the neighboring networks update the list of networks and the hop counts in the routing table  The connected routers update the routing table with the network information  The routers connected to the distant networks construct a new routing table  The network information of the connected routers combined with the new routing table entries is passed to all the neighboring routing tables
  • 18. Release 16/07/2009 Jetking Infotrain Ltd. RIP Timers  RIP timers are used to keep a track of the various routes connected  The different RIP timers include:  Route update timer  Route invalid timer  Holddown timer  Route Flush timer
  • 19. Release 16/07/2009 Jetking Infotrain Ltd. Enhancements in RIPv2  RIPv2 was created to overcome the drawbacks of RIPv1  RIPv2 enhancements include:  Multicasting  Triggered updates  Classless protocol  Authentication
  • 20. Release 16/07/2009 Jetking Infotrain Ltd. Case Study The Hyderabad branch of the Blue Diamond Steel Company has 10 routers connected in the network. Initially, the network administrator had configured the network to use static routes to route the packets containing the data and to communicate between the networks. Now the company has decided employ more than 100 employees for their operations in Software Management, Human Resource, Detailing, Business Development and Sales. This requires the company to add five more networks to the existing ones.
  • 21. Release 16/07/2009 Jetking Infotrain Ltd. Problem The network administrator has to manually add routes to all the networks connected and then send the packets
  • 22. Release 16/07/2009 Jetking Infotrain Ltd. Solution The network administrator decided to use RIP, which is a dynamic routing protocol. It can add the routes to the network automatically and uses hop count as its metric to route the packets and can be used to connect small networks
  • 23. Release 16/07/2009 Jetking Infotrain Ltd. Summary - I  Routing occurs at the network layer of the OSI model  Protocols are a set of rules that define data transfer  The routing protocols can be classified based on their routing abilities as:  Interior Routing Protocols  Exterior Routing Protocols
  • 24. Release 16/07/2009 Jetking Infotrain Ltd. Summary - II  Interior Routing protocols can be classified as:  Routing Information Protocol (RIP)  Open Shortest Path First (OSPF)  Interior Gateway Routing Protocol (IGRP)  Enhanced Intermediate System to Intermediate System (EIGRP)  Intermediate System to Intermediate System  Exterior Routing protocols can be classified as:  Exterior Gateway Protocol (EGP)  Border Gateway Protocol (BGP)
  • 25. Release 16/07/2009 Jetking Infotrain Ltd. Summary - III  Routing metrics are cost values that enable routers decide the best route for the data packet  When a router forwards a data packet to a network segment, it is counted as a single hop  Bandwidth measures the amount of data that can travel over the network segment in a fixed amount of time  Delay specifies the amount of time that a router takes to process and transfer a data packet to the next device on the network  The delay is represented with a µ symbol
  • 26. Release 16/07/2009 Jetking Infotrain Ltd. Summary - IV  Load refers to the amount of traffic on a particular link relative to the total capacity of the link  The load value 255 indicates 100% traffic congestion  Direct interfaces consist of routes that are local to the router  Routed protocols consist of protocols that define routing and addressing  Routing protocols are a set of rules that are implemented on a router to determine the best path to route the packets
  • 27. Release 16/07/2009 Jetking Infotrain Ltd. Summary - V  Routing protocols can be classified into Interior Routing Protocols and Exterior Routing Protocols  Every router has a routing table based on which the data packets are forwarded to the destinations  Static routes are the routes that the administrator manually enters in the routing table  Static routes are used in temporary connections such as dial-up networks  The router automatically collects and stores dynamic routes in the routing table
  • 28. Release 16/07/2009 Jetking Infotrain Ltd. Summary - VI  Enhancements in RIPv2 include:  Supports multicast updates against broadcast updates  Uses triggered updates to share its routing information with the neighbors, when a change occurs  Supports Variable-Length Subnet Masking (VSLM)  Allows you to select the routers you want to participate in RIPv2