Sensor Data Aggregation using a Cross Layer Framework for Smart City Applications

IRJET Journal
IRJET JournalFast Track Publications

https://irjet.net/archives/V4/i7/IRJET-V4I712.pdf

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 63
Applications
Debanjali Sarkar¹, Pushpalatha S2
¹ Dept. of Digital Electronics & Communication Systems, VTU PG Centre, Mysuru
2 Assistant Professor, Dept. of Digital Electronics & Communication Systems, VTU PG Centre, Mysuru
-----------------------------------------------------------------------***------------------------------------------------------------------------
Abstract: Smart cities are developed with the help of many
Internet of Things applications. WSN is made of few
to hundreds and thousands of nodes and a node is connected
to one or many sensors. Sensor nodes communicate with each
other through wireless network and generates a vast amount
of data. To transmit the sensed data, more energy is required.
There is a need of a proper framework for the applications to
search and use the data efficiently. In this paper, we have
used a distributed protocol which uses query based data
aggregation to extract the sensor data from different
applications. The first application refers to garbage
management which abstain from spreading some dangerous
infections, by observing the status of the dustbin. The second
application is the traffic alert to give traffic congestion data
to the user. The cross-layer commit protocol analyzed in this
project is based on cross layer designs of the application layer
and network layer. Also, a middleware is designed to process
the query request.
Keywords: Smart Cities, EEPROM, Wireless Sensor, Data
aggregation, Cross Layer.
1. INTRODUCTION
With emergence of Radio-frequency identification, the
concept of IoT has started and has grown rapidly with the
support of Wireless Sensor Networks. WSN has an
important role to play in the growth of IoT as the hardware
becomes low-priced, hefty and boost the battery life [1].
Sensor network provides a bridge between real and virtual
world. However, the sensor nodes in wireless
sensor network have limited battery and are resource
constrained with respect to energy, computation and
memory. A sensor node generates data and transmit sensed
data packet to the sink through intermediate sensor
nodes. Since more energy is required to transmit data over
long distances, so to save energy and resources and to
reduce the traffic, the data must be aggregated. Aggregator
nodes collect data from multiple sensor nodes, uses some
aggregation function to aggregate the data and sends the
aggregated data to the sink node. Data aggregation reduces
the energy consumption and get rid of unwanted data
transmission. Smart cities are based on a lot of applications
[2] which requires a billion of sensors which generates a
vast amount of data. To make use of these data efficiently,
the applications should analyze the data properly. For this,
there should be a proper framework to search the required
sensor. The distributed cross-layer commit protocol is
implemented to reduce the consumption of sensor energy
by introducing query based data aggregations. It uses the
cross-layer communication between the network layer and
application layer.
2. LITERATURE SURVEY
In this section, we have briefly explained the
existing methods and protocols in data aggregation and
cross layer designs. Data aggregation approaches has been
extensively studied before [3]. Sensor networks are
distributed event-based systems that differ from traditional
communication networks in several ways: sensor networks
have severe energy constraints, redundant low-rate data,
and many-to-one flows. Data centric mechanisms that
perform in-network aggregation of data are needed in this
setting for energy-efficient information flow. Data-centric
routing is modelled and its performance is compared with
traditional end-to end routing schemes.
The impact of source destination placement and
communication network density on the energy costs and
delay associated with data aggregation is examined. Data-
centric routing offers significant performance gains across
a wide range of operational scenarios. The approach
proposed is not efficient for query-based search data
aggregation approaches that are used in many IoT
applications. Data aggregation has been put forward as an
essential paradigm for wireless routing in sensor networks.
The idea is to combine the data coming from different
sources enroute – eliminating redundancy, minimizing the
number of transmissions and thus saving energy. This
paradigm shifts the focus from the traditional address-
centric approaches for networking (finding short routes
between pairs of addressable end-nodes) to a more data-
centric approach (finding routes from multiple sources to a
single destination that allows in-network consolidation of
redundant data).
In the existing cross-layer atomic commit
protocol called CLCP uses multiple coordinators and
makes use of acknowledgement messages to piggyback
information [4]. Transaction processing in mobile ad-hoc
networks must take network problems like node
disconnection, message loss, and network partitioning into
Sensor Data Aggregation using a Cross Layer Framework for Smart City
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 64
consideration. Special to the simulation environment is the
use of the quasi-unit-disc model, which assumes a non-
binary message reception probability that captures real-
world behaviour much better than the classical unit-disc-
model, often used in theory.
The cross-layer communication has been
attempted in a few papers. Hardware for sensor nodes that
combine physical sensors, actuators, embedded
processors, and communication components has
advanced significantly over the last decade, and made the
large-scale deployment of such sensors a reality.
Applications range from monitoring applications such as
inventory maintenance over health care to military
applications. In [5], query layer for sensor networks is
designed. The query layer accepts queries in a declarative
language that are optimized to generate efficient query
execution plans with in-network processing which can
significantly reduce resource requirements. The main
architectural components of such a query layer,
concentrating on in-network aggregation, interaction of in-
network aggregation with the wireless routing protocol,
and distributed query processing is examined. A
database layer for sensor networks is proposed and
evaluated; component of the system that is located on each
sensor node is called as the query proxy. Architecturally, on
the sensor node, the query proxy lies between the network
layer and the application layer, and the query proxy
provides higher level services through queries.
In [6] the authors concentrated in the problem of
energy conservation and life expectancy of smart sensors;
because, they are not refillable by micro-piles. To solve the
problem of limitation of the network regarding
energy resources, the approach is based on a combination
between several existing mechanisms of energy saving by
addressing more particularly on the data routing. The
existing routing protocol ZRP cannot resist in large scale
(because it isn’t an adapted protocol for WSN). To
overcome this limit, the approach consists in improving this
protocol with the aim of having the best answers for the
requirements of WSN by the introduction of hierarchical
organization based on the crossing between
different layers, to obtain the proposed protocol H-ZRP.
3. PROPOSED BLOCK DIAGRAM
The architecture of IoT is designed with four
layers: application layer, middleware, network layer,
sensing layer.
All the IoT applications will run in the application
layer from where it can interact with the sensing layer.
Through the middleware, applications will query the
sensing layer to that data can be obtained which is required
for the applications. An interface is provided by the service
layer which is independent of the platform and device to
extract the data from the sensors. The network layer is used
to interconnect the sensors and is used to transfer data
between the data store of middleware and sensors in the
physical layer.
Fig. 1 Architecture implemented
Fig. 2 Block Diagram
4. IMPLEMENTATION
The entire system will be used to monitor the following
applications:
Garbage Management:
Smart dust bins are used here to abstain from
spreading some dangerous infections, by observing the
status of it which should be connected to the internet for
the real-time information. Microcontrollers are integrated
into the dustbins which contains Infrared Sensor and RF
Transreceiver. The dust level is detected by the sensor and
the data is sent to the microcontroller and then to the cloud.
Weather Management:
To screen and evaluate the conditions if there is a
rise in the occurrence of surpassing the endorsed level of
parameters, an efficient environmental monitoring system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 65
is required. Smart environment is achieved at the point
when the items like condition furnished with sensor
gadgets, microcontroller and different programming
applications turns into a self-securing and self-checking
condition.
Board Hardware Resources Features:
Ultrasonic Sensor:
It is used to detect any moving or stationary
objects within the specified range which is pre-decided. The
HCSR04 ultrasonic sensor uses sonar rays reflection and
reception mechanism to calculate the distance from the
object.
Temperature and Humidity Sensor:
AM2302 output calibrated digital signal. It applies
exclusive digital-signal-collecting-technique and humidity
sensing technology, assuring its reliability and stability. Its
sensing elements are connected to 8-bit single-chip
computer.
The cross-layer commit protocol implements data
aggregation using both the network and application layer.
The application layer initiates the query request and goes
to the network layer. Whichever nodes will reply to the
query will be considered as the members of the cluster. In
this protocol, two parameters are considered to determine
the cluster head: residual energy and average distance
between cluster members. The nodes having higher value
for both the parameters is selected as the cluster head.
There are two stages involved in this approach:
1. To find the cluster head:
 Sensor nodes should take the routing
