SlideShare a Scribd company logo
1 of 17
Routing Protocols
( RIP , OSPF )
Subject – Computer Network
Course – M.Tech (CSE)
By
Shravan Kumar Upadhayay
Department of Computer Science & Engineering
Punjab Institute of Technology, Kapurthala
(A constituent institute of PTU)
CONTENTS
1. What Is Routing
2. Routing Protocol
1.RIP(Routing Information Protocol
2.OSPF(Open Shortest Path First Protocol
3. Comparision B/w OSPF & RIPv2
What Is Routing ?
Routing is the process of selecting paths in a network
along which to send network traffic.
Routing is performed for many kinds of networks,
including the telephone network (circuit switching),
electronic data networks (such as the Internet), and
transportation networks.
Types Of Routing:
1.Static Routing
2.Dynamic Routing
Simple Routing Example
S0/0
F0/0
F0/1
F0/2
Ip 10.10.10.1
Ip 10.10.40.1
Ip 10.10.20.1
Ip 10.10.30.1
Routing Protocol
A routing protocol specifies how routers communicate
with each other, disseminating information that enables
them to select routes between any two nodes on a
computer network.
Routing algorithms determine the specific choice of route.
Each router has a priority knowledge only of networks
attached to it directly.
A routing protocol shares this information first among
immediate neighbors, and then throughout the network.
Although there are many types of routing
protocols, But Here I have Discussed Few Of
them Only :
Routing Protocols
RIP
Routing
Information
Protocol
OSPF
Open Shortest Path
First
EIGRP
Cisco's proprietary
Enhanced Interior
Gateway Routing
Protocol
BGP
Border Gateway
Protocol
RIP ( Routing Information Protocol)
The Routing Information Protocol (RIP) is one of the oldest
Distance Vector routing Protocol, which employs the hop
count as a routing metric. RIP prevents routing loops by
implementing a limit on the number of hops allowed in a
path from the source to a destination.
Some important Points :
1. Maximum number of hops allowed for RIP is 15
2. Each RIP router transmitted full updates every 30
seconds
3. RIP uses the (UDP) as its transport protocol,
4. It Assigned the reserved port number 520
Versions of the Routing Information
Protocol:
RIPv1 RIPv2
BroadCast Based Multicast Based
Classful Class less
255.255.255.255 255.0.0.0
Distance Vector Protocol Distance Vector Protocol
Hope By Hope Hope By Hope
Max 15 Node Max 15 node
No Authentication Allows For MD5 Authentication
No Support For Discontiguous Network Support For Discontiguous Network
Command Used To Confing RIP Protocols
For Router :
For Router 0
R0>Enable
R0#Config t
R0(config)#int f0/0
R0(config)#ip add 15.0.0.1 255.0.0.0
# no shut
R0# config t
R0(config)# Router rip
#net 10.1.1.0
For Router 1
R1>Enable
R1#Config t
R1(config)#int f0/0
R1(config)#ip add 15.0.0.2 255.0.0.0
# no shut
R1# config t
R1(config)# Router rip
#net 20.1.1.0
#net 10.1.1.0
For Verifcation We have used :
Route # ping 15.0.0.1
Route # do Sh Ip Protocols Command used to
check the Protocols details
Example :
F0/0
F0/0
Ip Add 15.0.0.1 Ip add 15.0.0.2
Network : 10.1.1.0 for R0 Network : 20.1.1.0 for R1
RIP Configuration Example
OSPF : Open Shortest Path First
Open Shortest Path First : is an Open standard Routing
Protocols that’s Been implemented by a wide variety of
Network Vendors.
OSPF Works by using the Dijkstra Algorithm.First , a
Shortest path tree is constructed , and then the routing
table is populated with the Resulting best path.
Features Of OSPF
1.Minimize Routing update traffic
2.Allow Scalability
3.Unlimited Hop Count
4.Allow Multi-vendors Deployment
Example
Ip 10.1.1.1
ip 10.1.1.2
Ip 15.0.0.1
Ip 15.0.0.2 ip 172.16.0.1
ip 172.16.0.2
Ip 20.1.1.1
Ip 20.1.1.2
Area 0
Area 10
Area 20
OSPF Configuration On Network
OSPF Configuration Commands
Here I Have Write General Syntax for Ospf Routing
Protocol Implementation On Router
For Rourer 1
R1>enable
R1#config t
R1(Config)#ip add 15.0.0.2
255.0.0.0
#no shut
R1# Router Ospf 1
#net 15.0.0.0 0.0.0.255 Area 0
#net 172.16.0.0 0.0.0.255 Area 0
For Rourer 2
R1>enable
R1#config t
R1(Config)#ip add 172.16.0.2
255.0.0.0
#no shut
R1# Router Ospf 1
#net 20.0.0.0 0.0.0.255 Area 20
#net 172.16.0.0 0.0.0.255 Area 0
For Router 3
R1>enable
R1#config t
R1(Config)#ip add 10.1.1.2 255.0.0.0
#no shut
R1# Router Ospf 1
#net 10.0.0.0 0.0.0.255 Area 10
For Router 4
R1>enable
R1#config t
R1(Config)#ip add 20.1.1.2 255.0.0.0
#no shut
R1# Router Ospf 1
#net 20.0.0.0 0.0.0.255 Area 20
For Router 0
R1>enable
R1#config t
R1(Config)#ip add 15.0.0.1 255.0.0.0
#no shut
R1# Router Ospf 1
#net 10.0.0.0 0.0.0.255 Area 10
#net 15.0.0.0 0.0.0.255 Area 0
OSPF RIPv2
Multicast On Change PeroidMulticast Based
Classless Class less
Dijkstra Bellman -Ford
Link State Protocol Distance Vector Protocol
Bandwidth Hope By Hope
hope Count limit None Max 15 Hope
Allows Authentication Allows For MD5 Authentication
Support For Discontiguous Network Support For Discontiguous Network
Comparision B/w OSPF & RIPv2
For Further Details Regarding RIP Routing
Protocols Configuration On Network And
OSPF Routing Protocols On Network :
Visit: www.lammle.com
Or http://shravanupadhayay.blogspot.com
Routing protocols

More Related Content

What's hot

Connection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion ControlConnection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion ControlAdeel Rasheed
 
UDP - User Datagram Protocol
UDP - User Datagram ProtocolUDP - User Datagram Protocol
UDP - User Datagram ProtocolPeter R. Egli
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)ashishsoni1505
 
Destination Sequenced Distance Vector Routing (DSDV)
Destination Sequenced Distance Vector Routing (DSDV)Destination Sequenced Distance Vector Routing (DSDV)
Destination Sequenced Distance Vector Routing (DSDV)ArunChokkalingam
 
Data and Computer Communication
Data and Computer CommunicationData and Computer Communication
Data and Computer CommunicationNaqeeb Ullah Kakar
 
Introduction to Data-Link Layer
Introduction to Data-Link LayerIntroduction to Data-Link Layer
Introduction to Data-Link LayerAbdullaziz Tagawy
 
Routing Presentation
Routing PresentationRouting Presentation
Routing PresentationMohsin Ali
 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point ProtocolPhan Vuong
 
Physical organization of parallel platforms
Physical organization of parallel platformsPhysical organization of parallel platforms
Physical organization of parallel platformsSyed Zaid Irshad
 
Computer networks a tanenbaum - 5th editionee
Computer networks   a tanenbaum - 5th editioneeComputer networks   a tanenbaum - 5th editionee
Computer networks a tanenbaum - 5th editioneepawan1809
 
Ch 18 intro to network layer - section 1
Ch 18   intro to network layer - section 1Ch 18   intro to network layer - section 1
Ch 18 intro to network layer - section 1Hossam El-Deen Osama
 

What's hot (20)

Connection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion ControlConnection Establishment & Flow and Congestion Control
Connection Establishment & Flow and Congestion Control
 
UDP - User Datagram Protocol
UDP - User Datagram ProtocolUDP - User Datagram Protocol
UDP - User Datagram Protocol
 
HDLC
HDLCHDLC
HDLC
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Destination Sequenced Distance Vector Routing (DSDV)
Destination Sequenced Distance Vector Routing (DSDV)Destination Sequenced Distance Vector Routing (DSDV)
Destination Sequenced Distance Vector Routing (DSDV)
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
Data and Computer Communication
Data and Computer CommunicationData and Computer Communication
Data and Computer Communication
 
Routing protocols in ad hoc network
Routing protocols in ad hoc networkRouting protocols in ad hoc network
Routing protocols in ad hoc network
 
Introduction to Data-Link Layer
Introduction to Data-Link LayerIntroduction to Data-Link Layer
Introduction to Data-Link Layer
 
Routing Presentation
Routing PresentationRouting Presentation
Routing Presentation
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
 
Physical organization of parallel platforms
Physical organization of parallel platformsPhysical organization of parallel platforms
Physical organization of parallel platforms
 
AODV Protocol
AODV ProtocolAODV Protocol
AODV Protocol
 
CS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKSCS6551 COMPUTER NETWORKS
CS6551 COMPUTER NETWORKS
 
Computer networks a tanenbaum - 5th editionee
Computer networks   a tanenbaum - 5th editioneeComputer networks   a tanenbaum - 5th editionee
Computer networks a tanenbaum - 5th editionee
 
Routing algorithms
Routing algorithmsRouting algorithms
Routing algorithms
 
Ch 18 intro to network layer - section 1
Ch 18   intro to network layer - section 1Ch 18   intro to network layer - section 1
Ch 18 intro to network layer - section 1
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 

Viewers also liked

RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocolselvakumar_b1985
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration3Anetwork com
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information ProtocolMiftahul Khair N
 
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Vishal Sharma, Ph.D.
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)waqasahmad1995
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1CAVC
 

