Thursday, February 23, 2012..:: Tutorials » Online Learning » Routing Protocols::..Register  Login
Routing Protocols

Top Navigation Placeholder (This will be used later)

Introduction

Routing protocols are used by routers to exchange information or updates about the current network that those routers know, or have learnt about.

There are three types of routing protocols
  1. Distance Vector
  2. Link State
  3. Hybrid
For detailed information, hover over each of the three types above.

Distance Vector

Distance Vector routing protocols send out periodic updates which contain the enter routing table. This is deemed to be 'passable' for a small-size network, however this method adds inefficiencies to the network.

Each update consists of everything the router knows about the network, itself, and it's neighbours. It's much like being introduced to someone on Monday and explaining all the details of your life, then once you seem them Tuesday, you do the same, also adding any changes that happened over night.

An example of a Distance Vector protocol is the Routing Information Protocol (RIP).

Link State

Link State routing protocols only send out updates when there is a change in the devices knowledgebase. These transmissions are therefore asynchronous, unlikeDistance Vectory.

The updates will only send out what has changed within the table, rather than the whole table itself - allowing more efficient transmissions over the network.

An example of a Link State protocol is Open Shortest Path First (OSPF).

Hybrid

Hybrid routing protocols utilise some of the advantages Distance Vector routing protocols such as the metrics. Much like Link State protocols, they send information asynchronously, only when there's an update, and only what's changed.

An example of a Hybrid protocol is Enhanced Interior Gateway Routing Protocol (EIGRP)
1. What does CSS stand for?
Colorful Style Symbols
Cascading Style Sheets
Computer Style Symbols

2. What does DHTML stand for?
Dramatic HTML
Design HTML
Dynamic HTML

3. Who created Javascript?
Microsoft
Netscape
Sun Micro Systems

4. What does CGI stand for?
Cascading Gate Interaction
Common GIF Interface
Common Gateway Interface


Page 3
Page 4
Page 5

     
Copyright 2006-2010 by Mark Gregory   Terms Of Use  Privacy Statement