SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011
DOI : 10.5121/ijasuc.2011.2101 1
Message Propagation in Vehicular Ad hoc
Networks under free flow and congested flow
Scenarios
Sara Najafzadeh, Norafida Ithnin, Shukor Abd Razak, Ramin Karimi
Faculty of Computer Science and Information System
University Technology Malaysia
Email :{ sara60, nithnin, sabdrazak, rakarimi1}@gmail.com
Abstract. Vehicular Ad hoc Network (VANET), a subclass of mobile ad hoc networks (MANETs), is a
promising approach for the intelligent transportation system (ITS). The key difference of VANET and
MANET is the special mobility pattern and rapidly changeable topology. Temporary network
fragmentation problem and the broadcast storm problem are further considered for designing Message
propagation in VANETs. The temporary network fragmentation problem which happens in free flow caused
by rapidly changeable topology influence on the performance of data transmissions. The broadcast storm
problem in congested flow network seriously affects the successful rate of message delivery in VANETs.
This paper presents a connectivity analysis under free flow and congested flow scenario in Vehicular Ad
hoc Networks.
.
Key words: Vehicular Ad hoc Network, Message Propagation, free flow, congested flow
1. Introduction
Vehicular Ad hoc Networks (VANET), a new technology to build a wireless network between
vehicles (V2V). VANETs are based on short-range wireless communication (e.g., IEEE 802.11)
between vehicles. The Federal Communication Commission (FCC) has allocated 75 MHz in 5.9
GHz band for Dedicated Short Range Communication (DSRC). DSRC was conceived to provide
architecture for vehicles in Vehicular Network to communicate with each other and with
infrastructure. In DSRC, subsequently specialized as Wireless Access in Vehicular Environment
(WAVE), GPS-enabled vehicles that are equipped on-board units can communicate with each
other.
VANETs are special class of Mobile Ad hoc Networks (MANETs).The major characteristics as
compared to MANETs are following: components building the network are vehicles, dynamic
topology, geographically constrained topology, vehicle mobility, frequently disconnected
network and time-varying vehicle density [1]. VANETs could be playing an important role in
future of vehicle communications. VANETs provide a variety of interesting applications like
cooperative forward collisions, sharing emergency warning messages, weather and traffic data
among vehicles. The past few years have seen increasing technological advances in Vehicular Ad
hoc Network. There are some significant challenges in VANETs for broadcast protocol.
First, high mobility and dynamic topology of vehicles is one of the issues should be consider in
VANETs. In order to high speed of vehicles, topology of VANET is sometimes changing. Due to
the same reason the connection between nodes frequently could be changed rapidly and
unpredictably [2]. So there is also a high degree of change in the number and distribution of the
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011
2
node in the network. Since vehicle mobility depends heavily on environment scenarios, the
movement direction sometimes is predictable.
Second, high network density related to traffic density in Vehicular Network is the other
challenge. Traffic density is high during peak hour in urban areas. Because of large number of
vehicles , blindly flooding the packets which each node re-broadcast messages to its entire
neighbor except the one it got the message from may lead to serious contention and collisions in
transmission among neighboring nodes [3]. This problem is mostly referred to as broadcast storm
problem [4].
Third, disconnection is another challenging issue in designing a data dissemination in Vehicular
ad hoc network. Apart from the studies conducted in dense networks, there is a growing need to
deal with disconnection in free flow conditions in Vehicular Ad hoc Networks. Where nodes are
distributed sparsely, most of the time path between source and destinations may not exist.
Traditional routing protocol can only transmit packet over end-to-end connected path so they
would fail in such conditions. Although it is very hard to find end-to-end connection for free flow
, the high mobility of vehicular networks introduces opportunities for mobile vehicles to connect
each other during the movements. Connectivity has been studied for information dissemination in
multihop networks [5].
2. Free Flow Scenarios
One of the most important limitations of V2V networks is end to end delay due to partitioning of
networks. It is observed that carry-and-forward is the new and key consideration for designing all
routing protocols in VANETs. With the consideration of multi-hop forwarding and carry and-
forward techniques, min-delay and delay-bounded routing protocols for VANETs are discussed.
In this section, a connectivity analysis model has been employed. In this section vehicles
categorized in two sections.
1) Informed vehicle:
This refers to the nodes which carries the information along a road.
2) Uninformed Vehicle:
Uninformed vehicles refers to the nodes which have not received information .whenever an
uninformed vehicles enters to the radio range of an informed one, it becomes informed.
A distributed vehicle traffic model is used with the following assumptions:
• Poisson Arrival: Traffic moves on the road follows a Poisson process with an average
rate equal to traffic flow rate( vehicles/time)
• Independent vehicle mobility: vehicle travels with a speed that follows a random
distribution between [Vmin,Vmax].
Packets forward across a platoon via a single hop or multihop route, the number of middle hops
depends on the number of vehicles in a platoon space of two adjacent vehicle named intra platoon
spacing which calculate the Probability Distribution Function(PDF) of Sintra as follow:
݂ܵ݅݊‫ܽݎݐ‬ ൌ ‫ݎ݌‬ሺ‫ݍ|ݍ‬ ൏ ܴሻ ൌ
λୣషλୗ୧୬୲୰ୟ
ଵି௘λோ
(1)
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011
3
which R is the transmission range of equipped vehicles and λ is probability distribution of
distance between equipped vehicles. By the assumption of undisturbed vehicle traffic model,
vehicles passing a location (A) follows a Poisson process [6].
Assume n vehicles pass location A during (0, t].
P[X(t)<XIN(t)=n]=P[V*t<x]*P[v*(t-T)<X)n
(2)
Where T and Ti has same distribution and V and has same distribution . Based on the
assumption of poisson process .N(t) has Poisson distribution
(3)
Then we have
P[X(t)<X I N(t)=n]=
P[V0*x, Vi *(t-Ti)<x for each i=1,2,…,n] (4)
By the assumption of undistributed node traffic model, vehicle passing A follow Poisson process.
Under this situation that n vehicles pass A during (0, t], the times at which these vehicles pass
location A consider unordered random variables distributed both independently and uniformly in
the interval (0,t],
Since T1, T2,…, Tn and V0, V1,…,Vn are (5)
P[X(t)< x I N(t)=n] = P[V*t<x] * P[V*(t-T)<x]n
(6)
Where T has the same distribution as Ti and V has the same distribution as Vi. Based on the
assumption of Poisson process, N(t) has the Poisson distribution
(7)
Where λ is the traffic flow rate.
FX(t) (x)= (8)
Let V(t) be the message speed
(9)
E[V(t)], the average message speed is given in the above equation.( Figure 1)
Figure 1- Average message speed
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011
4
3. Congested Flow Scenarios
Besides, the temporary network fragmentation problem and the broadcast storm problem are
further considered for designing routing protocols in VANETs. The temporary network
fragmentation problem caused by rapidly changeable topology influence on the performance of
data transmissions. The broadcast storm problem seriously affects the successful rate of message
delivery in VANETs [7].
In this section a congested flow network will be modeled. For a given time t, we define Vp(t) to
be the average message propagation speed during the interval[0, t] , p=X(t)/t. we define the long-
term average message propagation speed vp to be
Vp= lim୲՜∞ Vሺtሻ = lim୲՜∞ x/t (10)
So
Vp=
୉ሾଡ଼୲ሿା୉ሾ୶୤ሿ
୉ሾ୘ሿା୉ሾ୘୤ሿ
(11)
Where Xt (Xf) is the average distance traveled during forward phase and Tf is the time spent
during forward phase. Figure 2 indicate numerical result related to average speed. we compare
E[Xt] and E[Xf]. If the source and destination of a message are both within the same partition,
there is an end-to-end (E2E) connection.
Figure 2- Numerical result
4. Conclusions
Besides, the temporary network fragmentation problem and the broadcast storm problem are
further considered for designing routing protocols in VANETs. The temporary network
fragmentation problem caused by rapidly changeable topology influence on the performance of
data transmissions. The broadcast storm problem seriously affects the successful rate of message
delivery in VANETs. To understand the characteristics of VANETs in different network densities
we presented models for vehicle traffic where information is propagating in the direction of
vehicle traffic flow. Then we develop a collection of models to study information propagation
using V2V communications. These models can provide expected information propagation
speed/distance over time.
International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011
5
References
1.Blum, J., Eskandarian, A., & Hoffman, L.:Challenges of inter-vehicle ad hoc networks,.IEEE
Transactions on Intelligent TransportationvSystems, 5(4), 347–351. doi:10.1109/TITS.2004.838218 (2006)
2. Chen, Y. S., Lin, Y. W., & Lee, S. L.: A Mobicast Routing Protocol for Vehicular Ad HocNetworks.
Mobile Networks and Applications(MONET).New York: ACM/Springer. (2009)
3. Fukuhara, T., Warabino, T., Ohseki, T., Saito, K., Sugiyama, K., Nishida, T., & Eguchi, K. :Broadcast
Methods for Inter-vehicle Communications System. IEEE Wireless Communications and Networking
Conference, 4, 2252-2257. (2005)
4. Tseng, Y. C., Ni, S. Y., Chen, Y. S., & Sheu,J. P. :The Broadcast Storm Problem in a Mobile Ad Hoc
Network. [WINET].ACM Wireless Networks, 8(2), 153–167.doi:10.1023/A:1013763825347.(2002)
5. Naumov, V., Baumann, R., & Gross, T.:An Evaluation Of Inter-Vehicle Ad Hoc Networks Based On
Realistic Vehicular Traces. In ACM International Symposium on Mobile Ad Hoc Networking and
Computing, (pp. 108-119). . (2006).
6.Sara Najafzadeh, Norafida Ithnin, Ramin Karimi, “Analytical Analysis of sparse and Dense Vehicular Ad
hoc Networks”, International Conference on Computer Science and Information Technology, Bangalore,
India(2011)
7. Tonguz, O., Wisitpongphan, N., Bai, F., Mudalige, P., & Sadekar, V.: Broadcasting in VANET.Mobile
Networking for Vehicular Environments,(pp. 7-12). (2007)

