SlideShare a Scribd company logo
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 2, Ver. I (Mar.-Apr. 2017), PP 26-29
www.iosrjournals.org
DOI: 10.9790/2834-1202012629 www.iosrjournals.org 26 | Page
An Even Data-Distribution Protocolfor Highly Dynamic VANET
I.Bildass Santhosham1
, I.Rinisha prem priya2
, S. kiruba preethi3
Assistant professor, ECE, CSICE, The Nilgiris, India1
UG student, ECE, CSICE, The Nilgiris, India 2
UG student, ECE, CSICE, The Nilgiris, India 3
Abstract:Vehicular ad -hoc network (VANET) has a problem called high mobility and uneven distribution of
vehicles which affect the performance of routing. The high mobility may changes arrangements of a network,
and the uneven distribution of vehicles leads to node failures due to network partition; In an urban environment
the high density of vehicle cause drastic wireless contentions. In this paper, we use the Even Data Distribution
(EDD) protocol to make uneven distribution of data transmission in the vehicular ad-hoc network to even
distribution. In which the high mobility of vehicles in urban areas causes loss of data due to uneven distribution
in order to reduce the impact of uneven distribution we transform it into even distribution using EDD protocol.
Keywords:EDD, Uneven distribution, Vehicular ad-hoc network, Even distribution.
I. Introduction
Vehicular Ad Hoc Network (VANET) is a spontaneous creation of a wireless network for data
exchange. It is a sub form of Mobile Ad Hoc Network (MANET) that uses a moving car as nodes to create
mobile network that establishes communication among nearby vehicle and roadside base station with an aim of
providing efficient and safe transportation and aims to compose vehicular self –organizing network for
intelligent transportation system (ITSs). Each vehicle equipped with communication device can act not only as a
communication node, but also as a wireless router. Many distributed applications for vehicle have been
proposed for supporting traffic safety, commercial demand, military uses, and other requirements of
communication in VANETs.
Many issues arise towards running vehicular ad hoc networks to provide an improvement to driver
behavior, with the aim of reducing automobile accidents. Thus, Itspecifies the main important challenges from
the technical perspectives such as signal fading, bandwidth limitations, connectivity, small Effective diameter,
security and privacy, routing. VANETs are designed to provide communication of vehicles. In VANETs two
types of communications are possible, i.e. vehicle-to-vehicle (V2V) and roadside to vehicle communication
(R2V) communication. Vehicular Ad hoc Networks (VANETs) is an infrastructure less network. For each
vehicle's wireless network there is acoverage range that exists from 100 to 300 meters, so end-to-end
communication in a larger distance is possible. In VANET to transmit a message (data) from a source node to
destination node requires data should pass through several intermediate nodes. Vehicles also communicate with
Road Site Unit (RSU) that increases communication range.Even Data Distribution is a Proactive (Table Driven)
Protocol, In which Every node will maintain routing information for all other destinations. Routing information
must be updated periodically. An EDD updated message consists of three fields.
 Destination address: It defines the destination end point ,which receive information from any given
sender. The original packet should include source and destination address.
 Sequence number: Protocol specifies that frames need to be numbered. This is done by using a sequence
number. One important consideration is the range of the sequence number. In order to minimize the frame
size range of sequence number should be small. If the field is m bits long, the sequence numbers start from
0 to 2m
-1 and then repeated.
 Hop count: The hop count is defined as number of nodes the packet is forwarded to reach destination. The
