SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2089
Performance evaluation of artificial ant colony using zone based routing
approach in MANET
Madhvi Patel1, Prof. Dileep Sharma2
1,2 Computer Science Engineering
Nagaji Institute of Technology and Science
Datia, India
---------------------------------------------------------------------------***---------------------------------------------------------------------------
Abstract: AntNet uses “artificial ants” that would
repeatedly travel through the network and collect the
information about the current traffic conditions in the
network. This information would be used to direct the data
packets towards their destination. AntNet showed very
promising results and turned out to be highly adaptive in
dynamic network environments. The capability of AntNet
to adapt to dynamic environments seems to make AntNet-
like protocol well suited for the routing in MANET. In our
work, a self-organizing network model is designed using
ant net routing, and this is a simple routing mechanism.
The way about how local information is exchanged is
depend on the behavior of the node. In order to adapt the
feature of routing algorithms are designed base on
distributed routing that are Ant Net algorithm using Zone
based routing scheme. The algorithms can be used to find
shortest paths in the network hop by hop, and the next hop
selection policies are designed, and the algorithms are
expanded to support quality of service parameters.
Keywords: AntNet, ZRP Performance Metrics, NS-2.
1 INTRODUCTION
In today’s fast growing Internet traffic conditions
changes and failures occurs at some parts of the network
from time-to-time, in an unpredictable manner. Therefore,
there is a need for an algorithm to manage traffic flows and
deliver packets from the source to the destination in a
realistic time. An ideal routing algorithm should be node
and link independent, and be able to deliver packets to
their destination with the minimum amount of delay,
regardless of the network size and the traffic load. The
routing algorithms currently in use lack intelligence, and
need human assistance and interpretation in order to
adapt themselves to failures and changes. In recent years,
agent based systems and reinforcement learning have
attracted researchers interest.
Many aspects of the collective activities of social
insects are self-organized. Theories of self-organization
(SO) in social insects show that complex behavior may
emerge from interactions among individuals that exhibit
simple behavior. This process is spontaneous; it is not
directed or controlled by any individual. The resulting
organization is wholly decentralized or distributed over all
the individuals of
The colony. Recent research shows that SO is
indeed a major component of a wide range of collective
phenomena in social.
The Ant net algorithm is distributed throughout
the network, you must choose the best path to take the
packages to your destination and avoid congestion [9].
Most algorithms using data structures in the nodes
(Routing Tables), these structures are both databases and
local models of global state, the information such as store
and update depends on the algorithm used.
Antnet is a software agent that is.Application
based routing algorithm. Practically ants deposit some
kind of chemical substance that is pheromone which
marks the path that they used and on their way back they
choose the path with the maximum pheromones which
becomes the optimal path. Ants are nothing but software
agents which are used in antnet update the probabilistic
distance vector routing table entries and to collect traffic
information. The existing Antnet Algorithm deals with only
feedback provided to the system by the software agents
and are the round trip time from source to destination.
Then the distance vector table is updated using this
feedback signals. As in the real life scenario chemical
substance deposited by the ants evaporates over time in
the same way routing table entries based on link usage
statistics also evaporates with time. The comparethe
performances of packetsdelivery ratio and average end-to-
end delay are superior to the traditional routing protocol
and ant-colony based routing algorithm as per our
research modified AntNet scheme.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2090
The rest of the paper begins with performance
analysis of zone based routing approach for single hop and
double hop. The rest of this paper is organized as follows.
In Section II and III provides an overview routing protocol
is introduced. Section V, VI and VII shows the Simulation
parameters, performance metrics and simulation model.
Performance summary is demonstrated in Section VIII.
Finally Section IX concludes the paper.
2 ANTHOCNET & ANTNET
ANTHOCNET is combination of reactive route
establishment & proactive route maintenance which
makes it a hybrid multipath routing algorithm. In
ANTHOCNET the paths are set according to the pheromone
tables which indicate their respective quality. After the
route setup, data packets are routed randomly over the
different paths following these pheromone tables. ANTNET
is a table-driven (proactive) Ant Colony Optimization
Routing Algorithm (ACRA) for
Packet switched networks. In this routing algorithm, a
forward ant is launched from the source node at regular
intervals of time. A forward ant at each intermediate node
selects the next hop using the information stored in the
routing table of the node. The next node is select with a
probability proportional to the goodness of that node
which is measured by the amount of pheromone deposited
on the link to the node.
Position Based Routing Algorithm
In Position Based Routing Algorithm it is assume that a
node is aware of its position, the position of its neighbors,
and the position of the destination. The position of nodes
in a network can be estimate by the instruments like GPS
receivers which motivated researchers to propose
position based routing algorithm. Such as GPSR [12] and
DIR
LOCANT: location based ant colony routing algorithm
LOCANT is a location based ant colony optimization
routing algorithm which use location information to
improve efficiency. LOCANT is reactive in nature that’s
why the route is searched for only when there is a
collection of data packets that are to be sent from a source
node to a destination node. LOCANT is able to find
optimum routes when a given network contains nodes of
different transmission ranges. The next phase in our
algorithm is concept of zones.
Delivery of data packets after defining route to the
destination it is very important to deliver the data packets
at the right time. Delivery of data packets too early may
result in the loss of the packet or may follow a longer route
which increases the traffic in the network. On the other
hand, sending late increases the delay. The appropriate
time for sending data packets is determined as follows: For
each of the six zones from the sender to the destination D,
the sender calculates the average and standard deviation
of the delays reported by backward ants using the hop
count. So each backward ant carries the length of the path
passed from the destination to its current hop. Whenever a
backward ant is received by the sender, we update the
average and standard deviation of packet delays for the
corresponding zone using the delay reported by this ant.
To reduce the effect of old backward ants, we define a fixed
size window for each zone that contains recently received
backward ants from that zone. The average and standard
deviation of delays will be calculated only for the
backward ants in the window. When a new backward ant
is received, we put it in the window of the corresponding
zone discarding the oldest ant when the window size has
been attained. Therefore, selecting an appropriate window
size is important. If the window size is too small, the
average delay calculated from the window. Information
would be too far from the real average. If the window size
is very big, existence of very old ants would affect the
result for a long time.
3 ZONE ROUTING PROTOCOL
Zone Routing Protocol or ZRP was the first hybrid routing
protocol with both a proactive and a reactive routing
component. ZRP was first introduced by Haas in 1997. ZRP
is proposed to reduce the control overhead of proactive
routing protocols and decrease the latency caused by
routing discover in reactive routing protocols. ZRP defines
a zone around each node consisting of its k-neighborhood
In ZRP, the distance and a node, all nodes within hop
distance from node belongs to the routing zone of node.
ZRP is formed by two sub-protocols, a proactive routing
protocol: Intra-zone Routing Protocol (IARP), is used
inside routing zones and a reactive routing protocol: Inter-
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2091
zone Routing Protocol (IERP), is used between routing
zones, respectively. A route to a destination within the
local zone can be established from the proactively cached
routing table of the source by IARP, therefore, if the source
and destination is in the same zone, the packet can be
delivered immediately. Most of the existing proactive
routing algorithms can be used as the IARP for ZRP.
Figure - Complete block diagram of ZRP
In a mobile ad-hoc network, it can be assumed
that most of the communication takes place between
nodes close to each other. The Zone Routing Protocol
(ZRP) described in takes advantage of this fact and divides
the entire network into overlapping zones of variable size.
It uses proactive protocols for finding zone neighbors
(instantly sending hello messages) as well as reactive
protocols for routing purposes between different zones.
Each node may define its own zone size, whereby the zone
size is defined as number of hops to the zone perimeter.
For instance, the zone size may depend on signal strength,
available power, reliability of different nodes etc. While
ZRP is not a very distinct protocol, it provides a framework
for other protocols. First of all, a node needs to discover its
neighborhood in order to be able to build a zone and
determine the perimeter nodes.
INTRAZONE ROUTING PROTOCOL
Intrazone Routing Protocol is an important part of ZRP
routing protocol. It is not a specific routing protocol but is
a family of limited-depth, link state, proactive routing. It
establishes a route for nodes locate in the same zone. IARP
efficiently guides route queries outward through border
casting and relaying queries blindly from neighbor to
neighbor. IARP helps to enhance the quality of real time
applications and proper route maintenance. It supports
unidirectional links as long as the link source and link
destination lie within a same routing zone. It maintains the
local routing information proactively based on periodic
exchange of neighbor discovery messages. All nodes are
referred by unique IP addresses. Although temporary
loops may form during the time of new link establishment
in the routing zone, it provides support as a loop free
routing protocol [14].
INTERZONE ROUTING PROTOCOL
ZRP uses Interzone routing protocol to communicate with
the nodes in different zones. It follows reactive approach
to find out new routes. Instead of sending queries to other
nodes using traditional flooding, IERP uses BRP which
improves the efficiency. For unidirectional links, IERP
provides the local support based on the routing
information of IARP [15]. Interzone routing protocol helps
to discover the global route and facilitates all the services
to maintain the routes based on local connectivity of
Intrazone routing protocol.
4 RELATED WORKS
AntNet is a hybrid algorithm, containing both reactive and
proactive elements. The algorithm is reactive in the sense
that it only gathers routing information about destinations
that are involved in communication sessions. It is
proactive in the sense that it tries to maintain and improve
information about existing paths while the communication
session is going on (unlike purely reactive algorithms,
which do not search for routing information until the
currently known routes are no longer valid). Routing
information is stored in pheromone tables that are similar
to the ones used in other ACO routing algorithms[1-3].
Forwarding of control and data packets is done in a
stochastic way, using these tables. Link failures are dealt
with using specific reactive mechanisms, such as local
route repair and the use of warning messages. Below, we
describe the general working of the AntNet routing
algorithm. In AntHocNet, routing information is organized
in pheromone tables, similar to the ones used in other ACO
routing algorithms such as the earlier described AntNet[9-
14]
Antnet Routing Algorithm is an agent based routing
algorithm that is influenced from the real ant’s behaviour.
In Antnet ants explores the network to find the optimal
paths from the randomly selected source destination pairs.
Moreover, while exploring the network ants update the
probabilistic routing tables and construct a statistical
model of the nodes local traffic. Ants make use of these
tables to communicate with each other. The algorithm uses
two types of ants namely, forward ants and backward ants
to collect network statistics and to update the routing
table.
In each node there are two types of queues, low priority
and high priority. The data packets and the forward ants
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2092
use low priority queues, whereas the backward ants use
the high priority queues. Later forward ants do also use
the high priority queues.
1. Forward Ants who gather information about the state of
the network, and
2. Backward Ants who use the collected information to
adapt the routing tables of routers on their path.
Figure Real Ants Choose Path
An AntNet router contains a special routing table where
each destination is associated to all interfaces and each
interface has a certain probability. This probability
indicates whether or not it is interesting to follow that link
in the current circumstances. The router also contains a
statistical model to store the mean and variance values of
the trip times to all destinations in the routing table. These
are used as reference values [5-8]. On a regular time base,
every router sends a Forward Ant with random
destination over the network. The task of the Forward
Ants is collecting information about the state of the
network. In each router they pass, the elapsed time since
the start is stored on an internal stack together with the
identifier of the router. Then the next hop is determined.
Normally this is based on the probabilities in the routing
table. There is however a small chance (exploration
probability) that the next hop is randomly chosen. This is
necessary to constantly explore the network and to be able
to react fast to network changes like link failures or
congestion.
To overcome the problem of congestion by using change
some energy parameters and change mobility of Ant-
Colony Optimization. In the improved version, of ACO, this
Ant-Colony Optimization can find more than one optimal
outgoing interfaces are identified as compared to only one
path, which are supposed to provide higher throughput
and will be able to explore new and better paths even if the
network topologies gets changed very frequently. This will
distribute the traffic of overloaded link to other preferred
links. Hence the throughput of the network will be
improved and the problem of stagnation will be rectified
[16-19].
This is necessary to constantly explore the
network and to be able to react fast to network changes
like link failures or congestion. the overall performances
using Zone based hybrid routing approach for ant colony
optimization means ant hoc network, the simulation done
for wireless ad hoc network. This shows that results are
able to adapt well to the fast changes in the highly dynamic
environment caused by high node mobility the overall
performance parameters values indicates in graphical
method.
5 SIMULATION PARAMETERS
Simulation Parameters is given below:
PARAMETERS VALUE
Simulator NS-2
Routing protocol Ant-ZRP
Number of Nodes 40
Area 800mX 800m
Packet size 512byte
Simulation time 100 to 500s
Pause time 10.0
Traffic type CBR
Mac protocol Mac/802.11
Speed 10 m/s
6 PERFORMANCE METRICES
Author report performance metrics for the protocols:
 Packet Delivery Ratio - It is calculated by