decisions.
 The data registry generates a query which is
forwarded to the sink node.
 The sink node then forwards the query to the
sensor network.
 The nodes which will be responsible to provide
data for that particular query should reply to
the root node by sending an acknowledgement
message.
 All the nodes which will the send the
acknowledgement will form a cluster.
 Based on the highest residual energy and the
average distance of the cluster members, the
cluster head will be selected.
2. To collect the data:
 After receiving the acknowledgement, the sink
nodes will a send a signal to the cluster
members to send the data.
 The cluster members will now send the data to
the sink node via the cluster head.
 Cluster head is responsible for data
aggregation in the network layer.
 As the query period expires, the cluster and
cluster head identified will be removed and
new cluster will be formed for new queries.
5. RESULTS
Fig. 3 Prototype module
Initially all sensors are in sleep mode. Sensors are
initiated by Arduino and gross the data and passes it to
middleware. Application layer consists of many designed
applications like garbage management and weather
management Application layer takes the data from
middleware and performs the data aggregation.
6. CONCLUSION
A working prototype of the proposed system was
successfully created and implemented. The cross-layer
commit protocol method along with the query based data
aggregation has better performance than the other
approaches in reducing energy consumption. Different
applications use different sensors according to their
requirement. To search the appropriate sensor according to
the application and retrieve the data from the right sensor,
query based search is very useful. Performing data
aggregation in a single node instead of using all the sensor
nodes will improve the consumption of energy of the entire
network.
The system can be improved by using caching
mechanism to store the aggregated values for a long time
which is not possible in the current system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 66
REFERENCES
[1] J. Yick, B. Mukherjee, and D. Ghosal, “Wireless sensor
network survey,” Comput. Netw., vol. 52, no. 12, pp.
2292–2330, Aug. 2008.
[2] L. D. Xu, W. He, and S. Li, “Internet of Things in
Industries: A Survey,” IEEE Trans. Ind. Inform., vol. 10,
no. 4, pp. 2233–2243, Nov. 2014.
[3] L. Krishnamachari, D. Estrin, and S. Wicker, “The
impact of data aggregation in wireless sensor
networks,” in Distributed Computing Systems
Workshops, 2002. Proceedings. 22nd International
Conference on, 2002, pp. 575–578.
[4] S. Obermeier, S. Böttcher, and D. Kleine, “CLCP #150;
A Distributed Cross-Layer Commit Protocol for Mobile
Ad Hoc Networks,” in 2008 IEEE International
Symposium on Parallel and Distributed Processing
with Applications, 2008, pp. 361–370.
[5] Johannes Gehrke, “Query Processing in Sensor
Networks,” IEEE Pervasive Computing, vol. 3, no. 1, pp.
46–55, 01-Jan-2004
[6] Bouabidi Imen, Pr. Abdellaoui Mahmoud, “Hierarchical
Organization with a Cross Layers using Smart Sensors
for Intelligent Cities,” SAI Intelligent Systems
Conference 2015 November 10-11, 2015, London, UK

