SlideShare une entreprise Scribd logo
1  sur  7
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
18
A Review on Wireless Sensor Networks
Dinesh Kumar Gupta
Karnataka State Open University, Mysore
E-mail:dineshgupta1111@gmail.com
Abstract
The study of wireless sensor networks is challenging in that it requires an enormous breadth of knowledge. 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. 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.
Keywords: WSN, Sensor
1. Wireless Sensor Network (WSN)
A Wireless Sensor Network is a special kind of wireless network consisting of small and spatially distributed
autonomous devices (nodes) which can cooperatively sense physical phenomena around them [5].
Figure 1.1 Wireless Sensor Network
It also processes the collected data and effectively route them to the nearest sinks or gateway node. It consists of
a large number of densely deployed sensor nodes [1]. Each node in the sensor network may consist of one or
more sensors, a low power radio, portable power supply, and possibly localization hardware, such as a GPS
(Global Positioning System) unit or a ranging device. These nodes incorporate wireless transceivers so that
communication and networking are enabled. Additionally, the network possesses self-organizing capability.
Ideally, individual nodes should be battery powered with a long lifetime and should cost very little. A key
feature of such networks is that their nodes are untethered and unattended. Consequently, they have limited and
non-replenishable energy resources. Therefore, energy efficiency is an important design consideration for these
networks.
In addition to one or more sensors, each node in a wireless 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. 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. Size and cost
constraints on sensor nodes result in corresponding constraints on resources such as energy, memory,
computational speed and bandwidth.
1.1 Classification of Sensors
The sensors are classified into three categories.
1.1.1 Passive, Omni Directional Sensors: Passive sensors sense the data without actually manipulating the
environment by active probing. They are self powered i.e. energy is needed only to amplify their analog signal.
There is no notion of “direction” involved in these measurements.
1.1.2 Passive, narrow-beam sensors: These sensors are passive but they have well-defined notion of direction of
measurement. Typical example is ‘camera’.
1.1.3 Active Sensors: These group of sensors actively probe the environment, for example, a solar or radar
sensor or some type of seismic sensor, which generate shock waves by small explosions.
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
19
2. Architecture of sensor node
One of the most important features is the hardware, namely the node itself. A node is a resource-constrained
device capable of radio communication, sensing and limited data-processing. It is optionally also capable of
actuating the environment. It is low on processing power, energy as well as memory. A sensor node is usually
composed of four components: a Processing Unit, a Power Unit, one or more Sensing Units and/or Actuating
Units, and a Transceiver. The Processing Unit is typically an 8-16 bit, 1-24 MHz microcontroller with 1KB –
4MB onboard memory. These figures vary within different families of microcontrollers, and with different
vendors.
The Power Unit usually consists of one or more batteries, providing 3V - 4.5V, generally with a capacity ranging
between 1700mAh – 2700mAh. The node can be fitted with various sensors for acoustic, photo, temperature,
pressure etc based applications. Each node may also optionally be fitted with an interface for plugging-in an
actuator for performing any mechanical actions on a application-specific basis. Figure 1.2 shows the structure of
a sensor node
Figure 1.2 Architecture of Sensor Node
3. Components of a Sensor Node
The main components of a sensor node are microcontroller, transceiver, external memory, power source and one
or more sensors [1].
3.1 Microcontroller
Microcontroller performs tasks, processes data and controls the functionality of other components in the sensor
node. Other alternatives that can be used as a controller are: General purpose desktop microprocessor, Digital
signal processors, Field Programmable Gate Array and Application-specific integrated circuit. Microcontrollers
are most suitable choice for sensor node. Each of the four choices has their own advantages and disadvantages.
Microcontrollers are the best choices for embedded systems. Because of their flexibility to connect to other
devices, programmable, power consumption is less, as these devices can go to sleep state and part of controller
can be active. In general purpose microprocessor the power consumption is more than the microcontroller;
therefore it is not a suitable choice for sensor node. Digital Signal Processors are appropriate for broadband
wireless communication. But in Wireless Sensor Networks, the wireless communication should be modest i.e.,
simpler, easier to process modulation and signal processing tasks of actual sensing of data is less complicated.
3.2 Transceiver
Sensor nodes make use of ISM (Industrial Science and Medical) band which gives free radio, huge spectrum
allocation and global availability. The various choices of wireless transmission media are Radio frequency,
Optical communication (Laser) and Infrared. Laser requires less energy, but needs line-of-sight for
communication and also sensitive to atmospheric conditions. Infrared like laser, needs no antenna but is limited
in its broadcasting capacity. Radio Frequency (RF) based communication is the most relevant that fits to most of
the WSN applications. WSN’s use the communication frequencies between about 433 MHz and 2.4 GHz. The
functionality of both transmitter and receiver are combined into a single device know as transceivers are used in
sensor nodes. Transceivers lack unique identifier. The operational states are Transmit, Receive, Idle and Sleep.
Current generation radios have a built-in state machines that perform this operation automatically. Radios used
in transceivers operate in four different modes: Transmit Receive, Idle, and Sleep. Radios operating in Idle mode
results in power consumption, almost equal to power consumed in Receive mode. Thus it is better to completely
shutdown the radios rather than in the Idle mode when it is not Transmitting or Receiving. And also significant
amount of power is consumed when switching from Sleep mode to Transmit mode to transmit a packet.
3.3 Sensing Unit
It senses the environment through transceiver.
3.4 External Memory
From an energy perspective, the most relevant kinds of memory are on-chip memory of a microcontroller and
FLASH memory - off-chip RAM is rarely if ever used. Flash memories are used due to its cost and storage
capacity. Memory requirements are very much application dependent. Two categories of memory based on the
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
20
purpose of storage
a. User memory used for storing application related or personal data.
b. Program memory used for programming the device.
3.5 Power Source
Power consumption in the sensor node is for Sensing, Communication and Data Processing. More energy is
required for data communication in sensor node [3,4]. Energy expenditure is less for sensing and data processing.
The energy cost of transmitting 1 Kb for distance of 100 m is approximately the same as that for the executing 3
million instructions by 100 million instructions per second/W processor. Power is stored either in Batteries or
Capacitors. Batteries are the main source of power supply for sensor nodes. Namely two types of batteries used
are chargeable and non-rechargeable. They are also classified according to electrochemical material used for
electrode such as NiCd (nickel-cadmium), NiZn(nickel-zinc), Nimh (nickel metal hydride), and Lithium-Ion.
Current sensors are developed which are able to renew their energy from solar, thermogenerator, or vibration
energy. Two major power saving policies used are Dynamic Power Management (DPM) and Dynamic Voltage
Scaling (DVS). DPM takes care of shutting down parts of sensor node which are not currently used or active.
DVS scheme varies the power levels depending on the non-deterministic workload. By varying the voltage along
with the frequency, it is possible to obtain quadratic reduction in power consumption.
4. Structure of a Wireless Sensor Network
In the structure of a wireless sensor network from the logical point of view, the nodes can only be contacted
through services of the middleware layers. They do not perform any individual tasks. The distributed middleware
coordinates the cooperation of services within the network. It is logically located in the network layer but
physically exists in the nodes. All layers together in conjunction with their configuration compose the sensor
network application. The middleware architecture called as SINA (Sensor Information Networking Architecture).
The SINA architecture proposes Sensor Query and Tasking Language (SQTL) as the programming interface
between sensor applications and SINA middleware. Operating system acts as an interface between the hardware
and the sensor network application. Tiny OS is the component based operating system that is specially designed
for sensor network [1,2,5].
Sensor networks consist of a huge number of small sensor nodes, which communicate wirelessly. The following
figure 1.4 shows the structure of a sensor node. The following factor influences the developments of sensor
nodes.
• Increasing device complexity on microchips
• High performance, wireless networking technologies
• A combination of digital signal processing and sensor data acquisition
• Advances in the development of micro electromechanical systems (MEMS) and
• Availability of high performance development tools.
Figure 1.4 Structure of a sensor node
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. 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.
5. Wireless Sensor Network Architecture
In the figure 1.5 the wireless sensor network architecture consisting of one sink node (or base station) and a
(large) number of sensor nodes deployed over a large geographic area (sensing field). Data are transferred from
sensor nodes to the sink through a multi-hop communication paradigm [7].
Sensor
Actuator
Battery
Communi
cation
Unit
Processin
g Unit
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
21
Figure 1.5 Wireless sensor network architecture
The energy consumption for transmission of data is more compared to data processing [4]. The energy cost of
transmitting a single bit of information is approximately the same as that needed for processing a thousand
operations in a typical sensor node. The energy consumption of the sensing subsystem depends on the specific
sensor type. In general, energy-saving techniques focus on two subsystems: the networking subsystem (i.e.,
energy management is taken into account in the operations of each single node, as well as in the design of
networking protocols), and the sensing subsystem (i.e., techniques are used to reduce the amount or frequency of
energy-expensive samples). The lifetime of a sensor network can be extended by jointly applying different
techniques. For example, energy efficient protocols are aimed at minimizing the energy consumption during
network activities. However, a large amount of energy is consumed by node components (CPU, radio, etc.) even
if they are idle. Power management schemes are thus used for switching off node components that are not
temporarily needed. Specifically, it focuses primarily on the networking subsystem by considering duty cycling.
Furthermore, the main techniques suitable to reduce the energy consumption of sensors when the energy cost for
data acquisition i.e. sampling) cannot be neglected. Finally, introduce mobility as a new energy conservation
paradigm with the purpose of prolonging the network lifetime. These techniques are the basis for any networking
protocol and solution optimized from an energy-saving point of view.
6. Characteristics of WSN
6.1 Node mobility
Mobility of the nodes creates a dynamic network topology. Links will be dynamically formed when two nodes
come into the transmission range of each other and are torn down when they move out of range [1,5].
6.2 Unattended operation
In most cases, once deployed, sensor networks have no human intervention. Hence the nodes themselves are
responsible for reconfiguration in case of any changes [6].
6.3 Dynamic Network Topology
It is an important aspect of the sensor networks. The lifecycle of a sensor network may be represented in three
phases with respect to the topology and its maintenance. During the deployment phase, the nodes are dropped
into their positions in an ad hoc manner. The nodes need to self-organize into a communicating network. The
Post-deployment phase topology maintenance consists of topology changes induced due to the failure of the
nodes, failure of radio links, or arrival of some mobile obstacles. The Re-deployment phase deals with the
deployment of nodes to replace failed nodes. In each of the three phases, a sensor network should be capable of
seamlessly organizing itself to stream data to the base-station [7].
6.4 Limited power
Sensor Networks are highly sensitive to energy usage [3,4]. They may, probably, be deployed in inhospitable or
hostile environments, where it may not be possible to refresh energy sources. Hence, energy consumption is a
major issue, and energy-aware protocols / applications are desirable. Energy consumption is observed at three
stages, node communication, sensing and processing. Optimizing the three processes will lead to a reduction in
the energy consumed.
6.5 Large scale of deployment
Establishing communication within large networks, consisting of hundreds or thousands of nodes flung far apart,
is not possible [6]. Furthermore, many parameters like interference, noise, dispersion, available bandwidth,
asymmetry of links and constantly changing signal strength, may make complete connectivity unachievable even
in tiny networks.
7. Features of wireless sensor network
The following are the unique features of the wireless sensor network [2]
• Large scale of deployment
• Unattended operation
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
22
• Small-scale sensor nodes
• Limited power they can harvest or store
• Harsh environmental conditions
• Mobility of nodes.
• Network topology is dynamic
• Heterogeneity of nodes
8. Advantages of wireless sensor network
The following are the list of advantages of wireless sensor networks [2,5], they are
• Advances in low-cost and low-power wireless communication, micro sensor, and microprocessor
hardware, as well as progress in ad hoc networking routing and protocols, distributed signal and array
processing, pervasive computing, and embedded systems have all made sensor networking a topic of
active interest.
• Internet has been able to provide a large number of users with the ability to move diverse forms of
information readily and thus revolutionized business, industry, defense, science, education, research,
and human interactions.
• Sensor networking may, in the long run, be equally significant by providing measurement of the
physical phenomena around us, leading to their understanding and ultimately the utilization of this
information for a wide range of applications.
• Potential applications of sensor networking include environmental monitoring, health care monitoring,
battlefield surveillance and reconnaissance, modern highway, modern manufacturing, condition-based
maintenance of complex systems, and so forth.
9. Applications of Wireless Sensor Network
The applications for wireless sensor network are many and varied [2]. 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).
Typical applications of wireless sensor network 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.
10. Conclusion
WSN are used to collect data from the environment. They consist of large number of sensor nodes and one or
more Base Stations. The nodes in the network are connected via Wireless communication channels. Each node
has capability to sense data, process the data and send it to rest of the nodes or to Base Station. These networks
are limited by the node battery lifetime.
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.
11. REFERENCES
[1] Ian F. Akyildiz, Weilian Su, Yogesh Sankarasubramaniam, and Erdal Cayirci,”A Survey on Sensor
Networks”-Aug 2002, IEEE Communications Magazine.
[2] Carlos F. García-Hernández, Pablo H. Ibargüengoytia-González, Joaquín García-and Hernández, “Wireless
Sensor Networks and Applications: a Survey”, IJCSNS International Journal of Computer Science and Network
Security,-March 2007 Volume 7,Issue.3, Page(s).208-218.
[3] Fatma Bouabdallah, Nizar Bouabdallah, and Raouf Boutaba , “On Balancing Energy Consumption in
Wireless Sensor Networks”,-July 2009 IEEE Transactions On Vehicular Technology, Volume. 58, Issue 6,
Page(s). 117-123.
[4] Giuseppe Anastasi, Marco Conti, Mario Di Francesco, Andrea Passarella, “Energy Conservation in Wireless
Sensor Networks: a Survey,”-May 2009, Volume 7, Issue 3, Pages .537-568
[5] Mayank Saraogi.”A Survey of wireless sensor network, EURASIP Journal on Wireless Communications and
Networking “-2005, Page(s) .774–788.
Network and Complex Systems www.iiste.org
ISSN 2224-610X (Paper) ISSN 2225-0603 (Online)
Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications
23
[6] Paulo Rogério Pereira, António Grilo, Francisco Rocha, Mário Serafim Nunes, Augusto Casaca, Claude
Chaudet, Peter Almström and Mikael Johansson, “End-To-End Reliability In Wireless Sensor Networks:Survey
And Research Challenges” International Conference on Wireless Communications, Networking and Mobile
Computing, 2007. WiCom 2007, Page(s).2771 – 2774.
[7] Zheng, Yugui Qu, Baohua Zhao, “Data Aware Clustering for Data Gathering in Wireless Sensor Networks”,
International Conference on Networks Security, Wireless Communications and Trusted Computing, 2009,
Volume.1, Page(s). 192-214.
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.
More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org
CALL FOR PAPERS
The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. There’s no deadline for
submission. Prospective authors of IISTE journals can find the submission
instruction on the following page: http://www.iiste.org/Journals/
The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.
IISTE Knowledge Sharing Partners
EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