More Related Content

What's hot

International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Narendra Singh Yadav
 
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
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Data Aggregation Routing Protocols in Wireless Sensor Networks : A Taxonomy
Data Aggregation Routing Protocols in Wireless Sensor Networks : A TaxonomyData Aggregation Routing Protocols in Wireless Sensor Networks : A Taxonomy
Data Aggregation Routing Protocols in Wireless Sensor Networks : A TaxonomyIJCNCJournal
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETspaperpublications3
 
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...IJCNCJournal
 
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELSTHE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELSIJMIT JOURNAL
 
Transfer reliability and congestion control strategies in opportunistic netwo...
Transfer reliability and congestion control strategies in opportunistic netwo...Transfer reliability and congestion control strategies in opportunistic netwo...
Transfer reliability and congestion control strategies in opportunistic netwo...Sudha Hari Tech Solution Pvt ltd
 
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKSSURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKSgraphhoc
 
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...IJCNCJournal
 
A02120201010
A02120201010A02120201010
A02120201010theijes
 
Bandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsBandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsijwmn
 
An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...
An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...
An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...iosrjce
 
Local distance's neighbouring quantification
Local distance's neighbouring quantificationLocal distance's neighbouring quantification
Local distance's neighbouring quantificationijwmn
 

What's hot (18)

