SlideShare a Scribd company logo
1 of 4
Download to read offline
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

More Related Content

What's hot

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 ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...chokrio
 
Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyIJMTST Journal
 
Mobile Web Services for Distributed In-Network Communications and Computations
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
 
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...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...IRJET Journal
 
Energy efficient intrusion detection system
Energy efficient intrusion detection systemEnergy efficient intrusion detection system
Energy efficient intrusion detection systemiaemedu
 
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...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...IJECEIAES
 
Survey of Wireless Sensor Network Application
Survey of Wireless Sensor Network ApplicationSurvey of Wireless Sensor Network Application
Survey of Wireless Sensor Network Applicationijsrd.com
 
026 icsca2012-s065
026 icsca2012-s065026 icsca2012-s065
026 icsca2012-s065auwalaumar
 
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
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 NetworksEswar Publications
 
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 ...
Bidirectional data centric routing protocol to improve the energy efficiency ...prj_publication
 
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)
International Journal of Engineering (IJE) Volume (2) Issue (1)CSCJournals
 
Report-Fog Based Emergency System For Smart Enhanced Living Environment
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 EnvironmentKEERTHANA M
 
Analysis of programming aspects of wireless sensor networks
Analysis of programming aspects of wireless sensor networksAnalysis of programming aspects of wireless sensor networks
Analysis of programming aspects of wireless sensor networksiaemedu
 
IOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSNIOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSNIRJET Journal
 
J031101064069
J031101064069J031101064069
J031101064069theijes
 

What's hot (18)

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 ...
Optimal Operating Performances of Wireless Protocols for Intelligent Sensors ...
 
Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A Survey
 
Mobile Web Services for Distributed In-Network Communications and Computations
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
 
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...
An Approach of Mobile Wireless Sensor Network for Target Coverage and Network...
 
Energy efficient intrusion detection system
Energy efficient intrusion detection systemEnergy efficient intrusion detection system
Energy efficient intrusion detection system
 
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...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
 
Survey of Wireless Sensor Network Application
Survey of Wireless Sensor Network ApplicationSurvey of Wireless Sensor Network Application
Survey of Wireless Sensor Network Application
 
026 icsca2012-s065
026 icsca2012-s065026 icsca2012-s065
026 icsca2012-s065
 
Autonomic computer
Autonomic computerAutonomic computer
Autonomic computer
 
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
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
 
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 ...
Bidirectional data centric routing protocol to improve the energy efficiency ...
 
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
 
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)
International Journal of Engineering (IJE) Volume (2) Issue (1)
 
Report-Fog Based Emergency System For Smart Enhanced Living Environment
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
 
Analysis of programming aspects of wireless sensor networks
Analysis of programming aspects of wireless sensor networksAnalysis of programming aspects of wireless sensor networks
Analysis of programming aspects of wireless sensor networks
 
IOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSNIOT Based Smart Power Management System using WSN
IOT Based Smart Power Management System using WSN
 
E010412433
E010412433E010412433
E010412433
 
J031101064069
J031101064069J031101064069
J031101064069
 

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

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
 
IRJET-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-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
 
Node Deployment Technique using Wireless Sensor Networks
Node Deployment Technique using Wireless Sensor NetworksNode Deployment Technique using Wireless Sensor Networks
Node Deployment Technique using Wireless Sensor NetworksIRJET Journal
 
IRJET - Energy Efficient Approach for Data Aggregation in IoT
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
 
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
 
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
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
 
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...
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...IRJET Journal
 
IRJET- Energy Efficient Technique to Reduce Energy Consumption in IoT
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 IoTIRJET Journal
 
Review on State-Of-The-Art of PEGASIS Protocol in WSNS
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 WSNSrahulmonikasharma
 
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.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.IRJET Journal
 
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
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 ClustersIRJET 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...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...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...
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...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 ...
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ...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-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...IRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
A Review of Sensor Node in Wireless Sensor Networks
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 Networksijtsrd
 
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY
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 SURVEYijcsa
 
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
 

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

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
 
IRJET-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-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
 
Node Deployment Technique using Wireless Sensor Networks
Node Deployment Technique using Wireless Sensor NetworksNode Deployment Technique using Wireless Sensor Networks
Node Deployment Technique using Wireless Sensor Networks
 
IRJET - Energy Efficient Approach for Data Aggregation in IoT
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
 
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...
 
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
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
 
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...
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
 
IRJET- Energy Efficient Technique to Reduce Energy Consumption in IoT
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
 
Review on State-Of-The-Art of PEGASIS Protocol in WSNS
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
 
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.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
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
 
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...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
 
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...
Improved Development of Energy Efficient Routing Algorithm for Privacy Preser...
 
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 ...
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ...
 
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-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
A Review of Sensor Node in Wireless Sensor Networks
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
 
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY
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
 
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
 
L010527175
L010527175L010527175
L010527175
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 

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