Contenu connexe

Tendances

Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networksGodspowerAgbulu
 
Power Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksPower Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksMshari Alabdulkarim
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKNishant Bhardwaj
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networksZaahir Salam
 
paper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokpaper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokejbyun77
 
Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewIOSR Journals
 
Wireless sensor network applications
Wireless sensor network applicationsWireless sensor network applications
Wireless sensor network applicationsDeepshika Reddy
 
seminar report on wireless Sensor network
seminar report on wireless Sensor networkseminar report on wireless Sensor network
seminar report on wireless Sensor networkJawhar Ali
 
Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Yogesh Fulara
 
An overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptAn overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptphbhagwat
 
EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...
EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...
EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...IJNSA Journal
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET Journal
 
Ppt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semPpt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semshikhathegreat
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...IRJET Journal
 
Architecture 4 Wireless Sensor Networks
Architecture 4 Wireless Sensor NetworksArchitecture 4 Wireless Sensor Networks
Architecture 4 Wireless Sensor NetworksIvano Malavolta
 

Tendances (19)

9345.pdf
9345.pdf9345.pdf
9345.pdf
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Power Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor NetworksPower Saving in Wireless Sensor Networks
Power Saving in Wireless Sensor Networks
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORK
 
Wsn ppt original
Wsn ppt originalWsn ppt original
Wsn ppt original
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
paper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokpaper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrok
 
