Sie sind auf Seite 1von 5

Mobility Prediction and Routing in Ad-hoc Network

Prof. Uma Nagaraj.


HOD Computer Department,
MAE, Alandi, Pune
Email – Umanagarajcomp.maepune.ac.in

Amit Bharane.
Pune-411015, Maharashtra, India.
Email –amit.bharane2008@gmail.com

Ankit Naidu.

Bhushan Chaudhari.
Email-

Department of Computer Engineering, University of Pune, Maharashtra, India


amit.bharane2008@gmail.com., btchaudhari@gmail.com

Abstract
Vehicular Ad hoc Network (VANET), a subclass of mobile 2. OBJECTIVES OF THE PROPOSED
ad hoc networks (MANETs), is a promising approach for the PROJECT
intelligent transportation system (ITS). The design of routing
protocols in VANETs is important and necessary issue for The main Objective is to develop an
support the smart ITS. The key difference of VANET and algorithm to perform Mobility Prediction and enhance
MANET is the special mobility pattern and rapidly
changeable topology. It is not effectively applied the existing
data transfer between nodes in VANET networks
routing protocols of MANETs into VANETs. In this paper, using efficient Routing Technique.
we tries to overcome such problems to effective and  Mobility Prediction helps us to predict
efficient routing protocols with the low communication whether a node will be present for data
delay, the low communication overhead, and the low time transfer in the upcoming hops. It helps us to
complexity. The challenges and perspectives of routing recognize link time and the safety of the link.
protocols for VANETs are finally discussed. It helps us make decisions concerning routing
Key words: Intelligent Transportation System (ITS), and enables us to maximize the efficiency of
Mobile ad-hoc Network (MANET), Vehicular Ad-hoc the network
Network (VANET), Mobility Patterns.  Routing Algorithms help us to choose the
best routing technique and maximize the
working of the network. We can choose
between Multicast, Geocast or Unicast
Routing
1. INTRODUCTION

Wireless networks allow a more flexible


III. SCOPE OF PROJECT
model of communication than traditional networks
since the user is not limited to a fixed physical
location. Unlike cellular wireless networks, an ad hoc As VANETs are distributed, self
wireless network does not have any fixed organizing communication networks built up from
communication infrastructure. The routes are subject moving vehicles, and are thus characterized by very
to frequent disconnections. In such an environment, it high speeds and limited degrees of freedom in nodes
is important to minimize disruptions caused by the movement patterns. Such particular features often
changing topology for critical application such as make standard networking protocols inefficient or
voice and video. This presents a difficult challenge for unusable in VANETs. In the standard approach, data
routing protocols, since rapid reconstruction of routes traffic is altered by mobility. Yet in VANETs,
is crucial in the presence of topology changes. By mobility may also be influenced by data traffic. There
exploiting non-random behaviors for the mobility is therefore a specific bidirectional relationship
patterns that mobile user’s exhibit, we can predict the between mobility and wireless communication in
future state of network topology and perform route VANETs. When considering the huge impact that the
reconstruction proactively in a timely manner. deployment of VANET technologies could have on
Moreover, by using the predicted information on the the automotive market, the growing effort in the
development of communication protocols and mobility
network topology, we can eliminate transmissions of models specific to vehicular networks is easily
control packets otherwise needed to reconstruct the understandable.
route and thus reduce overhead. In this paper, we
propose various schemes to improve routing protocol
performances by using mobility prediction.

IV. VANET V. MOBILITY PREDICTION

Vehicular Ad-Hoc Networks (VANETs) Mobility prediction of a node is the


