SlideShare a Scribd company logo
1 of 24
ROUTING PROTOCOLS
• Routing protocols are the set of rules used by the
routers to communicate between source & destination.
They do not move the information source to
destination only update the routing table.
• 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
TYPES OF ROUTING PROTOCOL
DYNAMIC ROUTING
PROTOCOL
STATIC ROUTING
PROTOCOL
OSPF
EIGRP
RIP
RIPV2
LINK STATE
DISTANCE
VECTOR
RIPV1
TYPES OF ROUTING PROTOCOL
STATIC ROUTING
PROTOCOL
OSPF
EIGRP
LINK STATE
DISTANCE
VECTOR
RIPV1
DEFAULT
ROUTING
PROTOCOL
STATIC ROUTING PROTOCOLS
• Static routing ,when an administrator manually assigns
the path from source to destination network. 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:-
– All link will be down on a link failure.
– Not practical on large networks.
– Administrator must update all routes.
CONFIGURATION
DEFAULT ROUTING PROTOCOLS
• Default Route is the network route used by a router when
there is no other known route exists for a given IP
datagram’s destination address. All the IP datagrams with
unknown destination address are sent to the default route.
Advantages:-
– No overhead on router CPU.
– No bandwidth usage between links.
– Security (only administrator add routes.)
Disadvantages:-
– All link will be down on a link failure.
– Not practical on large networks.
– Administrator must update all routes.
CONFIGURATION
DYNAMIC ROUTING PROTOCOLS
• Dynamic routing is the process in which routing tables
are automatically updates by routing table of each
neighbor.
– Dynamically discover & maintains routes.
– Calculate routes
Advantages
– Less work in maintaining the configuration when adding &
deleting networks.
– Protocols automatically react to the topology changes.
– Configuration is less-prone.
Disadvantages
– Routers resource are used.
– More administrator knowledge is required for configuration
DV and LS
RIP
• It allows routers to exchange their routing tables at
a predefined interval.
• It is a distance-vector routing protocol which
employs the hop count as a routing metric.
• It transmitted updates in every 30 seconds.
CHARACTERISTICS: -
Uses hop count metric
Supports 15 hop-count limit
AD value is 120.
Supports classful networks.
CONFIGURATION
RIPv2
o It is a Extended version of RIP routing protocol.
o Maximum hop count is 15.
o Supports small network
o Supports classless network.
o Supports VLSM/CIDR.
o Supports Auto-Summarization.
o Route updates after 30 sec.
o It supports Key-authentication.
CONFIGURATION
RIPng
• RIPng is works basically the same way as RIP but has
some differences from RIP to support IPv6 address
format.
• RIPng sends an update to its connected routers
after every 30 seconds.
CHARACTERISTICS: -
Uses hop count metric
Supports classful networks.
Multicast address is FF02::9
CONFIGURATION
EIGRP
• It’s supports the features both distance vector &
link state protocol.
• It is a cisco proprietary protocol.
• By default, bandwidth & delay are the activated
metrics.
CHARACTERISTICS: -
Uses DUAL algorithm.
Supports classless network
Supports VLSM/CIDR.
It supports trigger updates.
CONFIGURATION
EIGRPv6
• It’s support IPv6.
• It is a cisco proprietary protocol.
• By default, bandwidth & delay are the activated
metrics.
CHARACTERISTICS: -
Uses DUAL algorithm.
Supports classless network
Supports VLSM/CIDR.
It supports trigger updates.
CONFIGURATION
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)
• CHARACTERISTICS:
– AD value is 110.
– Supports classless network.
– Supports VLSM/CIDR & has unlimited hop counts
– Supports hierarchical network.
– Route propagation using multicasting.
CONFIGURATION
Routing Protocols Comparison
Name Class Type AD Metric IP
classes
Algorithm Scalability
RIP v1 Distance
Vector
IGP 120 Hop count Classful Bellman-Ford Small
RIP v2 Distance
Vector
IGP 120 Hop count Classless Bellman-Ford Small
OSPF Link State IGP 110 Cost Classless Dijkstra(SPF) Large
IGRP Distance
Vector
IGP 100 Composite
(BW + DLY)
Classful Dijkstra(SPF) Medium
EIGRP (Advance
Distance
Vector)
IGP 90 Composite
(BW + DLY)
Classless DUAL Large
P l e a s e g i v e y o u r s u g g e s t i o n s
a n d f e e d b a c k s
O r
A n y q u e s t i o n ?
THANK YOU

More Related Content

What's hot (20)

BASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKSBASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKS
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
 
Vlan
Vlan Vlan
Vlan
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Bridging in Networking
Bridging in NetworkingBridging in Networking
Bridging in Networking
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Routing algorithm
Routing algorithmRouting algorithm
Routing algorithm
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
EIGRP Overview
EIGRP OverviewEIGRP Overview
EIGRP Overview
 
IS-IS Packet Types
IS-IS Packet TypesIS-IS Packet Types
IS-IS Packet Types
 
Bridge
BridgeBridge
Bridge
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Routing Protocols
Routing ProtocolsRouting Protocols
Routing Protocols
 
IP Multicasting
IP MulticastingIP Multicasting
IP Multicasting
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 

Similar to Routing protocols (20)