Energy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A ReviewEnergy Conservation in Wireless Sensor Networks: A Review
Energy Conservation in Wireless Sensor Networks: A Review
 
Wireless sensor network applications
Wireless sensor network applicationsWireless sensor network applications
Wireless sensor network applications
 
seminar report on wireless Sensor network
seminar report on wireless Sensor networkseminar report on wireless Sensor network
seminar report on wireless Sensor network
 
Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)
 
An overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptAn overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication ppt
 
Sensor Network
Sensor NetworkSensor Network
Sensor Network
 
EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...
EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...
EFFECT OF HASH FUNCTION ON PERFORMANCE OF LOW POWER WAKE UP RECEIVER FOR WIRE...
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
 
Ppt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th semPpt on low power wireless sensor network 5th sem
Ppt on low power wireless sensor network 5th sem
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
 
Architecture 4 Wireless Sensor Networks
Architecture 4 Wireless Sensor NetworksArchitecture 4 Wireless Sensor Networks
Architecture 4 Wireless Sensor Networks
 

Similaire à A review on wireless sensor networks

Wireless sensor network using zigbee
Wireless sensor network using zigbeeWireless sensor network using zigbee
Wireless sensor network using zigbeeeSAT Publishing House
 
Issues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networksIssues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networkseSAT Publishing House
 