Recomendados

Wireless Sensor Networks UNIT-1 von
Wireless Sensor Networks UNIT-1Wireless Sensor Networks UNIT-1
Wireless Sensor Networks UNIT-1Easy n Inspire L
143 views20 Folien
A Survey on Routing Protocols in Wireless Sensor Networks von
A Survey on Routing Protocols in Wireless Sensor NetworksA Survey on Routing Protocols in Wireless Sensor Networks
A Survey on Routing Protocols in Wireless Sensor NetworksAssociation of Scientists, Developers and Faculties
740 views8 Folien
IRJET-E-Waste Management using Robotics von
IRJET-E-Waste Management using RoboticsIRJET-E-Waste Management using Robotics
IRJET-E-Waste Management using RoboticsIRJET Journal
35 views2 Folien
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ... von
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...IJERA Editor
241 views6 Folien
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN von
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSNData Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSNrahulmonikasharma
61 views8 Folien
Integration of internet of things with wireless sensor network von
Integration of internet of things with wireless sensor networkIntegration of internet of things with wireless sensor network
Integration of internet of things with wireless sensor networkIJECEIAES
131 views6 Folien

Más contenido relacionado

Was ist angesagt?

Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ... von
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...chokrio
1.2K views11 Folien
Communication Cost Reduction by Data Aggregation: A Survey von
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyIJMTST Journal
70 views8 Folien
Mobile Web Services for Distributed In-Network Communications and Computations von
Mobile Web Services for Distributed In-Network Communications and ComputationsMobile Web Services for Distributed In-Network Communications and Computations
Mobile Web Services for Distributed In-Network Communications and ComputationsDr. Fahad Aijaz
505 views10 Folien
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network... von
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...IRJET Journal
39 views6 Folien
Energy efficient intrusion detection system von
Energy efficient intrusion detection systemEnergy efficient intrusion detection system
Energy efficient intrusion detection systemiaemedu
777 views5 Folien
Solution for intra/inter-cluster event-reporting problem in cluster-based pro... von
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...IJECEIAES
53 views12 Folien

