SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
Research Inventy: International Journal Of Engineering And Science
Vol.3, Issue 9 (September 2013), PP 33-36
Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com
33
Optimized Ant Routing For Improving Qos In Manets
Mrs. D. AHIMUGA SIVASAKTHI
Department Of Computer Science And Engineering
Assistant.Professor In Veltech University, Avadi
ABSTRACT: MANET is a Self-configuring infra-structure less network. It is connected by wireless. One of
the major issues in MANET is routing. Routing is the act of moving information across an internet from source
to destination. Various characteristics like dynamic topology, limited resource & energy, time varying QoS
requirements etc will limit the Performance and Quality. The primary challenge in building MANET is to find
the path between communication end points for satisfying user’s QoS requirements. In this paper an Optimized
Ant Routing (OAR) for improving QoS has been proposed. It introduces a new concept named virtual sub-
colony, which is used to search for an sub-optimal for a given QoS requirements in real time. The proposed
algorithm will be highly adaptive, efficient & scalable, autonomously resolve network congestion & resist
network failures. It can promptly adapt to a changing network status.
Index Terms: MANETS, QoS routing, Ant Colony Optimization
1. INTRODUCTION:
MANET is a collection of mobile systems. It communicates temporarily by means of wireless links.
Since the nodes are mobile, the network topology may change rapidly. It is difficult to maintain the routing
functionality into mobile nodes. Because any nodes may enter or leave from topology & any node can
communicate to other nodes which are within its transmission range. It can change its structure constantly will
make the network resources limited. The Fig: 1 is a kind of Self-Organizing network promising for cost &
flexibility rather than infrastructure network. But they are limited in energy & bandwidth. Hence it leads to a
critical problem such as Routing and Flow-Control. The node mobility and link failures produce constant
changes in the network topology.
Fig:1 Framework of MANET
In recent years, a large number of routing algorithms have been proposed for MANETS. The role of
QoS routing is to compute the paths that are suitable for different type of traffics generated by various
applications while maximizing the utilization of new resources. But the problem of finding out the multi-
constrained paths has high computational complexity. Hence it is a need to use algorithms to address and solve
all these technical issues. The role of QoS routing is to find an optimal path from source to destination,
optimize the utilization of network resource and to degrade the computing and performance when congestion &
path breaks appear in the network. The path computation algorithm is at the core of QoS routing strategies.
Instead of using shortest path algorithm the proposed algorithm is used to select several alternative paths (Multi-
path) that are able to solve end-to-end delay bounds and bandwidth requirements. This proposed OAR provides
promising capabilities for Self-Organizing QoS network (see Fig: 2) and Self-organizing controls.
Optimized Ant Routing For Improving…
34
PREVIOUS WORKS: The works related to ACO are found in the literature. In [1] the authors used a hybrid
routing algorithm for MANETS based on ACO & Zone routing framework of broadcasting. Along with QoS
routing protocol the authors [2] combined flow control mechanism, they described Ant system in-order to find
the route with higher transmission rate, less latency and better stability. But the QoS issues end-to-end delay,
available bandwidth, cost and error rate is not considered. In [3] the authors used a new Ant Colony based
routing that uses the information about the location of nodes.
In [4] the authors used a OLSR routing protocol in-order to provide accuracy and stability with optimal path.
But [4] authors used only symmetric links for route setup process.
Fig. 2. Self-organizing QoS Framework
PROPOSED ANT FRAMEWORK
An OAR employs an artificial Ant colony on the network. It uses the Ant’s behavior to find an optimal
path successfully in real time. At regular intervals a number of Ants launch toward randomly chosen destination
nodes to discover Self-Organizes virtual Sub-colonies to those nodes and to investigate the network status along
the paths. The virtual Sub-colony contains three data structures: i) end-to-end delay statistic, ii) remaining
bandwidth status, ii) pheromone table.When multiple paths are available from nest to food, ants do random walk
initially. During their trip to food as well as their return trip to nest, ants lay a chemical substance called
pheromone, which serves as a route mark even to new ants. The pheromone is a volatile substance. The new
ants will prefer a path which has higher pheromone concentration and also reinforce the path they have taken.
Because of this autocatalytic effect the solution emerges rapidly.
Fig:3 Behavior of Ant’s during food search
Let us consider, A is the nest and B is the food source (see fig:3). C and D are obstacles on the way
from A to B in which C has longer distance from A than D to A. The ants will thus have to decide which
direction they will take either C or D. The first ones will choose a random direction and will deposit pheromone
along their way. Those taking the way ADB (BDA) will arrive at the end of the obstacle (depositing more
pheromone on their way) before those that take the way ACB (BCA). The following ant’s choice is then
influenced by the pheromone intensity which stimulates them to choose the path ADB rather than ACB. The
ant’s will then find the shortest route between their nest and the food source.
MECHANISM OF OA FOR ROUTING: In MANETS the network routing is a critical problem since the
network characteristics such as traffic load and network topology may vary rapidly and in a time varying nature.
The given network can be represented as a construction graph where the vertices correspond to set of routers
and links corresponds to the connectivity among routers in that network. Then an ant algorithm
is used to find out a set of minimum cost path between nodes present in the corresponding graph representation.
Optimized Ant Routing For Improving…
35
When an incoming flow arrives at a node, the node chooses the proper colony to guarantee QoS of the flow &
forwards packets by referring to the pheromone trails in the colony. Suppose the node Ns transmits a forward ant
toward node Nd. The forward ant explores a path and measures the status of all nodes along the explored path.
PROPOSED OA ALGORITHM:
The proposed approach has two phases i) path identification phase , ii) maintenance phase.
A. PATH IDENTIFICATION PHASE
1. Let the source node i has to send a data to destination j with QoS requirements such as less delay D,
more bandwidth B, Hop-count H, and higher transmission rate. The list of nodes that are visited by ant
is called visited nodes list, now the route R forms the link from i to j.
2. The node i send a Hello-ant message and it is broadcasted in the network. The neighbor node will
react by replying a Hello-ack-ant. Immediately the initial pheromone is entered into a neighbor node
table and it is deposited on the link.
3. The node i initiates a request-ant to node j through all its neighbors which contains source address,
destination address, hop-count and available bandwidth.
4. While travelling to node j the request-ant will collects the transmission delay of each link, processing
delay at each node, available capacity of each link and number of hops visited.
5. When the request-ant reaches to node j, it will be converted as reply-ant and forwarded towards to
original source.
6. After the quantity of pheromone of all the I-Hop distance nodes will be calculated. The pheromone on
each link
(Vi, Vj) is initialized to constant C.
7. Then calculate the pheromone for all the 2-Hop distance nodes.
8. At last the path preference probability value of each path from node I with
every node can be calculated.
9. If calculated path preference probability value is better than the
requirements, the path is accepted and stored in memory.
10. The path with higher path preference probability will be considered as the best optimal path and data
transmission can be started along that path.
B. MAINTENANCE PHASE
When the data transmission is going on the load on the selected path may increase which cause more
delay and less available bandwidth. Nodes might have moved will cause link failures also. So the path
preference probability will automatically decrease. Hence alternate routes can be used which are found during
path identification phase. The alternate routes must be checked periodically for their validity even they are not
currently used.
MANAGEMENT OF OPTIMAL PATH:
Let us assume the measured information to be {(Ik, dk, bk), k=0,1,2…,n} where Ik is the k-th
intermediate node(I0=Ni,In=Nj) along the explored path, dk is the arrival time at Ik and bk is the remaining
bandwidth of Ik . The delay time is dij = dj – di , bandwidth bij=min{bl, l= i,…,j}.The optimal path can be
taken by comparing all the possible bandwidth of nodes along the path from Ii to Ij. The information in the
forward ant moves backward ant to an ant at In, in turn moves backward to I0. The path which gives minimum
bandwidth is to be selected as an optimal path. If Ii successfully selects N*
ij
then Ii updates D*
ij,
B*
ij
in N*
ij
using
the exponential models and also updates the pheromone trails x*n’ ( Nn’ is a neighbor of Ii explored by the
forward ant and Nn’=Ii+1). At regular interval all pheromone trails globally experience the pheromone
evaporation process. It gives the criteria for deletion of unused QoS colonies.
From a node I to an arbitrary node j the metrics delay and bandwidth can be calculated as :
Delay (path (i,j)) = -------- (1)
Bandwidth (path (i,j))= min{bandwidth(e)} ------- (2)
Hop-count (path (i,j)=Number of nodes in the path ------- (3)
Where e denotes the set of bi-directional links , delay(n) denotes the processing delay at the node n.
The hop-count is considered as an important metric because multiple hops are involved to transmit data from
one place to another place in MANET. So it is desirable to find paths with minimum hops. An initial
Optimized Ant Routing For Improving…
36
pheromone amount is 0.1 to be deposited on that link as soon as it establishes the connection between two
nodes i and j. The amount of pheromone on the path (i,j) is represented as
Xij = Xij + Xij ------- (4)
Where Xij is the quantity of pheromone.
If there is no data toward a neighbor node its corresponding pheromone value decays by a factor q as
follows:
Xij = (1-q) Xij , if (1-q) Xij >0.1
1 , if (1-q) Xij ≥0.1
1.5 Otherwise -------- (5)
When node I lose its connectivity to its neighbors j then the pheromone on the link i to j will be set to
0. The path preference probability is calculated in both intermediate nodes as well as source nodes upon receipt
of ant. The relative metrics are calculated using (1), (2) and (3) as follows ,when the next hop on the path from
i to d is j:
Dijd=
)),((
1
dipathdelay
--------- (6)
Hijd=
)),((
1
dipathhopcount
--------- (7)
Bijd=bandwidth (path (i, d)) -------- (8)
After finding the path preference through various neighbors, the source as well as intermediate nodes
have multiple paths to destination. The path which has higher preference probability will be selected for data
transmission.
pij =



Cki
kiki
jiji
VX
VX



),(
,,
,,
).()(
).()( --------- (9)
Where,
Xij :- pheromone intensity on path(i,j)
Vij :- ant’s visibility field on path(i,j)
C :- represents the set of possible paths starting from point i
α,β :- parameters which control the relative importance of the pheromone intensity compared to ant’s
visibility field
CONCLUSIONS: This proposal is based on ant’s-like mobile agents to establish multiple stable paths between source to
destination nodes. The proposed OAR can effectively fine the globally best and optimal solution in terms of routing for
given MANET. It is efficient, scalable, autonomously resolve network congestion and resist network failures. It is highly
adaptive and achieves higher bandwidth, shorter delay, and shortest optimal route in terms of hop-count and pheromone.
REFERENCES
[1] Jianping Wang, Eseosa Osagie, Parimala Thulasiraman and Ruppa K.Thulasiram, “A Hybrid Ant conoy optimization routing
algoritm for Mobile ad hoc network”, Department of Computer Science, University of Manitoba, Winnipeg, Manitoba, Canada R3T
2N2.
[2] M. Belkadi, M.Lalam, A.M’zoughi, N.Tamanil, M.Daoui and R.Aoudjit, ”Intelligent routing and flow control in MANETS”, Journal
of computing and Information technology-CIT , pp-233-243, March 18,2010.
[3] Shahab Kamali and Jaroslav Opatrny, “ A Position based Ant colony routing algorithm for mobile ad hoc networks”, Journal of
networks, Vol 3, No.4, April 2008.
[4] Suman Banik, Bibhash roy, Biswajit Saha and Nabendu Chaki,”Design of QoS routing framework based on OLSR Protocol”,
ARTCOM 2010, Kochin, Kottayam Kerala, IEE Explore, pp-171-173, 2010.
[5] C.H.Feng and W.B. Heinzelman, “ RBMuticast receiver based protocol for wireless sensor networks”, IEE Wireless comm.. and
networking conf.(WCNC’09) Apr 2009.

Mais conteúdo relacionado

Mais procurados

M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsIJERA Editor
 
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...sipij
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...IJERA Editor
 
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc NetworksMPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networksijsrd.com
 
A novel hierarchical ant based qos aware intelligent routing scheme for manets
A novel hierarchical ant based qos aware intelligent routing scheme for manetsA novel hierarchical ant based qos aware intelligent routing scheme for manets
A novel hierarchical ant based qos aware intelligent routing scheme for manetsIJCNCJournal
 
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...INFOGAIN PUBLICATION
 
Efficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided RoutingEfficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided RoutingIOSR Journals
 
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
 
Determining the Optimum Number of Paths for Realization of Multi-path Routing...
Determining the Optimum Number of Paths for Realization of Multi-path Routing...Determining the Optimum Number of Paths for Realization of Multi-path Routing...
Determining the Optimum Number of Paths for Realization of Multi-path Routing...TELKOMNIKA JOURNAL
 
Performance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless NetworksPerformance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless NetworksEditor IJCATR
 
Performance of cluster-based cognitive multihop networks under joint impact o...
Performance of cluster-based cognitive multihop networks under joint impact o...Performance of cluster-based cognitive multihop networks under joint impact o...
Performance of cluster-based cognitive multihop networks under joint impact o...TELKOMNIKA JOURNAL
 
Solving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing dataSolving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing dataIJCNCJournal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 

Mais procurados (19)

M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
 
Elsevier paper
Elsevier paperElsevier paper
Elsevier paper
 
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc NetworksMPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
 
A novel hierarchical ant based qos aware intelligent routing scheme for manets
A novel hierarchical ant based qos aware intelligent routing scheme for manetsA novel hierarchical ant based qos aware intelligent routing scheme for manets
A novel hierarchical ant based qos aware intelligent routing scheme for manets
 
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
 
Efficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided RoutingEfficient Utilization of Bandwidth in Location Aided Routing
Efficient Utilization of Bandwidth in Location Aided Routing
 
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...
 
Determining the Optimum Number of Paths for Realization of Multi-path Routing...
Determining the Optimum Number of Paths for Realization of Multi-path Routing...Determining the Optimum Number of Paths for Realization of Multi-path Routing...
Determining the Optimum Number of Paths for Realization of Multi-path Routing...
 
EESRDA
EESRDAEESRDA
EESRDA
 
F0943236
F0943236F0943236
F0943236
 
Performance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless NetworksPerformance Analysis for Parallel MRA in Heterogeneous Wireless Networks
Performance Analysis for Parallel MRA in Heterogeneous Wireless Networks
 
L0947075
L0947075L0947075
L0947075
 
Paper
PaperPaper
Paper
 
Performance of cluster-based cognitive multihop networks under joint impact o...
Performance of cluster-based cognitive multihop networks under joint impact o...Performance of cluster-based cognitive multihop networks under joint impact o...
Performance of cluster-based cognitive multihop networks under joint impact o...
 
Solving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing dataSolving bandwidth guaranteed routing problem using routing data
Solving bandwidth guaranteed routing problem using routing data
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
paper3
paper3paper3
paper3
 

Semelhante a Research Inventy : International Journal of Engineering and Science

AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...IJCNCJournal
 
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsCSCJournals
 
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...ijsrd.com
 
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...IOSR Journals
 
Qo s oriented distributed routing protocols : anna university 2nd review ppt
Qo s   oriented  distributed routing  protocols : anna university 2nd review pptQo s   oriented  distributed routing  protocols : anna university 2nd review ppt
Qo s oriented distributed routing protocols : anna university 2nd review pptAAKASH S
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)IISRT
 
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
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...IJERA Editor
 
Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...Alexander Decker
 
Routing in Opportunistic Networks
Routing in Opportunistic NetworksRouting in Opportunistic Networks
Routing in Opportunistic NetworksAuwal Amshi
 
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...IJERA Editor
 
IMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIJCNCJournal
 
A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...
A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...
A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...iosrjce
 
Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...ijwmn
 
11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manetAlexander Decker
 

Semelhante a Research Inventy : International Journal of Engineering and Science (20)

AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
 
J017515960
J017515960J017515960
J017515960
 
Gk2411581160
Gk2411581160Gk2411581160
Gk2411581160
 
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETsFuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
Fuzzy Controller Based Stable Routes with Lifetime Prediction in MANETs
 
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
 
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
Qo s oriented distributed routing protocols : anna university 2nd review ppt
Qo s   oriented  distributed routing  protocols : anna university 2nd review pptQo s   oriented  distributed routing  protocols : anna university 2nd review ppt
Qo s oriented distributed routing protocols : anna university 2nd review ppt
 
Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)Iisrt aarthi ravindran (networks)
Iisrt aarthi ravindran (networks)
 
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
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
Ant
AntAnt
Ant
 
Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...Based on pause time comparative analysis made among bee ant colony optimized ...
Based on pause time comparative analysis made among bee ant colony optimized ...
 