Viewers also liked (13)

RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
 
RIP Overview
RIP OverviewRIP Overview
RIP Overview
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
CCNA Routing Protocols
CCNA Routing Protocols CCNA Routing Protocols
CCNA Routing Protocols
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
Ch13
Ch13Ch13
Ch13
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
 
Routing Protocols in WSN
Routing Protocols in WSNRouting Protocols in WSN
Routing Protocols in WSN
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 

Similar to Routing protocols

ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principleDrAlneami
 
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
 
RIP (routing information protocol)
RIP (routing information protocol)RIP (routing information protocol)
RIP (routing information protocol)Netwax Lab
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccnarobertoxe
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
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.0Saurav Pandey
 
Лекц 15
Лекц 15Лекц 15
Лекц 15Muuluu
 
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
 
Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01amit singh
 
Performance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPPerformance Analysis of Routing Protocols RIP, OSPF and EIGRP
Performance Analysis of Routing Protocols RIP, OSPF and EIGRPIRJET Journal
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 

Similar to Routing protocols (20)

ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principle
 
OSPF by Abdullah Mukhtar
OSPF by Abdullah MukhtarOSPF by Abdullah Mukhtar
OSPF by Abdullah Mukhtar
 
Ducat
DucatDucat
Ducat
 
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
 
RIP (routing information protocol)
RIP (routing information protocol)RIP (routing information protocol)
RIP (routing information protocol)
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
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
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
 