Was ist angesagt?(18)

Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ... von chokrio
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
chokrio1.2K views
Communication Cost Reduction by Data Aggregation: A Survey von IJMTST Journal
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A Survey
IJMTST Journal70 views
Mobile Web Services for Distributed In-Network Communications and Computations von Dr. Fahad Aijaz
Mobile Web Services for Distributed In-Network Communications and ComputationsMobile Web Services for Distributed In-Network Communications and Computations
Mobile Web Services for Distributed In-Network Communications and Computations
Dr. Fahad Aijaz505 views
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network... von IRJET Journal
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
IRJET Journal39 views
Energy efficient intrusion detection system von iaemedu
Energy efficient intrusion detection systemEnergy efficient intrusion detection system
Energy efficient intrusion detection system
iaemedu777 views
Solution for intra/inter-cluster event-reporting problem in cluster-based pro... von IJECEIAES
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
IJECEIAES53 views
Survey of Wireless Sensor Network Application von ijsrd.com
Survey of Wireless Sensor Network ApplicationSurvey of Wireless Sensor Network Application
Survey of Wireless Sensor Network Application
ijsrd.com271 views
026 icsca2012-s065 von auwalaumar
026 icsca2012-s065026 icsca2012-s065
026 icsca2012-s065
auwalaumar252 views
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks von Eswar Publications
Mobile Agents based Energy Efficient Routing for Wireless Sensor NetworksMobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Eswar Publications190 views
Bidirectional data centric routing protocol to improve the energy efficiency ... von prj_publication
Bidirectional data centric routing protocol to improve the energy efficiency ...Bidirectional data centric routing protocol to improve the energy efficiency ...
Bidirectional data centric routing protocol to improve the energy efficiency ...
prj_publication113 views
International Journal of Engineering (IJE) Volume (2) Issue (1) von CSCJournals
International Journal of Engineering (IJE) Volume (2)  Issue (1)International Journal of Engineering (IJE) Volume (2)  Issue (1)
International Journal of Engineering (IJE) Volume (2) Issue (1)
CSCJournals3.4K views
Report-Fog Based Emergency System For Smart Enhanced Living Environment von KEERTHANA M
Report-Fog Based Emergency System For Smart Enhanced Living EnvironmentReport-Fog Based Emergency System For Smart Enhanced Living Environment
Report-Fog Based Emergency System For Smart Enhanced Living Environment
KEERTHANA M489 views
Analysis of programming aspects of wireless sensor networks von iaemedu
Analysis of programming aspects of wireless sensor networksAnalysis of programming aspects of wireless sensor networks
Analysis of programming aspects of wireless sensor networks
iaemedu342 views
IOT Based Smart Power Management System using WSN von IRJET Journal
IOT Based Smart Power Management System using WSNIOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSN
IRJET Journal98 views
J031101064069 von theijes
J031101064069J031101064069
J031101064069
theijes257 views

Similar a Sensor Data Aggregation using a Cross Layer Framework for Smart City Applications

IRJET- Energy Efficient Protocol in Wireless Sensor Network von
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET Journal
14 views4 Folien
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks von
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET Journal
21 views4 Folien
Node Deployment Technique using Wireless Sensor Networks von
Node Deployment Technique using Wireless Sensor NetworksNode Deployment Technique using Wireless Sensor Networks
Node Deployment Technique using Wireless Sensor NetworksIRJET Journal
51 views6 Folien
IRJET - Energy Efficient Approach for Data Aggregation in IoT von
IRJET -  	  Energy Efficient Approach for Data Aggregation in IoTIRJET -  	  Energy Efficient Approach for Data Aggregation in IoT
IRJET - Energy Efficient Approach for Data Aggregation in IoTIRJET Journal
19 views4 Folien
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S... von
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
47 views10 Folien
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN von
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNA SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNIAEME Publication
276 views10 Folien

Similar a Sensor Data Aggregation using a Cross Layer Framework for Smart City Applications(20)

IRJET- Energy Efficient Protocol in Wireless Sensor Network von IRJET Journal
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET Journal14 views
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks von IRJET Journal
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET Journal21 views
Node Deployment Technique using Wireless Sensor Networks von IRJET Journal
Node Deployment Technique using Wireless Sensor NetworksNode Deployment Technique using Wireless Sensor Networks
Node Deployment Technique using Wireless Sensor Networks
IRJET Journal51 views
IRJET - Energy Efficient Approach for Data Aggregation in IoT von IRJET Journal
IRJET -  	  Energy Efficient Approach for Data Aggregation in IoTIRJET -  	  Energy Efficient Approach for Data Aggregation in IoT
IRJET - Energy Efficient Approach for Data Aggregation in IoT
IRJET Journal19 views
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S... von IRJET Journal
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 Journal47 views
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN von IAEME Publication
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNA SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
IAEME Publication276 views
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se... von IRJET Journal
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
IRJET Journal29 views
IRJET- Energy Efficient Technique to Reduce Energy Consumption in IoT von IRJET Journal
IRJET- Energy Efficient Technique to Reduce Energy Consumption in IoTIRJET- Energy Efficient Technique to Reduce Energy Consumption in IoT
IRJET- Energy Efficient Technique to Reduce Energy Consumption in IoT
IRJET Journal13 views
Review on State-Of-The-Art of PEGASIS Protocol in WSNS von rahulmonikasharma
Review on State-Of-The-Art of PEGASIS Protocol in WSNSReview on State-Of-The-Art of PEGASIS Protocol in WSNS
Review on State-Of-The-Art of PEGASIS Protocol in WSNS
rahulmonikasharma149 views
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT. von IRJET Journal
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
IRJET Journal75 views
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters von IRJET Journal
IRJET- A Wireless Sensor Network based Border Monitoring System using ClustersIRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET Journal20 views
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo... von IRJET Journal
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
IRJET Journal69 views
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser... von IRJET Journal
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
IRJET Journal31 views
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ... von IRJET Journal
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wireless ...A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wireless ...
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ...
IRJET Journal46 views
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir... von IRJET Journal
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
IRJET Journal47 views
LORA BASED DATA ACQUISITION SYSTEM von IRJET Journal
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal5 views
A Review of Sensor Node in Wireless Sensor Networks von ijtsrd
A Review of Sensor Node in Wireless Sensor NetworksA Review of Sensor Node in Wireless Sensor Networks
A Review of Sensor Node in Wireless Sensor Networks
ijtsrd53 views
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY von ijcsa
EVENT DRIVEN ROUTING PROTOCOLS FOR  WIRELESS SENSOR NETWORK- A SURVEYEVENT DRIVEN ROUTING PROTOCOLS FOR  WIRELESS SENSOR NETWORK- A SURVEY
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY
ijcsa2K views

