Wireless sensor network

Wireless sensor network
Typical multi-hop wireless sensor network architecture

A wireless sensor network (WSN) consists of spatially distributed autonomous sensors to monitor physical or environmental conditions, such as temperature, sound, vibration, pressure, motion or pollutants and to cooperatively pass their data through the network to a main location. The more modern networks are bi-directional, also enabling control of sensor activity. The development of wireless sensor networks was motivated by military applications such as battlefield surveillance; today such networks are used in many industrial and consumer applications, such as industrial process monitoring and control, machine health monitoring, and so on.

The WSN is built of "nodes" – from a few to several hundreds or even thousands, where each node is connected to one (or sometimes several) sensors. Each such sensor network node has typically several parts: a radio transceiver with an internal antenna or connection to an external antenna, a microcontroller, an electronic circuit for interfacing with the sensors and an energy source, usually a battery or an embedded form of energy harvesting. A sensor node might vary in size from that of a shoebox down to the size of a grain of dust, although functioning "motes"(demo video) of genuine microscopic dimensions have yet to be created. The cost of sensor nodes is similarly variable, ranging from a few to hundreds of dollars, depending on the complexity of the individual sensor nodes. Size and cost constraints on sensor nodes result in corresponding constraints on resources such as energy, memory, computational speed and communications bandwidth. The topology of the WSNs can vary from a simple star network to an advanced multi-hop wireless mesh network. The propagation technique between the hops of the network can be routing or flooding.[1][2]

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

Contents

Applications

Area monitoring

Area monitoring is a common application of WSNs. In area monitoring, the WSN is deployed over a region where some phenomenon is to be monitored. A military example is the use of sensors to detect enemy intrusion; a civilian example is the geo-fencing of gas or oil pipelines.

When the sensors detect the event being monitored (heat, pressure), the event is reported to one of the base stations, which then takes appropriate action (e.g., send a message on the internet or to a satellite). Similarly, wireless sensor networks can use a range of sensors to detect the presence of vehicles ranging from motorcycles to train cars.

Environmental sensing

The term Environmental Sensor Networks[3] has evolved to cover many applications of WSNs to earth science research. This includes sensing volcanoes [4], oceans [5], glaciers, forests [6], etc. Some othe major areas are listed below.

Air pollution monitoring

Wireless sensor networks have been deployed in several cities (Stockholm, London or Brisbane) to monitor the concentration of dangerous gases for citizens. These can take advantage of the ad-hoc wireless links rather than wired installations, which also make them more mobile for testing readings in different areas.

Forest fires detection

A network of Sensor Nodes can be installed in a forest to detect when a fire has started. The nodes can be equipped with sensors to measure temperature, humidity and gases which are produced by fires in the trees or vegetation.[7] The early detection is crucial for a successful action of the firefighters; thanks to Wireless Sensor Networks, the fire brigade will be able to know when a fire is started and how it is spreading.

Greenhouse monitoring

Wireless sensor networks are also used to control the temperature and humidity levels inside commercial greenhouses. When the temperature and humidity drops below specific levels, the greenhouse manager must be notified via e-mail or cell phone text message, or host systems can trigger misting systems, open vents, turn on fans, or control a wide variety of system responses.

Landslide detection

A landslide detection system, makes use of a wireless sensor network to detect the slight movements of soil and changes in various parameters that may occur before or during a landslide. And through the data gathered it may be possible to know the occurrence of landslides long before it actually happens.

Industrial monitoring

Machine health monitoring

Wireless sensor networks have been developed for machinery condition-based maintenance (CBM)as they offer significant cost savings and enable new functionalities. In wired systems, the installation of enough sensors is often limited by the cost of wiring. Previously inaccessible locations, rotating machinery, hazardous or restricted areas, and mobile assets can now be reached with wireless sensors.

Water/wastewater monitoring