dividing the number of packet received by
destination through the number packet originated
from source.
PDF = (Pr/Ps)
where Pr is total Packet received and Ps is the total
Packet sent.
 Average Delay- It is defined as the time taken for
a data packet to be transmitted across an MANET
from source to destination.
D = (Tr –Ts)
where Tr is receive Time and Ts is sent Time.
 Normalized Load- It can also be defined as the
ratio of routed packets to data transmissions in a
single simulation. It is the routing overload per
unit data delivered successfully to the destination
node
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2093
 Throughput -It is the average number of
messages successfully delivered per unit time.
7 SIMULATION MODEL
Each of the experiments, we specify how the different
applied scenarios were derived from it. We consider a
network of 40 nodes that move in a rectangular area of
800m × 800m. It is an open area. Limit node mobility or
signal propagation. Node movements are defined
according to the RWP mobility model. Under this model,
each node starts from a randomly chosen initial position in
the area, and independently chooses a random speed
between a given maximum speed, and a random
destination. Then, it moves at the chosen speed towards
the chosen destination in a straight line. Upon arrival, it
remains static for a fixed pause time, after which it chooses
a speed to destination. We use a maximum speed of
respectively 10 and 40m/s, and a pause time of 1.0s. Each
experiment has duration of 100s, and is repeated 4 times,
using different random instances of the same scenario.
Data traffic is generated by constant bit rate (CBR)
sessions: 5 data sessions are run between randomly
chosen source and destination nodes. By observing the
performance of the network under mobility we can test
the stability of design in real time scenario with varying
Maximum Speed. Data rate of 2Mbps is used [6, 9].
8 SIMULATION RESULTS ANALYSIS
In this section present the simulation results
demonstrating the effectiveness of our algorithm. the
proposed method has been implemented in NS 2. And the
experimental performance analysis is presented. These
overall performance metrics show with variation
simulation time.
Figure- PDF with varying simulation time
Figure- NRL with varying simulation time
Figure- Average End to End Delay varying simulation time
Figure- Average Throughput varying simulation time
In this first set of experiments, the variation of no of nodes
in the RWP mobility model, from using as intermediate
values of each parameters disc. Varying the simulation
parameters like as simulation time with RWP mobility
model affects the node mobility directly in an obvious way:
the higher the speed, the higher the mobility. Higher
mobility leads to more frequent changes in the network
environment, and therefore to more difficult scenarios.
The results of the experiments are shown in figure, where
we report (a) the delivery ratio, (b) the average end-to-end
delay (c), Average Throughput and (d), the overhead ratio
in number of packets. The results for delivery ratio reflect
the increasing level of difficulty of the scenarios: for all
algorithms the delivery ratio decreases with increasing
node speeds. The best results are obtained by double zone
hierarchical routing approach in wireless environment
using ant hoc network, by change the parameters that even
at the highest speeds are able to deliver average packets of
almost 85 percent. This shows that results are able to
adapt well to the fast changes in the highly dynamic
environment caused by high node mobility the overall
performance parameters values indicates in graphical
method.
9 CONCLUSION
In this section presentAnt based routing network.
Ant systems are self organizing systems which have many
of the characteristics of systems. Here, we describe the
measures that evaluate the performance of the different
routing algorithms in the experiments. The distinguish
between measures of effectiveness and measures of
efficiency.
Our work contains two parts: one is theoretical
study and other is empirical study. In theoretical part of
study it is clear to us that due to the random mobility of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2094
node, routing becomes a complex issue. Till now many
routing protocols are used in MANET. Each routing
protocol has unique features. Based on network
environments. Proactive routing protocols are best suited
in small networks. In large and dense network, proactive
routing protocols cannot perform well. Proactive routing
protocols are table driven. Maintaining thousands of
routing tables properly in large network degrades the
efficiency. So for large and dense networks reactive
routing approach plays a major role. Reactive routing
protocols use destination sequence number and feasible
distance to ensure a loop free routing. Hybrid routing
protocols use reactive and proactive approach in routing
operations. The zone based routing protocol- ZRP uses the
proactive approach for communication within zone. For
the creation of global route it follows the reactive routing
the hybrid algorithm proved to be more efficient. The
algorithm is suitable for urban scenarios or in other words
for dense network where there are more vehicles within
the zone. Route maintenance strategy is used due to the
continuous our objective for this works to develop an
effective Ant colony optimization technique to maximize or
minimize different performance parameters like load,
Delay and received packet percentage.
In future, the proposed multilevel ant colony
optimization algorithm. Multiple Ant-Colony Optimization
can find more than one optimal outgoing interfaces are
identified as compared to only one path, which are
supposed to provide higher throughput and will be able to
explore new and better paths even if the network
topologies gets changed very frequently.
REFERENCES
[1] Ghazy A. Enhancement of dynamic routing using ant
based control algorithm presnt Institute of Statistical
Studies and Research, Cairo University; 2011.
[2] G. Di Caro, and M. Dorigo, “AntNet: a mobile agents
approach to adaptive routing”, Tech. Rep. 97-12
Universit´eLibre de Bruxelles, IRIDIA, 1997.
[3]Soukaena Hassan Hasheem1 “Proposal to Enhance
AntNet [12] Anuj K. Gupta1, Harsh Sadawarti2 and Anil K.
Verma3 “Computation of Pheromone Values in AntNet
Algorithm” I. J. Computer Network and Information
Security, 2012, 9, 47-54
[4]Ms. Meenakshi R Patel1, Ms. Babita Kubde2 “A survey
paper on Ant Colony Optimization Routing algorithm for
selecting Multiple Feasible Paths for Packet Switched
Networks” IJCSI International Journal of Computer Science
Issues, Vol. 9, Issue 2, No 3, March 2012 PP 271-279.
[5] 1Ajeet Singh, 2Dr. Neeraj Shukla “ Endurance Based
AntNet Algorithm for Efficiency Enhancement Network”
International Journal of Advanced Research in Computer
Science and Software Engineering 6(1), January - 2016, pp.
368-374.
[6] Avinash Mahadik “An Improved Ant Colony
Optimization Algorithm for Software Project Planning and
Scheduling” International Journal of Advanced
Engineering and Global Technology Vol-2, Issue-1, January
2014
[7] Raghad Zuhair Yousif, Ahmed Tariq Sadiq, “An
Improved Subset AntNet Algorithm for Numerical
Optimization of the Shortest Path Problem ” International
Journal of Scientific & Engineering Research, Issue 7, July-
2013.
[8] B.Nancharaiah, B.Chandra Mohan “Routing In Mobile
Adhoc Networks (Manets) Using Fuzzy Aided Ant Colony
Optimization (ACO) TECHNIQUE” Journal of Theoretical
and Applied Information Technology 20th June 2013.
[9] RobotJuanping ZHAO Shenyang, Xiuhui FU “Ant Colony
Optimization Algorithmand Its Application on Path
Planning of MobileJournal Of Computers, Vol. 7, No. 8,
August 2012.
[10] Sorin C. Negulescu, Claudiu V. Kifor, Constantin
Oprean “AntColonySolvingMultipleConstraintsProblem:
VehicleRoute Allocation” Int. J. of Computers,
Communications & Control, Vol. III (2008).
[11] Anil kumar , Ajith kumar “Ant network in In-Line dot
Routing”, International Journal of Engineering Research
and Applications January -February 2013.
[12] J. Arulanand1, K. Syed Ali Fathima, “Reputation and
Quality of Service for Wireless Sensor Networks Using Ant
Colony Optimization”, International Journal of Innovative
Research in Computer and Communication Engineering,
March 2014.
[13]Ajeet Singh1, Dr. Neeraj Shukla2 “A Brief Review of
Antnet” International Journal of Recent Development in
Engineering and Technology Volume 4, Issue 9, September
2015 PP 31-34.
[14] Karthick.K Thalaimalaichamy.M,” Ant Net based
Efficient Load Balance-Aware Routing for Wireless
Networks “, International Journal of Advanced Information
Science and Technology (IJAIST) ISSN: 2319:2682 Vol.11,
No.11, March 2013.
[15] 1Saira Memon*2Feeza Khan+3Sana Hoor Jokhio “
Comparative Analysis Of Wireless Ad-Hoc Routing
Protocols Using Swarm Intelligence Based Model”
Published in 4th International Symposium on Innovative
Technologies in Engineering and Science 3-5 November
2016 (ISITES2016 Alanya/Antalya - Turkey) PP 1-10.
[16] Y. Lakshmi Prasanna and Dr. P. Chenna Reddy,
“Analysis Of Anthocnet And Aodv Performance Using Ns2”,
International Journal on Cybernetics & Informatics (IJCI)
Vol. 4, No. 2, April 2015.
[17] A. M. Zungeru, Li-MinnAng, KahPhooiSeng, “Classical
and swarm intelligence based routing protocols for
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2095
wireless sensor networks”: A survey and comparison,
Journal of Network and Computer Applications 35 (2012)
1508–1536.
[18] A. M. Oranj, R. M. Alguliev and Farhad Yusifov,
Shahram Jamali “ Routing Algorithm for Vehicular Ad Hoc
Network Based on Dynamic Ant Colony Optimization”
International Journal of Electronics and Electrical
Engineering Vol. 4, No. 1, February 2016 PP 79-83.
[19] Debasmita Mukherjee & Sriyankar Acharyya “Ant
Colony Optimization Technique Applied in Network
Routing Problem” International Journal of Computer
Applications (0975 - 8887) Volume 1 – No. 15 PP 66-73.
[20] Amin Ahmadi and Ahmad Faroozantantbar “Ant
colony system method to vehicle routing problems”
International Journal of Engineering and Applied Sciences
March. 2015. Vol. 6. No. 3 PP 32-41.

