尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
IP Routing



 Chapter 6
Chapter Objectives

     Explain Protocols
     Explain Routing Metrics
     Discuss Routing Mechanisms
     Explain Routing Algorithms
     Set up routing




Chapter 6                          2
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



Chapter 6                                                3
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




Chapter 6                                               4
IP Routing with One Router




Chapter 6                    5
IP Routing with Three Routers




Chapter 6                       6
Process of Routing Packets within a
Router




Chapter 6                             7
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




Chapter 6                                                8
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




Chapter 6                                                9
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




Chapter 6                                                10
AD of Routing Protocols
                 Routed Source                     Default AD

Connected Interface                        0
Static Route                               1
Enhanced Interior Gateway Routing Protocol 90
(EIGRP)
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)



Chapter 6                                                              11
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)




Chapter 6                                                12
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)




Chapter 6                                             13
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




Chapter 6                                                  14
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




Chapter 6                                                   15
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




Chapter 6                                                  16
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


Chapter 6                                                17
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




Chapter 6                                                 18
Enhancements in RIPv2
    RIPv2 was created to overcome the drawbacks of
     RIPv1
    RIPv2 enhancements include:
      Multicasting

      Triggered updates

      Classless protocol

      Authentication




Chapter 6                                             19
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.

Chapter 6                                             20
Problem


            The network administrator has to manually add
             routes to all the networks connected and then
                             send the packets




Chapter 6                                                    21
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




Chapter 6                                                  22
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




Chapter 6                                                     23
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)


Chapter 6                                               24
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
Chapter 6                                                     25
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


Chapter 6                                                    26
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

Chapter 6                                                  27
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

Chapter 6                                              28

More Related Content

What's hot

It6601 mobile computing unit 4
It6601 mobile computing unit 4It6601 mobile computing unit 4
It6601 mobile computing unit 4
RMK ENGINEERING COLLEGE, CHENNAI
 
Ip addressing
Ip addressingIp addressing
Ip addressing
sid1322
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network Layer
Manoj Kumar
 
Ipv4 ppt
Ipv4 pptIpv4 ppt
Ipv4 ppt
Sonal Chandel
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
Touhidul Fahim
 
Computer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP AddressingComputer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP Addressing
Bisrat Girma
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
RaghulR21
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
Network address translation
Network address translationNetwork address translation
Network address translation
Varsha Honde
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocol
asimnawaz54
 
Multicast Routing Protocols
Multicast Routing ProtocolsMulticast Routing Protocols
Multicast Routing Protocols
Ram Dutt Shukla
 
How BGP Works
How BGP WorksHow BGP Works
How BGP Works
ThousandEyes
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway Protocol
Kashif Latif
 
Icmp
IcmpIcmp
Bgp
BgpBgp
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
Muhammad Arshad
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
Prof. Erwin Globio
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
Respa Peter
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
Smriti Tikoo
 
Domain name system
Domain name systemDomain name system
Domain name system
Diwaker Pant
 

What's hot (20)

It6601 mobile computing unit 4
It6601 mobile computing unit 4It6601 mobile computing unit 4
It6601 mobile computing unit 4
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network Layer
 
Ipv4 ppt
Ipv4 pptIpv4 ppt
Ipv4 ppt
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Computer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP AddressingComputer Networking: Internet Protcol (IP) and IP Addressing
Computer Networking: Internet Protcol (IP) and IP Addressing
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocol
 
Multicast Routing Protocols
Multicast Routing ProtocolsMulticast Routing Protocols
Multicast Routing Protocols
 
How BGP Works
How BGP WorksHow BGP Works
How BGP Works
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway Protocol
 
Icmp
IcmpIcmp
Icmp
 
Bgp
BgpBgp
Bgp
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
Domain name system
Domain name systemDomain name system
Domain name system
 

Viewers also liked

IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
ShortestPathFirst
 
Assembling And Cabling Cisco Devices
Assembling And Cabling Cisco DevicesAssembling And Cabling Cisco Devices
Assembling And Cabling Cisco Devices
Ravi Shairaywal
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
Ravi Shairaywal
 
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSBASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
amiteshg
 