There are many opportunities for using wireless sensor networks within the water/wastewater industries. Facilities not wired for power or data transmission can be monitored using industrial wireless I/O devices and sensors powered using solar panels or battery packs and also used in pollution control board.

Agriculture

Using wireless sensor networks within the agricultural industry is increasingly common; using a wireless network frees the farmer from the maintenance of wiring in a difficult environment. Gravity feed water systems can be monitored using pressure transmitters to monitor water tank levels, pumps can be controlled using wireless I/O devices and water use can be measured and wirelessly transmitted back to a central control center for billing. Irrigation automation enables more efficient water use and reduces waste.

Structural monitoring

Wireless sensors can be used to monitor the movement within buildings and infrastructure such as bridges, flyovers, embankments, tunnels etc... enabling Engineering practices to monitor assets remotely with out the need for costly site visits, as well as having the advantage of daily data, whereas traditionally this data was collected weekly or monthly, using physical site visits, involving either road or rail closure in some cases. it is also far more accurate than any visual inspection that would be carried out.

Characteristics

The main characteristics of a WSN include

  • Power consumption constrains for nodes using batteries or energy harvesting
  • Ability to cope with node failures
  • Mobility of nodes
  • Dynamic network topology
  • Communication failures
  • Heterogeneity of nodes
  • Scalability to large scale of deployment
  • Ability to withstand harsh environmental conditions
  • Ease of use
  • Unattended operation
  • Power consumption

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 or MEMS (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. RS-232 or USB).

The base stations are one or more components of the WSN with much more computational, energy and communication resources. They act as a gateway between sensor nodes and the end user as they typically forward data from the WSN on to a server. Other special components in routing based networks are routers, designed to compute, calculate and distribute the routing tables. Many techniques are used to connect to the outside world including mobile phone networks, satellite phones, radio modems, long-range Wi-Fi links etc. Many base stations are ARM-based running a form of Embedded Linux.

Platforms

Standards and specifications

Several standards are currently either ratified or under development for wireless sensor networks. There are a number of standardization bodies in the field of WSNs. The IEEE focuses on the physical and MAC layers; the Internet Engineering Task Force works on layers 3 and above. In addition to these, bodies such as the International Society of Automation provide vertical solutions, covering all protocol layer. Finally, there are also several non-standard, proprietary mechanisms and specifications.

Standards are used far less in WSNs than in other computing systems which makes most systems incapable of direct communication between different systems. However predominant standards commonly used in WSN communications include:

  • WirelessHART
  • ISA100
  • IEEE 1451
  • ZigBee / 802.15.4

Hardware

One major challenge in a WSN is to produce low cost and tiny sensor nodes. There are an increasing number of small companies producing WSN hardware and the commercial situation can be compared to home computing in the 1970s. Many of the nodes are still in the research and development stage, particularly their software. Also inherent to sensor network adoption is the use very low power methods for data acquisition.

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, where ad-hoc communications are a key component. For this reason, algorithms and protocols need to address the following issues:

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

Some of the important topics in WSN software research are:

  • Operating systems
  • Security
  • Mobility
  • Usability – human interface for deployment and management, debugging and end-user control
  • Middleware – the design of middle-level primitives between high level software and the systems

Operating systems

Operating systems for wireless sensor network nodes are typically less complex than general-purpose operating systems. They more strongly resemble embedded systems, for two reasons. First, wireless sensor networks are typically deployed with a particular application in mind, rather than as a general platform. Second, a need for low costs and low power leads most wireless sensor nodes to have low-power microcontrollers ensuring that mechanisms such as virtual memory are either unnecessary or too expensive to implement.

It is therefore possible to use embedded operating systems such as eCos or uC/OS for sensor networks. However, such operating systems are often designed with real-time properties.

TinyOS[8] is perhaps the first[9] operating system specifically designed for wireless sensor networks. TinyOS is based on an event-driven programming model instead of multithreading. TinyOS programs are composed of event handlers and tasks with run-to-completion semantics. When an external event occurs, such as an incoming data packet or a sensor reading, TinyOS signals the appropriate event handler to handle the event. Event handlers can post tasks that are scheduled by the TinyOS kernel some time later.

