Wireless sensor network

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 71.147.0.163 (talk) at 23:39, 1 October 2006 (→‎External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A wireless sensor network (WSN) is a computer network consisting of spatially distributed autonomous devices using sensors to cooperatively monitor physical or environmental conditions, such as temperature, sound, vibration, pressure, motion or pollutants, at different locations.[1][2] The development of wireless sensor networks was originally motivated by military applications such as battlefield surveillance. However, wireless sensor networks are now used in many civilian application areas, including environment and habitat monitoring, healthcare applications, home automation, and traffic control.[1][3]

In addition to one or more sensors, each node in a sensor network is typically equipped with a radio transceiver or other wireless communications device, a small microcontroller, and an energy source, usually a battery. The size a single sensor node can vary from shoebox-sized nodes down to devices the size of grain of dust.[1] The cost of sensor nodes is similarly variable, ranging from hundreds of dollars to a few cents, depending on the size of the sensor network and the complexity required of individual sensor nodes.[1] Size and cost constraints on sensor nodes result in corresponding constraints on resources such as energy, memory, computational speed and bandwidth.[1]

In computer science, wireless sensor networks are an active research area with numerous workshops and conferences arranged each year.[citation needed]

Applications

The applications for WSNs are many and varied. They are used in commercial and industrial applications to monitor data that would be difficult or expensive to monitor using wired sensors. They could be deployed in wilderness areas, where they would remain for many years (monitoring some environmental variable) without the need to recharge/replace their power supplies. They could form a perimeter about a property and monitor the progression of intruders (passing information from one node to the next). There are a many uses for WSNs.

Typical applications of WSNs include monitoring, tracking, and controlling. Some of the specific applications are habitat monitoring, object tracking, nuclear reactor controlling, fire detection, traffic monitoring, etc. In a typical application, a WSN is scattered in a region where it is meant to collect data through its sensor nodes.

  • Environmental monitoring
  • Habitat monitoring
  • Acoustic detection
  • Seismic Detection
  • Military surveillance
  • Inventory tracking
  • Medical monitoring
  • Smart spaces
  • Process Monitoring

Area monitoring

Area monitoring is a typical application of WSNs. In area monitoring, the WSN is deployed over a region where some phenomenon is to be monitored. As an example, a large quantity of sensor nodes could be deployed over a battlefield to detect enemy intrusion instead of using landmines. When the sensors detect the event being monitored (heat, pressure, sound, light, electro-magnetic field, vibration, etc), the event needs to be reported to one of the base stations, which can take appropriate action (e.g., send a message on the internet or to a satellite). Depending on the exact application, different objective functions will require different data-propagation strategies, depending on things such as need for real-time response, redundancy of the data (which can be tackled via data aggregation techniques), need for security, etc.

Characteristics

Unique characteristics of a WSN are:

  • Small-scale sensor nodes
  • Limited power they can harvest or store
  • Harsh environmental conditions
  • Node failures
  • Mobility of nodes
  • Dynamic network topology
  • Communication failures
  • Heterogeneity of nodes
  • Large scale of deployment
  • Unattended operation

Sensor nodes can be imagined as small computers, extremely basic in terms of their interfaces and their components. They usually consist of a processing unit with limited computational power and limited memory, sensors (including specific conditioning circuitry), a communication device (usually radio transceivers or alternatively optical), and a power source usually in the form of a battery. Other possible inclusions are energy harvesting modules, secondary ASICs, and possibly secondary communication devices (e.g. RS232 or USB).

The base stations are one or more distinguished components of the WSN with much more computational, energy and communication resources. They act as a gateway between sensor nodes and the end user.

Platforms

Hardware

The main challenge is to produce low cost and tiny sensor nodes. With respect to these objectives, current sensor nodes are mainly prototypes. Miniaturization and low cost are understood to follow from recent and future progress in the fields of MEMS and NEMS. Some of the existing sensor nodes are given below. Some of the nodes are still in research stage.

Standards

Software

Energy is the scarcest resource of WSN nodes, and it determines the lifetime of WSNs. WSNs are meant to be deployed in large numbers in various environments, including remote and hostile regions, with ad-hoc communications as key. For this reason, algorithms and protocols need to address the following issues:

  • Lifetime maximization
  • Robustness and fault tolerance
  • Self-configuration

Amongst the hot topics in WSN software, the following can also be pointed out:

  • Security
  • Mobility (when sensor nodes or base stations are moving)
  • Middleware: the design of middle-level primitives between the software and the hardware

Operating systems

  • Bertha (pushpin computing platform)
  • BTnut Nut/OS
  • Contiki
  • CORMOS: A Communication Oriented Runtime System for Sensor Networks
  • eCos
  • EYESOS
  • MagnetOS
  • MANTIS (MultimodAl NeTworks In-situ Sensors)
  • SenOS
  • SOS
  • TinyOS

Middleware

There is a need and considerable research efforts currently invested in the design of middleware for WSN's. There are various research efforts in developing middleware for wireless sensor networks.[3] In general approaches can be classified into distributed database, mobile agents, and event-based.[4]

  • AutoSec
  • COMiS
  • COUGAR
  • DSWare
  • Enviro-Track
  • Global Sensor Networks;GSN (Application Oriented Middleware for sensor networks)[1].
  • Impala
  • MagnetOS
  • MiLAN
  • Netwiser - A Network IDE with a portable middleware framework
  • SensorWare
  • SINA
  • TinyDB
  • TinyGALS

Programming languages

Programming the sensor nodes is difficult when compared to the normal computer systems. The resource constrained nature of these nodes gives rise to new programming models.

  • c@t (Computation at a point in space (@) Time )
  • DCL (Distributed Compositional Language)
  • galsC
  • nesC
  • Protothreads
  • SNACK
  • SQTL

Algorithms

WSNs are composed of a large number of sensor nodes, therefore, an algorithm for a WSN is implicitly a distributed algorithm. In WSNs the scarcest resource is energy, and one of the most energy-expensive operation is data transmission. For this reason, algorithmic research in WSN mostly focuses on the study and design of energy aware algorithms for data transmission from the sensor nodes to the bases stations. Data transmission is usually multi-hop (from node to node, towards the base stations), due to the polynomial growth in the energy-cost of radio tranmission with respect to the tranmission distance.

The algorithmic approach to WSN differentiates itself from the protocol approach by the fact that the mathematical models used are more abstract, more general, but sometimes less realistic than the models used for protocol design.

Simulators

There are platforms specifically designed to simulate Wireless Sensor Networks, like TOSSIM, which is a part of TinyOS. Traditional network simulators like ns-2 have also been used. Apart from the above mentioned simulators, there are other simulators in the literature.

  • Emstar - An Environment for Developing Wireless Embedded Systems Software
  • JiST / SWANS - a high-performance discrete event simulation engine(JiST) and a scalable wireless network simulator(SWANS) built atop the JiST platform.
  • GloMoSim - GLobal MObile Information systems SIMulator, a scalable simulation environment for wireless and wired network systems
  • SENS - a sensor environment and network simulator
  • J-Sim - a component-based, compositional simulation environment; formerly known as JavaSim
  • SWAN - Simulator for Wireless Ad-Hoc Networks
  • SensorSim - a patch to the NS-2 simulator
  • Tython - a dynamic simulation environment for sensor networks
  • WiseNet
  • ATEMU
  • OpSeNet
  • OMNeT++ - a modular, easy-to-use discrete event simulator with many extensions for wireless network simulations
  • OPTNET
  • Sidh
  • Avrora
  • Shawn - discrete event simulator designed with the simulation of large wireless sensor networks in mind
  • Prowler and JProwler
  • AlgoSenSim - an algorithm oriented sensor network simulator
  • Netwiser - A Network IDE with a built in simulator

Commercial sensor nodes

The following lists some of the sensor nodes on the market.

Data visualization

The data gathered from wireless sensor networks is usually saved in the form of numerical data in a central base station. There are many programs, like TosGUI and MonSense,GSN that facilitate the viewing of these large amounts of data. Additionally, the Open Geospatial Consortium (OGC) is specifying standards for interoperability interfaces and metadata encodings that enable real time integration of heterogeneous sensor webs into the Internet, allowing any individual to monitor or control Wireless Sensor Networks through a Web Browser.


Conferences

  • SenSys - ACM Conference on Embedded Networked Sensor Systems
  • IPSN - ACM/IEEE International Conference on Information Processing in Sensor Networks
  • EWSN - European Conference on Wireless Sensor Networks
  • SECON - IEEE Communications Society Conference on Sensor and Ad Hoc Communications and Networks
  • DCOSS
  • Algosensor

See also

References

  1. ^ a b c d e Römer, Kay (2004). "The Design Space of Wireless Sensor Networks" (PDF). IEEE Wireless Communications. 11 (6): 54–61. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help); Unknown parameter |month= ignored (help)
  2. ^ Thomas Haenselmann (2006-04-05). "Sensornetworks". GFDL Wireless Sensor Network textbook. Retrieved 2006-08-29. {{cite journal}}: Cite journal requires |journal= (help)
  3. ^ a b Hadim, Salem (2006). "Middleware Challenges and Approaches for Wireless Sensor Networks". IEEE Distributed Systems Online. 7 (3). {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help) art. no. 0603-o3001.
  4. ^ Römer, Kay (2004). "Programming Paradigms and Middleware for Sensor Networks" (PDF). GI/ITG Fachgespräch Sensornetze, Karlsruhe. {{cite journal}}: Unknown parameter |month= ignored (help)