cost of passing through a network is the same, it is one hop count. For example, if a packet passes through
5nodes to reach the destination, the total count is 5 hop counts.
II. Related work
The most popular packet routing protocols in networks are categorized as link state and distance vector.
.Link State Routing Protocol : The link state protocol is performed by switching node in the network.It is
build by shortest path .The basic concept is that every node constructs a map of the network,in the form of a
graph,this shows which nodes are connected to which other nodes.Each nodes are independently calculates the
next best path from it to every possible destination.Each collection of best paths will then form each node’s
routing table.
An Even Data-Distribution Protocol for Highly Dynamic VANET
DOI: 10.9790/2834-1202012629 www.iosrjournals.org 27 | Page
Distance Vector Routing Protocol: Distance vector routing algorithm can cause both temporary and endurance
loops due to updating the routing table with hard information. The looping problem can be eliminated, which
requires the routers to correlate themselves mutually by secured messages in a stable environment. However, ad
hoc networks are rapidly changing mobile environments. This is difficult to be used in the ad hoc networks.
The well-known implementation of distance vector routing, routing information protocol(RIP), has been
successfully used within local networks. However, it has problem due to network topology changes.
Unfortunately, they solve some problems and introduce others at the same time. The usefulness of the RIP to ad
hoc environments is restricted due to the rapid topology change.
Both link state and distance vector routing algorithms are not suitable for ad hoc network routing.EDD is one of
the proposed routing protocols for ad hoc networks. It aims to overcome the looping problem of RIP and also
reduce uneven distribution.
III. Routing strategy
In EDD, each mobile node of an ad hoc network maintains a routing table, which lists all available
destinations, the hop and next hop to each destination and a sequence number create by the destination node.
Using such routing table stored in each mobile node, the packets are transmitted between the nodes .Each node
of the ad hoc network updates the routing table periodically .The update packet starts out with a hop of one to
direct connected nodes. This indicates each receiving neighbor is one hop away from the node.
Fig1: Routing path
destination Next hop Number of hops Sequence number
A A 0 A46
B B 1 B36
C B 2 C28
Table 1: Routing table
IV. System Model
To address multi-hop routing for VANET’s in an urban scenario, we make assumptions that each vehicle has a
GPS device and a navigation system. In which the multi-hop routing means alternative routes for source and
destination
Fig2:Routing path
In this graph there are two vertices for routing selection, one is source vehicle Vs and other one is destination
vehicle Vd.The routing path is done by three modules, depending on the packet delivery as follows.
 Dynamic route selection: It represents the changeable information of vehicles in the street, which actually
determines the routing performance for a packet.It uses the concept of multi-hop routing in which it used to
select an alternative path for data transmission.
 Next route selection:If the packet is at one End side, the identification of other end side is recorded in the
header of the packet to avoid a routing loop problem. It is a serious network problem which happens when a
data packet is continually routed through the same routers.
 Packet forwarding: It is relaying of packets from one node to another by nodes in a network. The original
data of packet are transmitted from one node to another.
Performance evaluation:
We implement our proposed EDD in NS-2, it is a network simulator which runs on Linux.NS-2 provides
routing and multicast protocols over wired and wireless networks. It works with two languages one is TCL
(tool command language) other one is c++. TCL is used for node creation and c++ used in the protocols. both
are object oriented programming languages.
An Even Data-Distribution Protocol for Highly Dynamic VANET
DOI: 10.9790/2834-1202012629 www.iosrjournals.org 28 | Page
Table 2: Simulation table
Output:
Ns2 output has 3 files they are nam (.nam) ,trace (.tr) and Xgraph (.xgr)
 NAM:
Nam is TCL based animation tool for viewing network .
 TRACE:
The file written by an application to store coverage information or overall network information.Trace file is used
to record the simulation events
 Xgraph:
It is a graphic representation of simulation results.
Routing in NS-2:(nam output)
V. Conclusion
In this paper, we proposed a protocol called an Even Data Distribution protocol. Which make uneven
distribution of data transmission in the vehicular ad-hoc network to an even distribution. In which the high
mobility of vehicles in urban areas causes loss of data due to uneven distribution in order to reduce the impact of
uneven distribution we transform it into even distribution using EDD protocol. In which it also increases the
packet delivery ratio. The packet delivery ratiodepends on packet received by the destination and the packet
generated by source.
An Even Data-Distribution Protocol for Highly Dynamic VANET
DOI: 10.9790/2834-1202012629 www.iosrjournals.org 29 | Page
Acknowledgement
We would like to thank, Assistant Professor Bildass Santhosam for his immense support and guidance. He really
gave us many helpful suggestions in tracing and modelling of VANET.
Reference
[1]. O. Andrisano, R. Verdone, and M. Nakagawa, “Intelligent transportation systems: The role of third generation mobile radio
networks,” IEEE Commun. Mag., vol. 38, no. 9, pp. 144–151, Sep. 2000.
[2]. F. Li and Y. Wang, “Routing in vehicular ad hoc networks: A survey,” IEEE Veh. Technol. Mag., vol. 2, no. 2, pp. 12–22, Jun.
2007
[3]. V. Kumar, S. Mishra, and N. Chand, “Applications of VANETs: Present & future,” Commun. Netw., vol. 5, no. 1B, pp. 12–15,
2013.
[4]. J. Nzouonta, N. Rajgure, G. Wang, and C. Borcea, “VANET routing on city roads using real-time vehicular traffic information,”
IEEETrans. Veh. Technol., vol. 58, no. 7, pp. 3609–3626, Sep. 2009.
[5]. Broch Joch, Maltz David A., etc.: A performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols, Fouth
AnnualACM/IEEE International Conference on Mobile Computing and Networking, 1998.

More Related Content

PDF
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
DOC
1.a distributed three hop routing protocol to increase the
DOC
A distributed three hop routing protocol to increase the
PDF
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
PDF
A distributed three hop routing protocol to increase the capacity of hybrid w...
DOCX
A distributed three hop routing protocol to
PDF
A Distributed Three-hop Routing Protocol to Increase the Capacity of Hybrid W...
DOC
A distributed three hop routing protocol to increase the
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
1.a distributed three hop routing protocol to increase the
A distributed three hop routing protocol to increase the
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
A distributed three hop routing protocol to increase the capacity of hybrid w...
A distributed three hop routing protocol to
A Distributed Three-hop Routing Protocol to Increase the Capacity of Hybrid W...
A distributed three hop routing protocol to increase the

What's hot (20)

PDF
Opportunistic Data Forwarding in Manet
PDF
Reducing Packet Transmission Delay in Vehicular Ad Hoc Networks using Edge No...
PDF
Study of Attacks and Routing Protocol in Wireless Network
PDF
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
PDF
Cm34531538
PDF
Ij3415561561
PDF
E1073644
PDF
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
PDF
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
PDF
Efficient and stable route selection by using cross layer concept for highly...
PDF
A02100108
PDF
Multimedia Streaming in Wireless Ad Hoc Networks According to Fuzzy Cross-lay...
PDF
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
DOCX
Computer network answer
PDF
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
PDF
Routing Algorithm for Heterogeneous Wireless Network in Vanet
PDF
Understanding Vehicular Ad-hoc Networks and Use of Greedy Routing Protocol
PDF
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
PDF
Design and Evaluation of MAC Protocol Strategies Techniques in Wireless Ad Ho...
PPT
Gpsr2
Opportunistic Data Forwarding in Manet
Reducing Packet Transmission Delay in Vehicular Ad Hoc Networks using Edge No...
Study of Attacks and Routing Protocol in Wireless Network
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
Cm34531538
Ij3415561561
E1073644
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
Efficient and stable route selection by using cross layer concept for highly...
A02100108
Multimedia Streaming in Wireless Ad Hoc Networks According to Fuzzy Cross-lay...
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
Computer network answer
PERFORMANCE COMPARISION OF DSDV, AODV AND DSRFOR MOBILE AD HOC NETWORK BY VAR...
Routing Algorithm for Heterogeneous Wireless Network in Vanet
Understanding Vehicular Ad-hoc Networks and Use of Greedy Routing Protocol
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
Design and Evaluation of MAC Protocol Strategies Techniques in Wireless Ad Ho...
Gpsr2
Ad

Similar to An Even Data-Distribution Protocolfor Highly Dynamic VANET (20)

PDF
Volume 2-issue-6-2195-2199
PDF
Volume 2-issue-6-2195-2199
PDF
10.1.1.258.7234
PDF
Improved AODV based on Load and Delay for Route Discovery in MANET
PDF
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
PDF
Improved greedy routing protocol for VANET
PDF
Improved greedy routing protocol for VANET
PDF
Wiki2010 Unit 4
PDF
Improved Greedy Routing Protocol for VANET
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
International Journal of Computational Engineering Research (IJCER)
PDF
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
PDF
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
PDF
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
PDF
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
PDF
International Journal of Engineering Research and Development
PDF
Mq3624532158
PDF
J011137479
PDF
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
PDF
Ijarcet vol-2-issue-7-2281-2286
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
10.1.1.258.7234
Improved AODV based on Load and Delay for Route Discovery in MANET
Analysis of Random Based Mobility Model using TCP Traffic for AODV and DSDV M...
Improved greedy routing protocol for VANET
Improved greedy routing protocol for VANET
Wiki2010 Unit 4
Improved Greedy Routing Protocol for VANET
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
International Journal of Computational Engineering Research (IJCER)
T HE I MPACT OF TCP C ONGESTION W INDOW S IZE ON THE P ERFORMANCE E VA...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
PERFORMANCE COMPARISON OF AODV AND DSDV ROUTING PROTOCOLS IN WIRELESS AD HOC ...
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
International Journal of Engineering Research and Development
Mq3624532158
J011137479
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
Ijarcet vol-2-issue-7-2281-2286
Ad

More from IOSRJECE (20)

PDF
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
PDF
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...
PDF
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...
PDF
Vehicle security system using ARM controller
PDF
Performance evaluation of full adder
PDF
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
PDF
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
PDF
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...
PDF
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...
PDF
Design of Counter Using SRAM
PDF
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
PDF
Design High Performance Combinational Circuits Using Output Prediction Logic-...
PDF
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
PDF
VANET based Intelligent TransportationSystem using Li-Fi technology
PDF
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...
PDF
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and Applications
PDF
Performance Analysis of Optical Amplifiers (EDFA and SOA)
PDF
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
PDF
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications
PDF
Broad-Spectrum Model for Sharing Analysis between IMTAdvanced Systems and FSS...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...
Vehicle security system using ARM controller
Performance evaluation of full adder
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...
Design of Counter Using SRAM
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Design High Performance Combinational Circuits Using Output Prediction Logic-...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
VANET based Intelligent TransportationSystem using Li-Fi technology
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and Applications
Performance Analysis of Optical Amplifiers (EDFA and SOA)
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications
Broad-Spectrum Model for Sharing Analysis between IMTAdvanced Systems and FSS...

Recently uploaded (20)

PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Well-logging-methods_new................
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Artificial Intelligence
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Geodesy 1.pptx...............................................
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
additive manufacturing of ss316l using mig welding
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Construction Project Organization Group 2.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPT
Mechanical Engineering MATERIALS Selection
Model Code of Practice - Construction Work - 21102022 .pdf
Well-logging-methods_new................
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Artificial Intelligence
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Geodesy 1.pptx...............................................
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
R24 SURVEYING LAB MANUAL for civil enggi
bas. eng. economics group 4 presentation 1.pptx
additive manufacturing of ss316l using mig welding
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Construction Project Organization Group 2.pptx
OOP with Java - Java Introduction (Basics)
CYBER-CRIMES AND SECURITY A guide to understanding
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Mechanical Engineering MATERIALS Selection