represent a rapidly emerging, particularly challenging estimation of their Future locations. The definition of
class of Mobile Ad Hoc Networks (MANETs). “location” depends on the kind of wireless network.
Vehicular Ad-Hoc Network is to provide In infrastructure networks, location
communication among nearby vehicles and between means the access point to which the mobile terminal is
vehicles and nearby fixed equipment i.e. roadside connected. Many location prediction methods are
equipment. The main goal of VANET is providing proposed. The main advantage of location prediction
safety and comfort for passengers. Each vehicle is to allocate, in advance, the convenient next access
equipped with VANET device will be a node in the point before the mobile terminal leaves its current one,
Ad-hoc network and can receive & relay other in order to reduce the interruption time in
messages through the wireless network. Collision communication between terminal mobiles. A simple
warning, Road signal arms and in place traffic view MOBILITY PREDICTION can be illustrated given
will give the driver essential tool to decide the best below;
path along the way. VANET integrates multiple Ad-
Hoc networking technologies such as Wi-Fi IEEE
802.11 b/g, WiMAX 802.16, Bluetooth, IRA, ZigBee
for easy accurate effective and simple communication
between vehicles on dynamic mobility. VANET helps
in defining safety measures in vehicles, streaming
communication between vehicles, infotainment and
telematics

Fig. 2 Simple Mobility Scenario in Ad- hoc network

Fig. 2 represent an Ad Hoc network with four nodes


which are A, B, C and D. A is stable, C moves slowly
towards A and B moves rapidly away from A and D.
A has data packets to send to D. It finds that to reach
D, packets can pass either through B, or through C. If
A chooses B as intermediate node, then the
communication will not last long time since the link
(A, B) will be rapidly broken, due to the mobility of B.
But if A, takes into account the mobility of B and C, it
will choose C as intermediate node because the
expiration time of the link (A,C) is superior to that of
(A, B), since C have chance to remain in A
Fig.1 VANET Structure transmission range, more than B. The fact that A
chooses C as next hop to reach D contributes to the
selection of the path which has the greatest expiration
time or the most stable path
According to this example we can predict the next
location of the vehicle by selecting the most stable
path can avoid future link failure, which improves
routing.
VI. ROUTING TECHNIQUES FOR MOBILITY D. Topology Based Routing—
PREDICTION
These routing protocols use links
In VANET Routing Protocols are information that exist in the network to perform packet
classified into five categories, they’re; forwarding. They are further divided into Proactive
and Reactive.
1. Broadcast Routing
2. Geocast Routing 1. Proactive routing protocols—
3. Cluster Based Routing The proactive routing means that the
4. Topology Based Routing routing information like next forwarding hope is
5. Position Based Routing maintained in the background irrespective of
communication requests. The packets are constantly
broadcast and flooded among nodes to maintain the
A. Broadcast Routing – path, and then a table is constructed within a node
which indicates next hop node towards a destination.
Broadcast routing is frequently used in
VANET for sharing, traffic, weather and emergency, 1.i. Fisheye state routing (FSR)—
road conditions among vehicles and delivering
advertisements and announcements. Broadcasting is FSR is similar to LSR, in FSR node
used when message needs to b disseminated to the maintains a topology table (TT) based upon the latest
vehicle beyond the transmission range i.e. multi hops information received from neighboring and
are used. Broadcast sends a packet to all nodes in the periodically exchange it with local neighbors. For
network, typically using flooding. This ensures the large networks to reduce the size of message the FSR
delivery of the packet but bandwidth is wasted and uses the different exchange period for different entries
nodes receive duplicates. In VANET, it performs in routing tables. Routing table entries for a given
better for a small number of nodes. The various destination are updated preferably with the neighbors
Broadcast routing protocols are BROADCOMM, having low frequency, as the distance to destination
UMB, V-TRADE increases. The problem with the FSR routing is that
with the increase in network size the routing table also
increases. As the mobility increases route to remote
B. Geocast Routing – destination become less accurate. If the target node
lies out of scope of source node then route discovery
Geocast routing is basically a location fails.
based multicast routing. Its objective is to deliver the
packet from source node to all other nodes within a
specified geographical region (Zone of Relevance 1. ii. Temporally Ordered Routing (TOR) –
ZOR). In Geocast routing vehicles outside the ZOR
are not alerted to avoid unnecessary hasty reaction. TOR belongs to the family of link
Geocast is considered as a multicast service within a reversal routing in which directed a cyclic graph is
specific geographic region. It normally defines a built which directs the intermediate neighbor instead
forwarding zone where it directs the flooding of of sending to farthest node, but this method introduces
packets in order to reduce message overhead and long delays due to greater no. of hop counts. Due to
network congestion caused by simply flooding packets rapid movement of vehicles, routing loops are
everywhere. In the destination zone, unicast routing introduced which causes dissemination of messages to
can be used to forward the packet. One pitfall of long path.
Geocast is network partitioning and also unfavorable GPSR uses static street map and
neighbors which may hinder the proper forwarding of location information about each node, since GPSR
messages. The various Geocast routing protocols are does not consider vehicle density of streets so it is not
IVG, DG-CASTOR etc. an efficient method for VANET.