International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)Source routing in Mobile Ad hoc NETworks (MANETs)
Source routing in Mobile Ad hoc NETworks (MANETs)
 
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...
 
C0351725
C0351725C0351725
C0351725
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Data Aggregation Routing Protocols in Wireless Sensor Networks : A Taxonomy
Data Aggregation Routing Protocols in Wireless Sensor Networks : A TaxonomyData Aggregation Routing Protocols in Wireless Sensor Networks : A Taxonomy
Data Aggregation Routing Protocols in Wireless Sensor Networks : A Taxonomy
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETs
 
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
INVESTIGATING MULTILAYER OMEGA-TYPE NETWORKS OPERATING WITH THE CUT-THROUGH T...
 
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELSTHE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
 
Transfer reliability and congestion control strategies in opportunistic netwo...
Transfer reliability and congestion control strategies in opportunistic netwo...Transfer reliability and congestion control strategies in opportunistic netwo...
Transfer reliability and congestion control strategies in opportunistic netwo...
 
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKSSURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
SURVEY AND TAXONOMY OF UNICAST ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
 
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
PERFORMANCES OF AD HOC NETWORKS UNDER DETERMINISTIC AND PROBABILISTIC CHANNEL...
 
10
1010
10
 
A02120201010
A02120201010A02120201010
A02120201010
 
Bandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manetsBandwidth aware on demand multipath routing in manets
Bandwidth aware on demand multipath routing in manets
 
An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...
An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...
An Analytical Review of the Algorithms Controlling Congestion in Vehicular Ne...
 
Local distance's neighbouring quantification
Local distance's neighbouring quantificationLocal distance's neighbouring quantification
Local distance's neighbouring quantification
 

Similar to Message Propagation in Vehicular Ad hoc Networks under free flow and congested flow Scenarios

An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...
An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...
An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...pijans
 
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
 
Improved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANETImproved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANETpaperpublications3
 
Network parameters impact on dynamic transmission power control in vehicular ...
Network parameters impact on dynamic transmission power control in vehicular ...Network parameters impact on dynamic transmission power control in vehicular ...
Network parameters impact on dynamic transmission power control in vehicular ...ijngnjournal
 
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc NetworksMulticast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc NetworksIOSR Journals
 
Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...
Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...
Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...josephjonse
 
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 Networkpijans
 
EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...
EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...
EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...ijmnct
 
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 VANETijgca
 
SCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETSCRUTINY OF BROADCASTING PROTOCOLS IN VANET
SCRUTINY OF BROADCASTING PROTOCOLS IN VANETijgca
 
INTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKS
INTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKSINTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKS
INTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKSijasuc
 
Differential Evolution Based Secured Routing Protocols for VANETs
Differential Evolution Based Secured Routing Protocols for VANETsDifferential Evolution Based Secured Routing Protocols for VANETs
Differential Evolution Based Secured Routing Protocols for VANETsIJCSIS Research Publications
 
Challenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An AnalysisChallenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An Analysisidescitation
 
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 MODELpijans
 
Cp3210151018
Cp3210151018Cp3210151018
Cp3210151018IJMER
 

Similar to Message Propagation in Vehicular Ad hoc Networks under free flow and congested flow Scenarios (20)

An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...
An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...
An Analytical Analysis Of Neighbour And Isolatednodefor Geocast Routing In Va...
 
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)
 
F017343241
F017343241F017343241
F017343241
 
4315ijci01
4315ijci014315ijci01
4315ijci01
 
Improved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANETImproved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANET
 
Network parameters impact on dynamic transmission power control in vehicular ...
Network parameters impact on dynamic transmission power control in vehicular ...Network parameters impact on dynamic transmission power control in vehicular ...
Network parameters impact on dynamic transmission power control in vehicular ...
 
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc NetworksMulticast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
 
Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...
Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...
Network Parameters Impact on Dynamic Transmission Power Control in Vehicular ...
 
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
 
EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...
EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...
EFFICIENT BROADCASTING MECHANISMS FOR DATA DISSEMINATION IN VEHICULAR AD HOC ...
 
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
 
INTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKS
INTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKSINTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKS
INTELLIGENT INFORMATION DISSEMINATION IN VEHICULAR AD HOC NETWORKS
 
Jh2516461655
Jh2516461655Jh2516461655
Jh2516461655
 
Jh2516461655
Jh2516461655Jh2516461655
Jh2516461655
 
Differential Evolution Based Secured Routing Protocols for VANETs
Differential Evolution Based Secured Routing Protocols for VANETsDifferential Evolution Based Secured Routing Protocols for VANETs
Differential Evolution Based Secured Routing Protocols for VANETs
 
Challenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An AnalysisChallenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An Analysis
 
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
 
Cp3210151018
Cp3210151018Cp3210151018
Cp3210151018
 

Recently uploaded

GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...
GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...
GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...Mona Rathore
 
Film show production powerpoint for site
Film show production powerpoint for siteFilm show production powerpoint for site
Film show production powerpoint for siteAshtonCains
 
Film show evaluation powerpoint for site
Film show evaluation powerpoint for siteFilm show evaluation powerpoint for site
Film show evaluation powerpoint for siteAshtonCains
 
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779Delhi Call girls
 
9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings Republik9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings RepublikGenuineGirls
 
Spotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of FloridaSpotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of Floridajorirz24
 
Film show pre-production powerpoint for site
Film show pre-production powerpoint for siteFilm show pre-production powerpoint for site
Film show pre-production powerpoint for siteAshtonCains
 
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Delhi Call girls
 