LiteOS is a newly developed OS for wireless sensor networks, which provides UNIX-like abstraction and support for the C programming language. Contiki is an OS which uses a simpler programming style in C while providing advances such as 6LoWPAN and proto-threads.

Simulation of WSNs

In general, there are two ways to develop simulations of WSNs. Either use a custom platform to develop the simulation. And the second option is to develop one's own simulation:

Simulators

As such, at present Agent-based Modeling and Simulation is the only paradigm which allows the simulation of even complex behavior in the environments of Wireless sensors (such as flocking).[10]

Network Simulators like QualNet, NetSim, and NS2 can be used to simulate Wireless Sensor Network. .

Agent-based simulation of WSN

Agent-based simulation of wireless sensor and ad-hoc networks is a relatively newer paradigm. Agent-based modelling was originally based on social simulation. A recent article on agent-based simulation published in the IEEE Communications magazine gives examples and tutorials on how to develop custom agent-based simulation models for wireless sensors, mobile robots and P2P networks in a short period of time (few hours).[11] A formal agent-based simulation framework using formal specification using Z notation demonstrating the use of agent-based modeling to represent simulation of complex behavior in the environment of sensors is given in.[10]. Agent-based simulation has also been shown to be useful for modeling and simulation for quantifying emergent behavior in the vicinity of WSN nodes[12] .

Other concepts

Distributed sensor network

If a centralised architecture is used in a sensor network and the central node fails, then the entire network will collapse, however the reliability of the sensor network can be increased by using a distributed control architecture.
Distributed control is used in WSNs for the following reasons:

  1. Sensor nodes are prone to failure,
  2. For better collection of data
  3. To provide nodes with backup in case of failure of the central node

There is also no centralised body to allocate the resources and they have to be self organised.

Data integration and Sensor Web

The data gathered from wireless sensor networks is usually saved in the form of numerical data in a central base station. 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.

In-network processing

To reduce communication costs some algorithms remove or reduce nodes redundant sensor information and avoid forwarding data that is of no use. As nodes can inspect the data they forward they can measure averages or directionality for example of readings from other nodes.

Information fusion

In wireless sensor networks, information fusion, also called data fusion, has been developed for processing sensor data by filtering, aggregating, and making inferences about the gathered data. Information fusion deals with the combination of multiple sources to obtain improved information: cheaper, greater quality or greater relevance.[13] Within the wireless sensor networks domain, simple aggregation techniques such as maximum, minimum, and average, have been developed for reducing the overall data traffic to save energy.

See also