C. Cluster Based Routing –


E. Position Based Routing—
In the Cluster Based Routing Protocols.
Virtual Infrastructure is created through clustering of Position based routing consists of class
nodes in order to provide scalability. Each cluster can of routing algorithm. They share the property of using
have a cluster head, which is responsible for secure geographic positioning information in order to select
communication between inter-cluster and intra cluster the next forwarding hops. The packet is send without
coordination in the network. Recovery strategy is used any map knowledge to the one hop neighbor which is
to recover from unfavorable situations. closest to destination. Position based routing is

beneficial since no global route from source node to In this way we can also able to find the different
destination node need to be created and maintained. geographical places for the newcomers, current
Position based routing is broadly divided in two types: situation of the traffic which helps for the medical
Position based greedy V2V protocols, Delay Tolerant emergencies. This in this way the Mobility Prediction
Protocols. is important now days.

VII. ANALYSIS OF DATA


A.FUTURE SCOPE
The functionality available to the Vehicle is ,
VANET is a promising wireless
1. Collect geographical information. communication technology for improving highway
2. Check for nearest hop or Road Side Unit. safety and information services. However, the
3. Accept incoming request and transmit requested performance of VANETs depends heavily on the
information. mobility model, routing protocol, vehicular density,
driving environment and many other factors.
In this paper we surveyed the different
The functionality available to the Satellite frameworks available for VANET, five types of
Routing Techniques and survey the importance of
1. Get the incoming Request Mobility Prediction in VANET. In future we plan to
2. Checks for the region of the request investigate the performance of the prediction
3. Transmit the requested information to the receiver technique for different classes of users.

The functionality available to the Road Side Units are B.APPLICATIONS


The different applications for VANET
1. Receive the information transmitted by the nearby can be as;
vehicle.
2. Checks for receiver to verify that he’s in range.
3. If it’s in range then transmit the information. B.i. finding destination:--
In a situation, where driver does not
know anything about the city, driver may get confused
VII. PRODUCT PERSPECTIVE in such situation to find the way. VANET gives
roadside detail such as Cinema Hall, Petrol pump,
The Mobility prediction allows estimating Historical Monument, Libraries, Grounds etc. & this
the stability of paths in a mobile wireless Ad Hoc information helps to finding the destination easily.
networks. Identifying stable paths helps to improve This information may show by video streaming
routing by reducing the overhead and the number of application of VANET.
connection interruptions. In this we introduce a neural
network based method for mobility prediction in Ad
Hoc networks. This method consists of a multi-layer B.ii. Road accidents minimized:--
and recurrent neural network using back propagation
through time algorithm for training. VANET is mainly designed for
The Mobility prediction can implement by managing traffic & minimizing accidental situations.
using various routing algorithms like Geocast, VANET helps driver in accidental situations by
Broadcast, and Cluster based Routing techniques. alerting also it gives information about accident to the
Such a system should be able to satisfy users, who ambulance as well as police quickly. Also it gives
want to get Highways information only by requesting some alternative routes to avoid traffic jam.
to the road side units.

