SlideShare a Scribd company logo
Routing protocols




                   Prepared By,
               Bhagyashri Dhoke
                    TH036410
Routing protocols
 Routing protocols are the set of rules used by the routers to
 communicate between source & destination. they do not
 move the information to source to destination only update the
 routing table(contains the information
 Each protocol has its own algorithm to choose the best path.
  The metrics by routing protocols ,
   *Number of network layer devices along with the path (hop
 count)
   *Bandwidth
   *Delay
   *Load
   *MTU
   *Cost
 Routing protocols store the result of these metrics in routing
 table.
TYPES OF ROUTING PROTOCOL

                         DYNAMIC
STATIC ROUTING
                         ROUTING
   PROTOCOL
                        PROTOCOLS


             DISTANCE
                                LINK STATE
              VECTOR



       RIP              IGRP         EIGRP



         RIPv1                       OSPF



         RIPv2
Static routing protocols
   Static routing ,when an administrator manually assigns the path
   from source to destination network. It provides more security to
   network. The main drawback of static routing is that when a link
   fail in the internetwork all the network goes down. This is feasible
   in small networks, but not in large networks.
Advantages
 No overhead on router CPU.
 No bandwidth usage between links.
 Security (only administrator add routes.)
Disadvantages
 Administrator must really understand internetwork & how each
   router is connected.
 Not practical on large networks as it is time intensive.
 Administrator must update all routers.
Dynamic routing protocols
 Dynamic routing is the process in which routing tables are
 automatically updates by routing table
  *Dynamically discover & maintains routes.
  *Calculate routes
  *Distributing routing updates to other routers in the network
 Advantages
   -less work in maintaining the configuration when adding & deleting
 networks.
   -protocols automatically react to the topology changes.
   -configuration is less-prone.
   -More scalable.
 Disadvantages
   -Routers resource are used.
   -More administrator knowledge is required for configuration
Types of dynamic routing
protocols
   The dynamic routing protocols can be categorized on the basis of
   various parameters .Dynamic routing protocols are classified into
   two protocols:
 1. Distance Vector Routing Protocols: - It uses simple algorithms
   that calculate cumulative distance value between routers based on
   hop count.
Example:
 Routing Information Protocol(RIP)
 Interior Gateway Routing Protocols (IGRP
 2. Link State Routing Protocols: - It uses sophisticated algorithms
   that maintain a complex database of internetwork topology.
 Example:
 Enhanced Interior Gateway Routing Protocol(EIGRP)
 Open Shortest Path First (OSPF)
Routing Information
           Protocol (RIP)
   RIP allows routers to exchange their routing tables at a predefined
    interval
   RIP is a distance-vector routing protocol which employs the hop
    count as a routing metric.
   RIP router transmitted full updates in every 30 seconds.
   Characteristics of RIP include:
      Uses hop count metric
      Supports 15 hop-count limit
      Supports six equal-cost paths
      AD value is 120.
      Broadcasting done in RIP & RIPv1.
      Supports classful networks.
RIPv2
   It is a distance vector protocol.
   AD value is 120.
   Metric is hop count.
   Supports classless network.
   Supports VLSM/CIDR.
   Maximum hop count is 15.
   Route updates after 30 sec.
   Uses multicast ip for convergence.
   It supports authentication.
Configuring RIP



                  se 0/1/0       192.168.2.0
                  192.168.2.1
                                               se 0/1/0
                                               192.168.2.2
              fa 0/0                                         fa 0/0
              192.168.1.0                                    192.168.3.0




                                               192.168.3.2       192.168.3.3
192.168.1.2       192.168.1.3
Configure RIP
Configuration for RIPv1
Router>enable
Router# configure terminal
Router(config)#router rip
Router(config)#serial 0/1/0
Router(config-router)#network _network address of own router(e.g.192.168.1.0)
Router(config-router)#version 1
Router(config)save & exit
Configuration for RIPv2
Router>enable
Router# configure terminal
Router(config)#router rip
Router(config)#serial 0/1/0
Router(config-router)#network _network address of own router(e.g.192.168.1.0)
Router(config-router)#version 2
Router(config)save & exit
INTERIOR GATEWAY ROUTING
      PROTOCOL (IGRP)
  IGRP is a distance vector protocol. To overcome RIP limitations
  IGRP introduced. The metrics used are bandwidth, load, delay,
  MTU AND reliability. Routing updates are broadcast every 90
  seconds (by default).It is used by routers to exchange routing data
  within an autonomous system.

The following are the characteristics of IGRP:
  - Uses composite metrics
  - Uses multipath routing
  - Supports unequal-cost load balancing
  - Supports hold-downs
  - Supprts spilt horizons
Configuring IGRP


                                                             se 0/1/1
                   se 0/1/0                                             20.0.0.0
                              10.0.0.0                       20.0.0.1
                   10.0.0.1                                                        se 0/1/0
                                         se 0/1/0
                                         10.0.0.2                                  20.0.0.2
                                                                                              fa 0/0
              fa 0/0                                    fa 0/0
                                                                                              192.168.3.0
              192.168.1.0                               192.168.2.0




192.168.1.2    192.168.1.3          192.168.2.2          192.168.2.3        192.168.3.2       192.168.3.3
Configure igRP
The syntax for configuring IGRP is :
   -Router igrp AS_number (1 to 65535)
   -Network IP_networks

Configure IGRP,
Router>enable
Router#configure terminal
Router#(config)#router igrp 100 (AS Number)
Router#(config-router)# network _ network address of own router
Router#(config-router)#exit
Router#(config)#

Verifying IGRP configurations,
 Show ip route (I indicates that IGRP was added as the routing protocol.)
 Show ip protocols
 Show ip igrp events
Enhanced INTERIOR GATEWAY
ROUTING PROTOCOL (eIGRP)
 Works on any condition. It’s supports the features both distance
 vector & link state protocol. It is a cisco proprietary protocol. EIGRP
 is an ideal protocol in the large networks. The AD value of EIGRP is
 90. By default, bandwidth & delay are the activated metrics. EIGRP
 uses the following tables for route discovery i.e. Neighbor Table,
 Topology Table, Route Table.

 The following are the characteristics of EIGRP:
 - communication done via RTP (capable of transmitting both multicast & unicast )
 - uses DUAL algorithm
 - supports classless network
 - supports VLSM/CIDR,
 - supports Discontiguous network.
 - supports all layer 3 protocols (IPv4, IPX, and IPv6)
Configuring EIGRP


              R1     se 0/1/0                                        R2
                     192.168.2.1    192.168.2.0/30
                                                       se 0/1/0
                                                       192.168.2.2
               fa 0/0                                                 fa 0/0
               192.168.1.0/25                                         192.168.1.128/25




192.168.1.2        192.168.1.3                       192.168.1.129        192.168.1.130
Configure EIGRP
R1>enable
R1#configure terminal
R1#(config)#router eigrp 100(AS Number)
R1#(config-router)#network _ network address of own router
R1#(config-router)#exit
R1#(config)#

Verifying EIGRP configurations,
 Show ip route (D indicates that EIGRP was added as the routing
  protocol.)
 Show ip eigerp neighbors
 Show ip eigrp topology
OPEN SHORTEST PATH FIRST
  (OSPF)
  The large network can be broken into the small areas so the router in
  one area know less topology and they don’t have information about
  other areas routers. Creating OSPF areas result in smaller database
  which reduce the memory consumption and processing.
OSPF maintains a two layer hierarchy consisting of:
    -Backbone area (area 0)
    -Off backbone area (areas1-65,535)
The following are the characteristics of OSPF:
   -AD value is 110.
   -supports classless network
   -supports VLSM/CIDR & has unlimited hop counts
   -Supports hierarchical network.
   -Route propagation using multicasting.
Configuring OSPF




R1                                   R2


                   15.15.15.0/8
                                      fa 0/0
                                      172.16.0.0/16
 fa 0/0
 192.168.1.0/24




                       AREA 0
Configuring OSPF
The syntax for configuring OSPF is :
-process ID
-Network IP_networks
-Wildcard mask
-area
configuration
 R1#configure terminal
R1#(config)#router ospf 1
R2#(config-router)#network _ network address of own router_wild card mask_area
e.g. (R2#(config-router)#network _192.168.1.0_0.0.0.255_area 0)
R1#(config-router)#exit
R1#(config)#

Verifying OSPF configurations,
-Show ip route(O indicates that OSPF was added as the routing protocol.)
-Show ip ospf database
-Show ip ospf interface
.   Routing Protocols Comparison
     Name     Class        Type   Administ Metric         Classful/   Algorith     Transport
                                  rative                  less        m            Type
                                  Distance

     RIP v1   Distance     IGP    120          Hop Count Classful     Bellman-     UDP/520
              Vector                                                  Ford

     RIP v2   Distance     IGP    120          Hop Count Classless    Bellman-     UDP/520
              Vector                                                  Ford

     OSPF     Link State   IGP    110          Cost       Classless   Dijkstra (SP OSPF
                                                                      F)           Protocol 89


     IGRP     Distance     IGP    100          Composite Classful     Dijkstra (SP IP Protocol
              Vector                           (BW + DLY)             F)           9

              Hybrid
     EIGRP    (Advanced IGP       90           Composite Classless    DUAL         EIGRP
              Distance            (internal)   (BW + DLY)                          Protocol 88
              Vector)             170
                                  (external)
Thank
You !

More Related Content

What's hot

IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
TheGodfather HA
 
Network switch
Network switchNetwork switch
Network switch
Ravinder Kaur
 
TCP/ IP
TCP/ IP TCP/ IP
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
Atharaw Deshmukh
 
Access Control List (ACL)
Access Control List (ACL)Access Control List (ACL)
Access Control List (ACL)
ISMT College
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information ProtocolKashif Latif
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
NetProtocol Xpert
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
AIRTEL
 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
Jothi Lakshmi
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
Er. Anmol Bhagat
 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
Smriti Rastogi
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IPMannu Khani
 
Static Routing
Static RoutingStatic Routing
Static Routing
Kishore Kumar
 
Ethernet
EthernetEthernet
Ethernet
sijil chacko
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
Pijush Kanti Das
 
200 301-ccna
200 301-ccna200 301-ccna
200 301-ccna
Jasser Kouki
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
Kushal Sheth
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocolasimnawaz54
 

What's hot (20)

Subnetting
SubnettingSubnetting
Subnetting
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Network switch
Network switchNetwork switch
Network switch
 
TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
 
Access Control List (ACL)
Access Control List (ACL)Access Control List (ACL)
Access Control List (ACL)
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
 
Ipv6
Ipv6Ipv6
Ipv6
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Ethernet
EthernetEthernet
Ethernet
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
200 301-ccna
200 301-ccna200 301-ccna
200 301-ccna
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
 
Internet control message protocol
Internet control message protocolInternet control message protocol
Internet control message protocol
 

Viewers also liked

IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
ShortestPathFirst
 
MANET, Unicast Routing Protocol, Multicast Routing Protocol.
MANET, Unicast Routing Protocol, Multicast Routing Protocol.MANET, Unicast Routing Protocol, Multicast Routing Protocol.
MANET, Unicast Routing Protocol, Multicast Routing Protocol.
Editor IJMTER
 
Multicast vs unicast diagram
Multicast vs unicast diagramMulticast vs unicast diagram
Multicast vs unicast diagram
internetstreams
 
Routing protocol on wireless sensor network
Routing protocol on wireless sensor networkRouting protocol on wireless sensor network
Routing protocol on wireless sensor networkshashankcsnits
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
Dulith Kasun
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 

Viewers also liked (6)

IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
 
MANET, Unicast Routing Protocol, Multicast Routing Protocol.
MANET, Unicast Routing Protocol, Multicast Routing Protocol.MANET, Unicast Routing Protocol, Multicast Routing Protocol.
MANET, Unicast Routing Protocol, Multicast Routing Protocol.
 
Multicast vs unicast diagram
Multicast vs unicast diagramMulticast vs unicast diagram
Multicast vs unicast diagram
 
Routing protocol on wireless sensor network
Routing protocol on wireless sensor networkRouting protocol on wireless sensor network
Routing protocol on wireless sensor network
 
Internet protocol (ip) ppt
Internet protocol (ip) pptInternet protocol (ip) ppt
Internet protocol (ip) ppt
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 

Similar to Ppt of routing protocols

acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
Sleek International
 
OSPF 3
OSPF 3OSPF 3
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
Setia Juli Irzal Ismail
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
trayyoo
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
3Anetwork com
 
project on OSPF
project on OSPFproject on OSPF
project on OSPFOm Prakash
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccnarobertoxe
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
IT Tech
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrpzafar85
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46lslsc
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
Saurav Pandey
 
Ospf Last Modified Eng
Ospf  Last Modified EngOspf  Last Modified Eng
Ospf Last Modified Eng
Alp isik
 

Similar to Ppt of routing protocols (20)

acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 
project on OSPF
project on OSPFproject on OSPF
project on OSPF
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
Ospf Last Modified Eng
Ospf  Last Modified EngOspf  Last Modified Eng
Ospf Last Modified Eng
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 

Recently uploaded

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 

Recently uploaded (20)

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 

Ppt of routing protocols

  • 1. Routing protocols Prepared By, Bhagyashri Dhoke TH036410
  • 2. Routing protocols Routing protocols are the set of rules used by the routers to communicate between source & destination. they do not move the information to source to destination only update the routing table(contains the information Each protocol has its own algorithm to choose the best path. The metrics by routing protocols , *Number of network layer devices along with the path (hop count) *Bandwidth *Delay *Load *MTU *Cost Routing protocols store the result of these metrics in routing table.
  • 3. TYPES OF ROUTING PROTOCOL DYNAMIC STATIC ROUTING ROUTING PROTOCOL PROTOCOLS DISTANCE LINK STATE VECTOR RIP IGRP EIGRP RIPv1 OSPF RIPv2
  • 4. Static routing protocols Static routing ,when an administrator manually assigns the path from source to destination network. It provides more security to network. The main drawback of static routing is that when a link fail in the internetwork all the network goes down. This is feasible in small networks, but not in large networks. Advantages  No overhead on router CPU.  No bandwidth usage between links.  Security (only administrator add routes.) Disadvantages  Administrator must really understand internetwork & how each router is connected.  Not practical on large networks as it is time intensive.  Administrator must update all routers.
  • 5. Dynamic routing protocols Dynamic routing is the process in which routing tables are automatically updates by routing table *Dynamically discover & maintains routes. *Calculate routes *Distributing routing updates to other routers in the network Advantages -less work in maintaining the configuration when adding & deleting networks. -protocols automatically react to the topology changes. -configuration is less-prone. -More scalable. Disadvantages -Routers resource are used. -More administrator knowledge is required for configuration
  • 6. Types of dynamic routing protocols The dynamic routing protocols can be categorized on the basis of various parameters .Dynamic routing protocols are classified into two protocols:  1. Distance Vector Routing Protocols: - It uses simple algorithms that calculate cumulative distance value between routers based on hop count. Example:  Routing Information Protocol(RIP)  Interior Gateway Routing Protocols (IGRP  2. Link State Routing Protocols: - It uses sophisticated algorithms that maintain a complex database of internetwork topology. Example:  Enhanced Interior Gateway Routing Protocol(EIGRP)  Open Shortest Path First (OSPF)
  • 7. Routing Information Protocol (RIP)  RIP allows routers to exchange their routing tables at a predefined interval  RIP is a distance-vector routing protocol which employs the hop count as a routing metric.  RIP router transmitted full updates in every 30 seconds.  Characteristics of RIP include:  Uses hop count metric  Supports 15 hop-count limit  Supports six equal-cost paths  AD value is 120.  Broadcasting done in RIP & RIPv1.  Supports classful networks.
  • 8. RIPv2  It is a distance vector protocol.  AD value is 120.  Metric is hop count.  Supports classless network.  Supports VLSM/CIDR.  Maximum hop count is 15.  Route updates after 30 sec.  Uses multicast ip for convergence.  It supports authentication.
  • 9. Configuring RIP se 0/1/0 192.168.2.0 192.168.2.1 se 0/1/0 192.168.2.2 fa 0/0 fa 0/0 192.168.1.0 192.168.3.0 192.168.3.2 192.168.3.3 192.168.1.2 192.168.1.3
  • 10. Configure RIP Configuration for RIPv1 Router>enable Router# configure terminal Router(config)#router rip Router(config)#serial 0/1/0 Router(config-router)#network _network address of own router(e.g.192.168.1.0) Router(config-router)#version 1 Router(config)save & exit Configuration for RIPv2 Router>enable Router# configure terminal Router(config)#router rip Router(config)#serial 0/1/0 Router(config-router)#network _network address of own router(e.g.192.168.1.0) Router(config-router)#version 2 Router(config)save & exit
  • 11. INTERIOR GATEWAY ROUTING PROTOCOL (IGRP) IGRP is a distance vector protocol. To overcome RIP limitations IGRP introduced. The metrics used are bandwidth, load, delay, MTU AND reliability. Routing updates are broadcast every 90 seconds (by default).It is used by routers to exchange routing data within an autonomous system. The following are the characteristics of IGRP: - Uses composite metrics - Uses multipath routing - Supports unequal-cost load balancing - Supports hold-downs - Supprts spilt horizons
  • 12. Configuring IGRP se 0/1/1 se 0/1/0 20.0.0.0 10.0.0.0 20.0.0.1 10.0.0.1 se 0/1/0 se 0/1/0 10.0.0.2 20.0.0.2 fa 0/0 fa 0/0 fa 0/0 192.168.3.0 192.168.1.0 192.168.2.0 192.168.1.2 192.168.1.3 192.168.2.2 192.168.2.3 192.168.3.2 192.168.3.3
  • 13. Configure igRP The syntax for configuring IGRP is : -Router igrp AS_number (1 to 65535) -Network IP_networks Configure IGRP, Router>enable Router#configure terminal Router#(config)#router igrp 100 (AS Number) Router#(config-router)# network _ network address of own router Router#(config-router)#exit Router#(config)# Verifying IGRP configurations,  Show ip route (I indicates that IGRP was added as the routing protocol.)  Show ip protocols  Show ip igrp events
  • 14. Enhanced INTERIOR GATEWAY ROUTING PROTOCOL (eIGRP) Works on any condition. It’s supports the features both distance vector & link state protocol. It is a cisco proprietary protocol. EIGRP is an ideal protocol in the large networks. The AD value of EIGRP is 90. By default, bandwidth & delay are the activated metrics. EIGRP uses the following tables for route discovery i.e. Neighbor Table, Topology Table, Route Table. The following are the characteristics of EIGRP: - communication done via RTP (capable of transmitting both multicast & unicast ) - uses DUAL algorithm - supports classless network - supports VLSM/CIDR, - supports Discontiguous network. - supports all layer 3 protocols (IPv4, IPX, and IPv6)
  • 15. Configuring EIGRP R1 se 0/1/0 R2 192.168.2.1 192.168.2.0/30 se 0/1/0 192.168.2.2 fa 0/0 fa 0/0 192.168.1.0/25 192.168.1.128/25 192.168.1.2 192.168.1.3 192.168.1.129 192.168.1.130
  • 16. Configure EIGRP R1>enable R1#configure terminal R1#(config)#router eigrp 100(AS Number) R1#(config-router)#network _ network address of own router R1#(config-router)#exit R1#(config)# Verifying EIGRP configurations,  Show ip route (D indicates that EIGRP was added as the routing protocol.)  Show ip eigerp neighbors  Show ip eigrp topology
  • 17. OPEN SHORTEST PATH FIRST (OSPF) The large network can be broken into the small areas so the router in one area know less topology and they don’t have information about other areas routers. Creating OSPF areas result in smaller database which reduce the memory consumption and processing. OSPF maintains a two layer hierarchy consisting of: -Backbone area (area 0) -Off backbone area (areas1-65,535) The following are the characteristics of OSPF: -AD value is 110. -supports classless network -supports VLSM/CIDR & has unlimited hop counts -Supports hierarchical network. -Route propagation using multicasting.
  • 18. Configuring OSPF R1 R2 15.15.15.0/8 fa 0/0 172.16.0.0/16 fa 0/0 192.168.1.0/24 AREA 0
  • 19. Configuring OSPF The syntax for configuring OSPF is : -process ID -Network IP_networks -Wildcard mask -area configuration R1#configure terminal R1#(config)#router ospf 1 R2#(config-router)#network _ network address of own router_wild card mask_area e.g. (R2#(config-router)#network _192.168.1.0_0.0.0.255_area 0) R1#(config-router)#exit R1#(config)# Verifying OSPF configurations, -Show ip route(O indicates that OSPF was added as the routing protocol.) -Show ip ospf database -Show ip ospf interface
  • 20. . Routing Protocols Comparison Name Class Type Administ Metric Classful/ Algorith Transport rative less m Type Distance RIP v1 Distance IGP 120 Hop Count Classful Bellman- UDP/520 Vector Ford RIP v2 Distance IGP 120 Hop Count Classless Bellman- UDP/520 Vector Ford OSPF Link State IGP 110 Cost Classless Dijkstra (SP OSPF F) Protocol 89 IGRP Distance IGP 100 Composite Classful Dijkstra (SP IP Protocol Vector (BW + DLY) F) 9 Hybrid EIGRP (Advanced IGP 90 Composite Classless DUAL EIGRP Distance (internal) (BW + DLY) Protocol 88 Vector) 170 (external)