Open In App

Fixed and Flooding Routing algorithms

In most situations, packets require multiple hops to make a journey towards the destination. Routing is one of the most complex and crucial aspects of packet-switched network design. 

Desirable Properties of Routing Algorithms:-  



Design Parameters of Routing Algorithms :  

Routing Strategies :  



  1. Fixed Routing
  2. Flooding
  3. Dynamic Routing
  4. Random Routing
  5. Flow-based Routing

Fixed Routing –  

Fixed Routing: Example (1)  

Figure – A simple packet switching network with six nodes (routers)  

Figure – Central routing table based on least-cost path algorithm  

Fixed Routing: Example (2)  

Figure – Routing table stored in different nodes of the network 

Advantages –  

Disadvantages –  

Flooding –  

Characteristics –  

Limitations –  

Hop-Count –  

Selective Flooding: Routers do not send every incoming packet out on every line, only on those lines that go in approximately in the direction of the destination. 

Advantages of Flooding :  

Disadvantages of Flooding :

Reference – 
Data and Computer Communications 

Read next article – Routing Protocols Set 1 (Distance Vector Routing)
 

Article Tags :