SlideShare a Scribd company logo
International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013
DOI : 10.5121/ijans.2013.3302 11
AS-PUMA : ANYCAST SEMANTICS IN PARKING
USING METAHEURISTIC APPROACH
Rahul K Dixit1
and Rahul Johari2
1
Research Scholar, USICT, GGS Indraprastha University, Delhi-110078
rahul.1234dixit@gmail.com
2
Assistant Professor, USICT, GGS Indraprastha University, Delhi-110078
rahuljohari@hotmail.com
ABSTRACT
The number of vehicle used in the world are increasing day by day resulting in the obvious problem of
parking of these vehicle’s in residential and vocational areas. We perceive the problem of vehicles parking
in vocational establishments / malls. Today majority of parking systems are manual parking systems where
in, on the spot, parking of the vehicle is done and a parking slip is generated and handed over to customer.
This is cumbersome technique wherein various parking attendants in the parking areas manually keeps on
informing the Parking inspector on how many free parking slots available so that only that many number of
parking slips/tickets are generated as the number of free parking slots. We address the problem of parking
in Delay Tolerant Network (DTN) by proposing metaheuristic driven approach of Ant Colony optimization
(ACO) technique with anycast semantics models . Here we propose the parking architecture to solve the
problem of parking especially in commercial areas with their design diagrams . In this architecture we
apply the delivery model to deliver the packet correctly to the intended receiver. Using this we can book
various parking’s through remote areas so that the customer can get the information about availability of
various parking’s inside an area and the parking fare for each category of the automobile. Using this
architecture the customer can get the prior knowledge about various vacant parking slots inside a parking
area and he can book the corresponding parking from his location.
KEYWORDS
ACO,DTN,JAVA, MANET, Anycast
1. INTRODUCTION
The MANETs (Mobile Ad hoc Networks) [1] address challenges related to mobility and low
battery life when there is no pre-existing communication infrastructure. In most of these routing
techniques there is an underlying assumption that there always exists a connected path from
source to destination. Delay/Disruption Tolerant Networking (DTN) [2], variant of MANET
adopts the concept of intermittent networks that may suffer frequent disconnections. A Delay-
Tolerant Network is those networks that may experience frequent disruptions, long- duration
partitioning and may never have an end-to-end connected path.[4,5,6]. In this work, we deal with
the problem of routing in a Delay Tolerant Network. In contrast to the traditional routing
techniques of MANET's where the aim is fast delivery of a message, here the aim is the delivery
itself. Since the links are available for a time being so that packet must be stored and forwarded
afterwards, delays are inevitable in such networks. Therefore, the design of protocols for those
networks becomes a unique challenge. Routing in DTNs is one of the key components and
remains open for discussion.
There are two evolutionary approaches we can solve our problem (Routing in DTN) one is by
genetic Algorithms and Second is Ant colony Optimization
International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013
12
1.1 GENETIC ALGORITHMS:
GA are global search and optimization Techniques modelled from natural selection, genetic and
evolution. The GA implements this process through coding and special operators approach. The
basic rules of GA were first observed [9]. Excellent reference on GAs and their applications were
found [10]. A genetic algorithm maintains the population of candidate solutions, where each
candidate solution is usually coded as binary string called a chromosome. The best choice of
coding has been shown to be a binary coding [9]. The chromosomes set forms a population,
which is estimated and ranked by few particular function called as fitness estimation function.
The fitness estimation function play a critical role in GAs because it provides information about
how good each candidate is. The initial population is usually originated randomly. The evolution
from one generation to the next one involves mainly three steps: fitness estimation, selection and
reproduction [11].
1.2: ACO[3],[7]
Aco is an algorithm founded on the experience of real ants in searching a shortest path from their
nest to food. The algorithm exploits the experience of real ants when they search for food. It has
been seen that the ants laying down Pheromone at the time of searching the food. Once when the
food is discovered by the ants again they deposit the pheromone in its path while returning to its
nest. By doing this, ants following the shorter path are expected to return earlier and hence the
pheromone level becomes low where, the following the longer distance. ACO takes the infusion
from the real ants. These ants drop down the pheromone on the path to get some path which is
compatible to followed colony member also. However, the pheromone evaporation is done at a
constant rate after a certain interval of time that’s why only those path are remains (kept marked)
which was most frequently visited and rarely visited path are lost because of the lack of
pheromone deposit on that path hence as a result the other ants are intended to follow repeatedly
used paths only. Thereby, all the ants in a search of food starts their journey can get the
information provided by the previously visitor ants and are monitored to follow the shortest path
as indicated by the pheromone deposit by other ants
We propose a routing approach using Ant Colony Optimization (ACO) [3, 7], wherein the route
and destination decision influence many parameters simultaneously. As ACO suggests that in the
natural world, at first the ants move randomly, and upon finding food return to their colony while
drop down pheromone footprints, same way our problem of parking vehicles proceeds. But here
we are taking a bit step further that we are maintaining a server which provides all the
information about the parking slots in a particular area
2. PROBLEM DEFINITION
Few years back there was no problem of the parking at all, because at that time there is no space
problem so that no restriction for parking and only few vehicles so that no more load to take.
When the population increase hence the production of vehicles (car’s) also increased that’s why
the load on the road were increased, diminishing parking space and a myriad of confusing rules
and regulations car owners find’s it extremely difficult to find a solution to problem of parking.
3. PROBLEM ARCHITECTURE
The proposed architecture that we have conceived around n-Tier is given by:-
International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013
13
Figure 1:- Car Request For The Parking
Figure 2: The Request Broadcasted through the Mobile vehicle’s
International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013
14
Figure 3: The Parking Server Replies For The Request
3.1 DESIGN DIAGRAM OF PROPOSED ARCHITECTURE
Figure 4:Iteration Diagram of Architecture
International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013
15
Figure 5: Sequence Diagram
Figure 6: Collaboration Diagram
4. ACO ROUTING WITH ANYCAST SEMANTICS DELIVERY MODELS
For applying the membership model efficiently in our parking problem, anycast semantics is used
to maintain the groups. DTNs has long delay for delivering the packets, at the time of delivery of
International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013
16
packet there may be the member of the group change their groups. For the above its exigency to
narrate a new anycast semantics model for DTN.
Here in fig 1 we can see that the request packets are being broadcasted through the mobile
vehicles. These mobile vehicles are being divided into groups for forwarding the message. After
making groups we apply a delivery model for delivering the request to the server by these mobile
vehicles. In fig 2 if the packet has been broadcasted by the mobile vehicle, there is no need to
apply the delivery models [8] on mobile vehicles but once the path is established, we apply the
delivery models because the vehicles are mobile. At that time we need to apply a delivery models
on that. It is described that the intended receiver should be clearly defined for a message as group
membership changes when nodes join and leave the group. Hence, here three anycast semantics
model are demonstrated that’s permits senders to explicitly specify to intended receivers of the
message.
4.1 Current membership model:
In this model the receiver of the packet should be destination group member at the time of
message delivery. i.e When the packet reached to the intended receiver group the that particular
mobile vehicle must be there in that group otherwise packet will be discarded.
4.2. Temporal Interval membership model:
In this model the sender sends a packet and also specify the time period during which the receiver
must be the part of intended group at least once. If the receiver not a part of the intended group
during that period of time defined by the sender the packet was discarded. i.e here the packet the
time period is define for the delivery of packet. If the intended receiver atleast once between the
time period define for receiving that packet hence packet will be discarded.
4.3. Temporal point membership model:
Its intended receiver at least should be a member of destination group at some time during
membership interval. i.e in this model the packet will be forwarded to some of the mobile node of
that intended group. So that the packet we be delivered to the intended receiver when it will join
the group
By the use of these models we can deliver the message to the intended receiver correctly.
5. FUTURE WORK AND CONCLUSION
In future we would apply ACO to develop an efficient routing algorithm in addition to the
algorithm stated in this paper. Thereafter using the concepts of Java Programming language, we
would try to built a Open Source APL (Automated Parking Tool) around ACO technique to solve
the realistic problem of parking of vehicles in parking/ bay areas. We would also try to implement
the delivery models for delivering message to the appropriate vehicle and would design a
dedicated server for each area which will contain all the information of that particular area.
Messages will behave as an Ant and server as a food. A request would be generated and it will be
broadcasted through the mobile vehicles for searching food. Once the request (ant) reaches the
server (food) ,the reply will be unicasted and these paths are maintained by that particular group
(nest) where the intended vehicle is situated .
International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013
17
ACKNOWLEDGEMENTS
I honestly thank to all my faculty members of institution for their extra effort to make our session
on line inspire of all ideas and the administration of GGSIPU University for providing academic
environment to pursue our research activities.
REFERENCES
[1] Chakeres, Ian D., and Charles E. Perkins. Dynamic MANET on-demand routing protocol .IETF
Internet Draft, draft ietf manet dymo 12. txt, 2008.
[2] Fall, Kevin, and Stephen Farrell. "DTN: an architectural retrospective." Selected Areas in
Communications, IEEE Journal on 26.5 (2008): 828-836.
[3] Ana Cristina B. Kochem Vendramin, Myriam R. Delgado, Anelise Munaretto, Aline Carneiro
Viana,“CGrAnt: A Swarm Intelligence-based Routing Protocol for Delay Toler- ant Networks”
GECCO’12, July 7–11, 2012, Philadelphia, Pennsylvania, USA. Copyright2012 ACM 978-1-4503-
1177-9/12/07...
[4] Jain, Sushant, Kevin Fall, and Rabin Patra. Routing in a delay tolerant network. Vol. 34.No. 4. ACM,
2004.
[5] Jones, Evan PC, et al. "Practical routing in delay-tolerant networks." Mobile Computing, IEEE
Transactions on 6.8 (2007): 943-959.
[6] Zhang, Zhensheng. "Routing in intermittently connected mobile ad hoc networks and delay tolerant
networks: overview and challenges."Communications Surveys & Tutorials, IEEE 8.1 (2006):
2437.
[7] http://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms
[8] Ederson Rosa da Silva, Paulo Roberto Guardieiro “Anycast Routing in Delay Tolerant Networks
Using Genetic Algorithms for Route Decision” Proceedings of International Workshop on Internet
and Distributed Computing Systems (IDCS' 08) 24 December, 2008, Khulna, Bangladesh
[9] J. H. Holland, Adaptation in Natural and Artificial Systems, Ann Arbor, MI, The University of
Michigan Press, 1975.
[10] D. E. Goldberg, Genetic Algorithms in Search, Optimization, and Machine Learning, Addison-
Wesley Publishing Company, 1989.
[11] Y. John and R. Langari, Fuzzy Logic: Intelligence, Control, and Information, Prentice-Hall Inc.,Ch
(17), pp.469-470, 1999.
AUTHORS
Rahul K Dixit, Research Scholar, USICT, GGSIP University, Delhi-110078., AMIETE
from I.E.T.E,Lodhi Road, Delhi Gate Scholar in 2011 and 2012.
Rahul Johari, is working as a Assistant Professor in USICT, GGSIPU

More Related Content

Similar to As-Puma : Anycast Semantics In Parking Using Metaheuristic Approach

SIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODEL
SIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODELSIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODEL
SIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODEL
pijans
 
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 ga
eSAT Publishing House
 
A Pothole Detection System M. Tech Project Report II Nd Stage
A Pothole Detection System M. Tech Project Report   II Nd StageA Pothole Detection System M. Tech Project Report   II Nd Stage
A Pothole Detection System M. Tech Project Report II Nd Stage
Rick Vogel
 
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing ProblemAnt Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
ijtsrd
 
A Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANETA Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANET
IJERA Editor
 
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
VLSICS Design
 
Maximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of JammerMaximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
IOSR Journals
 
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
IRJET Journal
 
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETSCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
ijgca
 
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETSCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETijgca
 
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETSCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
ijgca
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
ijujournal
 
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
IRJET Journal
 
Oblivious Cooperative Communication in Cognitive Radio Networks_FinalProject
Oblivious Cooperative Communication in Cognitive Radio Networks_FinalProjectOblivious Cooperative Communication in Cognitive Radio Networks_FinalProject
Oblivious Cooperative Communication in Cognitive Radio Networks_FinalProjectMicheal Fisher
 
Data collection scheme for wireless sensor network with mobile collector
Data collection scheme for wireless sensor network with mobile collectorData collection scheme for wireless sensor network with mobile collector
Data collection scheme for wireless sensor network with mobile collector
ijwmn
 
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
Evaluation The Performance of MAODV and AODV Protocols In VANETs ModelsEvaluation The Performance of MAODV and AODV Protocols In VANETs Models
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
CSCJournals
 
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKSAUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
csandit
 
Auto mobile vehicle direction in road traffic using artificial neural networks
Auto mobile vehicle direction in road traffic using artificial neural networksAuto mobile vehicle direction in road traffic using artificial neural networks
Auto mobile vehicle direction in road traffic using artificial neural networks
csandit
 

Similar to As-Puma : Anycast Semantics In Parking Using Metaheuristic Approach (20)

SIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODEL
SIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODELSIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODEL
SIMULATION & VANET: TOWARDS A NEW RELIABLE AND OPTIMAL DATA DISSEMINATION MODEL
 
4315ijci01
4315ijci014315ijci01
4315ijci01
 
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 Pothole Detection System M. Tech Project Report II Nd Stage
A Pothole Detection System M. Tech Project Report   II Nd StageA Pothole Detection System M. Tech Project Report   II Nd Stage
A Pothole Detection System M. Tech Project Report II Nd Stage
 
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing ProblemAnt Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
 
A Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANETA Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANET
 
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
 
Maximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of JammerMaximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
Maximizing Efficiency Of multiple–Path Source Routing in Presence of Jammer
 
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
 
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETSCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
 
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETSCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
 
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETSCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
 
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
 
Oblivious Cooperative Communication in Cognitive Radio Networks_FinalProject
Oblivious Cooperative Communication in Cognitive Radio Networks_FinalProjectOblivious Cooperative Communication in Cognitive Radio Networks_FinalProject
Oblivious Cooperative Communication in Cognitive Radio Networks_FinalProject
 
Data collection scheme for wireless sensor network with mobile collector
Data collection scheme for wireless sensor network with mobile collectorData collection scheme for wireless sensor network with mobile collector
Data collection scheme for wireless sensor network with mobile collector
 
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
Evaluation The Performance of MAODV and AODV Protocols In VANETs ModelsEvaluation The Performance of MAODV and AODV Protocols In VANETs Models
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
 
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKSAUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
AUTO-MOBILE VEHICLE DIRECTION IN ROAD TRAFFIC USING ARTIFICIAL NEURAL NETWORKS
 
Auto mobile vehicle direction in road traffic using artificial neural networks
Auto mobile vehicle direction in road traffic using artificial neural networksAuto mobile vehicle direction in road traffic using artificial neural networks
Auto mobile vehicle direction in road traffic using artificial neural networks
 

More from pijans

An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...
An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...
An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...
pijans
 
An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...
An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...
An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...
pijans
 
A Survey of Enhanced Routing Protocols for Manets
A Survey of Enhanced Routing Protocols for ManetsA Survey of Enhanced Routing Protocols for Manets
A Survey of Enhanced Routing Protocols for Manets
pijans
 
Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...
Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...
Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...
pijans
 
Performance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient NodePerformance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient Node
pijans
 
Path Duration Analysis in Vehicular Ad Hoc Network
Path Duration Analysis in Vehicular Ad Hoc NetworkPath Duration Analysis in Vehicular Ad Hoc Network
Path Duration Analysis in Vehicular Ad Hoc Network
pijans
 
Study of Various Schemes for Link Recovery in Wireless Mesh Network
Study of Various Schemes for Link Recovery in Wireless Mesh NetworkStudy of Various Schemes for Link Recovery in Wireless Mesh Network
Study of Various Schemes for Link Recovery in Wireless Mesh Network
pijans
 
A Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor Network
A Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor NetworkA Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor Network
A Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor Network
pijans
 
Dynamic Ridesharing Using Social Media -
Dynamic Ridesharing Using Social Media -Dynamic Ridesharing Using Social Media -
Dynamic Ridesharing Using Social Media -
pijans
 
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
pijans
 
A Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc NetworksA Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc Networks
pijans
 
Wireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance Comparison
Wireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance ComparisonWireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance Comparison
Wireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance Comparison
pijans
 
Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...
pijans
 
An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...
An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...
An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...
pijans
 
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
pijans
 
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
pijans
 
Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...
Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...
Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...
pijans
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over TcpPerformance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
pijans
 
Securing Mobile Ad hoc Networks: Key Management and Routing
Securing Mobile Ad hoc Networks: Key Management and RoutingSecuring Mobile Ad hoc Networks: Key Management and Routing
Securing Mobile Ad hoc Networks: Key Management and Routing
pijans
 
Different Ways to Achieve Trust in MANET
Different Ways to Achieve Trust in MANETDifferent Ways to Achieve Trust in MANET
Different Ways to Achieve Trust in MANET
pijans
 

More from pijans (20)

An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...
An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...
An Optimized Mechanism for Adaptive and Dynamic Policy Based Handover in Clus...
 
An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...
An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...
An Efficient Routing Protocol for Mobile Ad Hoc Network for Secured Communica...
 
A Survey of Enhanced Routing Protocols for Manets
A Survey of Enhanced Routing Protocols for ManetsA Survey of Enhanced Routing Protocols for Manets
A Survey of Enhanced Routing Protocols for Manets
 
Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...
Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...
Black Hole Attack Prevention Using Random Dispersive Routing for Mobile Adhoc...
 
Performance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient NodePerformance Analysis of Mtpr Routing Protocol in Power Deficient Node
Performance Analysis of Mtpr Routing Protocol in Power Deficient Node
 
Path Duration Analysis in Vehicular Ad Hoc Network
Path Duration Analysis in Vehicular Ad Hoc NetworkPath Duration Analysis in Vehicular Ad Hoc Network
Path Duration Analysis in Vehicular Ad Hoc Network
 
Study of Various Schemes for Link Recovery in Wireless Mesh Network
Study of Various Schemes for Link Recovery in Wireless Mesh NetworkStudy of Various Schemes for Link Recovery in Wireless Mesh Network
Study of Various Schemes for Link Recovery in Wireless Mesh Network
 
A Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor Network
A Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor NetworkA Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor Network
A Survey on Security Issues to Detect Wormhole Attack in Wireless Sensor Network
 
Dynamic Ridesharing Using Social Media -
Dynamic Ridesharing Using Social Media -Dynamic Ridesharing Using Social Media -
Dynamic Ridesharing Using Social Media -
 
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
Performance Analysis of Improved Autonomous Power Control Mac Protocol (IAPCM...
 
A Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc NetworksA Survey of Using Directional Antennas in Ad Hoc Networks
A Survey of Using Directional Antennas in Ad Hoc Networks
 
Wireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance Comparison
Wireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance ComparisonWireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance Comparison
Wireless Evolution: IEEE 802.11N, 802.11AC, and 802.11AX Performance Comparison
 
Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...Performance Improvement of Multiple Connections in AODV with the Concern of N...
Performance Improvement of Multiple Connections in AODV with the Concern of N...
 
An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...
An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...
An Efficient Call Admission Control Scheme for Handling Handoffs in Wireless ...
 
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
 
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
Design and Implementation of Low-Cost Electric Vehicles (EVs) Supercharger: A...
 
Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...
Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...
Multilayer Perceptron Guided Key Generation through Mutation with Recursive R...
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over TcpPerformance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
 
Securing Mobile Ad hoc Networks: Key Management and Routing
Securing Mobile Ad hoc Networks: Key Management and RoutingSecuring Mobile Ad hoc Networks: Key Management and Routing
Securing Mobile Ad hoc Networks: Key Management and Routing
 
Different Ways to Achieve Trust in MANET
Different Ways to Achieve Trust in MANETDifferent Ways to Achieve Trust in MANET
Different Ways to Achieve Trust in MANET
 

Recently uploaded

NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 

Recently uploaded (20)

NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 

As-Puma : Anycast Semantics In Parking Using Metaheuristic Approach

  • 1. International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013 DOI : 10.5121/ijans.2013.3302 11 AS-PUMA : ANYCAST SEMANTICS IN PARKING USING METAHEURISTIC APPROACH Rahul K Dixit1 and Rahul Johari2 1 Research Scholar, USICT, GGS Indraprastha University, Delhi-110078 rahul.1234dixit@gmail.com 2 Assistant Professor, USICT, GGS Indraprastha University, Delhi-110078 rahuljohari@hotmail.com ABSTRACT The number of vehicle used in the world are increasing day by day resulting in the obvious problem of parking of these vehicle’s in residential and vocational areas. We perceive the problem of vehicles parking in vocational establishments / malls. Today majority of parking systems are manual parking systems where in, on the spot, parking of the vehicle is done and a parking slip is generated and handed over to customer. This is cumbersome technique wherein various parking attendants in the parking areas manually keeps on informing the Parking inspector on how many free parking slots available so that only that many number of parking slips/tickets are generated as the number of free parking slots. We address the problem of parking in Delay Tolerant Network (DTN) by proposing metaheuristic driven approach of Ant Colony optimization (ACO) technique with anycast semantics models . Here we propose the parking architecture to solve the problem of parking especially in commercial areas with their design diagrams . In this architecture we apply the delivery model to deliver the packet correctly to the intended receiver. Using this we can book various parking’s through remote areas so that the customer can get the information about availability of various parking’s inside an area and the parking fare for each category of the automobile. Using this architecture the customer can get the prior knowledge about various vacant parking slots inside a parking area and he can book the corresponding parking from his location. KEYWORDS ACO,DTN,JAVA, MANET, Anycast 1. INTRODUCTION The MANETs (Mobile Ad hoc Networks) [1] address challenges related to mobility and low battery life when there is no pre-existing communication infrastructure. In most of these routing techniques there is an underlying assumption that there always exists a connected path from source to destination. Delay/Disruption Tolerant Networking (DTN) [2], variant of MANET adopts the concept of intermittent networks that may suffer frequent disconnections. A Delay- Tolerant Network is those networks that may experience frequent disruptions, long- duration partitioning and may never have an end-to-end connected path.[4,5,6]. In this work, we deal with the problem of routing in a Delay Tolerant Network. In contrast to the traditional routing techniques of MANET's where the aim is fast delivery of a message, here the aim is the delivery itself. Since the links are available for a time being so that packet must be stored and forwarded afterwards, delays are inevitable in such networks. Therefore, the design of protocols for those networks becomes a unique challenge. Routing in DTNs is one of the key components and remains open for discussion. There are two evolutionary approaches we can solve our problem (Routing in DTN) one is by genetic Algorithms and Second is Ant colony Optimization
  • 2. International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013 12 1.1 GENETIC ALGORITHMS: GA are global search and optimization Techniques modelled from natural selection, genetic and evolution. The GA implements this process through coding and special operators approach. The basic rules of GA were first observed [9]. Excellent reference on GAs and their applications were found [10]. A genetic algorithm maintains the population of candidate solutions, where each candidate solution is usually coded as binary string called a chromosome. The best choice of coding has been shown to be a binary coding [9]. The chromosomes set forms a population, which is estimated and ranked by few particular function called as fitness estimation function. The fitness estimation function play a critical role in GAs because it provides information about how good each candidate is. The initial population is usually originated randomly. The evolution from one generation to the next one involves mainly three steps: fitness estimation, selection and reproduction [11]. 1.2: ACO[3],[7] Aco is an algorithm founded on the experience of real ants in searching a shortest path from their nest to food. The algorithm exploits the experience of real ants when they search for food. It has been seen that the ants laying down Pheromone at the time of searching the food. Once when the food is discovered by the ants again they deposit the pheromone in its path while returning to its nest. By doing this, ants following the shorter path are expected to return earlier and hence the pheromone level becomes low where, the following the longer distance. ACO takes the infusion from the real ants. These ants drop down the pheromone on the path to get some path which is compatible to followed colony member also. However, the pheromone evaporation is done at a constant rate after a certain interval of time that’s why only those path are remains (kept marked) which was most frequently visited and rarely visited path are lost because of the lack of pheromone deposit on that path hence as a result the other ants are intended to follow repeatedly used paths only. Thereby, all the ants in a search of food starts their journey can get the information provided by the previously visitor ants and are monitored to follow the shortest path as indicated by the pheromone deposit by other ants We propose a routing approach using Ant Colony Optimization (ACO) [3, 7], wherein the route and destination decision influence many parameters simultaneously. As ACO suggests that in the natural world, at first the ants move randomly, and upon finding food return to their colony while drop down pheromone footprints, same way our problem of parking vehicles proceeds. But here we are taking a bit step further that we are maintaining a server which provides all the information about the parking slots in a particular area 2. PROBLEM DEFINITION Few years back there was no problem of the parking at all, because at that time there is no space problem so that no restriction for parking and only few vehicles so that no more load to take. When the population increase hence the production of vehicles (car’s) also increased that’s why the load on the road were increased, diminishing parking space and a myriad of confusing rules and regulations car owners find’s it extremely difficult to find a solution to problem of parking. 3. PROBLEM ARCHITECTURE The proposed architecture that we have conceived around n-Tier is given by:-
  • 3. International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013 13 Figure 1:- Car Request For The Parking Figure 2: The Request Broadcasted through the Mobile vehicle’s
  • 4. International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013 14 Figure 3: The Parking Server Replies For The Request 3.1 DESIGN DIAGRAM OF PROPOSED ARCHITECTURE Figure 4:Iteration Diagram of Architecture
  • 5. International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013 15 Figure 5: Sequence Diagram Figure 6: Collaboration Diagram 4. ACO ROUTING WITH ANYCAST SEMANTICS DELIVERY MODELS For applying the membership model efficiently in our parking problem, anycast semantics is used to maintain the groups. DTNs has long delay for delivering the packets, at the time of delivery of
  • 6. International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013 16 packet there may be the member of the group change their groups. For the above its exigency to narrate a new anycast semantics model for DTN. Here in fig 1 we can see that the request packets are being broadcasted through the mobile vehicles. These mobile vehicles are being divided into groups for forwarding the message. After making groups we apply a delivery model for delivering the request to the server by these mobile vehicles. In fig 2 if the packet has been broadcasted by the mobile vehicle, there is no need to apply the delivery models [8] on mobile vehicles but once the path is established, we apply the delivery models because the vehicles are mobile. At that time we need to apply a delivery models on that. It is described that the intended receiver should be clearly defined for a message as group membership changes when nodes join and leave the group. Hence, here three anycast semantics model are demonstrated that’s permits senders to explicitly specify to intended receivers of the message. 4.1 Current membership model: In this model the receiver of the packet should be destination group member at the time of message delivery. i.e When the packet reached to the intended receiver group the that particular mobile vehicle must be there in that group otherwise packet will be discarded. 4.2. Temporal Interval membership model: In this model the sender sends a packet and also specify the time period during which the receiver must be the part of intended group at least once. If the receiver not a part of the intended group during that period of time defined by the sender the packet was discarded. i.e here the packet the time period is define for the delivery of packet. If the intended receiver atleast once between the time period define for receiving that packet hence packet will be discarded. 4.3. Temporal point membership model: Its intended receiver at least should be a member of destination group at some time during membership interval. i.e in this model the packet will be forwarded to some of the mobile node of that intended group. So that the packet we be delivered to the intended receiver when it will join the group By the use of these models we can deliver the message to the intended receiver correctly. 5. FUTURE WORK AND CONCLUSION In future we would apply ACO to develop an efficient routing algorithm in addition to the algorithm stated in this paper. Thereafter using the concepts of Java Programming language, we would try to built a Open Source APL (Automated Parking Tool) around ACO technique to solve the realistic problem of parking of vehicles in parking/ bay areas. We would also try to implement the delivery models for delivering message to the appropriate vehicle and would design a dedicated server for each area which will contain all the information of that particular area. Messages will behave as an Ant and server as a food. A request would be generated and it will be broadcasted through the mobile vehicles for searching food. Once the request (ant) reaches the server (food) ,the reply will be unicasted and these paths are maintained by that particular group (nest) where the intended vehicle is situated .
  • 7. International Journal on AdHoc Networking Systems (IJANS) Vol. 3, No. 3, July 2013 17 ACKNOWLEDGEMENTS I honestly thank to all my faculty members of institution for their extra effort to make our session on line inspire of all ideas and the administration of GGSIPU University for providing academic environment to pursue our research activities. REFERENCES [1] Chakeres, Ian D., and Charles E. Perkins. Dynamic MANET on-demand routing protocol .IETF Internet Draft, draft ietf manet dymo 12. txt, 2008. [2] Fall, Kevin, and Stephen Farrell. "DTN: an architectural retrospective." Selected Areas in Communications, IEEE Journal on 26.5 (2008): 828-836. [3] Ana Cristina B. Kochem Vendramin, Myriam R. Delgado, Anelise Munaretto, Aline Carneiro Viana,“CGrAnt: A Swarm Intelligence-based Routing Protocol for Delay Toler- ant Networks” GECCO’12, July 7–11, 2012, Philadelphia, Pennsylvania, USA. Copyright2012 ACM 978-1-4503- 1177-9/12/07... [4] Jain, Sushant, Kevin Fall, and Rabin Patra. Routing in a delay tolerant network. Vol. 34.No. 4. ACM, 2004. [5] Jones, Evan PC, et al. "Practical routing in delay-tolerant networks." Mobile Computing, IEEE Transactions on 6.8 (2007): 943-959. [6] Zhang, Zhensheng. "Routing in intermittently connected mobile ad hoc networks and delay tolerant networks: overview and challenges."Communications Surveys & Tutorials, IEEE 8.1 (2006): 2437. [7] http://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms [8] Ederson Rosa da Silva, Paulo Roberto Guardieiro “Anycast Routing in Delay Tolerant Networks Using Genetic Algorithms for Route Decision” Proceedings of International Workshop on Internet and Distributed Computing Systems (IDCS' 08) 24 December, 2008, Khulna, Bangladesh [9] J. H. Holland, Adaptation in Natural and Artificial Systems, Ann Arbor, MI, The University of Michigan Press, 1975. [10] D. E. Goldberg, Genetic Algorithms in Search, Optimization, and Machine Learning, Addison- Wesley Publishing Company, 1989. [11] Y. John and R. Langari, Fuzzy Logic: Intelligence, Control, and Information, Prentice-Hall Inc.,Ch (17), pp.469-470, 1999. AUTHORS Rahul K Dixit, Research Scholar, USICT, GGSIP University, Delhi-110078., AMIETE from I.E.T.E,Lodhi Road, Delhi Gate Scholar in 2011 and 2012. Rahul Johari, is working as a Assistant Professor in USICT, GGSIPU