References

  1. ^ Dargie, W. and Poellabauer, C., "Fundamentals of wireless sensor networks: theory and practice", John Wiley and Sons, 2010 ISBN 978-0-470-99765-9, pp. 168–183, 191–192
  2. ^ Sohraby, K., Minoli, D., Znati, T. "Wireless sensor networks: technology, protocols, and applications, John Wiley and Sons", 2007 ISBN 978-0-471-74300-2, pp. 203–209
  3. ^ Hart, J. K. and Martinez, K. (2006) Environmental Sensor Networks:A revolution in the earth system science? Earth-Science Reviews, 78 . pp. 177-191.
  4. ^ G. Werner-Allen, K. Lorincz, M. Welsh, O. Marcillo, J. Johnson, M. Ruiz, J. Lees, "Deploying a Wireless Sensor Network on an Active Volcano," IEEE Internet Computing, vol. 10, no. 2, pp. 18-25, 2006
  5. ^ I. Vasilescu, K. Kotay, D. Rus, M. Dunbabin, and P. Corke. 2005. Data collection, storage, and retrieval with an underwater sensor network. In Proceedings of the 3rd international conference on Embedded networked sensor systems (SenSys '05. ACM, New York, NY, USA, 154-165.
  6. ^ http://www.libelium.com/wireless_sensor_networks_to_detec_forest_fires/
  7. ^ Solobera, Javier "Detecting Forest Fires using Wireless Sensor Networks with Waspmote" [1]
  8. ^ TinyOS website
  9. ^ TinyOS Programming, Philip Levis, Cambridge University Press, 2009
  10. ^ a b Muaz Niazi, Amir Hussain (2011). A Novel Agent-Based Simulation Framework for Sensing in Complex Adaptive Environments. IEEE Sensors Journal, Vol.11 No. 2, 404–412. Paper
  11. ^ Muaz Niazi, Amir Hussain, Agent based Tools for Modeling and Simulation of Self-Organization in Peer-to-Peer, Ad-Hoc and other Complex Networks, Feature Issue, IEEE Communications Magazine, Vol.47 No.3, March 2009, pp 163–173. Paper
  12. ^ Muaz Niazi, Amir Hussain,Sensing Emergence in Complex Systems, IEEE Sensors Journal (In-press, 2011). Paper
  13. ^ Eduardo F. Nakamura, Antonio A. F. Loureiro, Alejandro C. Frery. Information fusion for wireless sensor networks: Methods, models, and classifications, ACM Computing Surveys, Volume 39, Issue 3, Article 9, September 2007.

Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Body sensor network — The term BSN is first coined by Prof Guang Zhong Yang [http://ubimon.doc.ic.ac.uk/gzy/m365.html] of Imperial College London in order to bring together scientists from different disciplines such as computing, electronics, bioengineering and… …   Wikipedia

  • Visual sensor network — A visual sensor network is a network of spatially distributed smart camera devices capable of processing and fusing images of a scene from a variety of viewpoints into some form more useful than the individual images. A visual sensor network may… …   Wikipedia

  • Body Sensor Network — Dieser Artikel oder Abschnitt bedarf einer Überarbeitung. Näheres ist auf der Diskussionsseite angegeben. Hilf mit, ihn zu verbessern, und entferne anschließend diese Markierung. Body Area Network (BAN) steht für eine Übertragungstechnologie in… …   Deutsch Wikipedia

  • Network coding — is a technique where, instead of simply relaying the packets of information they receive, the nodes of a network will take several packets and combine them together for transmission. This can be used to attain the maximum possible information… …   Wikipedia

  • Key distribution in wireless sensor networks — Key distribution is an important issue in WSN design. It is a newly developing field due to the recent improvements in wireless communications.Wireless sensor networks are networks of small, battery powered, memory constraint devices named sensor …   Wikipedia

  • Wireless — communication is the transfer of information over a distance without the use of electrical conductors or wires . [citeweb|title=Wireless Communication|url=http://www.sintef.no/content/page1 11881.aspx|publisher=sintef.no|accessdate=2008 03 16]… …   Wikipedia

  • Center for Wireless Information Network Studies — CWINS Established in 1985, The Center for Wireless Information Network Studies (CWINS), Worcester Polytechnic Institute, Worcester, Massachusetts, is a compact wireless research laboratory with a successful history of research alliances with… …   Wikipedia

  • Sensor node — The typical architecture of the sensor node. A sensor node, also known as a mote (chiefly in North America), is a node in a wireless sensor network that is capable of performing some processing, gathering sensory information and communicating… …   Wikipedia

  • Wireless ad hoc network — A wireless ad hoc network is a decentralized wireless network. [C K Toh, [http://www.informit.com/store/product.aspx?isbn=0130078174 Ad Hoc Mobile Wireless Networks, Prentice Hall Publishers ] , 2002.] The network is ad hoc because each node is… …   Wikipedia

  • Sensor — For other uses, see Sensor (disambiguation). Sensors redirects here. For other uses, see Sensors (disambiguation). Detector redirects here. For other uses, see Detector (disambiguation). Thermocouple sensor for high temperature measurement A… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”