An Even Data-Distribution Protocolfor Highly Dynamic VANET

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 2, Ver. I (Mar.-Apr. 2017), PP 26-29 www.iosrjournals.org DOI: 10.9790/2834-1202012629 www.iosrjournals.org 26 | Page An Even Data-Distribution Protocolfor Highly Dynamic VANET I.Bildass Santhosham1 , I.Rinisha prem priya2 , S. kiruba preethi3 Assistant professor, ECE, CSICE, The Nilgiris, India1 UG student, ECE, CSICE, The Nilgiris, India 2 UG student, ECE, CSICE, The Nilgiris, India 3 Abstract:Vehicular ad -hoc network (VANET) has a problem called high mobility and uneven distribution of vehicles which affect the performance of routing. The high mobility may changes arrangements of a network, and the uneven distribution of vehicles leads to node failures due to network partition; In an urban environment the high density of vehicle cause drastic wireless contentions. In this paper, we use the Even Data Distribution (EDD) protocol to make uneven distribution of data transmission in the vehicular ad-hoc network to even distribution. In which the high mobility of vehicles in urban areas causes loss of data due to uneven distribution in order to reduce the impact of uneven distribution we transform it into even distribution using EDD protocol. Keywords:EDD, Uneven distribution, Vehicular ad-hoc network, Even distribution. I. Introduction Vehicular Ad Hoc Network (VANET) is a spontaneous creation of a wireless network for data exchange. It is a sub form of Mobile Ad Hoc Network (MANET) that uses a moving car as nodes to create mobile network that establishes communication among nearby vehicle and roadside base station with an aim of providing efficient and safe transportation and aims to compose vehicular self –organizing network for intelligent transportation system (ITSs). Each vehicle equipped with communication device can act not only as a communication node, but also as a wireless router. Many distributed applications for vehicle have been proposed for supporting traffic safety, commercial demand, military uses, and other requirements of communication in VANETs. Many issues arise towards running vehicular ad hoc networks to provide an improvement to driver behavior, with the aim of reducing automobile accidents. Thus, Itspecifies the main important challenges from the technical perspectives such as signal fading, bandwidth limitations, connectivity, small Effective diameter, security and privacy, routing. VANETs are designed to provide communication of vehicles. In VANETs two types of communications are possible, i.e. vehicle-to-vehicle (V2V) and roadside to vehicle communication (R2V) communication. Vehicular Ad hoc Networks (VANETs) is an infrastructure less network. For each vehicle's wireless network there is acoverage range that exists from 100 to 300 meters, so end-to-end communication in a larger distance is possible. In VANET to transmit a message (data) from a source node to destination node requires data should pass through several intermediate nodes. Vehicles also communicate with Road Site Unit (RSU) that increases communication range.Even Data Distribution is a Proactive (Table Driven) Protocol, In which Every node will maintain routing information for all other destinations. Routing information must be updated periodically. An EDD updated message consists of three fields.  Destination address: It defines the destination end point ,which receive information from any given sender. The original packet should include source and destination address.  Sequence number: Protocol specifies that frames need to be numbered. This is done by using a sequence number. One important consideration is the range of the sequence number. In order to minimize the frame size range of sequence number should be small. If the field is m bits long, the sequence numbers start from 0 to 2m -1 and then repeated.  Hop count: The hop count is defined as number of nodes the packet is forwarded to reach destination. The cost of passing through a network is the same, it is one hop count. For example, if a packet passes through 5nodes to reach the destination, the total count is 5 hop counts. II. Related work The most popular packet routing protocols in networks are categorized as link state and distance vector. .Link State Routing Protocol : The link state protocol is performed by switching node in the network.It is build by shortest path .The basic concept is that every node constructs a map of the network,in the form of a graph,this shows which nodes are connected to which other nodes.Each nodes are independently calculates the next best path from it to every possible destination.Each collection of best paths will then form each node’s routing table.
  • 2. An Even Data-Distribution Protocol for Highly Dynamic VANET DOI: 10.9790/2834-1202012629 www.iosrjournals.org 27 | Page Distance Vector Routing Protocol: Distance vector routing algorithm can cause both temporary and endurance loops due to updating the routing table with hard information. The looping problem can be eliminated, which requires the routers to correlate themselves mutually by secured messages in a stable environment. However, ad hoc networks are rapidly changing mobile environments. This is difficult to be used in the ad hoc networks. The well-known implementation of distance vector routing, routing information protocol(RIP), has been successfully used within local networks. However, it has problem due to network topology changes. Unfortunately, they solve some problems and introduce others at the same time. The usefulness of the RIP to ad hoc environments is restricted due to the rapid topology change. Both link state and distance vector routing algorithms are not suitable for ad hoc network routing.EDD is one of the proposed routing protocols for ad hoc networks. It aims to overcome the looping problem of RIP and also reduce uneven distribution. III. Routing strategy In EDD, each mobile node of an ad hoc network maintains a routing table, which lists all available destinations, the hop and next hop to each destination and a sequence number create by the destination node. Using such routing table stored in each mobile node, the packets are transmitted between the nodes .Each node of the ad hoc network updates the routing table periodically .The update packet starts out with a hop of one to direct connected nodes. This indicates each receiving neighbor is one hop away from the node. Fig1: Routing path destination Next hop Number of hops Sequence number A A 0 A46 B B 1 B36 C B 2 C28 Table 1: Routing table IV. System Model To address multi-hop routing for VANET’s in an urban scenario, we make assumptions that each vehicle has a GPS device and a navigation system. In which the multi-hop routing means alternative routes for source and destination Fig2:Routing path In this graph there are two vertices for routing selection, one is source vehicle Vs and other one is destination vehicle Vd.The routing path is done by three modules, depending on the packet delivery as follows.  Dynamic route selection: It represents the changeable information of vehicles in the street, which actually determines the routing performance for a packet.It uses the concept of multi-hop routing in which it used to select an alternative path for data transmission.  Next route selection:If the packet is at one End side, the identification of other end side is recorded in the header of the packet to avoid a routing loop problem. It is a serious network problem which happens when a data packet is continually routed through the same routers.  Packet forwarding: It is relaying of packets from one node to another by nodes in a network. The original data of packet are transmitted from one node to another. Performance evaluation: We implement our proposed EDD in NS-2, it is a network simulator which runs on Linux.NS-2 provides routing and multicast protocols over wired and wireless networks. It works with two languages one is TCL (tool command language) other one is c++. TCL is used for node creation and c++ used in the protocols. both are object oriented programming languages.
  • 3. An Even Data-Distribution Protocol for Highly Dynamic VANET DOI: 10.9790/2834-1202012629 www.iosrjournals.org 28 | Page Table 2: Simulation table Output: Ns2 output has 3 files they are nam (.nam) ,trace (.tr) and Xgraph (.xgr)  NAM: Nam is TCL based animation tool for viewing network .  TRACE: The file written by an application to store coverage information or overall network information.Trace file is used to record the simulation events  Xgraph: It is a graphic representation of simulation results. Routing in NS-2:(nam output) V. Conclusion In this paper, we proposed a protocol called an Even Data Distribution protocol. Which make uneven distribution of data transmission in the vehicular ad-hoc network to an even distribution. In which the high mobility of vehicles in urban areas causes loss of data due to uneven distribution in order to reduce the impact of uneven distribution we transform it into even distribution using EDD protocol. In which it also increases the packet delivery ratio. The packet delivery ratiodepends on packet received by the destination and the packet generated by source.
  • 4. An Even Data-Distribution Protocol for Highly Dynamic VANET DOI: 10.9790/2834-1202012629 www.iosrjournals.org 29 | Page Acknowledgement We would like to thank, Assistant Professor Bildass Santhosam for his immense support and guidance. He really gave us many helpful suggestions in tracing and modelling of VANET. Reference [1]. O. Andrisano, R. Verdone, and M. Nakagawa, “Intelligent transportation systems: The role of third generation mobile radio networks,” IEEE Commun. Mag., vol. 38, no. 9, pp. 144–151, Sep. 2000. [2]. F. Li and Y. Wang, “Routing in vehicular ad hoc networks: A survey,” IEEE Veh. Technol. Mag., vol. 2, no. 2, pp. 12–22, Jun. 2007 [3]. V. Kumar, S. Mishra, and N. Chand, “Applications of VANETs: Present & future,” Commun. Netw., vol. 5, no. 1B, pp. 12–15, 2013. [4]. J. Nzouonta, N. Rajgure, G. Wang, and C. Borcea, “VANET routing on city roads using real-time vehicular traffic information,” IEEETrans. Veh. Technol., vol. 58, no. 7, pp. 3609–3626, Sep. 2009. [5]. Broch Joch, Maltz David A., etc.: A performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols, Fouth AnnualACM/IEEE International Conference on Mobile Computing and Networking, 1998.