Routing in Opportunistic Networks
Routing in Opportunistic NetworksRouting in Opportunistic Networks
Routing in Opportunistic Networks
 
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
 
IMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETSIMPROVED NETWORK CONNECTIVITY IN MANETS
IMPROVED NETWORK CONNECTIVITY IN MANETS
 
A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...
A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...
A Fast Convergence and Quick Route Updates Based Energy Aware Tree-Based Rout...
 
K017346572
K017346572K017346572
K017346572
 
Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...Multiple optimal path identification using ant colony optimisation in wireles...
Multiple optimal path identification using ant colony optimisation in wireles...
 
11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet11.a study of congestion aware adaptive routing protocols in manet
11.a study of congestion aware adaptive routing protocols in manet
 

Mais de inventy

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...inventy
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuelsinventy
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...inventy
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...inventy
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systemsinventy
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...inventy
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...inventy
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...inventy
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...inventy
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...inventy
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...inventy
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...inventy
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...inventy
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineinventy
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...inventy
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluationinventy
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generationinventy
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...inventy
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezerinventy
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsinventy
 

Mais de inventy (20)

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuels
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systems
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbine
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluation
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezer
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin films
 

Último

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Último (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

Research Inventy : International Journal of Engineering and Science

  • 1. Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 9 (September 2013), PP 33-36 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com 33 Optimized Ant Routing For Improving Qos In Manets Mrs. D. AHIMUGA SIVASAKTHI Department Of Computer Science And Engineering Assistant.Professor In Veltech University, Avadi ABSTRACT: MANET is a Self-configuring infra-structure less network. It is connected by wireless. One of the major issues in MANET is routing. Routing is the act of moving information across an internet from source to destination. Various characteristics like dynamic topology, limited resource & energy, time varying QoS requirements etc will limit the Performance and Quality. The primary challenge in building MANET is to find the path between communication end points for satisfying user’s QoS requirements. In this paper an Optimized Ant Routing (OAR) for improving QoS has been proposed. It introduces a new concept named virtual sub- colony, which is used to search for an sub-optimal for a given QoS requirements in real time. The proposed algorithm will be highly adaptive, efficient & scalable, autonomously resolve network congestion & resist network failures. It can promptly adapt to a changing network status. Index Terms: MANETS, QoS routing, Ant Colony Optimization 1. INTRODUCTION: MANET is a collection of mobile systems. It communicates temporarily by means of wireless links. Since the nodes are mobile, the network topology may change rapidly. It is difficult to maintain the routing functionality into mobile nodes. Because any nodes may enter or leave from topology & any node can communicate to other nodes which are within its transmission range. It can change its structure constantly will make the network resources limited. The Fig: 1 is a kind of Self-Organizing network promising for cost & flexibility rather than infrastructure network. But they are limited in energy & bandwidth. Hence it leads to a critical problem such as Routing and Flow-Control. The node mobility and link failures produce constant changes in the network topology. Fig:1 Framework of MANET In recent years, a large number of routing algorithms have been proposed for MANETS. The role of QoS routing is to compute the paths that are suitable for different type of traffics generated by various applications while maximizing the utilization of new resources. But the problem of finding out the multi- constrained paths has high computational complexity. Hence it is a need to use algorithms to address and solve all these technical issues. The role of QoS routing is to find an optimal path from source to destination, optimize the utilization of network resource and to degrade the computing and performance when congestion & path breaks appear in the network. The path computation algorithm is at the core of QoS routing strategies. Instead of using shortest path algorithm the proposed algorithm is used to select several alternative paths (Multi- path) that are able to solve end-to-end delay bounds and bandwidth requirements. This proposed OAR provides promising capabilities for Self-Organizing QoS network (see Fig: 2) and Self-organizing controls.
  • 2. Optimized Ant Routing For Improving… 34 PREVIOUS WORKS: The works related to ACO are found in the literature. In [1] the authors used a hybrid routing algorithm for MANETS based on ACO & Zone routing framework of broadcasting. Along with QoS routing protocol the authors [2] combined flow control mechanism, they described Ant system in-order to find the route with higher transmission rate, less latency and better stability. But the QoS issues end-to-end delay, available bandwidth, cost and error rate is not considered. In [3] the authors used a new Ant Colony based routing that uses the information about the location of nodes. In [4] the authors used a OLSR routing protocol in-order to provide accuracy and stability with optimal path. But [4] authors used only symmetric links for route setup process. Fig. 2. Self-organizing QoS Framework PROPOSED ANT FRAMEWORK An OAR employs an artificial Ant colony on the network. It uses the Ant’s behavior to find an optimal path successfully in real time. At regular intervals a number of Ants launch toward randomly chosen destination nodes to discover Self-Organizes virtual Sub-colonies to those nodes and to investigate the network status along the paths. The virtual Sub-colony contains three data structures: i) end-to-end delay statistic, ii) remaining bandwidth status, ii) pheromone table.When multiple paths are available from nest to food, ants do random walk initially. During their trip to food as well as their return trip to nest, ants lay a chemical substance called pheromone, which serves as a route mark even to new ants. The pheromone is a volatile substance. The new ants will prefer a path which has higher pheromone concentration and also reinforce the path they have taken. Because of this autocatalytic effect the solution emerges rapidly. Fig:3 Behavior of Ant’s during food search Let us consider, A is the nest and B is the food source (see fig:3). C and D are obstacles on the way from A to B in which C has longer distance from A than D to A. The ants will thus have to decide which direction they will take either C or D. The first ones will choose a random direction and will deposit pheromone along their way. Those taking the way ADB (BDA) will arrive at the end of the obstacle (depositing more pheromone on their way) before those that take the way ACB (BCA). The following ant’s choice is then influenced by the pheromone intensity which stimulates them to choose the path ADB rather than ACB. The ant’s will then find the shortest route between their nest and the food source. MECHANISM OF OA FOR ROUTING: In MANETS the network routing is a critical problem since the network characteristics such as traffic load and network topology may vary rapidly and in a time varying nature. The given network can be represented as a construction graph where the vertices correspond to set of routers and links corresponds to the connectivity among routers in that network. Then an ant algorithm is used to find out a set of minimum cost path between nodes present in the corresponding graph representation.
  • 3. Optimized Ant Routing For Improving… 35 When an incoming flow arrives at a node, the node chooses the proper colony to guarantee QoS of the flow & forwards packets by referring to the pheromone trails in the colony. Suppose the node Ns transmits a forward ant toward node Nd. The forward ant explores a path and measures the status of all nodes along the explored path. PROPOSED OA ALGORITHM: The proposed approach has two phases i) path identification phase , ii) maintenance phase. A. PATH IDENTIFICATION PHASE 1. Let the source node i has to send a data to destination j with QoS requirements such as less delay D, more bandwidth B, Hop-count H, and higher transmission rate. The list of nodes that are visited by ant is called visited nodes list, now the route R forms the link from i to j. 2. The node i send a Hello-ant message and it is broadcasted in the network. The neighbor node will react by replying a Hello-ack-ant. Immediately the initial pheromone is entered into a neighbor node table and it is deposited on the link. 3. The node i initiates a request-ant to node j through all its neighbors which contains source address, destination address, hop-count and available bandwidth. 4. While travelling to node j the request-ant will collects the transmission delay of each link, processing delay at each node, available capacity of each link and number of hops visited. 5. When the request-ant reaches to node j, it will be converted as reply-ant and forwarded towards to original source. 6. After the quantity of pheromone of all the I-Hop distance nodes will be calculated. The pheromone on each link (Vi, Vj) is initialized to constant C. 7. Then calculate the pheromone for all the 2-Hop distance nodes. 8. At last the path preference probability value of each path from node I with every node can be calculated. 9. If calculated path preference probability value is better than the requirements, the path is accepted and stored in memory. 10. The path with higher path preference probability will be considered as the best optimal path and data transmission can be started along that path. B. MAINTENANCE PHASE When the data transmission is going on the load on the selected path may increase which cause more delay and less available bandwidth. Nodes might have moved will cause link failures also. So the path preference probability will automatically decrease. Hence alternate routes can be used which are found during path identification phase. The alternate routes must be checked periodically for their validity even they are not currently used. MANAGEMENT OF OPTIMAL PATH: Let us assume the measured information to be {(Ik, dk, bk), k=0,1,2…,n} where Ik is the k-th intermediate node(I0=Ni,In=Nj) along the explored path, dk is the arrival time at Ik and bk is the remaining bandwidth of Ik . The delay time is dij = dj – di , bandwidth bij=min{bl, l= i,…,j}.The optimal path can be taken by comparing all the possible bandwidth of nodes along the path from Ii to Ij. The information in the forward ant moves backward ant to an ant at In, in turn moves backward to I0. The path which gives minimum bandwidth is to be selected as an optimal path. If Ii successfully selects N* ij then Ii updates D* ij, B* ij in N* ij using the exponential models and also updates the pheromone trails x*n’ ( Nn’ is a neighbor of Ii explored by the forward ant and Nn’=Ii+1). At regular interval all pheromone trails globally experience the pheromone evaporation process. It gives the criteria for deletion of unused QoS colonies. From a node I to an arbitrary node j the metrics delay and bandwidth can be calculated as : Delay (path (i,j)) = -------- (1) Bandwidth (path (i,j))= min{bandwidth(e)} ------- (2) Hop-count (path (i,j)=Number of nodes in the path ------- (3) Where e denotes the set of bi-directional links , delay(n) denotes the processing delay at the node n. The hop-count is considered as an important metric because multiple hops are involved to transmit data from one place to another place in MANET. So it is desirable to find paths with minimum hops. An initial
  • 4. Optimized Ant Routing For Improving… 36 pheromone amount is 0.1 to be deposited on that link as soon as it establishes the connection between two nodes i and j. The amount of pheromone on the path (i,j) is represented as Xij = Xij + Xij ------- (4) Where Xij is the quantity of pheromone. If there is no data toward a neighbor node its corresponding pheromone value decays by a factor q as follows: Xij = (1-q) Xij , if (1-q) Xij >0.1 1 , if (1-q) Xij ≥0.1 1.5 Otherwise -------- (5) When node I lose its connectivity to its neighbors j then the pheromone on the link i to j will be set to 0. The path preference probability is calculated in both intermediate nodes as well as source nodes upon receipt of ant. The relative metrics are calculated using (1), (2) and (3) as follows ,when the next hop on the path from i to d is j: Dijd= )),(( 1 dipathdelay --------- (6) Hijd= )),(( 1 dipathhopcount --------- (7) Bijd=bandwidth (path (i, d)) -------- (8) After finding the path preference through various neighbors, the source as well as intermediate nodes have multiple paths to destination. The path which has higher preference probability will be selected for data transmission. pij =    Cki kiki jiji VX VX    ),( ,, ,, ).()( ).()( --------- (9) Where, Xij :- pheromone intensity on path(i,j) Vij :- ant’s visibility field on path(i,j) C :- represents the set of possible paths starting from point i α,β :- parameters which control the relative importance of the pheromone intensity compared to ant’s visibility field CONCLUSIONS: This proposal is based on ant’s-like mobile agents to establish multiple stable paths between source to destination nodes. The proposed OAR can effectively fine the globally best and optimal solution in terms of routing for given MANET. It is efficient, scalable, autonomously resolve network congestion and resist network failures. It is highly adaptive and achieves higher bandwidth, shorter delay, and shortest optimal route in terms of hop-count and pheromone. REFERENCES [1] Jianping Wang, Eseosa Osagie, Parimala Thulasiraman and Ruppa K.Thulasiram, “A Hybrid Ant conoy optimization routing algoritm for Mobile ad hoc network”, Department of Computer Science, University of Manitoba, Winnipeg, Manitoba, Canada R3T 2N2. [2] M. Belkadi, M.Lalam, A.M’zoughi, N.Tamanil, M.Daoui and R.Aoudjit, ”Intelligent routing and flow control in MANETS”, Journal of computing and Information technology-CIT , pp-233-243, March 18,2010. [3] Shahab Kamali and Jaroslav Opatrny, “ A Position based Ant colony routing algorithm for mobile ad hoc networks”, Journal of networks, Vol 3, No.4, April 2008. [4] Suman Banik, Bibhash roy, Biswajit Saha and Nabendu Chaki,”Design of QoS routing framework based on OLSR Protocol”, ARTCOM 2010, Kochin, Kottayam Kerala, IEE Explore, pp-171-173, 2010. [5] C.H.Feng and W.B. Heinzelman, “ RBMuticast receiver based protocol for wireless sensor networks”, IEE Wireless comm.. and networking conf.(WCNC’09) Apr 2009.