More Related Content

What's hot

A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyIRJET Journal
 
A survey of real-time routing protocols For wireless sensor networks
A survey of real-time routing protocols For wireless sensor networksA survey of real-time routing protocols For wireless sensor networks
A survey of real-time routing protocols For wireless sensor networksijcses
 
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyA Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyIRJET Journal
 
IMPROVING MANET ROUTING PROTOCOLS THROUGH THE USE OF GEOGRAPHICAL INFORMATION
IMPROVING MANET ROUTING PROTOCOLS  THROUGH THE USE OF GEOGRAPHICAL  INFORMATIONIMPROVING MANET ROUTING PROTOCOLS  THROUGH THE USE OF GEOGRAPHICAL  INFORMATION
IMPROVING MANET ROUTING PROTOCOLS THROUGH THE USE OF GEOGRAPHICAL INFORMATIONijwmn
 
Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...
Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...
Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...IJCNCJournal
 
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...IRJET Journal
 
POSITION BASED ADAPTIVE ROUTING FOR VANETS
POSITION BASED ADAPTIVE ROUTING FOR VANETSPOSITION BASED ADAPTIVE ROUTING FOR VANETS
POSITION BASED ADAPTIVE ROUTING FOR VANETSIJCNCJournal
 
IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...
IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...
IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...ijwmn
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...IRJET Journal
 