Más de IRJET Journal

SOIL STABILIZATION USING WASTE FIBER MATERIAL von
SOIL STABILIZATION USING WASTE FIBER MATERIALSOIL STABILIZATION USING WASTE FIBER MATERIAL
SOIL STABILIZATION USING WASTE FIBER MATERIALIRJET Journal
25 views7 Folien
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles... von
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...IRJET Journal
8 views7 Folien
Identification, Discrimination and Classification of Cotton Crop by Using Mul... von
Identification, Discrimination and Classification of Cotton Crop by Using Mul...Identification, Discrimination and Classification of Cotton Crop by Using Mul...
Identification, Discrimination and Classification of Cotton Crop by Using Mul...IRJET Journal
8 views5 Folien
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula... von
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...IRJET Journal
13 views11 Folien
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR... von
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...IRJET Journal
14 views6 Folien
Performance Analysis of Aerodynamic Design for Wind Turbine Blade von
Performance Analysis of Aerodynamic Design for Wind Turbine BladePerformance Analysis of Aerodynamic Design for Wind Turbine Blade
Performance Analysis of Aerodynamic Design for Wind Turbine BladeIRJET Journal
7 views5 Folien

Más de IRJET Journal(20)

SOIL STABILIZATION USING WASTE FIBER MATERIAL von IRJET Journal
SOIL STABILIZATION USING WASTE FIBER MATERIALSOIL STABILIZATION USING WASTE FIBER MATERIAL
SOIL STABILIZATION USING WASTE FIBER MATERIAL
IRJET Journal25 views
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles... von IRJET Journal
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
IRJET Journal8 views
Identification, Discrimination and Classification of Cotton Crop by Using Mul... von IRJET Journal
Identification, Discrimination and Classification of Cotton Crop by Using Mul...Identification, Discrimination and Classification of Cotton Crop by Using Mul...
Identification, Discrimination and Classification of Cotton Crop by Using Mul...
IRJET Journal8 views
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula... von IRJET Journal
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
IRJET Journal13 views
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR... von IRJET Journal
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
IRJET Journal14 views
Performance Analysis of Aerodynamic Design for Wind Turbine Blade von IRJET Journal
Performance Analysis of Aerodynamic Design for Wind Turbine BladePerformance Analysis of Aerodynamic Design for Wind Turbine Blade
Performance Analysis of Aerodynamic Design for Wind Turbine Blade
IRJET Journal7 views
Heart Failure Prediction using Different Machine Learning Techniques von IRJET Journal
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning Techniques
IRJET Journal7 views
Experimental Investigation of Solar Hot Case Based on Photovoltaic Panel von IRJET Journal
Experimental Investigation of Solar Hot Case Based on Photovoltaic PanelExperimental Investigation of Solar Hot Case Based on Photovoltaic Panel
Experimental Investigation of Solar Hot Case Based on Photovoltaic Panel
IRJET Journal3 views
Metro Development and Pedestrian Concerns von IRJET Journal
Metro Development and Pedestrian ConcernsMetro Development and Pedestrian Concerns
Metro Development and Pedestrian Concerns
IRJET Journal2 views
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An... von IRJET Journal
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...
IRJET Journal3 views
Data Analytics and Artificial Intelligence in Healthcare Industry von IRJET Journal
Data Analytics and Artificial Intelligence in Healthcare IndustryData Analytics and Artificial Intelligence in Healthcare Industry
Data Analytics and Artificial Intelligence in Healthcare Industry
IRJET Journal3 views
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC... von IRJET Journal
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...
IRJET Journal62 views
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur... von IRJET Journal
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...
IRJET Journal12 views
Development of Effective Tomato Package for Post-Harvest Preservation von IRJET Journal
Development of Effective Tomato Package for Post-Harvest PreservationDevelopment of Effective Tomato Package for Post-Harvest Preservation
Development of Effective Tomato Package for Post-Harvest Preservation
IRJET Journal4 views
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION” von IRJET Journal
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”
IRJET Journal5 views
Understanding the Nature of Consciousness with AI von IRJET Journal
Understanding the Nature of Consciousness with AIUnderstanding the Nature of Consciousness with AI
Understanding the Nature of Consciousness with AI
IRJET Journal12 views
Augmented Reality App for Location based Exploration at JNTUK Kakinada von IRJET Journal
Augmented Reality App for Location based Exploration at JNTUK KakinadaAugmented Reality App for Location based Exploration at JNTUK Kakinada
Augmented Reality App for Location based Exploration at JNTUK Kakinada
IRJET Journal6 views
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba... von IRJET Journal
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
IRJET Journal18 views
Enhancing Real Time Communication and Efficiency With Websocket von IRJET Journal
Enhancing Real Time Communication and Efficiency With WebsocketEnhancing Real Time Communication and Efficiency With Websocket
Enhancing Real Time Communication and Efficiency With Websocket
IRJET Journal5 views
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ... von IRJET Journal
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...
IRJET Journal4 views

