Conference PaperPDF Available

SSNM-Smart Sensor Network Model for vehicular ad hoc networks

Authors:

Abstract and Figures

Abstract— Vehicular ad hoc network is an emerging tremendous technology that facilitates ubiquitous wireless communication between vehicles and possibly with road side infrastructure to providing safety, driver assistance and comfort. Real-time vehicular information gathering is a significant and crucial part in vehicular communication about vehicle position and velocity, etc. For broadcasting and gathering real time vehicles information, usually base stations are used for communication with vehicles and backbone infrastructure. This vehicular- to-infrastructure architecture installed with different types of power cables and other heterogeneous devices, this type of solution elevate the installation and maintenance cost. Wireless sensor network is considering low cost technology to bridge the gap between physical and digital world. These wireless sensors are deployed without cables restriction in vehicular network to overcome the traditional system issues. In this paper, we propose a sensor based model for reliable and efficient communication in vehicular ad hoc networks. The complete process of data transmission and aggregation are designed and prototyped.
Content may be subject to copyright.
SSNM-Smart Sensor Network Model for Vehicular
Ad hoc Networks
Kashif Naseer Qureshi, Abdul Hanan Abdullah, Majid Bukhari and Raja Waseem Anwar
Department of Communication, Faculty of Computing,
Universiti Teknologi Malaysia, Skudai, Malaysia
kashifnq@gmail.com
Abstract— Vehicular ad hoc network is an emerging
tremendous technology that facilitates ubiquitous wireless
communication between vehicles and possibly with road side
infrastructure to providing safety, driver assistance and comfort.
Real-time vehicular information gathering is a significant and
crucial part in vehicular communication about vehicle position
and velocity, etc. For broadcasting and gathering real time
vehicles information, usually base stations are used for
communication with vehicles and backbone infrastructure. This
vehicular- to-infrastructure architecture installed with different
types of power cables and other heterogeneous devices, this type
of solution elevate the installation and maintenance cost. Wireless
sensor network is considering low cost technology to bridge the
gap between physical and digital world. These wireless sensors
are deployed without cables restriction in vehicular network to
overcome the traditional system issues. In this paper, we propose
a sensor based model for reliable and efficient communication in
vehicular ad hoc networks. The complete process of data
transmission and aggregation are designed and prototyped.
Keywords— Transmission, Aggregation, Wireless Sensor,
Vehicular network
I. INTRODUCTION
Vehicular ad hoc networks (VANETs) are self-organizing
distributed communication networks for providing road safety
and comfort by frequent exchange the data between vehicles
and infrastructure. At the present time increasing number of
fatalities due to different road dangers and accidents have been
recognized as a serious issue. According to WHO (World
Health Organization) the total number of road accident deaths
are 1.24 million per year [1]. Recently, VANETs have emerged
to turn the attention of researchers in the field of mobile and
wireless communication to deal with road dangers. The
accident detection and safety messages are most significant
services to enhance driving safety and comfort.
Communication between vehicles or with infrastructure is
possible through short and long range communication
standards such as wireless access for vehicular environment
(WAVE) and IEEE 802.11p, etc. [2, 3]. Moving cars are
communicating approximately 100 to 300 m with each other
and with infrastructure and create a wide range network.
VANET is a sub class of traditional mobile ad hoc network
(MANET) but with some unique features differentiate it with
MANET such as high mobility, frequently changing network
topology, etc. The communication performance is degrade and
suffered from dynamic change topology, interference because
of obstacles, lack of infrastructure, channel fading, etc. [4, 5].
The convergence of wireless sensor network with vehicular
communication facilitates highways and roads with an efficient
communication platform. The recent advances in embedded
technologies the wireless sensors networks have been used to
perform different monitoring tasks. Wireless sensor networks
breaks traditional end-to-end communications and introduced a
new type of distributed information exchange. The tiny sensor
nodes are deployed on roads with sensing capabilities for
information exchange.
In this paper a SSNM-Smart Sensor Network Model
propose for better and reliable communication in VANETs.
Through this model reduces the network delays, load and
removes redundant messages.
The paper is organized as follows: in section two, we
discuss related work and existing network issues in VANETs.
In section three, we discuss the propose model in detail. The
last section presents the simulation results and compared
propose model with traditional model in terms of packet loss
and end-to-end delay.
II. RELATED WORK
Various different types of solutions have been proposed to
improve vehicular network applications performance. The
VANETs applications performed different functions such as
provide traffic safety and monitoring, control, traffic law
enforcement and infotainment, etc. The role of wireless sensors
in these applications are limited such as for information
retrieval, etc. The sensors devices work proactively to warn
drivers about prior dangerous situation such as sense road
conditions, presence of obstacles, animal detection, overtaking
assistance, etc. [6, 7].
Fanyu et al. [8] proposed a system framework based on
static road side sensors for information retrieval. Mobile sensor
nodes in vehicles monitor and collected road condition and
disseminate to road side sensors. This hybrid method addressed
the traffic congestion control issue by collecting data through
vehicles and road side sensors. This approach is limited for
2015 International Conference on Smart Sensors and Application (ICSSA)
978-1-4799-7364-4/15/$31.00 ©2015 IEEE 82
events by emplacing static sensor nodes without base station.
Hua et al. [7] proposed a sensor based scheme to address the
inherent limitations of traditional VANET based systems with
two communication interfaces: WiFi (IEEE 802.11) and
ZigBee (IEEE 802.15.4). The sensor node based on ZigBee
standard for communication with other sensors. The prototype
of the system tested in field and results showed that through
suitable parameters the energy and safety achieved
simultaneously. This system also limited with sensor
performance and its energy consumption issues. Wolfgang et
al. [6] proposed cooperative road infrastructure system with
overtaking assistance and based on wireless sensors and
actuators for measuring and estimating road properties.
Carolina et al. [9] proposed HSVN (Hybrid sensor
vehicular network) platform for disseminating road information
between vehicles. Author tested different routing protocols to
evaluate network performance in the presence of wireless
sensor nodes. According to this model the road divided into
segments, but the VANETs topology is dynamically change so
the proposed approach is suitable for pre plan highways and
not effect for urban and un-planned rural areas.
For our propose model we use two standard routing
protocols DSR (Dynamic Source Routing) [10] and AODV
(Ad Hoc on Demand Distance Routing) [11] protocols, which
are effective in the terms of throughput, end-to-end delay.
AODV is multihop topology based routing protocol, it's pure
on demand; need base protocol and maintained all the listed
routes in the table. In AODV, the source node initiates by using
Hello beacons for discover and detect its neighbor, then the
source transmit a route request packet (RREQ), and then its
neighbor repeat same procedure with their neighbors. The
RREQ packets do not know about route to the destination
target before sending the packet to their neighbors. The RREQ
message has IP address of source and destination nodes and
contains current and last known sequence numbers. When
RREQ packet are reach to destination node, it add the entry of
address and send this information to their routing table, it is
called backward learning. Finally, a reply packet (RREP)
transmitted to the source node.
The DSR protocol was proposed in 1996, and it is
straightforward and competent routing protocol similar with
AODV, It forms the route on demand and depend on source
routing as a substitute of table. The meaning of source routing
is the header of every packet bear sequence number list of
nodes for transmission to the destination. The approach of DSR
is depend on two processes: route discovery and maintenance;
in discovery process source node first check the node cache for
existence of a route. If the route entry does not exist then it
starts the discovery phase. During the packet transfer between
source and destination, in maintenance process if source node
noticed any broken route then use any other alternative route to
the destination.
III. SYSTEM OVERVIEW
The proposed SSNM (Smart sensor network model) based
on four subsystems: (1) Sensing subsystem (acquisition of
information) (2) Distribution subsystem (information
distribution) (3) Decision subsystem (information processing)
(4) Execution subsystem (execution of information). These
subsystems are multi directional subsystems to interact with
each other and equipped with different heterogonous devices.
The Fig 1, shows the complete smart sensor network model
with four sub system.
The sensing subsystem is based on prevailing wireless
sensor network technology and deployment of tiny size sensors
throughout the observation area. These sensors detects vehicles
and communicate wirelessly with each other. If the area of
sensing is larger to communicate with other sensors in network,
then various different types of routing protocols are available to
create self-forming and self-healing capabilities. On the other
hand vehicles nodes are also used for large areas to relay the
information with the help of on board sensors installed in
vehicles. The distribution subsystem is responsible to exchange
the information between sensing and decision subsystems.
Because it is placed in center and serving as transmission in-
charge of sensed data. Another responsibility of this subsystem
is forwarding every event received from sensing subsystem and
need significant amount of power. To cover up this place
Fig 1: Smart sensor network model
2015 International Conference on Smart Sensors and Application (ICSSA)
978-1-4799-7364-4/15/$31.00 ©2015 IEEE 83
researchers proposed different solutions such as on board
devices installed in vehicles, base stations, smart phones and
cellular networks [7, 12].
Devices in vehicles with onboard facilities are used to
broadcast the information without any energy constraints, but
the problem in this approach is one hop communication, which
enables data sharing from source to every vehicle. The second
multi-hop method is base station (BS) faster and scalable
because it is equipped with various technologies, but it requires
more system resources. Another issue is negative impact of low
technology penetration rates on system performance. Smart
phones also used for distribution subsystems but these devices
need user interaction and used 3G (third generation) cellular
networks. The cellular system is an attractive choice for
distributed subsystem, some gateway require to be placed close
to cellular base station and some sensors nodes connect with it
with different radio technologies such as 3G (Third
generation), WLAN (Wide Local Area Network), etc. The third
subsystem is decision making use for planning and important
actions in order to complete the objective of system. Basically
this subsystem responsibilities divided into three different
categories: data storage, processing and managing the network.
The fourth and last subsystem is execution for necessary
actions which foster changes in traffic flow. It is composed
with visual and acoustic drivers and stimuli.
3.1 Main Features of SSNM
The one of the main key feature of SSNM is its ability to
obtain information from road environment. Sensor nodes
acquire raw data and process them for occurrence of some
events such as vehicle velocity and length, etc. Another feature
is vehicle identification and classification and making statistics
from road by different vehicles. The process of re-identification
is enabling the vehicle tracking, travel time, origin demands
and for environment monitoring [13]. These sensor based
systems are helpful for detect the presence of different
obstacles and animals on the roads.
The vehicle detection is significant for traffic safety and for
control applications, with sensor nodes, it will be easily detect
moving vehicle and at least one measurement recorded.
Previous traditional vehicle detection systems used video
cameras instead of sensors. The collaborative sensors
deployment are useful for detect the speed of vehicle because
the single sensor node require additional length [14]. The
above Fig 1, showed the one cellular tower covering a large
road junction, the system is cost effective in terms of many
base station installation.
3.2 SSNM Hardware
For sensing subsystem we used different types of sensors
with different functions. The AMR (Anisotropic Magneto-
Resistance Sensors) are used for detecting vehicles because of
their tiny size, low power features and provide accurate
detection functionality [15, 16]. These sensors measure the
variation produced by earth magnetic field. These are placed in
encapsulation plastic box on the roadside. Acoustic sensors are
used to detect vehicles engine noise through microphone. It is
used for long range and used in multiple lanes for reliable
detection [17]. Passive Infrared sensor used for vehicle
velocities and used in multi-lanes detection. For road
monitoring we used accelerometers to detect humidity, snow,
ice, etc. The Fig 2, shows the internal and external view of
sensor network.
3.3 Data Transferring and Aggregation
The sensor subsystem nodes detect vehicle distance and
direction and send to base station because base station need
these information all the time. The base station installed at
intersection and always need the information such as how
many vehicles reach in every lane before signal ends. Base
station is responsible for collecting all the messages and send
to decision subsystem. Denote the information that vehicle
Fig 2: Internal and external structure view of sensor node
2015 International Conference on Smart Sensors and Application (ICSSA)
978-1-4799-7364-4/15/$31.00 ©2015 IEEE 84
node provided is Γ (v),
Denoted the information a base station unit b provided is β (b),
(2)
Then,
(3)
In the above formula, f
1( ) present aggregation function such
as average, count, max, min, etc. and Φ (b) shows the vehicle
set monitored through base station B and VJ shows the vehicle
unit. The brief function is depend on VANET application.
The distributed subsystem is not only gathering vehicle
information it also connect with upper level with decision
subsystem. In last the data will send to execution subsystem
and this information set denote with Si and βT (Si), then
The f2( ) is another aggregation function and depends on the
application.
A vehicle unit Vj sends vehicle information denote with г(Vj)
to the sensor nodes Si and then sensors collects the
information after several data aggregations and send to base
station, the complete procedure shows in Fig 3.
As mentioned above, the data aggregates divided into three
main steps: vehicles to sensors (VS), relay by sensor unit
(SiSi-1), and sensor unit to base station unit (SiB).
VS: S sends broadcast message
(vehicle_info_Request), with parameter of SID. V
sends Vehicle_Info back to S with parameter г(V).
Si Si-1: Road information with parameter βT (Vi).
V1 B: the message is the same as above, with
different receiver.
The vehicles communication, sensors and base station
systems are different with each other but the basic architecture
is same with different requirements such as hardware,
operating system and protocols for communication. In system
hardware the on board units are installed in cars, and different
types of sensors deployed on cellular base station. Operating
system in sensors is WSN:FDCX08-W and also its depend on
applications. The protocol standard IEEE 802.15.4 is used to
meet the system requirement in sensor side and for vehicles
and cellular system the dedicated short range communication
(DSRC) and WAVE IEEE 1609 are implemented.
(a) Data transmission and aggregation
(b) Message procedure
Fig 3 (a and b): Data transmission and aggregation
IV. SIMULATION RESULTS
In this section, the simulation results obtained for proposed
model have been presented. To analyze the performance of
proposed SSNM model we used NS2 simulator with SUMO
mobility generator [18]. We have two scenarios to test our
proposed sensor based scheme, the first is traditional VANETs
environment and second one is with sensors subsystem. We
used two well knows routing protocols for routing called ad
hoc networks AODV (Ad hoc on demand) and DSR (Dynamic
source routing) [19]. In first scenario vehicles node exchange
the information with road side unit and RSU send and gather
data with traffic management system for further process. This
communication is multi-hop and depends on applications. In
second scenario the data will pass through sense subsystem
where various different types of nodes deployed on the road
(1)
(4)
2015 International Conference on Smart Sensors and Application (ICSSA)
978-1-4799-7364-4/15/$31.00 ©2015 IEEE 85
side and send the gather data to cellular tower for further
process. The below Table 1, shows the simulation parameters
to test these two scenarios.
TABLE I. SIMULATION PARAMETERS
S/No Description Parameters
1 Vehicle Velocity µ=30 to 70 km/h
2 Road lanes 2
3 Road length 2 KM
4 Number of vehicle 10 to 20
5 Transmission Range of
WSN and VANET nodes
150 m
6 Routing Protocols AODV, DSR
7 Packet Size 500,1000,1500 bytes
8 MAC IEEE 802.11b
We have analyzed the performance losses and compared
the performance of AODV to DSR in terms of end-to-end
delay and packet losses. The below Fig 3 (a) shows the
evolution of packet loses in traditional VANET scenario with
different packet sizes and show the 70% confidence interval for
these values, where six simulations per point have been carried
out with different vehicle speeds.
(a) Traditional VANET scenario
(b) WSN based VANET scenario
Fig 4 (a and b): Packet loses evaluation in traditional and WSN
based VANETs scenarios with AODV and DSR routing
protocols
The result depicted in Fig 4. show the comparison of
traditional and WSN based VANET with different vehicle
speeds. It can be clearly observed that packet loses of proposed
model is below, whereas with two routing protocols the packet
loss of traditional model is higher. The difference between
traditional and WSN based model can be attributed to the fact
that proposed model is based on wireless sensors.
An end-to-end delay has been given in Fig 5. The proposed
system shows the traditional system end-to-end time is higher
compared with WSN based system results. The reason behind
the better results of end-to-end delay is its sensor based
strategy of data collection and aggregations. The stable nature
of proposed system will decrease the network load and increase
throughput in vehicular ad hoc network.
(a) End-to-end delay in traditional scenario
(b) End-to-end delay in WSN based System
Fig 5 (a and b): End-to-end delay of traditional and WSN based
VANET scenarios with DSR and AODV protocols
The results clearly shows that SSNM (Smart sensor
network model) outperforms in terms of packet loss and end-
2015 International Conference on Smart Sensors and Application (ICSSA)
978-1-4799-7364-4/15/$31.00 ©2015 IEEE 86
to-end delay. The low cost and effective wireless sensor nodes
deployment with already exist cellular base station can help to
forward the data effectively in the presence of obstacles in city
environment.
V. CONCLUSION
To address the issues of information collection and
transferring for further process in vehicular ad hoc networks,
this paper propose a wireless sensor based model with its low
cost and power capabilities. In the presence of obstacles the
traditional base station deployment is not suitable especially in
city environment. These base stations are high in cost with fix
radio range. Wireless sensors deployment on road side is an
effective solution for data gathering and aggregation between
different subsystems. The VANET environment is portioned
frequently due to the absence of vehicles, these road side
sensors can help to forward the packets to cellular base station,
which is already exist in network. The results showed the better
performance of proposed system in terms of packet loss and
end-to-end delay in network. The proposed sensor based
system also saves space, cost effective, fast transmission and
able to reduce communication overhead and bandwidth.
ACKNOWLEDGMENT
This research is supported by the Ministry ofEducation
Malaysia (MOE) and in collaboration with Research
Management Centre (RMC) Universiti Teknologi Malaysia
(UTM). This paper is funded by the GUP Grant (vote
Q.J130000.2528.06H00).
REFERENCES
[1] World Health Organization. WHO global status report on road safety
2013: supporting a decade of action. World Health Organization, 2013.
[2] Standards Committee. "Wireless LAN medium access control (MAC)
and physical layer (PHY) specifications: Amendment 8: Medium Access
Control (MAC) Quality of Service enhancements." IEEE Computer
Society (2005).
[3] K. N. Qureshi and A. H. Abdullah, "A survey on intelligent
transportation systems," Middle-East Journal of Scientific Research, vol.
15, pp. 629-642, 2013.
[4] S. Mao, S. Lin, S. S. Panwar, Y. Wang, and E. Celebi, "Video transport
over ad hoc networks: multistream coding with multipath transport,"
Selected Areas in Communications, IEEE Journal on, vol. 21, pp. 1721-
1737, 2003.
[5] K. N. Qureshi and A. H. Abdullah, "Localization-Based System
Challenges in Vehicular Ad Hoc Networks: Survey," Smart Computing
Review, vol. 4, pp. 515-528, 2014.
[6] W. Birk, E. Osipov, and J. Eliasson, "iRoad—Cooperative Road
Infrastructure Systems for Driver Support," in Proceedings of the 16th
ITS World Congress, 2009.
[7] H. Qin, Z. Li, Y. Wang, X. Lu, W. Zhang, and G. Wang, "An integrated
network of roadside sensors and vehicles for driving safety: Concept,
design and experiments," in Pervasive Computing and Communications
(PerCom), 2010 IEEE International Conference on, 2010, pp. 79-87.
[8] F. Kong and J. Tan, "A collaboration-based hybrid vehicular sensor
network architecture," in Information and Automation, 2008. ICIA 2008.
International Conference on, 2008, pp. 584-589.
[9] Tripp Barba, Carolina, Karen Ornelas Aguirre, and Mónica Aguilar
Igartua. "Performance evaluation of a hybrid sensor and vehicular
network to improve road safety." Proceedings of the 7th ACM workshop
on Performance evaluation of wireless ad hoc, sensor, and ubiquitous
networks. ACM, 2010.
[10] Ad hoc On-Demand Distance Vector (AODV) Routing.
http://www.ietf.org/rfc/rfc3561.txt
[11] The Dynamic Source Routing Protocol (DSR. http://www.rfc-
editor.org/rfc/rfc4728.txt
[12] L. Li, Y.-A. Liu, and B.-H. Tang, "SNMS: an intelligent transportation
system network architecture based on WSN and P2P network," The
journal of China universities of posts and telecommunications, vol. 14,
pp. 65-70, 2007.
[13] C. Sun, S. G. Ritchie, K. Tsai, and R. Jayakrishnan, "Use of vehicle
signature analysis and lexicographic optimization for vehicle
reidentification on freeways," Transportation Research Part C: Emerging
Technologies, vol. 7, pp. 167-185, 1999.
[14] S. Y. Cheung, S. Coleri, B. Dundar, S. Ganesh, C.-W. Tan, and P.
Varaiya, "Traffic measurement and vehicle classification with single
magnetic sensor," Transportation research record: journal of the
transportation research board, vol. 1917, pp. 173-181, 2005.
[15] A. Haoui, R. Kavaler, and P. Varaiya, "Wireless magnetic sensors for
traffic surveillance," Transportation Research Part C: Emerging
Technologies, vol. 16, pp. 294-306, 2008.
[16] K. N. Qureshi and A. H. Abdullah, "Adaptation of Wireless Sensor
Network in Industries and Their Architecture, Standards and
Applications," World Applied Sciences Journal, vol. 30, pp. 1218-1223,
2014.
[17] D. H. Goldberg, A. G. Andreou, P. Julian, P. O. Pouliquen, L. Riddle,
and R. Rosasco, "A wake-up detector for an acoustic surveillance sensor
network: Algorithm and vlsi implementation," in Proceedings of the 3rd
international symposium on Information processing in sensor networks,
2004, pp. 134-141.
[18] M. Behrisch, L. Bieker, J. Erdmann, and D. Krajzewicz, "Sumo-
simulation of urban mobility-an overview," in SIMUL 2011, The Third
International Conference on Advances in System Simulation, 2011, pp.
55-60.
[19] K. N. Qureshi And Abdul. H. Abdullah, "Topology Based Routing
Protocols for Vanet and Their Comparison with Manet," Journal of
Theoretical and Applied Information Technology, vol. 58, 2013.
2015 International Conference on Smart Sensors and Application (ICSSA)
978-1-4799-7364-4/15/$31.00 ©2015 IEEE 87
... Routing metric Channel selection Energy conservation CCC OBPF [23] Link quality Single channel No No SE-AOMDV [24] Hop count Single nonoverlapping channel No No CR-AODV [16] Optimized channel route Single channel Yes Yes ERMR [25] Energy and stability Channel availability time Yes Dedicated MRPC [26] Hop count Stability No Dedicated PMRC [27] Route path Single channel No Dedicated any CR node synchronization with other nearby CR nodes for cognitive control exchange is a huge challenge. Moreover, the AODV routing protocol with dynamic spectrum access has certain limitations to select the end-to-end channel-route in between the source and destination CR node. is is due to increased route-channel control overhead, longer channel rendezvous end-to-end delays, and increased collision probability because of the multichannel hidden terminal issue. ...
Article
Full-text available
End-to-end application performance and throughput of vehicular cognitive transport control protocol depend on how efficiently the segments (TCP header) are being transmitted from source to destination. One way to enhance the performance of vehicular cognitive TCP protocol is by reducing the packet drops in between the source and destination. In general, packet drops occur in between the source and destination of Cognitive Radio Vehicular Ad Hoc Network (CR-VANET) because of spectrum handoff or cognitive node handoff, or network congestion. In this paper, we focus on enhancing the performance of cognitive TCP protocol through “cognitive AODV routing protocol with the spectrum handoff mechanism.” In the proposed work, channel-route control messages of cognitive AODV routing protocol are updated with the support of spectrum handoff which helps to provide the backup opportunistic channel during PU active and helps to reduce the end-to-end spectrum handoff packet drops. Simulation results reveal that the overall performance of the vehicular cognitive TCP protocol with the proposed spectrum handoff aware cognitive AODV routing protocol is enhanced as compared to the existing cognitive TCP protocol.
Chapter
In this paper, a smart vehicular traffic management through Vehicular Ad-hoc NETworks (VANETs) infrastructure and communications (V2I and V2V) is propose. A distributed algorithm called SeaWave with the aim to build less congested path for the vehicles in a urban scenario has been developed. It is also considered the problem regarding to enhance air quality around the cities reducing the vehicles CO2 emissions. There are different causes related to the CO2 emissions such as the average travelled time spent by vehicles inside the city and their average speed. Hence, with a better traffic management the average time spent by the vehicles in the city will be considerably reduced as well as CO2 emissions. These results are demonstrated in a discrete events simulator by using real traffic data. In particular, we used a congested scenario related a morning peak hour for the Bologna’s City.
Article
The paper proposed a spot vehicle speed detection method bases on a smart infrastructure called Smart Road Stud (SRS), which has functionalities of vehicle detection, wireless transmission, self-powering module and a controlled light-based traffic guidance as a compact road safety stud. Traditional dual-node speed detection system deployed two separated nodes with relative several meters long gap. The SRS integrates two identical three-axis geomagnetic sensors with a short pitch less than 10cm on a single board to form an integrated device for speed detection, which result the low time resolution of sample points with high driving speed. The slight delay ununiformity of two raw detection waveforms can induce a big error in time difference calculation. The paper proposed standardized processing and Local-Optimization-Fitting (LOF) method for speed calculation, for solving the problem of low time signal resolution and waveform ununiformity induced by different electrical characteristics of two channels. Field testing results show the LOF method for spot vehicle speed estimation is over 93% accuracy, which is worthy of practical application.
Conference Paper
Hybrid sensor and vehicular network (HSVAN) is a new and inexpensive technology that combines the features of wireless sensor network (WSN) with vehicular ad hoc network and (VANET). In HSVAN, sensor nodes' distribution is prearranged and deployed along with the roadsides and have centralized communication channel with sensor gateway that alert drivers from dangerous conditions. However, the network dynamic imposes new challenges that should be addressed regarding appropriate routing protocols that should be implemented to disseminate the data among the nodes. In this paper, the performance of AODV and OLSR routing protocols in HSVAN adopting IEEE 802.11b and IEEE 802.11p MAC standards was investigated. The simulation scenario represents a rural environment with six nodes and one WSN gateway using the NS-3 and SUMO simulator. Simulation result shown that IEEE 802.11p achieved 9% throughput gain over IEEE 802.11b as a MAC protocol. Moreover, the AODV routing protocol outperformed OLSR by 3%, 4%, and 55% in term of throughput, packet delivery ratio, and end to end delay respectively. However, the effect of mobility high data request not been considered to imitate the real HSVAN environment.
Article
Full-text available
The vehicular ad hoc network is an emerging technology providing quick and costefficient communications in the automobile industry and great applications providing safety, driver assistance and comfort. Real-time information about a vehicle node’s position is based on assumptions acquired from various protocols and applications. One of the most popular technologies, the global positioning system (GPS), has been installed in vehicles to provide reasonable assumptions. A vehicular network depends on localization systems showing vehicle movement in critical areas. GPS systems have faced undesirable issues, such as information not always being available and not being robust enough for some applications. Different types of localization methods have been proposed, such as image/video localization, cellular localization and dead reckoning, to overcome GPS limitations. Data fusion for vehicle positioning is an emerging solution for robust and accurate techniques to replace previous techniques. In this paper, our discussion is based on localization requirements, localization applications and techniques, and the issues for vehicular ad hoc networks. Furthermore, we discuss how these localization techniques and data fusion are combined and used in safety applications to enhance network performance.
Article
Full-text available
Wireless Sensor Networks (WSN) is a rising technology that proves enormous assurance in various applications. The combination of communication processing and sensing technology provides profitable low cost and efficient environment for different systems. The small nodes constrained capabilities to collect, process, sense and disseminate data for applications. The intent of this paper is to investigate the architecture of traditional sensor and components. Further, discuss standards and applications, which are used in industrial zone, discuss some technologies of industrial applications such as Zigbee, wirelessHART, ISA 100 and compare with each other. We shed some light on the future trends as well.
Article
Full-text available
The development in technologies the mobile networks has been rapidly change, especially Mobile Ad-hoc and Vehicular Ad-Hoc networks. Due to nature of the fields, the mobile sensor network replaced the fixed sensor network. In these fields, the topology dynamically changes time by time due to speed and congested environment because of this routing is a crucial and challenging issue. For routing a variety of new routing protocols have been developed. In mobile Ad-hoc networks and Vehicular Ad-Hoc networks the routing protocols are divided into different categorize. They based on topology, position, and network. We discuss the topology based efficient routing protocols and some shed on pros and cons and characteristics and types of these protocols. Moreover, we compare the protocols performance and nature of work.
Conference Paper
Full-text available
This paper discusses the design and implementation of a cooperative road infrastructure systems, which uses an intelligent road surface. Using an overtaking assist feature as an example it is shown how such a feature can be designed and implemented on a road infrastructure and inte-grated with drivers and passengers using IMS. The feasibility of this feature is assessed from a functional and communication perspective. Moreover, first results from real-life tests on the Swedish highway E4 are presented which motivate the next research and development steps.
Article
Full-text available
Transportation or transport sector is a legal source to take or carry things from one place to another. With the passage of time, transportation faces many issues like high accidents rate, traffic congestion, traffic & carbon emissions air pollution, etc. In some cases, transportation sector faced alleviating the brutality of crash related injuries in accident. Due to such complexity, researchers integrate virtual technologies with transportation which known as Intelligent Transport System. The idea of virtual technologies integration is a novel in transportation field and it plays a vital part to overcome the issues in global world. This paper tackles the great variety of Intelligent Transport System applications, technologies and its different areas. The objective of this literature review is to integrate and synthesize some areas and applications, technologies discuss with all prospects. Furthermore, this research focuses on a wide field named Intelligent Transport Systems, discussed its wide applications, used technologies and its usage in different areas respectively.
Conference Paper
Full-text available
SUMO is an open source traffic simulation package including net import and demand modeling components. We describe the current state of the package as well as future developments and extensions. SUMO helps to investigate several research topics e.g. route choice and traffic light algorithm or simulating vehicular communication. Therefore the framework is used in different projects to simulate automatic driving or traffic management strategies.
Article
Wireless magnetic sensor networks offer an attractive, low-cost alternative to inductive loops for traffic measurement in freeways and at intersections. In addition to providing vehicle count, occupancy, and speed, these sensors yield information (such as non-axle-based vehicle classification) that cannot be obtained from standard loop data. Because such networks can be deployed quickly, they can be used (and reused) for temporary traffic measurement. This paper reports the detection capabilities of magnetic sensors on the basis of two field experiments. The first experiment collected a 2-h trace of measurements on Hearst Avenue in Berkeley, California. The vehicle detection rate was better than 99% (100% for vehicles other than motorcycles), and estimates of average vehicle length and speed appear to have been better than 90%. The measurements also yield intervehicle spacing or headways, revealing interesting phenomena such as platoon formation downstream of a traffic signal. Results of the second experiment are preliminary. Sensor data from 37 passing vehicles at the same site are processed and classified into six types. Sixty percent of the vehicles are classified correctly when length is not used as a feature. The classification algorithm can be implemented in real time by the sensor node itself, in contrast to other methods based on high-scan-rate inductive loop signals, which require extensive off-line computation. It is believed that if length were used as a feature, 80% to 90% of vehicles would be correctly classified.
Article
The vehicle reidentification problem is the task of matching a vehicle detected at one location with the same vehicle detected at another location from a feasible set of candidate vehicles detected at the other location. This paper formulates and solves the vehicle reidentification problem as a lexicographic optimization problem. Lexicographic optimization is a preemptive multi-objective formulation, and this lexicographic optimization formulation combines lexicographic goal programming, classification, and Bayesian analysis techniques. The solution of the vehicle reidentification problem has the potential to yield reliable section measures such as travel times and densities, and enables the measurement of partial dynamic origin/destination demands. Implementation of this approach using conventional surveillance infrastructure permits the development of new algorithms for ATMIS (Advanced Transportation Management and Information Systems). Freeway inductive loop data from SR-24 in Lafayette, California, demonstrates that robust results can be obtained under different traffic flow conditions.
Article
With the development of city road networks, the question of how to obtain information about the roads is becoming more and more important. In this article, sensor network with mobile station (SNMS), a novel two-tiered intelligent transportation system (ITS) network architecture based on wireless sensor network (WSN) and peer-to-peer (P2P) network, is proposed to provide significant traffic information about the road and thereby, assist travelers to take optimum decisions when they are driving. A detailed explanation with regard to the strategy of each level as well as the design of two main components in the network, sensor unit (SU) and mobile station (MS), is presented. Finally, a representative scenario is described to display the operation of the system.
Article
Sensys Networks’ VDS240 vehicle detection system is a wireless sensor network composed of a collection of 3″ by 3″ by 2″ sensor nodes put in the center of a lane and a 6″ by 4″ by 4″ access point (AP) box placed 15′ high on the side of the road. A node measures changes in the earth’s magnetic field induced by a vehicle, processes the measurements to detect the vehicle, and transfers the processed data via radio to the AP. The AP combines data from the nodes into information for the local controller or the Traffic Management Center (TMC). An AP communicates via radio directly with up to 96 nodes within a range of 150′; a Repeater extends the range to 1000′. This range makes it suitable to deploy VDS240 networks for traffic counts, stop-bar and advance detection, and measurement of queue lengths on ramps and at intersections, as well as parking guidance and enforcement. VDS240 is self-calibrating, IP-addressable and remotely monitored. Data are not lost because unacknowledged data packets are retransmitted. The accuracy of VDS240 for vehicle counts, speed and occupancy is comparable to that of well-tuned loops. Because the nodes report individual vehicle events, the AP also calculates individual vehicle lengths, speeds and inter-vehicle headways—measurements that can be used for new traffic applications. In July 2007, VDS240 systems were deployed in arterials and freeways in several cities and states, and 30 customer trials were underway in the US, Australia, Europe and South Africa.