Comparison of Routing protocols in Wireless Sensor Networks: A Detailed Survey
Comparison of Routing protocols in Wireless Sensor Networks: A Detailed SurveyComparison of Routing protocols in Wireless Sensor Networks: A Detailed Survey
Comparison of Routing protocols in Wireless Sensor Networks: A Detailed Surveytheijes
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Editor IJARCET
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSnanocdac
 
Features of wsn and various routing techniques for wsn a survey
Features of wsn and various routing techniques for wsn a surveyFeatures of wsn and various routing techniques for wsn a survey
Features of wsn and various routing techniques for wsn a surveyeSAT Publishing House
 
Features of wsn and various routing techniques for wsn a survey
Features of wsn and various routing techniques for wsn     a surveyFeatures of wsn and various routing techniques for wsn     a survey
Features of wsn and various routing techniques for wsn a surveyeSAT Journals
 
Wireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsWireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsAshishDPatel1
 
A review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor NetworkA review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor Networkiosrjce
 
Some aspects of wireless sensor networks
Some aspects of wireless sensor networksSome aspects of wireless sensor networks
Some aspects of wireless sensor networkspijans
 
A Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor NetworksA Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor NetworksBria Davis
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksIDES Editor
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsnDeepaDasarathan
 

Similaire à A review on wireless sensor networks (20)