Stunning ➥8448380779▻ Call Girls In Paharganj Delhi NCR
Stunning ➥8448380779▻ Call Girls In Paharganj Delhi NCRStunning ➥8448380779▻ Call Girls In Paharganj Delhi NCR
Stunning ➥8448380779▻ Call Girls In Paharganj Delhi NCRDelhi Call girls
 
Call^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call Me
Call^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call MeCall^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call Me
Call^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call MeMs Riya
 
Your LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence PackageYour LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence PackageSocioCosmos
 
BDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
SELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYSELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYdizinfo
 
Call Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts ServiecCall Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts ServiecSapana Sha
 

Recently uploaded (20)

GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...
GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...
GREAT OPORTUNITY Russian Call Girls Kirti Nagar 9711199012 Independent Escort...
 
Film show production powerpoint for site
Film show production powerpoint for siteFilm show production powerpoint for site
Film show production powerpoint for site
 
Film show evaluation powerpoint for site
Film show evaluation powerpoint for siteFilm show evaluation powerpoint for site
Film show evaluation powerpoint for site
 
Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
Night 7k Call Girls Noida New Ashok Nagar Escorts Call Me: 8448380779
 
9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings Republik9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings Republik
 
Spotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of FloridaSpotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of Florida
 
Film show pre-production powerpoint for site
Film show pre-production powerpoint for siteFilm show pre-production powerpoint for site
Film show pre-production powerpoint for site
 
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
 
Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
Stunning ➥8448380779▻ Call Girls In Paharganj Delhi NCR
Stunning ➥8448380779▻ Call Girls In Paharganj Delhi NCRStunning ➥8448380779▻ Call Girls In Paharganj Delhi NCR
Stunning ➥8448380779▻ Call Girls In Paharganj Delhi NCR
 
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
 
Call^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call Me
Call^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call MeCall^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call Me
Call^ Girls Delhi Independent girls Chanakyapuri 9711199012 Call Me
 
Bicycle Safety in Focus: Preventing Fatalities and Seeking Justice
Bicycle Safety in Focus: Preventing Fatalities and Seeking JusticeBicycle Safety in Focus: Preventing Fatalities and Seeking Justice
Bicycle Safety in Focus: Preventing Fatalities and Seeking Justice
 
Your LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence PackageYour LinkedIn Makeover: Sociocosmos Presence Package
Your LinkedIn Makeover: Sociocosmos Presence Package
 
BDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 76 Noida Escorts >༒8448380779 Escort Service
 
Vip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
🔝9953056974 🔝Call Girls In Mehrauli Escort Service Delhi NCR
🔝9953056974 🔝Call Girls In Mehrauli  Escort Service Delhi NCR🔝9953056974 🔝Call Girls In Mehrauli  Escort Service Delhi NCR
🔝9953056974 🔝Call Girls In Mehrauli Escort Service Delhi NCR
 
SELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYSELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANY
 
Call Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts ServiecCall Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
 