IP adress and routing(networking)
IP adress and routing(networking)IP adress and routing(networking)
IP adress and routing(networking)
welcometofacebook
 
Intro To Internet
Intro To InternetIntro To Internet
Intro To Internet
Christian County Library
 
MIS - IT Infrastructure (Part I)
MIS  - IT Infrastructure (Part I)MIS  - IT Infrastructure (Part I)
MIS - IT Infrastructure (Part I)
Soetam Rizky
 
CompTIA IT Employment Tracker - March 2017
CompTIA IT Employment Tracker - March 2017CompTIA IT Employment Tracker - March 2017
CompTIA IT Employment Tracker - March 2017
CompTIA
 
Ppt on internet
Ppt on internetPpt on internet
Ppt on internet
Rahul Gandhi
 
The Internet Presentation
The Internet Presentation The Internet Presentation
The Internet Presentation
guest9e3d59
 

Viewers also liked (10)

IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
 
Assembling And Cabling Cisco Devices
Assembling And Cabling Cisco DevicesAssembling And Cabling Cisco Devices
Assembling And Cabling Cisco Devices
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLSBASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
BASIC OF ROUTERS,ROUTER IOS AND ROUTING PROTOCOLS
 
IP adress and routing(networking)
IP adress and routing(networking)IP adress and routing(networking)
IP adress and routing(networking)
 
Intro To Internet
Intro To InternetIntro To Internet
Intro To Internet
 
MIS - IT Infrastructure (Part I)
MIS  - IT Infrastructure (Part I)MIS  - IT Infrastructure (Part I)
MIS - IT Infrastructure (Part I)
 
CompTIA IT Employment Tracker - March 2017
CompTIA IT Employment Tracker - March 2017CompTIA IT Employment Tracker - March 2017
CompTIA IT Employment Tracker - March 2017
 
Ppt on internet
Ppt on internetPpt on internet
Ppt on internet
 
The Internet Presentation
The Internet Presentation The Internet Presentation
The Internet Presentation
 

Similar to IP Routing

Ip routing
Ip routingIp routing
Ip routing
Sourabh Badve
 
ENCOR_Chapter_6.pptx
ENCOR_Chapter_6.pptxENCOR_Chapter_6.pptx
ENCOR_Chapter_6.pptx
ManuelRojas960410
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
phanleson
 
ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principle
DrAlneami
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
Varinder Singh Walia
 
CCNA CHAPTER 6 BY jetarvind kumar madhukar
CCNA CHAPTER 6 BY jetarvind kumar madhukarCCNA CHAPTER 6 BY jetarvind kumar madhukar
CCNA CHAPTER 6 BY jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 
CCNA/Networking
CCNA/NetworkingCCNA/Networking
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
 
C0343015019
C0343015019C0343015019
C0343015019
ijceronline
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
saurabh goel
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
Suchit Aher
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configuration
Sourabh Badve
 
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
IRJET Journal
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
guest35417d
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
guest35417d
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
guest35417d
 
3 ip routing eigrp
3 ip routing eigrp3 ip routing eigrp
3 ip routing eigrp
SagarR24
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Đồng Quốc Vương
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
rajshreemuthiah
 
All in one q & ans
All in one q & ansAll in one q & ans
All in one q & ans
Ravi Kodoli
 

Similar to IP Routing (20)

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
 
ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principle
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
CCNA CHAPTER 6 BY jetarvind kumar madhukar
CCNA CHAPTER 6 BY jetarvind kumar madhukarCCNA CHAPTER 6 BY jetarvind kumar madhukar
CCNA CHAPTER 6 BY jetarvind kumar madhukar
 
CCNA/Networking
CCNA/NetworkingCCNA/Networking
CCNA/Networking
 
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...
 
C0343015019
C0343015019C0343015019
C0343015019
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configuration
 
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
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
3 ip routing eigrp
3 ip routing eigrp3 ip routing eigrp
3 ip routing eigrp
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
All in one q & ans
All in one q & ansAll in one q & ans
All in one q & ans
 

More from Ravi Shairaywal