Chapter07
Chapter07Chapter07
Chapter07
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
CCNA part 5 routing
CCNA part 5 routingCCNA part 5 routing
CCNA part 5 routing
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
ROUTING PROTOCOLS new.pptx
ROUTING PROTOCOLS new.pptxROUTING PROTOCOLS new.pptx
ROUTING PROTOCOLS new.pptx
 
CCNA ppt Day 5
CCNA ppt Day 5CCNA ppt Day 5
CCNA ppt Day 5
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Routing
RoutingRouting
Routing
 
EIGRP, DHCP, OSPF, NAT
EIGRP, DHCP, OSPF, NATEIGRP, DHCP, OSPF, NAT
EIGRP, DHCP, OSPF, NAT
 
Router and routing
Router  and routingRouter  and routing
Router and routing
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
 
PLNOG 17 - Leonir Hoxha - Next Generation Network Architecture - Segment Routing
PLNOG 17 - Leonir Hoxha - Next Generation Network Architecture - Segment RoutingPLNOG 17 - Leonir Hoxha - Next Generation Network Architecture - Segment Routing
PLNOG 17 - Leonir Hoxha - Next Generation Network Architecture - Segment Routing
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
 
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
 
Day 10 rip
Day 10 ripDay 10 rip
Day 10 rip
 

Recently uploaded

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 

Routing protocols

  • 1.
  • 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 source to destination only update the routing table. • 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
  • 3. TYPES OF ROUTING PROTOCOL DYNAMIC ROUTING PROTOCOL STATIC ROUTING PROTOCOL OSPF EIGRP RIP RIPV2 LINK STATE DISTANCE VECTOR RIPV1 TYPES OF ROUTING PROTOCOL STATIC ROUTING PROTOCOL OSPF EIGRP LINK STATE DISTANCE VECTOR RIPV1 DEFAULT ROUTING PROTOCOL
  • 4. STATIC ROUTING PROTOCOLS • Static routing ,when an administrator manually assigns the path from source to destination network. 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:- – All link will be down on a link failure. – Not practical on large networks. – Administrator must update all routes.
  • 6. DEFAULT ROUTING PROTOCOLS • Default Route is the network route used by a router when there is no other known route exists for a given IP datagram’s destination address. All the IP datagrams with unknown destination address are sent to the default route. Advantages:- – No overhead on router CPU. – No bandwidth usage between links. – Security (only administrator add routes.) Disadvantages:- – All link will be down on a link failure. – Not practical on large networks. – Administrator must update all routes.
  • 8. DYNAMIC ROUTING PROTOCOLS • Dynamic routing is the process in which routing tables are automatically updates by routing table of each neighbor. – Dynamically discover & maintains routes. – Calculate routes Advantages – Less work in maintaining the configuration when adding & deleting networks. – Protocols automatically react to the topology changes. – Configuration is less-prone. Disadvantages – Routers resource are used. – More administrator knowledge is required for configuration
  • 10. RIP • It allows routers to exchange their routing tables at a predefined interval. • It is a distance-vector routing protocol which employs the hop count as a routing metric. • It transmitted updates in every 30 seconds. CHARACTERISTICS: - Uses hop count metric Supports 15 hop-count limit AD value is 120. Supports classful networks.
  • 12. RIPv2 o It is a Extended version of RIP routing protocol. o Maximum hop count is 15. o Supports small network o Supports classless network. o Supports VLSM/CIDR. o Supports Auto-Summarization. o Route updates after 30 sec. o It supports Key-authentication.
  • 14. RIPng • RIPng is works basically the same way as RIP but has some differences from RIP to support IPv6 address format. • RIPng sends an update to its connected routers after every 30 seconds. CHARACTERISTICS: - Uses hop count metric Supports classful networks. Multicast address is FF02::9
  • 16. EIGRP • It’s supports the features both distance vector & link state protocol. • It is a cisco proprietary protocol. • By default, bandwidth & delay are the activated metrics. CHARACTERISTICS: - Uses DUAL algorithm. Supports classless network Supports VLSM/CIDR. It supports trigger updates.
  • 18. EIGRPv6 • It’s support IPv6. • It is a cisco proprietary protocol. • By default, bandwidth & delay are the activated metrics. CHARACTERISTICS: - Uses DUAL algorithm. Supports classless network Supports VLSM/CIDR. It supports trigger updates.
  • 20. 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) • CHARACTERISTICS: – AD value is 110. – Supports classless network. – Supports VLSM/CIDR & has unlimited hop counts – Supports hierarchical network. – Route propagation using multicasting.
  • 22. Routing Protocols Comparison Name Class Type AD Metric IP classes Algorithm Scalability RIP v1 Distance Vector IGP 120 Hop count Classful Bellman-Ford Small RIP v2 Distance Vector IGP 120 Hop count Classless Bellman-Ford Small OSPF Link State IGP 110 Cost Classless Dijkstra(SPF) Large IGRP Distance Vector IGP 100 Composite (BW + DLY) Classful Dijkstra(SPF) Medium EIGRP (Advance Distance Vector) IGP 90 Composite (BW + DLY) Classless DUAL Large
  • 23. P l e a s e g i v e y o u r s u g g e s t i o n s a n d f e e d b a c k s O r A n y q u e s t i o n ?