IRJET- Energy Consumption Analysis of Direction Multimedia Access Control ...
IRJET- 	  Energy Consumption Analysis of Direction Multimedia Access Control ...IRJET- 	  Energy Consumption Analysis of Direction Multimedia Access Control ...
IRJET- Energy Consumption Analysis of Direction Multimedia Access Control ...IRJET Journal
 
DEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTURE
DEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTUREDEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTURE
DEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTUREVLSICS Design
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor networkJamia Hamdard
 
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...IOSR Journals
 
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...ijiert bestjournal
 
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...IJERA Editor
 
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...IRJET Journal
 
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...ijtsrd
 
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...IJMER
 

What's hot (20)

Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
 
A survey of real-time routing protocols For wireless sensor networks
A survey of real-time routing protocols For wireless sensor networksA survey of real-time routing protocols For wireless sensor networks
A survey of real-time routing protocols For wireless sensor networks
 
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyA Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
 
IMPROVING MANET ROUTING PROTOCOLS THROUGH THE USE OF GEOGRAPHICAL INFORMATION
IMPROVING MANET ROUTING PROTOCOLS  THROUGH THE USE OF GEOGRAPHICAL  INFORMATIONIMPROVING MANET ROUTING PROTOCOLS  THROUGH THE USE OF GEOGRAPHICAL  INFORMATION
IMPROVING MANET ROUTING PROTOCOLS THROUGH THE USE OF GEOGRAPHICAL INFORMATION
 
Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...
Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...
Jamming Detection based on Doppler Shift Estimation in Vehicular Communicatio...
 
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
 
POSITION BASED ADAPTIVE ROUTING FOR VANETS
POSITION BASED ADAPTIVE ROUTING FOR VANETSPOSITION BASED ADAPTIVE ROUTING FOR VANETS
POSITION BASED ADAPTIVE ROUTING FOR VANETS
 
IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...
IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...
IMPLEMENTATION OF BIOLOGICAL ROUTING PROTOCOL IN TUNNEL WIRELESS SENSOR NETWO...
 
A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...A study of the effect of different topology parameters on the routing overhea...
A study of the effect of different topology parameters on the routing overhea...
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
 
IRJET- Energy Consumption Analysis of Direction Multimedia Access Control ...
IRJET- 	  Energy Consumption Analysis of Direction Multimedia Access Control ...IRJET- 	  Energy Consumption Analysis of Direction Multimedia Access Control ...
IRJET- Energy Consumption Analysis of Direction Multimedia Access Control ...
 
DEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTURE
DEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTUREDEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTURE
DEADLOCK RECOVERY TECHNIQUE IN BUS ENHANCED NOC ARCHITECTURE
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
 
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
 
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
Implementation of Vacate on Demand Algorithm in Various Spectrum Sensing Netw...
 
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
 
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
 
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...Network Performance Analysis of Dynamic Routing Protocols for  Real Time Appl...
Network Performance Analysis of Dynamic Routing Protocols for Real Time Appl...
 

Similar to Performance Evaluation of Artificial Ant Colony using Zone Based Routing Approach in MANET

Implementation of Optimized Ant Based Routing Algorithm for Manet
Implementation of Optimized Ant Based Routing Algorithm for ManetImplementation of Optimized Ant Based Routing Algorithm for Manet
Implementation of Optimized Ant Based Routing Algorithm for ManetIRJET Journal
 
Paper id 2120147
Paper id 2120147Paper id 2120147
Paper id 2120147IJRAT
 
Simulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet SystemSimulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet SystemIOSR Journals
 
Performance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University NetworkPerformance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University Networkijtsrd
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...IRJET Journal
 
PERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORK
PERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORKPERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORK
PERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORKKhushbooGupta145
 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET Journal
 
An efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor networkAn efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor networkEditor Jacotech
 
C OMPARISON OF AODV AND ANTHOCNET IN S TATIC W IRELESS N ETWORK
C OMPARISON OF  AODV  AND  ANTHOCNET  IN  S TATIC  W IRELESS  N ETWORKC OMPARISON OF  AODV  AND  ANTHOCNET  IN  S TATIC  W IRELESS  N ETWORK
C OMPARISON OF AODV AND ANTHOCNET IN S TATIC W IRELESS N ETWORKIJCI JOURNAL
 
Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETEditor IJCATR
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...IRJET Journal
 
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBORouting Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBOIJERA Editor
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and ga Route optimization in manets with aco and ga
Route optimization in manets with aco and ga eSAT Journals
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and gaRoute optimization in manets with aco and ga
Route optimization in manets with aco and gaeSAT Publishing House
 
A Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETSA Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETSSabrina Ball
 
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A ReviewIRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A ReviewIRJET Journal
 
Anthocnet Routing Algorithm for Mobile Ad Hoc Networks
Anthocnet Routing Algorithm for Mobile Ad Hoc NetworksAnthocnet Routing Algorithm for Mobile Ad Hoc Networks
Anthocnet Routing Algorithm for Mobile Ad Hoc NetworksIRJET Journal
 

Similar to Performance Evaluation of Artificial Ant Colony using Zone Based Routing Approach in MANET (20)

Implementation of Optimized Ant Based Routing Algorithm for Manet
Implementation of Optimized Ant Based Routing Algorithm for ManetImplementation of Optimized Ant Based Routing Algorithm for Manet
Implementation of Optimized Ant Based Routing Algorithm for Manet
 
Paper id 2120147
Paper id 2120147Paper id 2120147
Paper id 2120147
 
F0943236
F0943236F0943236
F0943236
 
Simulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet SystemSimulation of Route Optimization with load balancing Using AntNet System
Simulation of Route Optimization with load balancing Using AntNet System
 
Performance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University NetworkPerformance Evaluation of Routing Protocols in University Network
Performance Evaluation of Routing Protocols in University Network
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
 
K017426872
K017426872K017426872
K017426872
 
PERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORK
PERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORKPERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORK
PERFORMANCE ANALYSIS OF ANTHOCNET ROUTING PROTOCOL FOR HYBRID AD HOC NETWORK
 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following Robot
 
An efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor networkAn efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor network
 
C OMPARISON OF AODV AND ANTHOCNET IN S TATIC W IRELESS N ETWORK
C OMPARISON OF  AODV  AND  ANTHOCNET  IN  S TATIC  W IRELESS  N ETWORKC OMPARISON OF  AODV  AND  ANTHOCNET  IN  S TATIC  W IRELESS  N ETWORK
C OMPARISON OF AODV AND ANTHOCNET IN S TATIC W IRELESS N ETWORK
 
Destination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANETDestination Aware APU Strategy for Geographic Routing in MANET
Destination Aware APU Strategy for Geographic Routing in MANET
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...Network Surveillance Based Data Transference in Cognitive Radio Network with ...
Network Surveillance Based Data Transference in Cognitive Radio Network with ...
 
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBORouting Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBO
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and ga Route optimization in manets with aco and ga
Route optimization in manets with aco and ga
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and gaRoute optimization in manets with aco and ga
Route optimization in manets with aco and ga
 
A Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETSA Survey On Hybrid Routing Protocols In MANETS
A Survey On Hybrid Routing Protocols In MANETS
 
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A ReviewIRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
 
Anthocnet Routing Algorithm for Mobile Ad Hoc Networks
Anthocnet Routing Algorithm for Mobile Ad Hoc NetworksAnthocnet Routing Algorithm for Mobile Ad Hoc Networks
Anthocnet Routing Algorithm for Mobile Ad Hoc Networks
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