B.iii. Police works more efficiently:--


VIII. OVERVIEW
Using VANET police easily chase the
In the Mobility Prediction is the way of suspected car on road by knowing the traffic position,
finding the current and future position of the vehicle. shortcuts.etc
This is possible by getting the information from the
Road Side Units established for this special purpose
only. Also the prediction of the vehicle is done by B.iv. Improving Driving:--
implementing different algorithms like Geocast, The improving in driving is possible
Broadcast and Cluster Based Routing algorithms. because learner can notify others that he’s the new
driver and he’s keeping car speed low so that others

can’t be get affected by him.


B.v. Public Service:-- REFERENCES
This is done by informing emergency
vehicle to know others. [1] IEEE VEHICULAR TECHNOLOGY
MAGAZINE | JUNE 2007, “Routing in Vehicular Ad
Hoc Networks: A Survey”, Fan Li and Yu Wang,
IX. CONCLUSION University of North Carolina at Charlotte; 1556-
6072/07/2007 IEEE.
VANET is a promising wireless
communication technology for improving highway [2] “A comparative study of Routing Protocols in
safety and information services. However, the VANET”, Sandhaya Kohli1, Bandanjot Kaur2, Sabina
performance of VANETs depends heavily on the Bindra2; 1Dept. of CSE, RIMT-IMT, 2Dept. of CSE,
mobility model, routing protocol, vehicular density, RIMT-IET.
driving environment and many other factors.
In this paper we survey the different [3] JOURNAL OF TELECOMMUNICATIONS,
frameworks available for VANET, five types of VOLUME 2, ISSUE 1, APRIL 2010, “Mobility
Routing Techniques and survey the importance of Prediction in Wireless Ad Hoc Networks using Neural
Mobility Prediction in VANET. In future we plan to Networks”, Heni KAANICHE and Farouk KAMOUN
investigate the performance of the prediction
technique for different classes of users. [4] “Mobility Prediction and Routing in Ad Hoc
Wireless Networks”, William Su, Sung- Ju Lee, and
Mario Gerla, Wireless Adaptive Mobility Laboratory,
ACKNOWLEDGMENT Computer Science Department, University of
California, Los Angeles, CA 90095-1596.

During the course of this Preliminary [5] “MOBILITY PREDICTION IN WIRELESS


Project report we found that it is not only sharpened NETWORKS”, William Su, Sung-Ju Lee, Mario
our logical skills but also taught us value of joint Gerla, Computer Science Department, University of
efforts and hard work. On the successful completion of California, Los Angeles, CA 90095-1596; 0-7803-
our report work, we take this Opportunity to thank 6521-6/2000 IEEE
every person associated with it. It gives us great
pleasure to present this project on: [6] IEEE COMMUNICATIONS SURVEYS &
“MOBILITY PREDICTION AND TUTORIALS, VOL. 11, NO. 4, FOURTH QUARTER
ROUTING IN Ad-hoc NETWORK ”. 2009 19, “Mobility Models for Vehicular Ad Hoc
We are extremely grateful for necessary Networks: A Survey and Taxonomy”, Fethi Filali, and
information, support and the guidance provided by: Christian Bonnet.

Prof. Uma Nagaraj [7] “AN ACTIVITY BASED MOBILITY


PREDICTION STRATEGY FOR NEXT
Whose help and guidance has been GENERATION WIRELESS NETWORKS”,
valuable to our project. Last but not the least we would M.S.Sricharan, V.Vaidehi and P.P.Arun, Department
like to mention that everyone in the college campus of Information Technology, Department of Electronics
forever helped us. Engineering, Madras Institute of Technology, Anna
University, Chennai- 600044, India; 2006 IEEE.

Das könnte Ihnen auch gefallen