Chapter
ChapterChapter
Chapter
 
Smart dust
Smart dustSmart dust
Smart dust
 
Wireless sensor network using zigbee
Wireless sensor network using zigbeeWireless sensor network using zigbee
Wireless sensor network using zigbee
 
Issues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networksIssues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networks
 
Comparison of Routing protocols in Wireless Sensor Networks: A Detailed Survey
Comparison of Routing protocols in Wireless Sensor Networks: A Detailed SurveyComparison of Routing protocols in Wireless Sensor Networks: A Detailed Survey
Comparison of Routing protocols in Wireless Sensor Networks: A Detailed Survey
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKS
 
Ii2414621475
Ii2414621475Ii2414621475
Ii2414621475
 
Features of wsn and various routing techniques for wsn a survey
Features of wsn and various routing techniques for wsn a surveyFeatures of wsn and various routing techniques for wsn a survey
Features of wsn and various routing techniques for wsn a survey
 
Features of wsn and various routing techniques for wsn a survey
Features of wsn and various routing techniques for wsn     a surveyFeatures of wsn and various routing techniques for wsn     a survey
Features of wsn and various routing techniques for wsn a survey
 
Wireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsWireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and Applications
 
G017344246
G017344246G017344246
G017344246
 
A review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor NetworkA review of Hierarchical energy Protocols in Wireless Sensor Network
A review of Hierarchical energy Protocols in Wireless Sensor Network
 
wireless sensor network a survey
wireless sensor network a surveywireless sensor network a survey
wireless sensor network a survey
 
Gm3411871190
Gm3411871190Gm3411871190
Gm3411871190
 
Some aspects of wireless sensor networks
Some aspects of wireless sensor networksSome aspects of wireless sensor networks
Some aspects of wireless sensor networks
 
A Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor NetworksA Review Paper On Communication Protocols For Wireless Sensor Networks
A Review Paper On Communication Protocols For Wireless Sensor Networks
 
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor NetworksSpread Spectrum Based Energy Efficient Wireless Sensor Networks
Spread Spectrum Based Energy Efficient Wireless Sensor Networks
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsn
 
F0361026033
F0361026033F0361026033
F0361026033
 

Plus de Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Plus de Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Dernier

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 

Dernier (20)

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 