Ospf
OspfOspf
Ospf
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
 
CCNA Icnd110 s05l05
CCNA Icnd110 s05l05CCNA Icnd110 s05l05
CCNA Icnd110 s05l05
 
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
 
Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
 
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
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 

Recently uploaded

Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,dollysharma2066
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfssusere8ea60
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改atducpo
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushShivain97
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonDelhi Call girls
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...CIOWomenMagazine
 
Postal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilisePostal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utiliseccsubcollector
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...anilsa9823
 
social media chat application main ppt.pptx
social media chat application main ppt.pptxsocial media chat application main ppt.pptx
social media chat application main ppt.pptxsprasad829829
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndPooja Nehwal
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...ur8mqw8e
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceanilsa9823
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..nishakur201
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxABMWeaklings
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ EscortsDelhi Escorts Service
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceanilsa9823
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfJess Walker
 

Recently uploaded (20)

Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by Mindbrush
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
 
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
 
Postal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilisePostal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilise
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
 
social media chat application main ppt.pptx
social media chat application main ppt.pptxsocial media chat application main ppt.pptx
social media chat application main ppt.pptx
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
 

Routing protocols

  • 1. Routing Protocols ( RIP , OSPF ) Subject – Computer Network Course – M.Tech (CSE) By Shravan Kumar Upadhayay Department of Computer Science & Engineering Punjab Institute of Technology, Kapurthala (A constituent institute of PTU)
  • 2. CONTENTS 1. What Is Routing 2. Routing Protocol 1.RIP(Routing Information Protocol 2.OSPF(Open Shortest Path First Protocol 3. Comparision B/w OSPF & RIPv2
  • 3. What Is Routing ? Routing is the process of selecting paths in a network along which to send network traffic. Routing is performed for many kinds of networks, including the telephone network (circuit switching), electronic data networks (such as the Internet), and transportation networks. Types Of Routing: 1.Static Routing 2.Dynamic Routing
  • 4. Simple Routing Example S0/0 F0/0 F0/1 F0/2 Ip 10.10.10.1 Ip 10.10.40.1 Ip 10.10.20.1 Ip 10.10.30.1
  • 5. Routing Protocol A routing protocol specifies how routers communicate with each other, disseminating information that enables them to select routes between any two nodes on a computer network. Routing algorithms determine the specific choice of route. Each router has a priority knowledge only of networks attached to it directly. A routing protocol shares this information first among immediate neighbors, and then throughout the network.
  • 6. Although there are many types of routing protocols, But Here I have Discussed Few Of them Only : Routing Protocols RIP Routing Information Protocol OSPF Open Shortest Path First EIGRP Cisco's proprietary Enhanced Interior Gateway Routing Protocol BGP Border Gateway Protocol
  • 7. RIP ( Routing Information Protocol) The Routing Information Protocol (RIP) is one of the oldest Distance Vector routing Protocol, which employs the hop count as a routing metric. RIP prevents routing loops by implementing a limit on the number of hops allowed in a path from the source to a destination. Some important Points : 1. Maximum number of hops allowed for RIP is 15 2. Each RIP router transmitted full updates every 30 seconds 3. RIP uses the (UDP) as its transport protocol, 4. It Assigned the reserved port number 520
  • 8. Versions of the Routing Information Protocol: RIPv1 RIPv2 BroadCast Based Multicast Based Classful Class less 255.255.255.255 255.0.0.0 Distance Vector Protocol Distance Vector Protocol Hope By Hope Hope By Hope Max 15 Node Max 15 node No Authentication Allows For MD5 Authentication No Support For Discontiguous Network Support For Discontiguous Network
  • 9. Command Used To Confing RIP Protocols For Router : For Router 0 R0>Enable R0#Config t R0(config)#int f0/0 R0(config)#ip add 15.0.0.1 255.0.0.0 # no shut R0# config t R0(config)# Router rip #net 10.1.1.0 For Router 1 R1>Enable R1#Config t R1(config)#int f0/0 R1(config)#ip add 15.0.0.2 255.0.0.0 # no shut R1# config t R1(config)# Router rip #net 20.1.1.0 #net 10.1.1.0 For Verifcation We have used : Route # ping 15.0.0.1 Route # do Sh Ip Protocols Command used to check the Protocols details
  • 10. Example : F0/0 F0/0 Ip Add 15.0.0.1 Ip add 15.0.0.2 Network : 10.1.1.0 for R0 Network : 20.1.1.0 for R1 RIP Configuration Example
  • 11. OSPF : Open Shortest Path First Open Shortest Path First : is an Open standard Routing Protocols that’s Been implemented by a wide variety of Network Vendors. OSPF Works by using the Dijkstra Algorithm.First , a Shortest path tree is constructed , and then the routing table is populated with the Resulting best path. Features Of OSPF 1.Minimize Routing update traffic 2.Allow Scalability 3.Unlimited Hop Count 4.Allow Multi-vendors Deployment
  • 12. Example Ip 10.1.1.1 ip 10.1.1.2 Ip 15.0.0.1 Ip 15.0.0.2 ip 172.16.0.1 ip 172.16.0.2 Ip 20.1.1.1 Ip 20.1.1.2 Area 0 Area 10 Area 20 OSPF Configuration On Network
  • 13. OSPF Configuration Commands Here I Have Write General Syntax for Ospf Routing Protocol Implementation On Router For Rourer 1 R1>enable R1#config t R1(Config)#ip add 15.0.0.2 255.0.0.0 #no shut R1# Router Ospf 1 #net 15.0.0.0 0.0.0.255 Area 0 #net 172.16.0.0 0.0.0.255 Area 0 For Rourer 2 R1>enable R1#config t R1(Config)#ip add 172.16.0.2 255.0.0.0 #no shut R1# Router Ospf 1 #net 20.0.0.0 0.0.0.255 Area 20 #net 172.16.0.0 0.0.0.255 Area 0
  • 14. For Router 3 R1>enable R1#config t R1(Config)#ip add 10.1.1.2 255.0.0.0 #no shut R1# Router Ospf 1 #net 10.0.0.0 0.0.0.255 Area 10 For Router 4 R1>enable R1#config t R1(Config)#ip add 20.1.1.2 255.0.0.0 #no shut R1# Router Ospf 1 #net 20.0.0.0 0.0.0.255 Area 20 For Router 0 R1>enable R1#config t R1(Config)#ip add 15.0.0.1 255.0.0.0 #no shut R1# Router Ospf 1 #net 10.0.0.0 0.0.0.255 Area 10 #net 15.0.0.0 0.0.0.255 Area 0
  • 15. OSPF RIPv2 Multicast On Change PeroidMulticast Based Classless Class less Dijkstra Bellman -Ford Link State Protocol Distance Vector Protocol Bandwidth Hope By Hope hope Count limit None Max 15 Hope Allows Authentication Allows For MD5 Authentication Support For Discontiguous Network Support For Discontiguous Network Comparision B/w OSPF & RIPv2
  • 16. For Further Details Regarding RIP Routing Protocols Configuration On Network And OSPF Routing Protocols On Network : Visit: www.lammle.com Or http://shravanupadhayay.blogspot.com

Editor's Notes

  1. Open Shortest Path First : is an Open standard Routing Protocols that’s Been implemented by a wide variety of Network Vendors.OSPF Works by using the Dijkstra Algorithm.First , a Shortest pAth tree is constructed , and then the routing table is populated with the Resulting best path.