Message Propagation in Vehicular Ad hoc Networks under free flow and congested flow Scenarios

  • 1. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011 DOI : 10.5121/ijasuc.2011.2101 1 Message Propagation in Vehicular Ad hoc Networks under free flow and congested flow Scenarios Sara Najafzadeh, Norafida Ithnin, Shukor Abd Razak, Ramin Karimi Faculty of Computer Science and Information System University Technology Malaysia Email :{ sara60, nithnin, sabdrazak, rakarimi1}@gmail.com Abstract. Vehicular Ad hoc Network (VANET), a subclass of mobile ad hoc networks (MANETs), is a promising approach for the intelligent transportation system (ITS). The key difference of VANET and MANET is the special mobility pattern and rapidly changeable topology. Temporary network fragmentation problem and the broadcast storm problem are further considered for designing Message propagation in VANETs. The temporary network fragmentation problem which happens in free flow caused by rapidly changeable topology influence on the performance of data transmissions. The broadcast storm problem in congested flow network seriously affects the successful rate of message delivery in VANETs. This paper presents a connectivity analysis under free flow and congested flow scenario in Vehicular Ad hoc Networks. . Key words: Vehicular Ad hoc Network, Message Propagation, free flow, congested flow 1. Introduction Vehicular Ad hoc Networks (VANET), a new technology to build a wireless network between vehicles (V2V). VANETs are based on short-range wireless communication (e.g., IEEE 802.11) between vehicles. The Federal Communication Commission (FCC) has allocated 75 MHz in 5.9 GHz band for Dedicated Short Range Communication (DSRC). DSRC was conceived to provide architecture for vehicles in Vehicular Network to communicate with each other and with infrastructure. In DSRC, subsequently specialized as Wireless Access in Vehicular Environment (WAVE), GPS-enabled vehicles that are equipped on-board units can communicate with each other. VANETs are special class of Mobile Ad hoc Networks (MANETs).The major characteristics as compared to MANETs are following: components building the network are vehicles, dynamic topology, geographically constrained topology, vehicle mobility, frequently disconnected network and time-varying vehicle density [1]. VANETs could be playing an important role in future of vehicle communications. VANETs provide a variety of interesting applications like cooperative forward collisions, sharing emergency warning messages, weather and traffic data among vehicles. The past few years have seen increasing technological advances in Vehicular Ad hoc Network. There are some significant challenges in VANETs for broadcast protocol. First, high mobility and dynamic topology of vehicles is one of the issues should be consider in VANETs. In order to high speed of vehicles, topology of VANET is sometimes changing. Due to the same reason the connection between nodes frequently could be changed rapidly and unpredictably [2]. So there is also a high degree of change in the number and distribution of the
  • 2. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011 2 node in the network. Since vehicle mobility depends heavily on environment scenarios, the movement direction sometimes is predictable. Second, high network density related to traffic density in Vehicular Network is the other challenge. Traffic density is high during peak hour in urban areas. Because of large number of vehicles , blindly flooding the packets which each node re-broadcast messages to its entire neighbor except the one it got the message from may lead to serious contention and collisions in transmission among neighboring nodes [3]. This problem is mostly referred to as broadcast storm problem [4]. Third, disconnection is another challenging issue in designing a data dissemination in Vehicular ad hoc network. Apart from the studies conducted in dense networks, there is a growing need to deal with disconnection in free flow conditions in Vehicular Ad hoc Networks. Where nodes are distributed sparsely, most of the time path between source and destinations may not exist. Traditional routing protocol can only transmit packet over end-to-end connected path so they would fail in such conditions. Although it is very hard to find end-to-end connection for free flow , the high mobility of vehicular networks introduces opportunities for mobile vehicles to connect each other during the movements. Connectivity has been studied for information dissemination in multihop networks [5]. 2. Free Flow Scenarios One of the most important limitations of V2V networks is end to end delay due to partitioning of networks. It is observed that carry-and-forward is the new and key consideration for designing all routing protocols in VANETs. With the consideration of multi-hop forwarding and carry and- forward techniques, min-delay and delay-bounded routing protocols for VANETs are discussed. In this section, a connectivity analysis model has been employed. In this section vehicles categorized in two sections. 1) Informed vehicle: This refers to the nodes which carries the information along a road. 2) Uninformed Vehicle: Uninformed vehicles refers to the nodes which have not received information .whenever an uninformed vehicles enters to the radio range of an informed one, it becomes informed. A distributed vehicle traffic model is used with the following assumptions: • Poisson Arrival: Traffic moves on the road follows a Poisson process with an average rate equal to traffic flow rate( vehicles/time) • Independent vehicle mobility: vehicle travels with a speed that follows a random distribution between [Vmin,Vmax]. Packets forward across a platoon via a single hop or multihop route, the number of middle hops depends on the number of vehicles in a platoon space of two adjacent vehicle named intra platoon spacing which calculate the Probability Distribution Function(PDF) of Sintra as follow: ݂ܵ݅݊‫ܽݎݐ‬ ൌ ‫ݎ݌‬ሺ‫ݍ|ݍ‬ ൏ ܴሻ ൌ λୣషλୗ୧୬୲୰ୟ ଵି௘λோ (1)
  • 3. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011 3 which R is the transmission range of equipped vehicles and λ is probability distribution of distance between equipped vehicles. By the assumption of undisturbed vehicle traffic model, vehicles passing a location (A) follows a Poisson process [6]. Assume n vehicles pass location A during (0, t]. P[X(t)<XIN(t)=n]=P[V*t<x]*P[v*(t-T)<X)n (2) Where T and Ti has same distribution and V and has same distribution . Based on the assumption of poisson process .N(t) has Poisson distribution (3) Then we have P[X(t)<X I N(t)=n]= P[V0*x, Vi *(t-Ti)<x for each i=1,2,…,n] (4) By the assumption of undistributed node traffic model, vehicle passing A follow Poisson process. Under this situation that n vehicles pass A during (0, t], the times at which these vehicles pass location A consider unordered random variables distributed both independently and uniformly in the interval (0,t], Since T1, T2,…, Tn and V0, V1,…,Vn are (5) P[X(t)< x I N(t)=n] = P[V*t<x] * P[V*(t-T)<x]n (6) Where T has the same distribution as Ti and V has the same distribution as Vi. Based on the assumption of Poisson process, N(t) has the Poisson distribution (7) Where λ is the traffic flow rate. FX(t) (x)= (8) Let V(t) be the message speed (9) E[V(t)], the average message speed is given in the above equation.( Figure 1) Figure 1- Average message speed
  • 4. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011 4 3. Congested Flow Scenarios Besides, the temporary network fragmentation problem and the broadcast storm problem are further considered for designing routing protocols in VANETs. The temporary network fragmentation problem caused by rapidly changeable topology influence on the performance of data transmissions. The broadcast storm problem seriously affects the successful rate of message delivery in VANETs [7]. In this section a congested flow network will be modeled. For a given time t, we define Vp(t) to be the average message propagation speed during the interval[0, t] , p=X(t)/t. we define the long- term average message propagation speed vp to be Vp= lim୲՜∞ Vሺtሻ = lim୲՜∞ x/t (10) So Vp= ୉ሾଡ଼୲ሿା୉ሾ୶୤ሿ ୉ሾ୘ሿା୉ሾ୘୤ሿ (11) Where Xt (Xf) is the average distance traveled during forward phase and Tf is the time spent during forward phase. Figure 2 indicate numerical result related to average speed. we compare E[Xt] and E[Xf]. If the source and destination of a message are both within the same partition, there is an end-to-end (E2E) connection. Figure 2- Numerical result 4. Conclusions Besides, the temporary network fragmentation problem and the broadcast storm problem are further considered for designing routing protocols in VANETs. The temporary network fragmentation problem caused by rapidly changeable topology influence on the performance of data transmissions. The broadcast storm problem seriously affects the successful rate of message delivery in VANETs. To understand the characteristics of VANETs in different network densities we presented models for vehicle traffic where information is propagating in the direction of vehicle traffic flow. Then we develop a collection of models to study information propagation using V2V communications. These models can provide expected information propagation speed/distance over time.
  • 5. International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011 5 References 1.Blum, J., Eskandarian, A., & Hoffman, L.:Challenges of inter-vehicle ad hoc networks,.IEEE Transactions on Intelligent TransportationvSystems, 5(4), 347–351. doi:10.1109/TITS.2004.838218 (2006) 2. Chen, Y. S., Lin, Y. W., & Lee, S. L.: A Mobicast Routing Protocol for Vehicular Ad HocNetworks. Mobile Networks and Applications(MONET).New York: ACM/Springer. (2009) 3. Fukuhara, T., Warabino, T., Ohseki, T., Saito, K., Sugiyama, K., Nishida, T., & Eguchi, K. :Broadcast Methods for Inter-vehicle Communications System. IEEE Wireless Communications and Networking Conference, 4, 2252-2257. (2005) 4. Tseng, Y. C., Ni, S. Y., Chen, Y. S., & Sheu,J. P. :The Broadcast Storm Problem in a Mobile Ad Hoc Network. [WINET].ACM Wireless Networks, 8(2), 153–167.doi:10.1023/A:1013763825347.(2002) 5. Naumov, V., Baumann, R., & Gross, T.:An Evaluation Of Inter-Vehicle Ad Hoc Networks Based On Realistic Vehicular Traces. In ACM International Symposium on Mobile Ad Hoc Networking and Computing, (pp. 108-119). . (2006). 6.Sara Najafzadeh, Norafida Ithnin, Ramin Karimi, “Analytical Analysis of sparse and Dense Vehicular Ad hoc Networks”, International Conference on Computer Science and Information Technology, Bangalore, India(2011) 7. Tonguz, O., Wisitpongphan, N., Bai, F., Mudalige, P., & Sadekar, V.: Broadcasting in VANET.Mobile Networking for Vehicular Environments,(pp. 7-12). (2007)