Performance Evaluation of Artificial Ant Colony using Zone Based Routing Approach in MANET

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2089 Performance evaluation of artificial ant colony using zone based routing approach in MANET Madhvi Patel1, Prof. Dileep Sharma2 1,2 Computer Science Engineering Nagaji Institute of Technology and Science Datia, India ---------------------------------------------------------------------------***--------------------------------------------------------------------------- Abstract: AntNet uses “artificial ants” that would repeatedly travel through the network and collect the information about the current traffic conditions in the network. This information would be used to direct the data packets towards their destination. AntNet showed very promising results and turned out to be highly adaptive in dynamic network environments. The capability of AntNet to adapt to dynamic environments seems to make AntNet- like protocol well suited for the routing in MANET. In our work, a self-organizing network model is designed using ant net routing, and this is a simple routing mechanism. The way about how local information is exchanged is depend on the behavior of the node. In order to adapt the feature of routing algorithms are designed base on distributed routing that are Ant Net algorithm using Zone based routing scheme. The algorithms can be used to find shortest paths in the network hop by hop, and the next hop selection policies are designed, and the algorithms are expanded to support quality of service parameters. Keywords: AntNet, ZRP Performance Metrics, NS-2. 1 INTRODUCTION In today’s fast growing Internet traffic conditions changes and failures occurs at some parts of the network from time-to-time, in an unpredictable manner. Therefore, there is a need for an algorithm to manage traffic flows and deliver packets from the source to the destination in a realistic time. An ideal routing algorithm should be node and link independent, and be able to deliver packets to their destination with the minimum amount of delay, regardless of the network size and the traffic load. The routing algorithms currently in use lack intelligence, and need human assistance and interpretation in order to adapt themselves to failures and changes. In recent years, agent based systems and reinforcement learning have attracted researchers interest. Many aspects of the collective activities of social insects are self-organized. Theories of self-organization (SO) in social insects show that complex behavior may emerge from interactions among individuals that exhibit simple behavior. This process is spontaneous; it is not directed or controlled by any individual. The resulting organization is wholly decentralized or distributed over all the individuals of The colony. Recent research shows that SO is indeed a major component of a wide range of collective phenomena in social. The Ant net algorithm is distributed throughout the network, you must choose the best path to take the packages to your destination and avoid congestion [9]. Most algorithms using data structures in the nodes (Routing Tables), these structures are both databases and local models of global state, the information such as store and update depends on the algorithm used. Antnet is a software agent that is.Application based routing algorithm. Practically ants deposit some kind of chemical substance that is pheromone which marks the path that they used and on their way back they choose the path with the maximum pheromones which becomes the optimal path. Ants are nothing but software agents which are used in antnet update the probabilistic distance vector routing table entries and to collect traffic information. The existing Antnet Algorithm deals with only feedback provided to the system by the software agents and are the round trip time from source to destination. Then the distance vector table is updated using this feedback signals. As in the real life scenario chemical substance deposited by the ants evaporates over time in the same way routing table entries based on link usage statistics also evaporates with time. The comparethe performances of packetsdelivery ratio and average end-to- end delay are superior to the traditional routing protocol and ant-colony based routing algorithm as per our research modified AntNet scheme.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2090 The rest of the paper begins with performance analysis of zone based routing approach for single hop and double hop. The rest of this paper is organized as follows. In Section II and III provides an overview routing protocol is introduced. Section V, VI and VII shows the Simulation parameters, performance metrics and simulation model. Performance summary is demonstrated in Section VIII. Finally Section IX concludes the paper. 2 ANTHOCNET & ANTNET ANTHOCNET is combination of reactive route establishment & proactive route maintenance which makes it a hybrid multipath routing algorithm. In ANTHOCNET the paths are set according to the pheromone tables which indicate their respective quality. After the route setup, data packets are routed randomly over the different paths following these pheromone tables. ANTNET is a table-driven (proactive) Ant Colony Optimization Routing Algorithm (ACRA) for Packet switched networks. In this routing algorithm, a forward ant is launched from the source node at regular intervals of time. A forward ant at each intermediate node selects the next hop using the information stored in the routing table of the node. The next node is select with a probability proportional to the goodness of that node which is measured by the amount of pheromone deposited on the link to the node. Position Based Routing Algorithm In Position Based Routing Algorithm it is assume that a node is aware of its position, the position of its neighbors, and the position of the destination. The position of nodes in a network can be estimate by the instruments like GPS receivers which motivated researchers to propose position based routing algorithm. Such as GPSR [12] and DIR LOCANT: location based ant colony routing algorithm LOCANT is a location based ant colony optimization routing algorithm which use location information to improve efficiency. LOCANT is reactive in nature that’s why the route is searched for only when there is a collection of data packets that are to be sent from a source node to a destination node. LOCANT is able to find optimum routes when a given network contains nodes of different transmission ranges. The next phase in our algorithm is concept of zones. Delivery of data packets after defining route to the destination it is very important to deliver the data packets at the right time. Delivery of data packets too early may result in the loss of the packet or may follow a longer route which increases the traffic in the network. On the other hand, sending late increases the delay. The appropriate time for sending data packets is determined as follows: For each of the six zones from the sender to the destination D, the sender calculates the average and standard deviation of the delays reported by backward ants using the hop count. So each backward ant carries the length of the path passed from the destination to its current hop. Whenever a backward ant is received by the sender, we update the average and standard deviation of packet delays for the corresponding zone using the delay reported by this ant. To reduce the effect of old backward ants, we define a fixed size window for each zone that contains recently received backward ants from that zone. The average and standard deviation of delays will be calculated only for the backward ants in the window. When a new backward ant is received, we put it in the window of the corresponding zone discarding the oldest ant when the window size has been attained. Therefore, selecting an appropriate window size is important. If the window size is too small, the average delay calculated from the window. Information would be too far from the real average. If the window size is very big, existence of very old ants would affect the result for a long time. 3 ZONE ROUTING PROTOCOL Zone Routing Protocol or ZRP was the first hybrid routing protocol with both a proactive and a reactive routing component. ZRP was first introduced by Haas in 1997. ZRP is proposed to reduce the control overhead of proactive routing protocols and decrease the latency caused by routing discover in reactive routing protocols. ZRP defines a zone around each node consisting of its k-neighborhood In ZRP, the distance and a node, all nodes within hop distance from node belongs to the routing zone of node. ZRP is formed by two sub-protocols, a proactive routing protocol: Intra-zone Routing Protocol (IARP), is used inside routing zones and a reactive routing protocol: Inter-
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2091 zone Routing Protocol (IERP), is used between routing zones, respectively. A route to a destination within the local zone can be established from the proactively cached routing table of the source by IARP, therefore, if the source and destination is in the same zone, the packet can be delivered immediately. Most of the existing proactive routing algorithms can be used as the IARP for ZRP. Figure - Complete block diagram of ZRP In a mobile ad-hoc network, it can be assumed that most of the communication takes place between nodes close to each other. The Zone Routing Protocol (ZRP) described in takes advantage of this fact and divides the entire network into overlapping zones of variable size. It uses proactive protocols for finding zone neighbors (instantly sending hello messages) as well as reactive protocols for routing purposes between different zones. Each node may define its own zone size, whereby the zone size is defined as number of hops to the zone perimeter. For instance, the zone size may depend on signal strength, available power, reliability of different nodes etc. While ZRP is not a very distinct protocol, it provides a framework for other protocols. First of all, a node needs to discover its neighborhood in order to be able to build a zone and determine the perimeter nodes. INTRAZONE ROUTING PROTOCOL Intrazone Routing Protocol is an important part of ZRP routing protocol. It is not a specific routing protocol but is a family of limited-depth, link state, proactive routing. It establishes a route for nodes locate in the same zone. IARP efficiently guides route queries outward through border casting and relaying queries blindly from neighbor to neighbor. IARP helps to enhance the quality of real time applications and proper route maintenance. It supports unidirectional links as long as the link source and link destination lie within a same routing zone. It maintains the local routing information proactively based on periodic exchange of neighbor discovery messages. All nodes are referred by unique IP addresses. Although temporary loops may form during the time of new link establishment in the routing zone, it provides support as a loop free routing protocol [14]. INTERZONE ROUTING PROTOCOL ZRP uses Interzone routing protocol to communicate with the nodes in different zones. It follows reactive approach to find out new routes. Instead of sending queries to other nodes using traditional flooding, IERP uses BRP which improves the efficiency. For unidirectional links, IERP provides the local support based on the routing information of IARP [15]. Interzone routing protocol helps to discover the global route and facilitates all the services to maintain the routes based on local connectivity of Intrazone routing protocol. 4 RELATED WORKS AntNet is a hybrid algorithm, containing both reactive and proactive elements. The algorithm is reactive in the sense that it only gathers routing information about destinations that are involved in communication sessions. It is proactive in the sense that it tries to maintain and improve information about existing paths while the communication session is going on (unlike purely reactive algorithms, which do not search for routing information until the currently known routes are no longer valid). Routing information is stored in pheromone tables that are similar to the ones used in other ACO routing algorithms[1-3]. Forwarding of control and data packets is done in a stochastic way, using these tables. Link failures are dealt with using specific reactive mechanisms, such as local route repair and the use of warning messages. Below, we describe the general working of the AntNet routing algorithm. In AntHocNet, routing information is organized in pheromone tables, similar to the ones used in other ACO routing algorithms such as the earlier described AntNet[9- 14] Antnet Routing Algorithm is an agent based routing algorithm that is influenced from the real ant’s behaviour. In Antnet ants explores the network to find the optimal paths from the randomly selected source destination pairs. Moreover, while exploring the network ants update the probabilistic routing tables and construct a statistical model of the nodes local traffic. Ants make use of these tables to communicate with each other. The algorithm uses two types of ants namely, forward ants and backward ants to collect network statistics and to update the routing table. In each node there are two types of queues, low priority and high priority. The data packets and the forward ants
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2092 use low priority queues, whereas the backward ants use the high priority queues. Later forward ants do also use the high priority queues. 1. Forward Ants who gather information about the state of the network, and 2. Backward Ants who use the collected information to adapt the routing tables of routers on their path. Figure Real Ants Choose Path An AntNet router contains a special routing table where each destination is associated to all interfaces and each interface has a certain probability. This probability indicates whether or not it is interesting to follow that link in the current circumstances. The router also contains a statistical model to store the mean and variance values of the trip times to all destinations in the routing table. These are used as reference values [5-8]. On a regular time base, every router sends a Forward Ant with random destination over the network. The task of the Forward Ants is collecting information about the state of the network. In each router they pass, the elapsed time since the start is stored on an internal stack together with the identifier of the router. Then the next hop is determined. Normally this is based on the probabilities in the routing table. There is however a small chance (exploration probability) that the next hop is randomly chosen. This is necessary to constantly explore the network and to be able to react fast to network changes like link failures or congestion. To overcome the problem of congestion by using change some energy parameters and change mobility of Ant- Colony Optimization. In the improved version, of ACO, this Ant-Colony Optimization can find more than one optimal outgoing interfaces are identified as compared to only one path, which are supposed to provide higher throughput and will be able to explore new and better paths even if the network topologies gets changed very frequently. This will distribute the traffic of overloaded link to other preferred links. Hence the throughput of the network will be improved and the problem of stagnation will be rectified [16-19]. This is necessary to constantly explore the network and to be able to react fast to network changes like link failures or congestion. the overall performances using Zone based hybrid routing approach for ant colony optimization means ant hoc network, the simulation done for wireless ad hoc network. This shows that results are able to adapt well to the fast changes in the highly dynamic environment caused by high node mobility the overall performance parameters values indicates in graphical method. 5 SIMULATION PARAMETERS Simulation Parameters is given below: PARAMETERS VALUE Simulator NS-2 Routing protocol Ant-ZRP Number of Nodes 40 Area 800mX 800m Packet size 512byte Simulation time 100 to 500s Pause time 10.0 Traffic type CBR Mac protocol Mac/802.11 Speed 10 m/s 6 PERFORMANCE METRICES Author report performance metrics for the protocols:  Packet Delivery Ratio - It is calculated by dividing the number of packet received by destination through the number packet originated from source. PDF = (Pr/Ps) where Pr is total Packet received and Ps is the total Packet sent.  Average Delay- It is defined as the time taken for a data packet to be transmitted across an MANET from source to destination. D = (Tr –Ts) where Tr is receive Time and Ts is sent Time.  Normalized Load- It can also be defined as the ratio of routed packets to data transmissions in a single simulation. It is the routing overload per unit data delivered successfully to the destination node
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2093  Throughput -It is the average number of messages successfully delivered per unit time. 7 SIMULATION MODEL Each of the experiments, we specify how the different applied scenarios were derived from it. We consider a network of 40 nodes that move in a rectangular area of 800m × 800m. It is an open area. Limit node mobility or signal propagation. Node movements are defined according to the RWP mobility model. Under this model, each node starts from a randomly chosen initial position in the area, and independently chooses a random speed between a given maximum speed, and a random destination. Then, it moves at the chosen speed towards the chosen destination in a straight line. Upon arrival, it remains static for a fixed pause time, after which it chooses a speed to destination. We use a maximum speed of respectively 10 and 40m/s, and a pause time of 1.0s. Each experiment has duration of 100s, and is repeated 4 times, using different random instances of the same scenario. Data traffic is generated by constant bit rate (CBR) sessions: 5 data sessions are run between randomly chosen source and destination nodes. By observing the performance of the network under mobility we can test the stability of design in real time scenario with varying Maximum Speed. Data rate of 2Mbps is used [6, 9]. 8 SIMULATION RESULTS ANALYSIS In this section present the simulation results demonstrating the effectiveness of our algorithm. the proposed method has been implemented in NS 2. And the experimental performance analysis is presented. These overall performance metrics show with variation simulation time. Figure- PDF with varying simulation time Figure- NRL with varying simulation time Figure- Average End to End Delay varying simulation time Figure- Average Throughput varying simulation time In this first set of experiments, the variation of no of nodes in the RWP mobility model, from using as intermediate values of each parameters disc. Varying the simulation parameters like as simulation time with RWP mobility model affects the node mobility directly in an obvious way: the higher the speed, the higher the mobility. Higher mobility leads to more frequent changes in the network environment, and therefore to more difficult scenarios. The results of the experiments are shown in figure, where we report (a) the delivery ratio, (b) the average end-to-end delay (c), Average Throughput and (d), the overhead ratio in number of packets. The results for delivery ratio reflect the increasing level of difficulty of the scenarios: for all algorithms the delivery ratio decreases with increasing node speeds. The best results are obtained by double zone hierarchical routing approach in wireless environment using ant hoc network, by change the parameters that even at the highest speeds are able to deliver average packets of almost 85 percent. This shows that results are able to adapt well to the fast changes in the highly dynamic environment caused by high node mobility the overall performance parameters values indicates in graphical method. 9 CONCLUSION In this section presentAnt based routing network. Ant systems are self organizing systems which have many of the characteristics of systems. Here, we describe the measures that evaluate the performance of the different routing algorithms in the experiments. The distinguish between measures of effectiveness and measures of efficiency. Our work contains two parts: one is theoretical study and other is empirical study. In theoretical part of study it is clear to us that due to the random mobility of
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2094 node, routing becomes a complex issue. Till now many routing protocols are used in MANET. Each routing protocol has unique features. Based on network environments. Proactive routing protocols are best suited in small networks. In large and dense network, proactive routing protocols cannot perform well. Proactive routing protocols are table driven. Maintaining thousands of routing tables properly in large network degrades the efficiency. So for large and dense networks reactive routing approach plays a major role. Reactive routing protocols use destination sequence number and feasible distance to ensure a loop free routing. Hybrid routing protocols use reactive and proactive approach in routing operations. The zone based routing protocol- ZRP uses the proactive approach for communication within zone. For the creation of global route it follows the reactive routing the hybrid algorithm proved to be more efficient. The algorithm is suitable for urban scenarios or in other words for dense network where there are more vehicles within the zone. Route maintenance strategy is used due to the continuous our objective for this works to develop an effective Ant colony optimization technique to maximize or minimize different performance parameters like load, Delay and received packet percentage. In future, the proposed multilevel ant colony optimization algorithm. Multiple Ant-Colony Optimization can find more than one optimal outgoing interfaces are identified as compared to only one path, which are supposed to provide higher throughput and will be able to explore new and better paths even if the network topologies gets changed very frequently. REFERENCES [1] Ghazy A. Enhancement of dynamic routing using ant based control algorithm presnt Institute of Statistical Studies and Research, Cairo University; 2011. [2] G. Di Caro, and M. Dorigo, “AntNet: a mobile agents approach to adaptive routing”, Tech. Rep. 97-12 Universit´eLibre de Bruxelles, IRIDIA, 1997. [3]Soukaena Hassan Hasheem1 “Proposal to Enhance AntNet [12] Anuj K. Gupta1, Harsh Sadawarti2 and Anil K. Verma3 “Computation of Pheromone Values in AntNet Algorithm” I. J. Computer Network and Information Security, 2012, 9, 47-54 [4]Ms. Meenakshi R Patel1, Ms. Babita Kubde2 “A survey paper on Ant Colony Optimization Routing algorithm for selecting Multiple Feasible Paths for Packet Switched Networks” IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 2, No 3, March 2012 PP 271-279. [5] 1Ajeet Singh, 2Dr. Neeraj Shukla “ Endurance Based AntNet Algorithm for Efficiency Enhancement Network” International Journal of Advanced Research in Computer Science and Software Engineering 6(1), January - 2016, pp. 368-374. [6] Avinash Mahadik “An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling” International Journal of Advanced Engineering and Global Technology Vol-2, Issue-1, January 2014 [7] Raghad Zuhair Yousif, Ahmed Tariq Sadiq, “An Improved Subset AntNet Algorithm for Numerical Optimization of the Shortest Path Problem ” International Journal of Scientific & Engineering Research, Issue 7, July- 2013. [8] B.Nancharaiah, B.Chandra Mohan “Routing In Mobile Adhoc Networks (Manets) Using Fuzzy Aided Ant Colony Optimization (ACO) TECHNIQUE” Journal of Theoretical and Applied Information Technology 20th June 2013. [9] RobotJuanping ZHAO Shenyang, Xiuhui FU “Ant Colony Optimization Algorithmand Its Application on Path Planning of MobileJournal Of Computers, Vol. 7, No. 8, August 2012. [10] Sorin C. Negulescu, Claudiu V. Kifor, Constantin Oprean “AntColonySolvingMultipleConstraintsProblem: VehicleRoute Allocation” Int. J. of Computers, Communications & Control, Vol. III (2008). [11] Anil kumar , Ajith kumar “Ant network in In-Line dot Routing”, International Journal of Engineering Research and Applications January -February 2013. [12] J. Arulanand1, K. Syed Ali Fathima, “Reputation and Quality of Service for Wireless Sensor Networks Using Ant Colony Optimization”, International Journal of Innovative Research in Computer and Communication Engineering, March 2014. [13]Ajeet Singh1, Dr. Neeraj Shukla2 “A Brief Review of Antnet” International Journal of Recent Development in Engineering and Technology Volume 4, Issue 9, September 2015 PP 31-34. [14] Karthick.K Thalaimalaichamy.M,” Ant Net based Efficient Load Balance-Aware Routing for Wireless Networks “, International Journal of Advanced Information Science and Technology (IJAIST) ISSN: 2319:2682 Vol.11, No.11, March 2013. [15] 1Saira Memon*2Feeza Khan+3Sana Hoor Jokhio “ Comparative Analysis Of Wireless Ad-Hoc Routing Protocols Using Swarm Intelligence Based Model” Published in 4th International Symposium on Innovative Technologies in Engineering and Science 3-5 November 2016 (ISITES2016 Alanya/Antalya - Turkey) PP 1-10. [16] Y. Lakshmi Prasanna and Dr. P. Chenna Reddy, “Analysis Of Anthocnet And Aodv Performance Using Ns2”, International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 2, April 2015. [17] A. M. Zungeru, Li-MinnAng, KahPhooiSeng, “Classical and swarm intelligence based routing protocols for
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2095 wireless sensor networks”: A survey and comparison, Journal of Network and Computer Applications 35 (2012) 1508–1536. [18] A. M. Oranj, R. M. Alguliev and Farhad Yusifov, Shahram Jamali “ Routing Algorithm for Vehicular Ad Hoc Network Based on Dynamic Ant Colony Optimization” International Journal of Electronics and Electrical Engineering Vol. 4, No. 1, February 2016 PP 79-83. [19] Debasmita Mukherjee & Sriyankar Acharyya “Ant Colony Optimization Technique Applied in Network Routing Problem” International Journal of Computer Applications (0975 - 8887) Volume 1 – No. 15 PP 66-73. [20] Amin Ahmadi and Ahmad Faroozantantbar “Ant colony system method to vehicle routing problems” International Journal of Engineering and Applied Sciences March. 2015. Vol. 6. No. 3 PP 32-41.