Último

dummy.pptx von
dummy.pptxdummy.pptx
dummy.pptxJamesLamp
7 views2 Folien
Ansari: Practical experiences with an LLM-based Islamic Assistant von
Ansari: Practical experiences with an LLM-based Islamic AssistantAnsari: Practical experiences with an LLM-based Islamic Assistant
Ansari: Practical experiences with an LLM-based Islamic AssistantM Waleed Kadous
11 views29 Folien
Proposal Presentation.pptx von
Proposal Presentation.pptxProposal Presentation.pptx
Proposal Presentation.pptxkeytonallamon
76 views36 Folien
Robotics in construction enterprise von
Robotics in construction enterpriseRobotics in construction enterprise
Robotics in construction enterpriseKhalid Abdel Naser Abdel Rahim
5 views1 Folie
Renewal Projects in Seismic Construction von
Renewal Projects in Seismic ConstructionRenewal Projects in Seismic Construction
Renewal Projects in Seismic ConstructionEngineering & Seismic Construction
6 views8 Folien
sam_software_eng_cv.pdf von
sam_software_eng_cv.pdfsam_software_eng_cv.pdf
sam_software_eng_cv.pdfsammyigbinovia
11 views5 Folien

Último(20)

Ansari: Practical experiences with an LLM-based Islamic Assistant von M Waleed Kadous
Ansari: Practical experiences with an LLM-based Islamic AssistantAnsari: Practical experiences with an LLM-based Islamic Assistant
Ansari: Practical experiences with an LLM-based Islamic Assistant
M Waleed Kadous11 views
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth von Innomantra
BCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for GrowthBCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for Growth
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth
Innomantra 20 views
GDSC Mikroskil Members Onboarding 2023.pdf von gdscmikroskil
GDSC Mikroskil Members Onboarding 2023.pdfGDSC Mikroskil Members Onboarding 2023.pdf
GDSC Mikroskil Members Onboarding 2023.pdf
gdscmikroskil68 views
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf von AlhamduKure
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdfASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
AlhamduKure10 views
MongoDB.pdf von ArthyR3
MongoDB.pdfMongoDB.pdf
MongoDB.pdf
ArthyR351 views
Design of machine elements-UNIT 3.pptx von gopinathcreddy
Design of machine elements-UNIT 3.pptxDesign of machine elements-UNIT 3.pptx
Design of machine elements-UNIT 3.pptx
gopinathcreddy38 views
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc... von csegroupvn
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
csegroupvn13 views
Integrating Sustainable Development Goals (SDGs) in School Education von SheetalTank1
Integrating Sustainable Development Goals (SDGs) in School EducationIntegrating Sustainable Development Goals (SDGs) in School Education
Integrating Sustainable Development Goals (SDGs) in School Education
SheetalTank111 views

Sensor Data Aggregation using a Cross Layer Framework for Smart City Applications

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 63 Applications Debanjali Sarkar¹, Pushpalatha S2 ¹ Dept. of Digital Electronics & Communication Systems, VTU PG Centre, Mysuru 2 Assistant Professor, Dept. of Digital Electronics & Communication Systems, VTU PG Centre, Mysuru -----------------------------------------------------------------------***------------------------------------------------------------------------ Abstract: Smart cities are developed with the help of many Internet of Things applications. WSN is made of few to hundreds and thousands of nodes and a node is connected to one or many sensors. Sensor nodes communicate with each other through wireless network and generates a vast amount of data. To transmit the sensed data, more energy is required. There is a need of a proper framework for the applications to search and use the data efficiently. In this paper, we have used a distributed protocol which uses query based data aggregation to extract the sensor data from different applications. The first application refers to garbage management which abstain from spreading some dangerous infections, by observing the status of the dustbin. The second application is the traffic alert to give traffic congestion data to the user. The cross-layer commit protocol analyzed in this project is based on cross layer designs of the application layer and network layer. Also, a middleware is designed to process the query request. Keywords: Smart Cities, EEPROM, Wireless Sensor, Data aggregation, Cross Layer. 1. INTRODUCTION With emergence of Radio-frequency identification, the concept of IoT has started and has grown rapidly with the support of Wireless Sensor Networks. WSN has an important role to play in the growth of IoT as the hardware becomes low-priced, hefty and boost the battery life [1]. Sensor network provides a bridge between real and virtual world. However, the sensor nodes in wireless sensor network have limited battery and are resource constrained with respect to energy, computation and memory. A sensor node generates data and transmit sensed data packet to the sink through intermediate sensor nodes. Since more energy is required to transmit data over long distances, so to save energy and resources and to reduce the traffic, the data must be aggregated. Aggregator nodes collect data from multiple sensor nodes, uses some aggregation function to aggregate the data and sends the aggregated data to the sink node. Data aggregation reduces the energy consumption and get rid of unwanted data transmission. Smart cities are based on a lot of applications [2] which requires a billion of sensors which generates a vast amount of data. To make use of these data efficiently, the applications should analyze the data properly. For this, there should be a proper framework to search the required sensor. The distributed cross-layer commit protocol is implemented to reduce the consumption of sensor energy by introducing query based data aggregations. It uses the cross-layer communication between the network layer and application layer. 2. LITERATURE SURVEY In this section, we have briefly explained the existing methods and protocols in data aggregation and cross layer designs. Data aggregation approaches has been extensively studied before [3]. Sensor networks are distributed event-based systems that differ from traditional communication networks in several ways: sensor networks have severe energy constraints, redundant low-rate data, and many-to-one flows. Data centric mechanisms that perform in-network aggregation of data are needed in this setting for energy-efficient information flow. Data-centric routing is modelled and its performance is compared with traditional end-to end routing schemes. The impact of source destination placement and communication network density on the energy costs and delay associated with data aggregation is examined. Data- centric routing offers significant performance gains across a wide range of operational scenarios. The approach proposed is not efficient for query-based search data aggregation approaches that are used in many IoT applications. Data aggregation has been put forward as an essential paradigm for wireless routing in sensor networks. The idea is to combine the data coming from different sources enroute – eliminating redundancy, minimizing the number of transmissions and thus saving energy. This paradigm shifts the focus from the traditional address- centric approaches for networking (finding short routes between pairs of addressable end-nodes) to a more data- centric approach (finding routes from multiple sources to a single destination that allows in-network consolidation of redundant data). In the existing cross-layer atomic commit protocol called CLCP uses multiple coordinators and makes use of acknowledgement messages to piggyback information [4]. Transaction processing in mobile ad-hoc networks must take network problems like node disconnection, message loss, and network partitioning into Sensor Data Aggregation using a Cross Layer Framework for Smart City
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 64 consideration. Special to the simulation environment is the use of the quasi-unit-disc model, which assumes a non- binary message reception probability that captures real- world behaviour much better than the classical unit-disc- model, often used in theory. The cross-layer communication has been attempted in a few papers. Hardware for sensor nodes that combine physical sensors, actuators, embedded processors, and communication components has advanced significantly over the last decade, and made the large-scale deployment of such sensors a reality. Applications range from monitoring applications such as inventory maintenance over health care to military applications. In [5], query layer for sensor networks is designed. The query layer accepts queries in a declarative language that are optimized to generate efficient query execution plans with in-network processing which can significantly reduce resource requirements. The main architectural components of such a query layer, concentrating on in-network aggregation, interaction of in- network aggregation with the wireless routing protocol, and distributed query processing is examined. A database layer for sensor networks is proposed and evaluated; component of the system that is located on each sensor node is called as the query proxy. Architecturally, on the sensor node, the query proxy lies between the network layer and the application layer, and the query proxy provides higher level services through queries. In [6] the authors concentrated in the problem of energy conservation and life expectancy of smart sensors; because, they are not refillable by micro-piles. To solve the problem of limitation of the network regarding energy resources, the approach is based on a combination between several existing mechanisms of energy saving by addressing more particularly on the data routing. The existing routing protocol ZRP cannot resist in large scale (because it isn’t an adapted protocol for WSN). To overcome this limit, the approach consists in improving this protocol with the aim of having the best answers for the requirements of WSN by the introduction of hierarchical organization based on the crossing between different layers, to obtain the proposed protocol H-ZRP. 3. PROPOSED BLOCK DIAGRAM The architecture of IoT is designed with four layers: application layer, middleware, network layer, sensing layer. All the IoT applications will run in the application layer from where it can interact with the sensing layer. Through the middleware, applications will query the sensing layer to that data can be obtained which is required for the applications. An interface is provided by the service layer which is independent of the platform and device to extract the data from the sensors. The network layer is used to interconnect the sensors and is used to transfer data between the data store of middleware and sensors in the physical layer. Fig. 1 Architecture implemented Fig. 2 Block Diagram 4. IMPLEMENTATION The entire system will be used to monitor the following applications: Garbage Management: Smart dust bins are used here to abstain from spreading some dangerous infections, by observing the status of it which should be connected to the internet for the real-time information. Microcontrollers are integrated into the dustbins which contains Infrared Sensor and RF Transreceiver. The dust level is detected by the sensor and the data is sent to the microcontroller and then to the cloud. Weather Management: To screen and evaluate the conditions if there is a rise in the occurrence of surpassing the endorsed level of parameters, an efficient environmental monitoring system
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 65 is required. Smart environment is achieved at the point when the items like condition furnished with sensor gadgets, microcontroller and different programming applications turns into a self-securing and self-checking condition. Board Hardware Resources Features: Ultrasonic Sensor: It is used to detect any moving or stationary objects within the specified range which is pre-decided. The HCSR04 ultrasonic sensor uses sonar rays reflection and reception mechanism to calculate the distance from the object. Temperature and Humidity Sensor: AM2302 output calibrated digital signal. It applies exclusive digital-signal-collecting-technique and humidity sensing technology, assuring its reliability and stability. Its sensing elements are connected to 8-bit single-chip computer. The cross-layer commit protocol implements data aggregation using both the network and application layer. The application layer initiates the query request and goes to the network layer. Whichever nodes will reply to the query will be considered as the members of the cluster. In this protocol, two parameters are considered to determine the cluster head: residual energy and average distance between cluster members. The nodes having higher value for both the parameters is selected as the cluster head. There are two stages involved in this approach: 1. To find the cluster head:  Sensor nodes should take the routing decisions.  The data registry generates a query which is forwarded to the sink node.  The sink node then forwards the query to the sensor network.  The nodes which will be responsible to provide data for that particular query should reply to the root node by sending an acknowledgement message.  All the nodes which will the send the acknowledgement will form a cluster.  Based on the highest residual energy and the average distance of the cluster members, the cluster head will be selected. 2. To collect the data:  After receiving the acknowledgement, the sink nodes will a send a signal to the cluster members to send the data.  The cluster members will now send the data to the sink node via the cluster head.  Cluster head is responsible for data aggregation in the network layer.  As the query period expires, the cluster and cluster head identified will be removed and new cluster will be formed for new queries. 5. RESULTS Fig. 3 Prototype module Initially all sensors are in sleep mode. Sensors are initiated by Arduino and gross the data and passes it to middleware. Application layer consists of many designed applications like garbage management and weather management Application layer takes the data from middleware and performs the data aggregation. 6. CONCLUSION A working prototype of the proposed system was successfully created and implemented. The cross-layer commit protocol method along with the query based data aggregation has better performance than the other approaches in reducing energy consumption. Different applications use different sensors according to their requirement. To search the appropriate sensor according to the application and retrieve the data from the right sensor, query based search is very useful. Performing data aggregation in a single node instead of using all the sensor nodes will improve the consumption of energy of the entire network. The system can be improved by using caching mechanism to store the aggregated values for a long time which is not possible in the current system.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 07 | July-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 66 REFERENCES [1] J. Yick, B. Mukherjee, and D. Ghosal, “Wireless sensor network survey,” Comput. Netw., vol. 52, no. 12, pp. 2292–2330, Aug. 2008. [2] L. D. Xu, W. He, and S. Li, “Internet of Things in Industries: A Survey,” IEEE Trans. Ind. Inform., vol. 10, no. 4, pp. 2233–2243, Nov. 2014. [3] L. Krishnamachari, D. Estrin, and S. Wicker, “The impact of data aggregation in wireless sensor networks,” in Distributed Computing Systems Workshops, 2002. Proceedings. 22nd International Conference on, 2002, pp. 575–578. [4] S. Obermeier, S. Böttcher, and D. Kleine, “CLCP #150; A Distributed Cross-Layer Commit Protocol for Mobile Ad Hoc Networks,” in 2008 IEEE International Symposium on Parallel and Distributed Processing with Applications, 2008, pp. 361–370. [5] Johannes Gehrke, “Query Processing in Sensor Networks,” IEEE Pervasive Computing, vol. 3, no. 1, pp. 46–55, 01-Jan-2004 [6] Bouabidi Imen, Pr. Abdellaoui Mahmoud, “Hierarchical Organization with a Cross Layers using Smart Sensors for Intelligent Cities,” SAI Intelligent Systems Conference 2015 November 10-11, 2015, London, UK