Syllabus of BCA Second Year JAMMU University
Syllabus of BCA Second Year JAMMU UniversitySyllabus of BCA Second Year JAMMU University
Syllabus of BCA Second Year JAMMU University
Ravi Shairaywal
 
Topology
TopologyTopology
Topology
Ravi Shairaywal
 
Router Fundamentals
Router FundamentalsRouter Fundamentals
Router Fundamentals
Ravi Shairaywal
 
IPv6
IPv6IPv6
Inter-Networking Overview
Inter-Networking OverviewInter-Networking Overview
Inter-Networking Overview
Ravi Shairaywal
 

More from Ravi Shairaywal (6)

Syllabus of BCA Second Year JAMMU University
Syllabus of BCA Second Year JAMMU UniversitySyllabus of BCA Second Year JAMMU University
Syllabus of BCA Second Year JAMMU University
 
Quran In Hindi
Quran In HindiQuran In Hindi
Quran In Hindi
 
Topology
TopologyTopology
Topology
 
Router Fundamentals
Router FundamentalsRouter Fundamentals
Router Fundamentals
 
IPv6
IPv6IPv6
IPv6
 
Inter-Networking Overview
Inter-Networking OverviewInter-Networking Overview
Inter-Networking Overview
 

Recently uploaded

Diversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT KanpurDiversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT Kanpur
Quiz Club IIT Kanpur
 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
MattVassar1
 
Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
shabeluno
 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
yarusun
 
Erasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES CroatiaErasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES Croatia
whatchangedhowreflec
 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
Forum of Blended Learning
 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
Kalna College
 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Celine George
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
Derek Wenmoth
 
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
Kalna College
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
MJDuyan
 
8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity
RuchiRathor2
 
Cross-Cultural Leadership and Communication
Cross-Cultural Leadership and CommunicationCross-Cultural Leadership and Communication
Cross-Cultural Leadership and Communication
MattVassar1
 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
Frederic Fovet
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
Nguyen Thanh Tu Collection
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
khabri85
 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
PriyaKumari928991
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ShwetaGawande8
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
Kalna College
 

Recently uploaded (20)

Diversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT KanpurDiversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT Kanpur
 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
 
Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
 
Erasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES CroatiaErasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES Croatia
 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
 
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
 
8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity
 
Cross-Cultural Leadership and Communication
Cross-Cultural Leadership and CommunicationCross-Cultural Leadership and Communication
Cross-Cultural Leadership and Communication
 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
 

IP Routing

  • 2. Chapter Objectives  Explain Protocols  Explain Routing Metrics  Discuss Routing Mechanisms  Explain Routing Algorithms  Set up routing Chapter 6 2
  • 3. 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 Chapter 6 3
  • 4. 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 Chapter 6 4
  • 5. IP Routing with One Router Chapter 6 5
  • 6. IP Routing with Three Routers Chapter 6 6
  • 7. Process of Routing Packets within a Router Chapter 6 7
  • 8. 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 Chapter 6 8
  • 9. 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 Chapter 6 9
  • 10. 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 Chapter 6 10
  • 11. AD of Routing Protocols Routed Source Default AD Connected Interface 0 Static Route 1 Enhanced Interior Gateway Routing Protocol 90 (EIGRP) 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) Chapter 6 11
  • 12. 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) Chapter 6 12
  • 13. 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) Chapter 6 13
  • 14. 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 Chapter 6 14
  • 15. 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 Chapter 6 15
  • 16. 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 Chapter 6 16
  • 17. 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 Chapter 6 17
  • 18. 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 Chapter 6 18
  • 19. Enhancements in RIPv2  RIPv2 was created to overcome the drawbacks of RIPv1  RIPv2 enhancements include:  Multicasting  Triggered updates  Classless protocol  Authentication Chapter 6 19
  • 20. 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. Chapter 6 20
  • 21. Problem The network administrator has to manually add routes to all the networks connected and then send the packets Chapter 6 21
  • 22. 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 Chapter 6 22
  • 23. 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 Chapter 6 23
  • 24. 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) Chapter 6 24
  • 25. 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 Chapter 6 25
  • 26. 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 Chapter 6 26
  • 27. 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 Chapter 6 27
  • 28. 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 Chapter 6 28
  翻译: