Вы находитесь на странице: 1из 5

Wireless Sensor Networks : Research Challenges and Applications

Author : Saurabh Sharma saurabhsharma5@yahoo.com

Co-Author : Abhishek Gupta abhi.gupta18@yahoo.com

manufacturing costs to make a new technological


Abstract: Wireless sensor and actor networks vision possible: Wireless sensor networks. These
(WSAN) refer to a group of sensors and actors networks combine simple wireless
linked by wireless medium to perform distributed communication, minimal computation facilities,
sensing and acting tasks. The realization of and some sort of sensing of the physical
wireless sensor and actor networks (WSANs) environment into a new form of network that can
needs to satisfy the requirements introduced by be deeply embedded in our physical environment,
the coexistence of sensors and actors. In WSANs, fueled by the low cost and the wireless
sensors gather information about the physical communication facilities. Typical sensing tasks for
world, while actors take decisions and then such a device could be temperature, light,
perform appropriate actions upon the vibration, sound, radiation, etc. The hopedfor size
environment, which allows a user to effectively would be a few cubic millimeters, the target price
sense and act from a distance.They are currently range less than one US$, including radio front end,
receiving significant attention due to their microcontroller, power supply and the actual
unlimited potential. However, it is still very early sensor. All these components together in a single
in the lifetime of such systems. These networks device form a socalled sensornode. While these
combine simple wireless communication, minimal networks of sensor nodes share many
computation facilities, and some sort of sensing of commonalities with existing ad hoc network
the physical environment in to a new form of concepts, there are also a number of very
network that can be deeply embedded in our differences and specific challenges.
physical environment, fueled by the low cost and
the wireless communication facilities. In this 2. APPLICATIONS
paper we study the opportunities of commercial 2.1 TrafficManagementSystem
exploitation of applications based on sensor Wireless magnetic sensor networks offer a very
networks.Such applications are quite famous attractive, lowcost alternative to current
nowadays in many different domains of everyday technologies such as inductive loops, video
life (e.g.,healthmonitoring,trafficmonitoring).We cameras and radar for traffic measurement in
concentrate major research challenges for freeways, urban street intersections and presence
wireless sensor networks.We also did a brief detection in parking lots
mention of a number of other research challenges
that must be met before WSN become Some facts on traffic congestion
pervasive.We also look at the various applications
of these WSN like traffic managements , health a. Total amount of delay: 3.7 billion hours in
control and light control etc. 2003.
b. Wasted fuel: 2.3 billion gallons lost.
1. INTRODUCTION c. Congestion cost: $63 billion
In recent years, advances in miniaturization;
lowpower circuit design; simple, low power, yet From the above data [1] it becomes imperative to
reasonably efficient wireless communication find out a proper solution to this traffic congestion
equipment; and improved smallscale energy in big metropolitan cities. One disadvantage of
supplies have combined with reduced
most conventional vehicle detection methods in a goforward (F) and turnright (R) respectively. In
traffic control system is that they can only detect the following discussion, we use variable? To
the vehicle in a fixed position. This paper denote the approach? € {E, S, N, W, and variable?
proposed a new vehicle detection method using to denote the direction of turning? € {L, F, R}.
the Wireless Sensor Network (WSN) technology. Thus, a lane where a vehicle is running can be
The striking feature of the proposed WSNbased determined by a pair of {?,? } .In Fig. 4, the dotted
method is that it can monitor the vehicles turnright arrow means that if there is a sky pass or
dynamically. an underpass for pedestrians and cyclists, or
pedestrians and cyclists are not crowded, right turn
MajorCausesofCongestion is permitted. However, in order to make the
discussion simple, we assume that right turn is
permitted at all time.

Bottlenecks:
a. Intersections of onramps and main roads.
b. Blockage due to obstacles.

Figure1:Fourphasesofsignallight

2.2 ForLightMonitoringandControlApplication
The sensing aspect of WSAN is relatively well
studied and there are a few large scale test bed
deployments for in building sensing and
monitoring. The EYES group from TU Berlin
[2] has instrumented an office building with a
WSN that consists of more than 100 Infineon
nodes and covers 50 rooms. Its current testbed
only has sensing capability.

approaches (marked as N,S, Wand E) leading to


the intersection and each approach has three lanes
in the incoming direction, which are turnleft (L),
Figure2:Lightmonitoringandcontrol
casestudyFigure 2 shows the
schematic for the case study setup consisting of 6 Figure3:Thearchitectureofoursystem
to 8 light sensing nodes and a few actuator nodes
that are connected to dimmers. The nodes 3.
deployed are the Infineon EYES. Sensing and RESEARCHCHALLENGESPhysicalCharacteristi
actuation are implemented as separate networks, csofWSANs
joined at a central gateway, with distinct protocols In WSANs, the roles of sensor and actor nodes are
and addressing schemes. The sensing network to collect data from the environment and perform
runs publish/subscribe protocol that does not appropriate actions based on this collected data,
address individual sensors directly. A sample respectively. Thus, as shown below. These nodes
subscription is “sensors of which light readings are scattered in the sensor/actor field while the
are higher than 4000”, or “sensors located in the sink monitors the overall network and
living room”. The actuators run a more communicates with the task manager node and
conventional pointtopoint addressing protocol. sensor/actor nodes.
The gateway server provides internetworking with 1REALWORLDPROTOCOLS:Many current
the AN space and handles service requests by the WSN solutions are developed with simplifying
users via ANenabled Personal Digital Assistants assumptions about wireless communication and
(PDA). the environment, even though the realities of
wireless communication and environmental
2.3 Intelligentcarparkmanagementsystem:The sensing are well known. Many of these solutions
architecture of this system, as shown in Figure 3, work very well in simulation. It is either unknown
illustrates the relationship between the sensor how the solutions work in the real world or they
network, MOTEVIEW, PosgreSQL database, can be shown to work poorly in practice. We note
TinyOS, CarRecord database, and the car park that, in general, there is an excellent understanding
application. The sensor nodes can be deployed to a of both the theoretical and practical issues related
car parking field and collect the realtime to wireless communication.
occupation information and vehicle information.
The collected information can be transmitted to a Discussion/Newresearchisneededto
gateway via wireless communication among the 1. Measure and assess how the theoretical
sensor nodes. The gateway is connected to a properties of wireless communication are
database server via Internet. The collected exhibited in today’s and tomorrow’s sensing
information will be acquired and installed into a and communication devices.
database by a database server. The car park 1Establish better models of communication
management application operates on top of the realities to feed back into improved simulation
database. This architecture can effectively tools.
decouple the upper layer application from the 2Invent new network protocols that account for
underlying wireless sensor networks. the communication realities of real world
environments.
3Test the individual solutions on real platforms in ProgrammingAbstractions:
real world settings, and Synthesize novel solutions A key to the growth of WSN is raising the level
into a complete systemwide protocol stack for a of abstraction for programmers. Currently,
real application. programmers deal with too many low levels
4Establishing higherlevel (more abstract) models details regarding sensing and node to node
that is suitable for approximate (probabilistic or communication. Current research in programming
stochastic) reasoning and simulation, ideally with abstractions for WSN can be categorized into 7
mathematically rigorous relationships to the areas: environmental, middleware APIs, database
detailed designs. centric, event based, virtual machines, scripts and
5Verifying (with automated proof and/or componentbased. WSN deal primarily with
odelchecking) properties of both detailed and collecting, analyzing and acting on data, a
highlevel models database view of such systems is popular. In this
view, a programmer deals with queries written in
RealTime an SQLlike format.
WSN deal with real world environments. In any
cases, sensor data must be delivered within time SecurityThreats
constraints so that appropriate observations can be We have identified different challenges in
made or actions taken. Very few results exist to providing security to a WSN deployment
date regarding meeting realtime requirements in The first challenge: there is a conflicting Interest
WSN. Most protocols either ignore realtime or between minimization of resource consumption
simply attempt to process as fast as possible and and maximization of security level. A better
hope that this speed is sufficient to meet deadlines. solution actually gives a good compromise
between these two. During the design of any
PowerManagement security solution we need to take care of following
Wireless sensor networks are typically battery resource constraints limited energy, limited
operated, which means that they are also energy memory, limited computing power, limited
constrained. The lifetime of a sensor network communication bandwidth, limited
depends highly on the power consumption communication range.
performed at each sensor node. To maximize The second challenge: The communication in
wireless sensor networks lifetime, the problem of WSN is through wireless media, mainly radio.
energy efficiency needs to be tackled on all levels This characteristic of WSN makes wire based
of the entire network. Many researchers have been security scheme impractical for a WSN.
devoted to reducing power consumption in various
aspects of hardware design, data processing, The third challenge: The type of security
network protocols and operating system Limited mechanism that can be hosted on a sensor node
processor bandwidth and small memory are two platform is dependent on the capabilities and
arguable constraints in sensor networks, which constraints of sensor node network.
will disappear with the development of fabrication
techniques. However, the energy constraint is 5. REFERENCES
unlikely to be solved soon due to slow progress in [1] Texas Transportation Institute,
developing battery capacity. Moreover, the 2005UrbanMobilityReport
[2] K. Sakamoto, H. Takimoto, “Comparative study for
untended nature of sensor nodes Based on the fact performance level between two types of vehicle detector:
that individual sensor nodes are not reliable and comprehensive results.
subject to failure and single sensing readings can Proceedingsof1999IEEE/IEEJ/JSAIInternationalConference
be easily distorted by background noise and cause onIntelligentTransportationSystems, 1999, pp.10081012
false alarms, it is simply not sufficient to rely on a [3] L.A. Klein, “Traffic parameter measurement technology
evaluation”. ProceedingsoftheIEEE-
single sensor to safeguard a critical area. IEEVehicleNavigationandInformationSystemsConference,
1993, pp.529533 pp.11551161
[4] F. Woelk, S. Gehrig, and R. Koch, “A monocular image [6] SuetFei Li, Vlado Handziski, Andreas Köpke, Martin
based intersection assistant”. Kubisch, Adam Wolisz, A Wireless Sensor Network Testbed
IntelligentVehiclesSymposium2004,IEEE, 2004, pp.286291 Supporting Controlled Inbuilding Experiments,
[5] X.F. Chen, Z.K. Shi, “A Dynamic Optimization Method ProceedingofSensor2005, May 2005.
for Traffic Signal Timings Based on Genetic Algorithm”. [7] I. Akyildiz, I. Kasimoglu, Wireless sensor and actor
JournalofSystemSimulation, Vol 16 No.6. Chinese networks: research challenges, AdHocnetworks,2
Association for System Simulation. Beijing, 2004, (2004)351367

Вам также может понравиться