Home Computer Network Routing algorithm

Routing algorithm

by anupmaurya
3 minutes read

Routing Algorithm is a part of network layers software .It is responsible for deciding the output line over which a packet is to be sent.

Routing is the process of forwarding the packets from source to the destination but the best route to send the packets is determined by the routing algorithm.

Whether the network layer provides datagram service or virtual circuit service, the main job of the network layer is to provide the best route. The routing protocol provides this job.

Desired Properties of a routing algorithm

  • Correctness
  • Robustness
  • Stability
  • Fairness
  • Optimality

Types of Routing Algorithm

The Routing algorithm is divided into two categories:

  1. Non-adaptive Routing algorithm
  2. Adaptive Routing algorithm
Types of Routing Algorithm
Types of Routing Algorithm

Non-Adaptive Algorithm

  • For Non-Adaptive Algorithm, the routing decision is not based on the measurement or estimation of current traffic and topology.
  • The choice of the route is done in advance, offline and it is downloaded to the routes.
  • This algorithm is also known as the static routing algorithm.

Types of Non-Adaptive Routing algorithm (Static Algorithm)

  1. Shortest Path Routing
  2. Flooding
  3. Flow Based Routing

Adaptive Algorithm

  • For Adaptive Algorithm, the routing decision can be changed if there are any changes in topology or traffic, etc.
  • The main parameters related to this algorithm are hop count(HOP counts refer to the number of devices, usually routers, that a piece of data travels through), distance, and estimated transit time.
  • This algorithm is also known as the dynamic routing.

Types of Adaptive Routing algorithm (Dynamic Algorithm)

  • Centralized algorithm
  • Isolation algorithm
  • Distributed algorithm

You may also like

Adblock Detected

Please support us by disabling your AdBlocker extension from your browsers for our website.