Further reading

  • Wireless Sensor Networks, Cauligi S. Raghavendra (Editor), Krishna M. Sivalingam (Editor), Taieb Znati.
  • Wireless Sensor Networks: Architectures and Protocols, Edgar H. Callaway, Jr. and Edgar H. Callaway, CRC Press, August 2003, 352 pages.
  • Information Processing in Sensor Networks, Feng Zhao, and Leonidas J. Guibas (Eds).
  • Handbook of sensor networks; algorithms and architectures, Edited by Ivan Stojmenovic, Wiley-Interscience, 2005, 531 pages.
  • Wireless Sensor Network A Systems Perspective, Nirupama Bulusu, Sanjay Jha, Artech House, Published July 2005, ISBN 1-58053-867-3
  • Protocols and Architectures for Wireless Sensor Networks, Holger Karl, Andreas Willig, ISBN 0-470-09511-3, 526 pages, January 2006
  • Adhoc and Sensor Networks Theory and Applications, Carlos de Morais Cordeiro (Philips Research North America, USA) & Dharma Prakash Agrawal (University of Cincinnati, USA), March 2006.
  • Networking Wireless Sensors, Bhaskar Krishnamachari (University of Southern California), (ISBN-13: 9780521838474 | ISBN-10: 0521838479)
  • Energy Scavenging for Wireless Sensor Networks: With Special Focus on Vibrations, Shad Roundy, Paul Kenneth Wright, Jan M. Rabaey, 232 pages, Kluwer Academic Publishers; (January 1, 2004), ISBN 1-4020-7663-0.
  • Distributed Sensor Networks", S. S. Iyengar, R. R. Brooks, Chapman & Hall/CRC; (October 22, 2004), ISBN 1-58488-383-9 .
  • Handbook of Sensor Networks: Compact Wireless and Wired Sensing Systems, Mohammad Ilyas, Imad Mahgoub, 672 pages CRC Press; (July 16, 2004), ISBN 0-8493-1968-4 .
  • Algorithmic Aspects Of Wireless Sensor Networks (Lecture Notes in Computer Science)", Sotiris Nikoletseas, Jose Rolim, Springer-Verlag; (September 30, 2004), ISBN 3-540-22476-9 .
  • Mobile, Wireless, and Sensor Networks : Technology, Applications, and Future Directions Rajeev Shorey, A. Ananda, Mun Choon Chan, Wei Tsang Ooi, ISBN 0-471-75558-3, 422 pages, March 2006 .
  • Sensornetworks, Thomas Haenselmann, GFDL Wireless Sensor Network textbook

Journals

  • International Journal of Distributed Sensor Networks[2]

External links