PDA

View Full Version : Fastest routing algorithm?


techdeck
01-26-2005, 04:41 PM
What is the fastest routing algorithm used by most of the protocols.

Thank You
Greg

crnc
02-02-2005, 04:21 AM
It really depends. Are you talking internally or externally. It also depends on the size and scope of the network.

OSPF or IS-IS are the most common internal routing protocols (IGP, interior gateway protocols) for the major backbone networks.

wotanworks
02-07-2005, 12:19 AM
OSPF is the most common, but IS-IS is gaining in popularity.
EIGRP is really not that great IMHO

crnc
02-07-2005, 06:02 AM
..not to mention that EIGRP, for the most part, is cisco proprietary.

OfF3nSiV3
07-01-2007, 06:48 PM
i know ospf converges faster than rip, but also floods the entire network

metaclassing
12-24-2007, 01:10 PM
i know ospf converges faster than rip, but also floods the entire network

Flood is a relative term. OSPF does a good job of controlling the spread of that information. Multi-area OSPF design permits you to define boundries for summarization to prevent the spread of unnecessary information. If the network is designed properly the "flooding" wont be a major issue.

vijay mohan
01-03-2008, 06:43 AM
Thanks for this valuable definition.

sanjay
04-06-2008, 09:44 AM
i dont have much knowledge of this but i have heard a lot about ospf algorithm.although i dont know that how it works but i think that it is the fastest one.

princee18
06-20-2008, 04:30 AM
ospf is good but in the case where an entire network is running OSPF, and one link within it is "bouncing" every few seconds, OSPF updates would dominate the network by informing every other router every time the link changed state.

Maverick
06-23-2008, 06:32 PM
OSPF is normally used for most routing processes, Don't know much about others.

cokelover
09-08-2009, 06:48 AM
"DV algorithms are also known as Bellman-Ford routing algorithms and
Ford-Fulkerson routing algorithms. In these algorithms, every router
has a routing table that shows it the best route for any destination.

"In LS algorithms, every router has to follow these steps:
Identify the routers that are physically connected to them and get
their IP addresses
When a router starts working, it first sends a "HELLO" packet over
network. Each router that receives this packet replies with a message
that contains its IP address.

Schumie
09-08-2009, 12:53 PM
You can make OSPF super fast with BFD as well.

Good design is maintaining your loopbacks in OSPF (so you only have /32's for each router in your OSPF scope) and then build iBGP sessions between your routers to actaully do the real brunt of the work.

EngineNetworks
11-30-2009, 08:26 PM
It all depends what you mean with the word "fast". If you mean fast routing calculation, I think BGP4 is one of the fasted if you're working with more then 1 milion routes. If you need fast convergence, BGP is not so fast. OSPF provide faster convergence.

jackson
03-13-2011, 04:44 PM
OSPF is the most widely used technology for the shortest path algorithms

http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094e9e.shtml