Wireless sensor network

Typical multi-hop wireless sensor network architecture

Wireless sensor network (WSN) refers to a group of spatially dispersed and dedicated sensors for monitoring and recording the physical conditions of the environment and organizing the collected data at a central location. WSNs measure environmental conditions like temperature, sound, pollution levels, humidity, wind, and so on.

These are similar to wireless ad hoc networks in the sense that they rely on wireless connectivity and spontaneous formation of networks so that sensor data can be transported wirelessly. WSNs are spatially distributed autonomous sensors to monitor physical or environmental conditions, such as temperature, sound, pressure, etc. 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" 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, for example IPSN, SenSys, and EWSN.

Application

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 detect enemy intrusion; a civilian example is the geo-fencing of gas or oil pipelines.

Health care monitoring

The sensor networks for medical applications can be of several types: implanted, wearable, and environment-embedded. The implantable medical devices are those that are inserted inside human body. Wearable devices are used on the body surface of a human or just at close proximity of the user. Environment-embedded systems employ sensors contained in the environment. Possible applications include body position measurement, location of persons, overall monitoring of ill patients in hospitals and at homes. Devices embedded in the environment track the physical state of a person for continuous health diagnosis, using as input the data from a network of depth cameras, a sensing floor, or other similar devices. Body-area networks can collect information about an individual's health, fitness, and energy expenditure.[3][4] In health care applications the privacy and authenticity of user data has prime importance. Especially due to the integration of sensor networks, with IoT, the authentication of user become more challenging; however, a solution is presented in recent work.[5]

Environmental/Earth sensing

There are many applications in monitoring environmental parameters,[6] examples of which are given below. They share the extra challenges of harsh environments and reduced power supply.

Air pollution monitoring

