Abstract—Foraging behaviour of the ants is used for solving various problems in Computer Science. Foraging behaviour is one in which food is searched for by insects by exploring the environment in parallel. We take the example of ants’ foraging behaour in our paper. The ants coordinate in indirect form by depositing a chemical substance called pheromone. The other ants follow the path with the help of the pheromone trails. We use 2ACO (Ant Colony Optimization) for discovering the routes in a communication network. Ant Net1 is one of the approaches to adaptive learning of routing tables in wide area best-effort datagram networks. In this algorithm two types of ants are generated viz. Forward ant and Backward ants. While travelingfrom a source to a destination the forward ants store, in their memory, the paths and of the traffic conditions they encounter. After reaching the destination the forward ant transfers its memory to the backward ant and dies. The backward ant retraces the path traversed by the forward ant and updates the routing tables in the path. In this paper we combine the concepts of Antnet algorithm and Link state algorithm. In the 3 Link State algorithm, periodically each router discovers its neighbours and finds their network addresses, measures the cost to approach each neighbour, constructs a packet containing the information it has found from the neighbours and sends this packet to all other routers in the network. Each router which gets the information from every node about its neighbours computes the shortest path. Ant Net is designed in such way that the forward ants carry the information about the status of the links it traverses. This status information can be captured and can be used to find the best path. We use the dijsktra algorithm to find the best path after capturing the information about all the links.
Index Terms—forward ants, backward ants, Djkstra, Link state.
Final paper submitted on 26.06.2009 by D. N. Mallikarjuna Rao and Dr. V. Kamakshi Prasad
Cite: D. N. Mallikarjuna Rao and Dr. V. Kamakshi Prasad, "Link State Generation Using Antnet Algorithm," International Journal of Computer Theory and Engineering vol. 1, no. 4, pp. 409-412, 2009.
Copyright © 2008-2024. International Association of Computer Science and Information Technology. All rights reserved.