Many of us work today on networks and most of us didn’t have
a chance to work in the network design. We some time feel that what if we got
the chance to work on the designing part than which protocol will you choose to
implement on the network. So in this condition you have to be well prepared
before choosing the correct routing protocol. Every routing protocol has its
own advantages and disadvantages. There is no such best or perfect routing
protocol. But depending upon the need of you organization you can select the
protocol that suits yours company the most.
Here are some advantages and disadvantages of the routing protocols.
RIP
V1—Routing Information Protocol
Origin: Based on RFC 1058
Type of protocol: Distance vector, based on the Bellman-Ford distance vector algorithm
Metric: Hop count
Methodology: Selects routers with the lowest hop count; updates other routers by broadcasting the entire routing table to all routers every 30 seconds
Ideal topology: Smaller networks that aren’t very dynamic, have fewer than 15 hops, and are not subnetted from classful boundaries (see Weaknesses)
Strengths:
Origin: Based on RFC 1058
Type of protocol: Distance vector, based on the Bellman-Ford distance vector algorithm
Metric: Hop count
Methodology: Selects routers with the lowest hop count; updates other routers by broadcasting the entire routing table to all routers every 30 seconds
Ideal topology: Smaller networks that aren’t very dynamic, have fewer than 15 hops, and are not subnetted from classful boundaries (see Weaknesses)
Strengths:
·
Easy to configure and use
·
Since it has been around so long, it is well known and widely
used.
Weaknesses:
·
Limited to a hop count of 15; after a packet travels through 15
routers and still has another router to travel to, it will be discarded.
·
Doesn’t support a variable-length subnet mask (VLSM), which
means that it sends routing updates based only on a fixed-length subnet mask
(FLSM) or routes that fall on classful boundaries. So RIP V1 will not work with
a network that has been subnetted beyond the normal /8, /16, /24 (255.0.0.0,
255.255.0.0, 255.255.255.0) or Class A, B, and C network boundaries.
·
Converges slowly, especially on large networks
·
Doesn’t have knowledge of the bandwidth of a link
·
Doesn’t support multiple paths for the same route
·
Routing updates can require significant bandwidth, as the entire
routing table is sent when a link’s status changes
·
Prone to routing loops
RIP V2—Routing Information Protocol
Origin: Based on RFC 1388
Type of protocol: Distance vector, based on the Bellman-Ford distance vector algorithm
Metric: Hop count
Methodology: Selects routers with the lowest hop count; updates other routers by multicasting the entire routing table to all routers every 30 seconds
Ideal topology: Smaller networks that aren’t very dynamic, have fewer than 15 hops
Strengths:
·
Easy to configure and use
·
Since it has also been around so long, it is well known and
widely used.
·
Version 2 adds support for VSLM or Classless Internet Domain Routing (CIDR), MD5
Authentication, and route summarization.
Weaknesses:
·
Limited to a hop count of 15; after a packet travels through 15
routers and still has another router to travel to, it will be discarded.
·
Converges slowly, especially on large networks
·
Doesn’t have knowledge of the bandwidth of a link
·
Doesn’t support multiple paths for the same route
·
Routing updates can require significant bandwidth as the entire
routing table is sent when a link’s status changes
·
Prone to routing loops
IGRP—Interior Gateway Routing Protocol
Origin: Based only on Cisco’s implementation, not an Internet RFC
Type of protocol: Distance vector, based on the Bellman-Ford distance vector algorithm
Metric: Delay, bandwidth, reliability, and load
Methodology: Sends hello packets every five seconds to neighbors to see if the neighbor is still available; updates other routers by notifying them only when routes change
Ideal topology: Any network, small to very large; all routers must be from Cisco. Cannot subnet network beyond classful boundaries.
Strengths:
·
Easy to configure and use
·
Uses the delay, bandwidth, reliability, and load of a link as
its metric. This makes it very accurate in selecting the proper route.
Weaknesses:
·
Not an Internet standard; all routers must be from Cisco Systems
·
Converges slowly; slower than RIP
·
Doesn’t support VLSM
·
Prone to routing loops
Definition
Convergence: The process that a routing protocol goes through to alert all routers on the network of the next available path when the primary path becomes unavailable.
Convergence: The process that a routing protocol goes through to alert all routers on the network of the next available path when the primary path becomes unavailable.
EIGRP—Enhanced Interior Gateway Routing Protocol
Origin: Based only on Cisco’s implementation, not an Internet RFC
Type of protocol: Hybrid distance vector
Metric: Delay, bandwidth, reliability, and load, using the Diffusing Update Algorithm (DUAL)
Methodology: Sends hello packets every five seconds to neighbors (can interoperate with IGRP) to see if the neighbors are still available; updates other routers by notifying them only when routes change
Ideal topology: Any network, small to very large; all routers must be Cisco
Strengths:
·
Uses DUAL to provide very quick convergence and a loop-free
network
·
Supports IP and IPX
·
Requires less CPU than OSPF (see next section)
·
Requires little bandwidth for routing updates
·
Supports VLSM or CIDR
·
Uses the delay, bandwidth, reliability, and load of a link as
its metric; this makes it very accurate in selecting the proper route
·
Offers backward compatibility with IGRP
Weaknesses:
· Not an Internet standard; all routers must be
from Cisco Systems
OSPF V2—Open Shortest Path First
[Note that version 1 of OSPF was never implemented.]
Origin: Based on RFC 2328
Type of protocol: Link-state, runs the Dijkstra algorithm to calculate the shortest-path first (SPF) tree
Metric: Calculates the cost to traverse router links to get to the destination, taking the bandwidth of the links into account
Methodology: Develops adjacencies with its neighbors, periodically sending hello packets to neighbors, flooding changes to neighbors when a link’s status changes, and sending “paranoia updates” to neighbors every 30 minutes of all recent link state changes
Ideal topology: Any network, small to very large
Strengths:
OSPF V2—Open Shortest Path First
[Note that version 1 of OSPF was never implemented.]
Origin: Based on RFC 2328
Type of protocol: Link-state, runs the Dijkstra algorithm to calculate the shortest-path first (SPF) tree
Metric: Calculates the cost to traverse router links to get to the destination, taking the bandwidth of the links into account
Methodology: Develops adjacencies with its neighbors, periodically sending hello packets to neighbors, flooding changes to neighbors when a link’s status changes, and sending “paranoia updates” to neighbors every 30 minutes of all recent link state changes
Ideal topology: Any network, small to very large
Strengths:
·
Converges quickly, compared to a distance vector protocol
·
Routing update packets are small, as the entire routing table is
not sent
·
Not prone to routing loops
·
Scales very well to large networks
·
Recognizes the bandwidth of a link, taking this into account in
link selection
·
Supports VLSM or CIDR
·
Supports a long list of optional features that many of the other
protocols do not
Weaknesses:
· More complex to
configure and understand than a distance vector protocol
Final word
Just to clarify this comparison, one way routing protocols are classified is according to how they are used. Interior routing protocols are used within a single domain on your interior network. Also called an Interior Gateway Protocol (IGP), this is the type of routing protocol you usually think of using for your internal network. The protocols we looked at in this article are all IGPs. Note that I omitted a few of the lesser-known interior routing protocols to keep the discussion reasonably short. These include IS-IS, NLSP, RTMP, and IPX RIP.
Another type of routing protocol is an exterior routing protocol, or Exterior Gateway Protocol (EGP). These protocols maintain routing information for networks that are external to your network. An EGP doesn’t know how to deliver data within your network, just how to deliver data outside your network. While a variety of IGPs are currently used, about the only EGP in use today is the Border Gateway Protocol (BGP). This is the routing protocol of the Internet.
From talking with administrators who manage a variety of networks, the consensus is that OSPF is becoming the most popular interior routing protocol today. I would recommend OSPF or EIGRP for any new network, based on their popularity, flexibility, and fast convergence. Of course, the choice is yours based on the requirements of your network
Final word
Just to clarify this comparison, one way routing protocols are classified is according to how they are used. Interior routing protocols are used within a single domain on your interior network. Also called an Interior Gateway Protocol (IGP), this is the type of routing protocol you usually think of using for your internal network. The protocols we looked at in this article are all IGPs. Note that I omitted a few of the lesser-known interior routing protocols to keep the discussion reasonably short. These include IS-IS, NLSP, RTMP, and IPX RIP.
Another type of routing protocol is an exterior routing protocol, or Exterior Gateway Protocol (EGP). These protocols maintain routing information for networks that are external to your network. An EGP doesn’t know how to deliver data within your network, just how to deliver data outside your network. While a variety of IGPs are currently used, about the only EGP in use today is the Border Gateway Protocol (BGP). This is the routing protocol of the Internet.
From talking with administrators who manage a variety of networks, the consensus is that OSPF is becoming the most popular interior routing protocol today. I would recommend OSPF or EIGRP for any new network, based on their popularity, flexibility, and fast convergence. Of course, the choice is yours based on the requirements of your network
Nice article . Thank you for this beautiful content, Keep it up. Techavera is the best
ReplyDeleteTally Training in Noida.
Visit us For Quality Learning.Thank you
Well Said, you have furnished the right information that will be useful to anyone at all time. Thanks for sharing your Ideas.
ReplyDeleteBest Devops online Training
Online DevOps Certification Course - Gangboard
Best Devops Training institute in Chennai
It would have been the happiest moment for you,I mean if we have been waiting for something to happen and when it happens we forgot all hardwork and wait for getting that happened.
ReplyDeletepython Course in Pune
python Course institute in Chennai
python Training institute in Bangalore
nice course. thanks for sharing this post.
ReplyDeleteNetworking Training in Delhi
Nice and good article. It is very useful for me to learn and understand easily.
ReplyDeleteNetworking Training in Delhi
Networking Training institute in Delhi
Really great blog…. Thanks for your information. Waiting for your new updates.
ReplyDeleteaws Training in Bangalore
python Training in Bangalore
hadoop Training in Bangalore
angular js Training in Bangalore
bigdata analytics Training in Bangalore
python Training in Bangalore
aws Training in Bangalore
This is an awesome blog. Really very informative and creative contents.
ReplyDeleteaws Training in Bangalore
python Training in Bangalore
hadoop Training in Bangalore
angular js Training in Bangalore
bigdata analytics Training in Bangalore
python Training in Bangalore
aws Training in Bangalore
ReplyDeleteWell thanks for posting such an outstanding idea..
Router Login Guide for Netgear, TP-Link, D-Link and Linksys
Nice and good article. It is very useful for me to learn and understand easily.
ReplyDeleteaws Training in Bangalore
python Training in Bangalore
hadoop Training in Bangalore
angular js Training in Bangalore
bigdata analytics Training in Bangalore
python Training in Bangalore
aws Training in Bangalore
It was really great blog provide helpful information !
ReplyDeleteRouter Login Guide for Netgear, TP-Link, D-Link and Linksys
I read this blog. Is very nice blog.
ReplyDeletePython Hyderabad
Python Training in Coimbatore
Python Training in Chennai
Python Training in Training
Python Training in Bangalore
Thanks for posting the best information and the blog is very helpful .python course in Bangalore
ReplyDeleteBest Selling Asus RT-AX92U Gaming Router in Uae, AiMesh AX6100 Gaming Router in Uae, Wi-Fi System Gaming Router in Uae
ReplyDeletehttps://gccgamers.com/networking/routers/asus-rt-ax92u-aimesh-ax6100-wi-fi-system-2-pack-gaming-router-rt-ax92u-2-pack.html
ReplyDeleteThis post is so helpfull and informative.Keep updating more information
RPA Career Path
RPA Certification Courses
tiktok jeton hilesi
ReplyDeletetiktok jeton hilesi
binance referans kimliği
gate güvenilir mi
tiktok jeton hilesi
paribu
btcturk
bitcoin nasıl alınır
Hire ReactJS Developers from CronJ to leverage 9+ years of React handling and 15+ industrial experience at just $8 per hour!
ReplyDeletehire reactjs developers
hire react developer
Nice post. Thanks for sharing! I want people to know just how good this information is in your article. It’s interesting content and Great work.
ReplyDeletefor Affordable Interior Designer In Gurgaon
visit https://lookobeauty.com/best-interior-designer-in-gurgaon/
Nice Content
ReplyDeleteLooking For Best Makeup Artist Course In Gurgaon. Best Makeup Artist Institute With Affordable Fees, Best Placement Record By Top Makeup Teachers In Gurgaon.
ReplyDeletebetmatik
ReplyDeletekralbet
betpark
tipobet
slot siteleri
kibris bahis siteleri
poker siteleri
bonus veren siteler
mobil ödeme bahis
W2İBSO
tipobet
ReplyDeletebetmatik
poker siteleri
kralbet
betpark
slot siteleri
kibris bahis siteleri
bonus veren siteler
mobil ödeme bahis
EUR42
slot siteleri
ReplyDeletekralbet
betpark
tipobet
betmatik
kibris bahis siteleri
poker siteleri
bonus veren siteler
mobil ödeme bahis
B8X3Zİ
çekmeköy
ReplyDeletekepez
manavgat
milas
balıkesir
VMW
yurtdışı kargo
ReplyDeleteresimli magnet
instagram takipçi satın al
yurtdışı kargo
sms onay
dijital kartvizit
dijital kartvizit
https://nobetci-eczane.org/
C0Z
https://bayanlarsitesi.com/
ReplyDeleteYakuplu
Tuzla
Barbaros
Yavuz Selim
EYXP
Antalya
ReplyDeleteKonya
Adana
Ankara
Van
7HX8H
bingöl
ReplyDeleteelazığ
hakkari
sakarya
erzincan
BİRA0W
elazığ
ReplyDeletegümüşhane
kilis
siirt
sakarya
HPZSE
https://istanbulolala.biz/
ReplyDeletePYCAİ
ığdır evden eve nakliyat
ReplyDeletebitlis evden eve nakliyat
batman evden eve nakliyat
rize evden eve nakliyat
niğde evden eve nakliyat
BLN0
karabük evden eve nakliyat
ReplyDeletebartın evden eve nakliyat
maraş evden eve nakliyat
mersin evden eve nakliyat
aksaray evden eve nakliyat
382N
hatay evden eve nakliyat
ReplyDeleteısparta evden eve nakliyat
erzincan evden eve nakliyat
muğla evden eve nakliyat
karaman evden eve nakliyat
G5GB
urfa evden eve nakliyat
ReplyDeletemalatya evden eve nakliyat
burdur evden eve nakliyat
kırıkkale evden eve nakliyat
kars evden eve nakliyat
R22L
ığdır evden eve nakliyat
ReplyDeletebitlis evden eve nakliyat
batman evden eve nakliyat
rize evden eve nakliyat
niğde evden eve nakliyat
AGC
92A64
ReplyDeleteHatay Lojistik
Düzce Evden Eve Nakliyat
Nevşehir Evden Eve Nakliyat
Tokat Evden Eve Nakliyat
Afyon Evden Eve Nakliyat
07052
ReplyDeleteBayburt Parça Eşya Taşıma
Ağrı Parça Eşya Taşıma
Antep Lojistik
Giresun Evden Eve Nakliyat
Kilis Lojistik
29DCC
ReplyDeleteVindax Güvenilir mi
Çanakkale Lojistik
Rize Lojistik
Tekirdağ Fayans Ustası
Floki Coin Hangi Borsada
Kucoin Güvenilir mi
Nevşehir Lojistik
Samsun Şehirler Arası Nakliyat
Artvin Evden Eve Nakliyat
F6F86
ReplyDeleteKütahya Parça Eşya Taşıma
Nevşehir Şehir İçi Nakliyat
Bilecik Parça Eşya Taşıma
Konya Parça Eşya Taşıma
Urfa Lojistik
Batıkent Parke Ustası
Etlik Boya Ustası
Şırnak Şehir İçi Nakliyat
Hamster Coin Hangi Borsada
BFA17
ReplyDeleteArdahan Evden Eve Nakliyat
Burdur Şehirler Arası Nakliyat
Antalya Rent A Car
Çorum Lojistik
Kırıkkale Evden Eve Nakliyat
Erzincan Şehirler Arası Nakliyat
Gümüşhane Evden Eve Nakliyat
Tekirdağ Lojistik
Ünye Boya Ustası
B64FA
ReplyDeleteBitlis Evden Eve Nakliyat
Siirt Parça Eşya Taşıma
Hakkari Lojistik
Yalova Evden Eve Nakliyat
Çanakkale Evden Eve Nakliyat
Çerkezköy Petek Temizleme
Sakarya Evden Eve Nakliyat
Urfa Parça Eşya Taşıma
Adıyaman Evden Eve Nakliyat
02B91
ReplyDeleteAdana Evden Eve Nakliyat
Bitget Güvenilir mi
Bartın Lojistik
order halotestin
Amasya Parça Eşya Taşıma
Ankara Şehirler Arası Nakliyat
Karaman Parça Eşya Taşıma
Kayseri Şehir İçi Nakliyat
Keçiören Fayans Ustası
43B8D
ReplyDeleteTokat Evden Eve Nakliyat
Ağrı Evden Eve Nakliyat
Hatay Evden Eve Nakliyat
Erzurum Evden Eve Nakliyat
Çerkezköy Cam Balkon
Van Evden Eve Nakliyat
Eryaman Parke Ustası
Batman Evden Eve Nakliyat
Şırnak Evden Eve Nakliyat
D6D72
ReplyDeleteAğrı Şehir İçi Nakliyat
Alya Coin Hangi Borsada
Yenimahalle Parke Ustası
Yalova Şehir İçi Nakliyat
Giresun Şehir İçi Nakliyat
Tekirdağ Şehirler Arası Nakliyat
Binance Referans Kodu
Sincan Parke Ustası
Kırıkkale Lojistik
830F0
ReplyDeletehttps://e-amiclear.com/
6E658
ReplyDeleteyozgat görüntülü sohbet ücretsiz
tokat parasız sohbet
erzurum mobil sohbet chat
uşak görüntülü sohbet kızlarla
ankara kadınlarla sohbet
kırşehir telefonda sohbet
kars görüntülü sohbet uygulamaları ücretsiz
görüntülü sohbet ücretsiz
antalya ücretsiz sohbet odaları
ED75F
ReplyDeletekayseri ucretsiz sohbet
yabancı görüntülü sohbet
Bolu Sohbet Odaları
mardin yabancı görüntülü sohbet uygulamaları
erzurum görüntülü sohbet odaları
ucretsiz sohbet
sohbet muhabbet
bayburt sesli görüntülü sohbet
Trabzon Görüntülü Sohbet Siteleri
57B30
ReplyDeleteKwai Takipçi Satın Al
Kaspa Coin Hangi Borsada
Coin Oynama
Parasız Görüntülü Sohbet
Kwai Takipçi Hilesi
Bitcoin Nasıl Oynanır
Milyon Coin Hangi Borsada
Kripto Para Kazma
Bitcoin Yatırımı Nasıl Yapılır
130F3
ReplyDeleteHemsin
Mazgirt
Han
Çelebi
Ovacık
Yalıhüyük
Üsküdar
Bayramören
Çemişgezek
A7377
ReplyDeletereferans kimliği
kaldıraç nasıl yapılır
telegram kripto grupları
mexc
binance referans kodu
kucoin
paribu
canlı sohbet
kızlarla canlı sohbet
039B9
ReplyDeletebybit
bibox
kripto ne demek
mexc
4g proxy
referans kod
4g mobil proxy
bitcoin hangi bankalarda var
binance
FBB0B
ReplyDeletebitcoin ne zaman çıktı
kızlarla canlı sohbet
huobi
kripto para nereden alınır
en düşük komisyonlu kripto borsası
paribu
referans kodu binance
btcturk
canlı sohbet odaları
thgfhgfjnhgjkmhk
ReplyDeleteشركة مكافحة حشرات
شركة صيانة افران بالاحساء dtmUIfkPuQ
ReplyDeleteشركة رش مبيدات بالاحساء oSXHWY8Jrz
ReplyDeleteشركة كشف تسربات المياه بالدمام wsZTP8bya6
ReplyDeleteشركة تنظيف سجاد بالجبيل caTcYYszH6
ReplyDeleteشركة صيانة افران بعنيزة fWQ63oGftz
ReplyDeleteرقم مصلحة المجاري بالاحساء CAlb0v4uaQ
ReplyDeleteشركة رش حشرات بالاحساء u3juvxABLI
ReplyDeleteشركة تنظيف كنب بالاحساء hF77G9i0hk
ReplyDeleteشركة تنظيف بالاحساء mWakHYDwk3
ReplyDeleteشركة عزل مواسير المياه بالدمام imPb7wCld2
ReplyDeleteGSvnR1FNwT
ReplyDeleteشركة مكافحة حشرات بالخبر JEdSpKMKYu
ReplyDelete