Wireless sensor networks have been deployed in several cities (Stockholm, London, and 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 fire 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 fire in the trees or vegetation. 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.

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. Through the data gathered it may be possible to know the impending occurrence of landslides long before it actually happens.

Water quality monitoring

Water quality monitoring involves analyzing water properties in dams, rivers, lakes and oceans, as well as underground water reserves. The use of many wireless distributed sensors enables the creation of a more accurate map of the water status, and allows the permanent deployment of monitoring stations in locations of difficult access, without the need of manual data retrieval.[7]

Natural disaster prevention

Wireless sensor networks can effectively act to prevent the consequences of natural disasters, like floods. Wireless nodes have successfully been deployed in rivers where changes of the water levels have to be monitored in real time.

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 functionality.[8]

Wireless sensors can be placed in locations difficult or impossible to reach with a wired system, such as rotating machinery and untethered vehicles.

Data center monitoring

Due to the high density of servers racks in a data center, often cabling and IP addresses are an issue. To overcome that problem more and more racks are fitted out with wireless temperature sensors to monitor the intake and outtake temperatures of racks. As ASHRAE recommends up to 6 temperature sensors per rack, meshed wireless temperature technology gives an advantage compared to traditional cabled sensors.[9]

Data logging

Wireless sensor networks are also used for the collection of data for monitoring of environmental information,[10] this can be as simple as the monitoring of the temperature in a fridge to the level of water in overflow tanks in nuclear power plants. The statistical information can then be used to show how systems have been working. The advantage of WSNs over conventional loggers is the "live" data feed that is possible.

Water/waste water monitoring

Monitoring the quality and level of water includes many activities such as checking the quality of underground or surface water and ensuring a country’s water infrastructure for the benefit of both human and animal. It may be used to protect the wastage of water.

Structural health monitoring

Wireless sensor networks can be used to monitor the condition of civil infrastructure and related geo-physical processes close to real time, and over long periods through data logging, using appropriately interfaced sensors.

Wine production

Wireless sensor networks are used to monitor wine production, both in the field and the cellar.[11]

Characteristics

The main characteristics of a WSN include

  • Power consumption constraints for nodes using batteries or energy harvesting. Examples of suppliers are ReVibe Energy[12] and Perpetuum[13]
  • Ability to cope with node failures (resilience)
  • Some mobility of nodes (for highly mobile nodes see MWSNs)
  • Heterogeneity of nodes
  • Homogeneity of nodes
  • Scalability to large scale of deployment
  • Ability to withstand harsh environmental conditions
  • Ease of use
  • Cross-layer design[14][15][16]

Cross-layer is becoming an important studying area for wireless communications.[15] In addition, the traditional layered approach presents three main problems:

  1. Traditional layered approach cannot share different information among different layers, which leads to each layer not having complete information. The traditional layered approach cannot guarantee the optimization of the entire network.
  2. The traditional layered approach does not have the ability to adapt to the environmental change.
  3. Because of the interference between the different users, access conflicts, fading, and the change of environment in the wireless sensor networks, traditional layered approach for wired networks is not applicable to wireless networks.

So the cross-layer can be used to make the optimal modulation to improve the transmission performance, such as data rate, energy efficiency, QoS (Quality of Service), etc.[15] Sensor nodes can be imagined as small computers which are 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,[17] secondary ASICs, and possibly secondary communication interface (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.

Platforms

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 of very low power methods for radio communication and data acquisition.

In many applications, a WSN communicates with a Local Area Network or Wide Area Network through a gateway. The Gateway acts as a bridge between the WSN and the other network. This enables data to be stored and processed by devices with more resources, for example, in a remotely located server. A wireless wide area network used primarily for low-power devices is known as a Low-Power Wide-Area Network (LPWAN).

Wireless

There are several wireless standards and solutions for sensor node connectivity. Thread and ZigBee can connect sensors operating at 2.4 GHz with a data rate of 250kbit/s. Many use a lower frequency to increase radio range (typically 1 km), for example Z-wave operates at 915 MHz and in the EU 868 MHz has been widely used but these have a lower data rate (typically 50 kb/s). The IEEE 802.15.4 working group provides a standard for low power device connectivity and commonly sensors and smart meters use one of these standards for connectivity. With the emergence of Internet of Things, many other proposals have been made to provide sensor connectivity. LORA[18] is a form of LPWAN which provides long range low power wireless connectivity for devices, which has been used in smart meters. Wi-SUN[19] connects devices at home. NarrowBand IOT[20] and LTE-M[21] can connect up to millions of sensors and devices using cellular technology.

Software

Energy is the scarcest resource of WSN nodes, and it determines the lifetime of WSNs. WSNs may 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:

  • Increased lifespan
  • Robustness and fault tolerance
  • Self-configuration

Lifetime maximization: Energy/Power Consumption of the sensing device should be minimized and sensor nodes should be energy efficient since their limited energy resource determines their lifetime. To conserve power, wireless sensor nodes normally power off both the radio transmitter and the radio receiver when not in use.[15]

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 is perhaps the first[22] 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 Protothreads.

RIOT (operating system) is a more recent real-time OS including similar functionality to Contiki.

PreonVM[23] is an OS for wireless sensor networks, which provides 6LoWPAN based on Contiki and support for the Java programming language.

Online collaborative sensor data management platforms

Online collaborative sensor data management platforms are on-line database services that allow sensor owners to register and connect their devices to feed data into an online database for storage and also allow developers to connect to the database and build their own applications based on that data. Examples include Xively and the Wikisensing platform. Such platforms simplify online collaboration between users over diverse data sets ranging from energy and environment data to that collected from transport services. Other services include allowing developers to embed real-time graphs & widgets in websites; analyse and process historical data pulled from the data feeds; send real-time alerts from any datastream to control scripts, devices and environments.

The architecture of the Wikisensing system[24] describes the key components of such systems to include APIs and interfaces for online collaborators, a middleware containing the business logic needed for the sensor data management and processing and a storage model suitable for the efficient storage and retrieval of large volumes of data.

Simulation

At present, agent-based modeling and simulation is the only paradigm which allows the simulation of complex behavior in the environments of wireless sensors (such as flocking).[25] Agent-based simulation of wireless sensor and ad hoc networks is a relatively new paradigm. Agent-based modelling was originally based on social simulation.

Network simulators like Opnet, Tetcos NetSim and NS can be used to simulate a wireless sensor network.

Other concepts

Security

Infrastructure-less architecture (i.e. no gateways are included, etc.) and inherent requirements (i.e. unattended working environment, etc.) of WSNs might pose several weak points that attract adversaries. Therefore, security is a big concern when WSNs are deployed for special applications such as military and healthcare. Owing to their unique characteristics, traditional security methods of computer networks would be useless (or less effective) for WSNs. Hence, lack of security mechanisms would cause intrusions towards those networks. These intrusions need to be detected and mitigation methods should be applied. More interested readers would refer to Butun et al.'s paper[26] regarding intrusion detection systems devised for WSNs.

Distributed sensor network

If a centralized 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 organized.

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. For example, in sensing and monitoring applications, it is generally the case that neighboring sensor nodes monitoring an environmental feature typically register similar values. This kind of data redundancy due to the spatial correlation between sensor observations inspires techniques for in-network data aggregation and mining. Aggregation reduces the amount of network traffic which helps to reduce energy consumption on sensor nodes.[27] Recently, it has been found that network gateways also play an important role in improving energy efficiency of sensor nodes by scheduling more resources for the nodes with more critical energy efficiency need and advanced energy efficient scheduling algorithms need to be implemented at network gateways for the improvement of the overall network energy efficiency.[15][28]

Secure data aggregation

This is a form of in-network processing where sensor nodes are assumed to be unsecured with limited available energy, while the base station is assumed to be secure with unlimited available energy. Aggregation complicates the already existing security challenges for wireless sensor networks[29] and requires new security techniques tailored specifically for this scenario. Providing security to aggregate data in wireless sensor networks is known as secure data aggregation in WSN.[27][29][30] were the first few works discussing techniques for secure data aggregation in wireless sensor networks.

Two main security challenges in secure data aggregation are confidentiality and integrity of data. While encryption is traditionally used to provide end to end confidentiality in wireless sensor network, the aggregators in a secure data aggregation scenario need to decrypt the encrypted data to perform aggregation. This exposes the plaintext at the aggregators, making the data vulnerable to attacks from an adversary. Similarly an aggregator can inject false data into the aggregate and make the base station accept false data. Thus, while data aggregation improves energy efficiency of a network, it complicates the existing security challenges.[31]

See also

References

  1. Dargie, W. and Poellabauer, C. (2010). Fundamentals of wireless sensor networks: theory and practice. John Wiley and Sons. pp. 168–183, 191–192. ISBN 978-0-470-99765-9.
  2. Sohraby, K., Minoli, D., Znati, T. (2007). Wireless sensor networks: technology, protocols, and applications. John Wiley and Sons. pp. 203–209. ISBN 978-0-471-74300-2.
  3. Peiris, V. (2013). "Highly integrated wireless sensing for body area network applications". SPIE Newsroom. doi:10.1117/2.1201312.005120.
  4. Tony O'Donovan; John O'Donoghue; Cormac Sreenan; David Sammon; Philip O'Reilly; Kieran A. O'Connor (2009). A Context Aware Wireless Body Area Network (BAN) (PDF). Pervasive Computing Technologies for Healthcare, 2009. doi:10.4108/ICST.PERVASIVEHEALTH2009.5987. Archived (PDF) from the original on 2016-10-09.
  5. Bilal, Muhammad; et al. (2017). "An Authentication Protocol for Future Sensor Networks". Sensors. 17 (5): 979. doi:10.3390/s17050979. PMC 5464775. PMID 28452937. Archived from the original on 2017-06-20.
  6. J.K.Hart and K.Martinez, "Environmental Sensor Networks: A revolution in the earth system science?", Earth-Science Reviews, 2006 Archived 2015-11-23 at the Wayback Machine.
  7. Spie (2013). "Vassili Karanassios: Energy scavenging to power remote sensors". SPIE Newsroom. doi:10.1117/2.3201305.05.
  8. Tiwari, Ankit; et al. (2007). "Energy-efficient wireless sensor network design and implementation for condition-based maintenance". ACM Transactions on Sensor Networks. 3: 1–es. CiteSeerX 10.1.1.188.8180. doi:10.1145/1210669.1210670.
  9. "Wireless temperature sensor for Data Centers". ServersCheck. Archived from the original on 2016-10-11. Retrieved 2016-10-09.
  10. K. Saleem; N. Fisal & J. Al-Muhtadi (2014). "Empirical studies of bio-inspired self-organized secure autonomousRouting protocol". IEEE Sensors Journal. 14 (7): 1–8. doi:10.1109/JSEN.2014.2308725. Archived from the original on 2018-05-03.
  11. Anastasi, G., Farruggia, 0., Lo Re, G., Ortolani, M. (2009) Monitoring High-Quality Wine Production using Wireless Sensor Networks, HICSS 2009
  12. "ReVibe Energy - Powering The Industrial IoT". revibeenergy.com. Archived from the original on 22 September 2017. Retrieved 3 May 2018.
  13. "THE WORLD LEADER IN VIBRATION HARVESTER POWERED WIRELESS SENSING SYSTEMS". THE WORLD LEADER IN VIBRATION HARVESTER POWERED WIRELESS SENSING SYSTEMS. Archived from the original on 13 April 2018. Retrieved 3 May 2018.
  14. Saleem, K., Fisal, N., Hafizah, S., Kamilah, S., Rashid, R. and Baguda, Y., 2009, January. Cross layer based biological inspired self-organized routing protocol for wireless sensor network. In TENCON 2009-2009 IEEE Region 10 Conference (pp. 1-6). IEEE. Saleem, Kashif; Fisal, Norsheila; Hafizah, Sharifah; Kamilah, Sharifah; Rashid, Rozeha; Baguda, Yakubu (2009). "Cross layer based biological inspired self-organized routing protocol for wireless sensor network". Archived copy. pp. 1–6. doi:10.1109/TENCON.2009.5395945. ISBN 978-1-4244-4546-2. Archived from the original on 2018-05-03. Retrieved 2016-09-22.
  15. 1 2 3 4 5 Guowang Miao; Jens Zander; Ki Won Sung; Ben Slimane (2016). Fundamentals of Mobile Data Networks. Cambridge University Press. ISBN 978-1107143210.
  16. Aghdam, Shahin Mahdizadeh; Khansari, Mohammad; Rabiee, Hamid R; Salehi, Mostafa (2014). "WCCP: A congestion control protocol for wireless multimedia communication in sensor networks". Ad Hoc Networks. 13: 516–534. doi:10.1016/j.adhoc.2013.10.006.
  17. Magno, M.; Boyle, D.; Brunelli, D.; O'Flynn, B.; Popovici, E.; Benini, L. (2014). "Extended Wireless Monitoring Through Intelligent Hybrid Energy Supply". IEEE Transactions on Industrial Electronics. 61 (4): 1871. doi:10.1109/TIE.2013.2267694.
  18. "LORA Alliance". Archived from the original on 2017-11-09.
  19. "Wi-Sun Alliance". Archived from the original on 2017-11-09.
  20. "NB-IOT vs. LoRa vs. Sigfox, LINKLabs, Jan 2017". Archived from the original on 2017-11-10.
  21. "What is LTE-M?". Archived from the original on 2017-11-09.
  22. "TinyOS Programming - بنیاد علمی پژوهشی شبکه های حسگر بیسیم ایران". forum.manetlab.com. Archived from the original on 30 December 2013. Retrieved 3 May 2018.
  23. PreonVM - Virtual maschine for wireless sensor devices Archived 2017-11-11 at the Wayback Machine. Retrieved 2017-11-10
  24. Silva, D.; Ghanem, M.; Guo, Y. (2012). "WikiSensing: An Online Collaborative Approach for Sensor Data Management". Sensors. 12 (12): 13295–332. doi:10.3390/s121013295. PMC 3545568. PMID 23201997.
  25. Niazi, Muaz; Hussain, Amir (2011). "A Novel Agent-Based Simulation Framework for Sensing in Complex Adaptive Environments" (PDF). IEEE Sensors Journal. 11 (2): 404–412. arXiv:1708.05875. doi:10.1109/jsen.2010.2068044. Archived from the original (PDF) on 2011-07-25.
  26. Butun, I.; Morgera, S. D.; Sankar, R. (2014). "A Survey of Intrusion Detection Systems in Wireless Sensor Networks". IEEE Communications Surveys Tutorials. 16 (1): 266–282. doi:10.1109/surv.2013.050113.00191. ISSN 1553-877X. Archived from the original on 2017-08-24.
  27. 1 2 Cam, H; Ozdemir, S Nair, P Muthuavinashiappan, D (October 2003). ESPDA: Energy-efficient and Secure Pattern-based Data Aggregation for wireless sensor networks. Proceedings of IEEE Sensors 2003. 2. pp. 732–736. CiteSeerX 10.1.1.1.6961. doi:10.1109/icsens.2003.1279038. ISBN 978-0-7803-8133-9.
  28. Rowayda, A. Sadek, (May 2018). "Hybrid energy aware clustered protocol for IoT heterogeneous network". Future Computing and Informatics Journal. doi:10.1016/j.fcij.2018.02.003.
  29. 1 2 Hu, Lingxuan; David Evans (January 2003). "Secure aggregation for wireless networks". Workshop on Security and Assurance in Ad Hoc Networks.
  30. Przydatek, Bartosz; Dawn Song; Adrian Perrig (2003). "SIA: secure information aggregation in sensor networks". SenSys: 255–265.
  31. Kumar, Vimal; Sanjay K. Madria (August 2012). "Secure Hierarchical Data Aggregation in Wireless Sensor Networks: Performance Evaluation and Analysis". MDM 12.

Further reading

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.