A review on wireless sensor networks

  • 1. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 18 A Review on Wireless Sensor Networks Dinesh Kumar Gupta Karnataka State Open University, Mysore E-mail:dineshgupta1111@gmail.com Abstract The study of wireless sensor networks is challenging in that it requires an enormous breadth of knowledge. 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. 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. Keywords: WSN, Sensor 1. Wireless Sensor Network (WSN) A Wireless Sensor Network is a special kind of wireless network consisting of small and spatially distributed autonomous devices (nodes) which can cooperatively sense physical phenomena around them [5]. Figure 1.1 Wireless Sensor Network It also processes the collected data and effectively route them to the nearest sinks or gateway node. It consists of a large number of densely deployed sensor nodes [1]. Each node in the sensor network may consist of one or more sensors, a low power radio, portable power supply, and possibly localization hardware, such as a GPS (Global Positioning System) unit or a ranging device. These nodes incorporate wireless transceivers so that communication and networking are enabled. Additionally, the network possesses self-organizing capability. Ideally, individual nodes should be battery powered with a long lifetime and should cost very little. A key feature of such networks is that their nodes are untethered and unattended. Consequently, they have limited and non-replenishable energy resources. Therefore, energy efficiency is an important design consideration for these networks. In addition to one or more sensors, each node in a wireless 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. 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. Size and cost constraints on sensor nodes result in corresponding constraints on resources such as energy, memory, computational speed and bandwidth. 1.1 Classification of Sensors The sensors are classified into three categories. 1.1.1 Passive, Omni Directional Sensors: Passive sensors sense the data without actually manipulating the environment by active probing. They are self powered i.e. energy is needed only to amplify their analog signal. There is no notion of “direction” involved in these measurements. 1.1.2 Passive, narrow-beam sensors: These sensors are passive but they have well-defined notion of direction of measurement. Typical example is ‘camera’. 1.1.3 Active Sensors: These group of sensors actively probe the environment, for example, a solar or radar sensor or some type of seismic sensor, which generate shock waves by small explosions.
  • 2. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 19 2. Architecture of sensor node One of the most important features is the hardware, namely the node itself. A node is a resource-constrained device capable of radio communication, sensing and limited data-processing. It is optionally also capable of actuating the environment. It is low on processing power, energy as well as memory. A sensor node is usually composed of four components: a Processing Unit, a Power Unit, one or more Sensing Units and/or Actuating Units, and a Transceiver. The Processing Unit is typically an 8-16 bit, 1-24 MHz microcontroller with 1KB – 4MB onboard memory. These figures vary within different families of microcontrollers, and with different vendors. The Power Unit usually consists of one or more batteries, providing 3V - 4.5V, generally with a capacity ranging between 1700mAh – 2700mAh. The node can be fitted with various sensors for acoustic, photo, temperature, pressure etc based applications. Each node may also optionally be fitted with an interface for plugging-in an actuator for performing any mechanical actions on a application-specific basis. Figure 1.2 shows the structure of a sensor node Figure 1.2 Architecture of Sensor Node 3. Components of a Sensor Node The main components of a sensor node are microcontroller, transceiver, external memory, power source and one or more sensors [1]. 3.1 Microcontroller Microcontroller performs tasks, processes data and controls the functionality of other components in the sensor node. Other alternatives that can be used as a controller are: General purpose desktop microprocessor, Digital signal processors, Field Programmable Gate Array and Application-specific integrated circuit. Microcontrollers are most suitable choice for sensor node. Each of the four choices has their own advantages and disadvantages. Microcontrollers are the best choices for embedded systems. Because of their flexibility to connect to other devices, programmable, power consumption is less, as these devices can go to sleep state and part of controller can be active. In general purpose microprocessor the power consumption is more than the microcontroller; therefore it is not a suitable choice for sensor node. Digital Signal Processors are appropriate for broadband wireless communication. But in Wireless Sensor Networks, the wireless communication should be modest i.e., simpler, easier to process modulation and signal processing tasks of actual sensing of data is less complicated. 3.2 Transceiver Sensor nodes make use of ISM (Industrial Science and Medical) band which gives free radio, huge spectrum allocation and global availability. The various choices of wireless transmission media are Radio frequency, Optical communication (Laser) and Infrared. Laser requires less energy, but needs line-of-sight for communication and also sensitive to atmospheric conditions. Infrared like laser, needs no antenna but is limited in its broadcasting capacity. Radio Frequency (RF) based communication is the most relevant that fits to most of the WSN applications. WSN’s use the communication frequencies between about 433 MHz and 2.4 GHz. The functionality of both transmitter and receiver are combined into a single device know as transceivers are used in sensor nodes. Transceivers lack unique identifier. The operational states are Transmit, Receive, Idle and Sleep. Current generation radios have a built-in state machines that perform this operation automatically. Radios used in transceivers operate in four different modes: Transmit Receive, Idle, and Sleep. Radios operating in Idle mode results in power consumption, almost equal to power consumed in Receive mode. Thus it is better to completely shutdown the radios rather than in the Idle mode when it is not Transmitting or Receiving. And also significant amount of power is consumed when switching from Sleep mode to Transmit mode to transmit a packet. 3.3 Sensing Unit It senses the environment through transceiver. 3.4 External Memory From an energy perspective, the most relevant kinds of memory are on-chip memory of a microcontroller and FLASH memory - off-chip RAM is rarely if ever used. Flash memories are used due to its cost and storage capacity. Memory requirements are very much application dependent. Two categories of memory based on the
  • 3. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 20 purpose of storage a. User memory used for storing application related or personal data. b. Program memory used for programming the device. 3.5 Power Source Power consumption in the sensor node is for Sensing, Communication and Data Processing. More energy is required for data communication in sensor node [3,4]. Energy expenditure is less for sensing and data processing. The energy cost of transmitting 1 Kb for distance of 100 m is approximately the same as that for the executing 3 million instructions by 100 million instructions per second/W processor. Power is stored either in Batteries or Capacitors. Batteries are the main source of power supply for sensor nodes. Namely two types of batteries used are chargeable and non-rechargeable. They are also classified according to electrochemical material used for electrode such as NiCd (nickel-cadmium), NiZn(nickel-zinc), Nimh (nickel metal hydride), and Lithium-Ion. Current sensors are developed which are able to renew their energy from solar, thermogenerator, or vibration energy. Two major power saving policies used are Dynamic Power Management (DPM) and Dynamic Voltage Scaling (DVS). DPM takes care of shutting down parts of sensor node which are not currently used or active. DVS scheme varies the power levels depending on the non-deterministic workload. By varying the voltage along with the frequency, it is possible to obtain quadratic reduction in power consumption. 4. Structure of a Wireless Sensor Network In the structure of a wireless sensor network from the logical point of view, the nodes can only be contacted through services of the middleware layers. They do not perform any individual tasks. The distributed middleware coordinates the cooperation of services within the network. It is logically located in the network layer but physically exists in the nodes. All layers together in conjunction with their configuration compose the sensor network application. The middleware architecture called as SINA (Sensor Information Networking Architecture). The SINA architecture proposes Sensor Query and Tasking Language (SQTL) as the programming interface between sensor applications and SINA middleware. Operating system acts as an interface between the hardware and the sensor network application. Tiny OS is the component based operating system that is specially designed for sensor network [1,2,5]. Sensor networks consist of a huge number of small sensor nodes, which communicate wirelessly. The following figure 1.4 shows the structure of a sensor node. The following factor influences the developments of sensor nodes. • Increasing device complexity on microchips • High performance, wireless networking technologies • A combination of digital signal processing and sensor data acquisition • Advances in the development of micro electromechanical systems (MEMS) and • Availability of high performance development tools. Figure 1.4 Structure of a sensor node 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. 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. 5. Wireless Sensor Network Architecture In the figure 1.5 the wireless sensor network architecture consisting of one sink node (or base station) and a (large) number of sensor nodes deployed over a large geographic area (sensing field). Data are transferred from sensor nodes to the sink through a multi-hop communication paradigm [7]. Sensor Actuator Battery Communi cation Unit Processin g Unit
  • 4. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 21 Figure 1.5 Wireless sensor network architecture The energy consumption for transmission of data is more compared to data processing [4]. The energy cost of transmitting a single bit of information is approximately the same as that needed for processing a thousand operations in a typical sensor node. The energy consumption of the sensing subsystem depends on the specific sensor type. In general, energy-saving techniques focus on two subsystems: the networking subsystem (i.e., energy management is taken into account in the operations of each single node, as well as in the design of networking protocols), and the sensing subsystem (i.e., techniques are used to reduce the amount or frequency of energy-expensive samples). The lifetime of a sensor network can be extended by jointly applying different techniques. For example, energy efficient protocols are aimed at minimizing the energy consumption during network activities. However, a large amount of energy is consumed by node components (CPU, radio, etc.) even if they are idle. Power management schemes are thus used for switching off node components that are not temporarily needed. Specifically, it focuses primarily on the networking subsystem by considering duty cycling. Furthermore, the main techniques suitable to reduce the energy consumption of sensors when the energy cost for data acquisition i.e. sampling) cannot be neglected. Finally, introduce mobility as a new energy conservation paradigm with the purpose of prolonging the network lifetime. These techniques are the basis for any networking protocol and solution optimized from an energy-saving point of view. 6. Characteristics of WSN 6.1 Node mobility Mobility of the nodes creates a dynamic network topology. Links will be dynamically formed when two nodes come into the transmission range of each other and are torn down when they move out of range [1,5]. 6.2 Unattended operation In most cases, once deployed, sensor networks have no human intervention. Hence the nodes themselves are responsible for reconfiguration in case of any changes [6]. 6.3 Dynamic Network Topology It is an important aspect of the sensor networks. The lifecycle of a sensor network may be represented in three phases with respect to the topology and its maintenance. During the deployment phase, the nodes are dropped into their positions in an ad hoc manner. The nodes need to self-organize into a communicating network. The Post-deployment phase topology maintenance consists of topology changes induced due to the failure of the nodes, failure of radio links, or arrival of some mobile obstacles. The Re-deployment phase deals with the deployment of nodes to replace failed nodes. In each of the three phases, a sensor network should be capable of seamlessly organizing itself to stream data to the base-station [7]. 6.4 Limited power Sensor Networks are highly sensitive to energy usage [3,4]. They may, probably, be deployed in inhospitable or hostile environments, where it may not be possible to refresh energy sources. Hence, energy consumption is a major issue, and energy-aware protocols / applications are desirable. Energy consumption is observed at three stages, node communication, sensing and processing. Optimizing the three processes will lead to a reduction in the energy consumed. 6.5 Large scale of deployment Establishing communication within large networks, consisting of hundreds or thousands of nodes flung far apart, is not possible [6]. Furthermore, many parameters like interference, noise, dispersion, available bandwidth, asymmetry of links and constantly changing signal strength, may make complete connectivity unachievable even in tiny networks. 7. Features of wireless sensor network The following are the unique features of the wireless sensor network [2] • Large scale of deployment • Unattended operation
  • 5. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 22 • Small-scale sensor nodes • Limited power they can harvest or store • Harsh environmental conditions • Mobility of nodes. • Network topology is dynamic • Heterogeneity of nodes 8. Advantages of wireless sensor network The following are the list of advantages of wireless sensor networks [2,5], they are • Advances in low-cost and low-power wireless communication, micro sensor, and microprocessor hardware, as well as progress in ad hoc networking routing and protocols, distributed signal and array processing, pervasive computing, and embedded systems have all made sensor networking a topic of active interest. • Internet has been able to provide a large number of users with the ability to move diverse forms of information readily and thus revolutionized business, industry, defense, science, education, research, and human interactions. • Sensor networking may, in the long run, be equally significant by providing measurement of the physical phenomena around us, leading to their understanding and ultimately the utilization of this information for a wide range of applications. • Potential applications of sensor networking include environmental monitoring, health care monitoring, battlefield surveillance and reconnaissance, modern highway, modern manufacturing, condition-based maintenance of complex systems, and so forth. 9. Applications of Wireless Sensor Network The applications for wireless sensor network are many and varied [2]. 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). Typical applications of wireless sensor network 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. 10. Conclusion WSN are used to collect data from the environment. They consist of large number of sensor nodes and one or more Base Stations. The nodes in the network are connected via Wireless communication channels. Each node has capability to sense data, process the data and send it to rest of the nodes or to Base Station. These networks are limited by the node battery lifetime. 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. 11. REFERENCES [1] Ian F. Akyildiz, Weilian Su, Yogesh Sankarasubramaniam, and Erdal Cayirci,”A Survey on Sensor Networks”-Aug 2002, IEEE Communications Magazine. [2] Carlos F. García-Hernández, Pablo H. Ibargüengoytia-González, Joaquín García-and Hernández, “Wireless Sensor Networks and Applications: a Survey”, IJCSNS International Journal of Computer Science and Network Security,-March 2007 Volume 7,Issue.3, Page(s).208-218. [3] Fatma Bouabdallah, Nizar Bouabdallah, and Raouf Boutaba , “On Balancing Energy Consumption in Wireless Sensor Networks”,-July 2009 IEEE Transactions On Vehicular Technology, Volume. 58, Issue 6, Page(s). 117-123. [4] Giuseppe Anastasi, Marco Conti, Mario Di Francesco, Andrea Passarella, “Energy Conservation in Wireless Sensor Networks: a Survey,”-May 2009, Volume 7, Issue 3, Pages .537-568 [5] Mayank Saraogi.”A Survey of wireless sensor network, EURASIP Journal on Wireless Communications and Networking “-2005, Page(s) .774–788.
  • 6. Network and Complex Systems www.iiste.org ISSN 2224-610X (Paper) ISSN 2225-0603 (Online) Vol.3, No.1, 2013-Selected from Inter national Conference on Recent Trends in Applied Sciences with Engineering Applications 23 [6] Paulo Rogério Pereira, António Grilo, Francisco Rocha, Mário Serafim Nunes, Augusto Casaca, Claude Chaudet, Peter Almström and Mikael Johansson, “End-To-End Reliability In Wireless Sensor Networks:Survey And Research Challenges” International Conference on Wireless Communications, Networking and Mobile Computing, 2007. WiCom 2007, Page(s).2771 – 2774. [7] Zheng, Yugui Qu, Baohua Zhao, “Data Aware Clustering for Data Gathering in Wireless Sensor Networks”, International Conference on Networks Security, Wireless Communications and Trusted Computing, 2009, Volume.1, Page(s). 192-214.
  • 7. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org CALL FOR PAPERS The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. There’s no deadline for submission. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar