Location Research Breakthrough Possible @S-Logix pro@slogix.in

How to use genetic algorithm for routing in MANET in NS2?

Description

Genetic algorithm in routing process selects the optimal path for the data flow between source and destination.

Algorithm
  • It selects two paths for the same source and destination.
  • Then it applies crossover between two paths followed by mutation process in which a new node replaces the existing node in the routing path.
  • The replaced node will be misbehavior node or congested node in the network