SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2461
An Energy Efficient Data Transmission And Aggregation of WSN Using
Data Processing In MapReduce
M.Mahalakshmi1, A. Mohamoodha bi2, B. Thamarai Selvi3, M. J. T. Vasantha Priya4
1eswarimrugan@gmail.com, 2mohamoodhabi@gmail.com, 3thamaraibupalan@gmail.com,
4vasanthapriyamjt@gmail.com
4M. J. T. Vasantha Priya, Assistant Professor, Dept. Of Computer Science and Engineering, Velammal Institute of
Technology, TamilNadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract : In this Paper, We construct a wireless sensor
network using software defined network(SDN) framework.
The sensors are grouped as three different clustersandcluster
head elected between each cluster based on their distance,
memory and battery to reduce the Energy Consumption of
Sensor nodes .The sensed data is sent to the cluster head of
each cluster by the other sensor nodes in encryptedform. Now,
the data received in the head of cluster are aggregated and
signature is appended to the data by Privacy Homomorphism
Encryption Scheme using Ecc-Elgamal Signature in a Binary
transmission for three completely different Network Clusters
and sent to the base station. Here, again the signature is
verified and stored in hadoop distributedfilesystemandquery
processing using Mapreduce.
Key Words: Wireless sensor network, software defined
network, big data , MapReduce, Elgamal signature.
1.INTRODUCTION
The basic architecture of Wireless Sensor
Networks is usually a Hybrid type where it is a
combination of Infrastructure Oriented and
Infrastructure less Networks. A wireless sensor
network (WSN) is a wireless network consisting of
spatiallydistributedautonomousdevicesusingsensors
to monitor physical or environmental conditions. A
WSN system incorporates a gateway that provides
wireless connectivity back to the wired world and
distributed nodes (see Figure 1).Thewirelessprotocol
you select depends on your application requirements.
Some of the available standards include 2.4 GHzradios
based on either IEEE 802.15.4 or IEEE 802.11 (Wi-Fi)
standards or proprietary radios, whichareusually900
MHz. The Communication from sensor to sensor head
takes place through p2p Architecture (Infrastructure
less) andthecommunicationfromClusterHeadtoBase
Station involves Broadcast Based (Infrastructure
Oriented).This Hybrid Architecture is to reduce the
Energy Consumption of Sensor nodes as it will be
depleted soon when each sensor broadcasts sensed
data to Base station as and when it senses. Hence a
Cluster Head will be elected for each cluster by
considering the battery, Memory and processing
ability. All the Sensorswillbesendingtheirsenseddata
to the Cluster Head in a p2p manner.
Bigdata is a term for data sets that are so large
or complex thattraditional dataprocessing application
softwares areinadequatetodealwiththem.Challenges
include capture, storage, analysis,datacuration,search, s
haring, transfer, visualization, querying, updating
and information privacy. The term "big data" often
refers simply to the use of predictive analytics, user
behavior analytics, or certain other advanced data
analytics methods that extract value from data, and
seldom to a particular size of data set. Hadoop
MapReduce (Hadoop Map/Reduce) is a software
framework for distributedprocessingoflargedatasets
on compute clusters of commodity hardware. It is a
sub-project of the Apache Hadoop project. The
framework takes care of scheduling tasks, monitoring
them and re-executing any failed tasks. The process of
moving map outputs to the reducers is known
as shuffling. Sort: Each reduce task is responsible for
reducing the values associated with several
intermediate keys. The set of intermediate keys on a
single node is automatically sorted by Hadoop before
they are presented to the Reducer.
Today, big data is strongly associated with
MapReduce [6]. Its simplicity along with its scaling
capabilities have rendered MapReduce the de facto
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2462
standard for data processing and analytics
implementation at large scale. Several frameworks
have been based on it, ranging from the integrated
platforms, such as hadoop file systems, to proprietary
applications spanning in several domains. We
introduce a comprehensive solution to support
MapReduce inside WSNs. In Software Defined
Networking(SDN), the routing of packets can be easily
modified according to the current deployment of the
MapReduce functions, implemented by the big data
application developers, inside the network.
Furthermore, according to the SDN approach, all
network management functions are centralized in a
server, called the Controller, which has a globalviewof
the network and can interact closely with the
application. It follows that the Controller is in the best
position to decide where to deploy the MapReduce
functions and change the routing accordingly. In this
course, we also developananalyticalframeworkwhich
can be employed by the Controller to select the nodes,
which will execute these functions. More specifically,
three significant cases are considered: (i) the case in
which the deployment is not affected by the resource
limitations of nodes of the WSN, (ii) the case in which
the limitations on the processing and memory
resources of the sensor nodes are the cause of
constraints in the deployment of the MapReduce
functions, and (iii) the case in which the strictest
constraints are due to the bandwidth limitations.
The proposed system we construct a wireless
sensor network using software defined network(SDN)
framework. The sensors are grouped as threedifferent
clusters and cluster head elected between each cluster
based on their distance, memoryandbatteryto reduce
the Energy Consumption of Sensor nodes .The sensed
data sent to the cluster head of each cluster by the
other sensor nodes in encrypted format. Now, the data
received in the head of cluster are aggregated and
signature is appended to the data by privacy
HomomorphismEncryptionSchemeusingEcc-Elgamal
SignatureinaBinarytransmissionforthreecompletely
different Network Clusters andsenttothebasestation.
Here, again the signature is verified and stored in
hadoop distributed file system and query processing
using Mapreduce.
2. BIG DATA PROCESSING IN WSNs
MapReduce is presently viewed as the accepted
standard in enormous information handling, for the
most part because of its effortlessness and its scaling
abilities. Amid its ten years of life, since its unique
production [6], MapReduce has ruled the examination
what's more, improvement in the region of huge
information. Apache Hadoop incorporates the most
broadly utilized execution of MapReduce, while a few
different frameworks, for example, NoSQL databases,
have been founded on its worldview to upgrade their
scaling out performance.
MapReduce is based upon the supposition that the
info informational index can be part into key-esteem
matches that will be passed to the examination
capacities. The extraction of the key-esteem sets from
the first information is executed in the guide work. On
a basic level, this operation is completely circulated,
since information can be part in a few littler pieces,
which are given to various proceduresexecutingacase
of the delineate. Handling of the created key-esteem
sets is performed by the lessen work. Specifically, all
key value sets with a similar key are prepared by the
same lessen work occurrence. Along these lines, there
can be a few forms (up to the quantity of various keys)
executing a diverse occurrence of the diminish work,
empowering parallel handling of info information.
Despite the fact that more capacities and operations
may take put in a MapReduce-based application, here
we are thinking about the two essential ones (guide
and lessen), since
we are concentrating on their in-system execution in
WSNs, where the assets are in any case constrained
and along these lines, operations ought to stay as basic
as could be expected under the circumstances. In
whatever remains of the paper, we will allude to a
system hub executing a outline a diminish work as
mapper or reducer, separately.
Execution of guide and diminish capacities is doing
theenormousinformationapplicationdesigner,sinceit
is utilize case particular. MapReduce just gives the
particular of the capacities, so that the fundamental
foundation can relegate them to a few procedures,
subsequently parallelizing the in general enormous
information examination operation.
Regardless of the first server farm arranged plan of
Map- Diminish, there have been endeavors to bolster
its operations in cell phones. Specifically, the Misco
framework [10] empowers cell phones to perform
enormous information handling with MapReduce.
Aside from the framework level support, a booking
calculation for constant preparing utilizing Misco has
been proposed in [11]. Nonetheless, the proposed
approach centers on the productive treatment of a few
distinct applications, treating the gadgets more like
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2463
low-end servers of a server farm as opposed to data
sources. The last is for the most part tended to by
works concentrate the utilization of MapReduce in
performing examination on data originating from
sensors. In this specific situation, the creators in [12]
are thinking about the issue of incorporating
information originating from expansive scale
heterogeneous WSNs. They are concentrating on
complexspatio-transientsituationswherecutting-edge
investigation and monstrous measures of information
are required, for example, an Earth-wide temperature
boost examine, and they determine information
demonstrate for productively applying MapReduce
operations in the cloud. Another fascinating and
normal utilization of WSN information is activity
examinationin urban situations;truthbetold,creators
in [13] devise a structure for demonstrating
furthermore, anticipating activity wonders utilizing
sensorinformation,whiletheyarelikewiseconsidering
in-system circulated execution of their calculation. Be
that as it may, despite the factthatthisapproachcanbe
upheld on a fundamental level by MapReduce, no solid
plan is given, it is not examined how the system would
bolster such operations and moreover, the model is
carefully fit for the specific situation contemplated all
through that paper.
3. SDN FOR WSNS
The SDN worldview is drawing in the expanding
enthusiasm of both the mechanical and scholastic
research groups as it fundamentally disentangles
arrange control and administration
[14]. Its qualities can in this manner lessen
administration costs for system administrators and
permit the presentation of
new arrangements in a system as effectively as
introducing a product program is, so encouraging
advancement. The excitement for SDN has brought
about countless commitments
for both wired and remote cell systems.
Less consideration has been paid to the
augmentation of the SDN way to deal with WSNs up
until this point. To be sure, early endeavors to make
organizing conventions connected by WSNs
programmable have been introduced in [15]. Later on,
the benefits of the SDN approach in WSNs have been
talked about in [16], [17], [18].
As of late SDN-WISE [8] has been presented, which
progresses the best in class by receiving a stateful
approach that is helpful to decrease the measure of
data traded between the sensor hubs and the
Controller [19]. Moreover, SDN-WISE presents the
WISE-Visor which is a layer empowering the creation
and administration of a few virtual WSNs in light ofthe
same physical sensor hubs.
The proposed system expands on top of SDN-WISE
also, hence, in the accompanying we give some
foundation data on SDN-WISE which is helpful to get it
whatever is left of this paper. As per the SDNapproach,
SDN-WISEunmistakablyisolatestheinformationplane
keep running by the sensor hubs and the control plane
executed by a product program, called Controller,
running on a server.
The conduct of sensor hubs is for the most part
dictated by the substance of the supposed WISE Flow
Table which is filled with data originating from the
Controller. Like in Open-
Stream, Entries of the WISE Flow Table can be
separated in
three segments: Rules, Action, and Statistics. In the
Rules area
up to three principles can be characterized. Each lead
can investigate any byte(indicatedbytheAddressfield
in the section) of the parcel. On the offchancethatsuch
byte is equal2 to the esteem determined in the Esteem
field, then the control is fulfilled.
On the off chance that a parcel fulfills every one of
the standards, then it is dealt with by the hub as
indicated in the Action area. The sort of activity to
execute on the bundle is determined in the Type field.
Conceivable sorts are drop, forward,change,andsoon.
On the off chance that the activity is forward, at that
point the hub the bundle ought to be sent to, is
determined in the Value field.
At long last, in the Statistics segment data is put
away about the use of such section. Different fields are
characterized in the WISE Flow Table sections which
be that as it may, are past the extent of this paper.
Besides, sensor hubs execute a basic conventionwhich
empowers them to take in their best next jump
towards the sink (or the nearest sink, if a few sinks are
conveyed). At long last, SDN-WISE sensor hubs gather
data about their neighbors and report such data to the
Controller intermittently.
Like in the OpenFlow case, when a SDN-WISE hub
gets a bundle for which none of its entrances applies, it
sends this parcel to the Controller inside a Rule ask for
message. Because of the occasional reports got by the
sensor hubs, the Controller has a total perspective of
the system topology also, conditions, which it uses to
choose how to react to the gotten Rule asks. Take note
of that thusly, the Controller can offer standards to
sensor hubs in a manner that bundles are directed in
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2464
the system relying upon any byte they contain, that is,
not considering the goal address as it were
Figure1:SDN Detailed Architecture
4.PROPOSED ARCHITECTURE
ThebasicarchitectureofWirelessSensorNetworksare
usually a Hybrid type where it is a combination of
Infrastructure Oriented and Infrastructureless
Networks. The Communication from sensor to sensor
head takes place through p2p Architecture
(Infrastructureless) and the communication from
Cluster Head to Base Station involves Broadcast Based
(InfrastructureOriented).ThisHybridArchitectureisto
reduce the Energy Consumption of Sensor nodes as it
will be depleted soon when each sensor broadcasts
sensed data to Base station as and when it senses.
Hence a Cluster Head will be elected foreachclusterby
considering the battery, Memory and processing
ability. All the Sensorswillbesendingtheirsenseddata
to the Cluster Head in a p2p manner. We Propose an
Efficient hybrid data prediction technique with data
Aggregation which can drastically reduce energy
consumption of sensor nodes during communication.
In data prediction the communication can be
significantly reduced by avoiding transmission of each
raw sample to the sink. This is achieved by using a
model to estimate the sensed values, and by
communicating with the sink only when there is a
change in the sampled data when the Aggregationtime
out is triggered in cluster head. Each node is using a
model to predict its ownsensordata,andcomparesthe
predicted values with those actually observed and
generates a confidence value.
In our Proposed Design we promise to give high
authenticity of each sensing data and Integrity of the
same in a recoverable environment for concealed Data
Aggregation (CDA) by privacy Homomorphism
Encryption Scheme using Ecc-Elgamal Signature in a
Binary transmission for three completely different
Network Clusters Architecture. Base Station can
recover each sensing data as well as can compute on it.
Overhead is greatly reduced as Cluster Heads of High
and Heterogeneous Sensors can respond for Base
Station Requests. So communication cost is drastically
reduced that a Low Cluster Network can also be
deployed to a WSN.
Figure2: Shortest Path Finding By Comparing The
Neighbour Nodes
Figure3: Overall Architecture Diagram
Homogeneous
High
Cluster
Heterogeneous
Cluster
Homogeneous
Low
Cluster
S
S S
S
S
CH
S
S S
S
S
CH
S
S S
S
S
CH
BASE
STATION
H
L
H
E
H
H
Database
Store
data
Query
processing
Retrived
data
Data
Predictio
n
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2465
5. METHODOLOGY USED
There are four separate modules to develop the
proposed project :
5.1. Network Formation & electing Cluster Head
Three Completely different Clusters are formed in a
Wireless Sensor Network named
1. Homogenous Low Sensors Cluster.
2. Homogenous High Sensors Cluster.
3. Heterogeneous Sensor Cluster.
ClusterHeadsareelectedbasedonthebattery,Memory
and processing ability for each cluster and only the
clusterheadaggregatethereceiveddatafromitscluster
sensors and sends to the Base Station .The
Homogeneous High and Heterogeneous clusters have
the high capability sensors and hence can do
computations on aggregated data and send the
corresponding result and also respond to Base Station
(BS) request thereby reducing overhead drastically. So
Homogeneous Low Clusters can also be incorporated
into WSN since it contains Low Sensors which just
aggregate and sends the cipher text to BS. Each Node is
equipped with 3 keys 1.Cluster Key 2.Private Key
3.public Key in which bit length varies depending on
type of cluster.
5.2. Data transmission and Aggregation
Sensors send its ownsensing data to itsclusterhead
as each and every sensor knows its own cluster head
and generates a shortest path to reach it and transmits
through it. Each Sensed data is converted into a packet
and is encrypted and the cipher is subjected to
signature generation process. The Cluster Head
receives the encrypted cipher text and signature is
verified and the data is aggregated. Cluster Head
recovers the data and in Homogeneous High and
Heterogeneous and generated the signature using
elgamal. For Homogenous Low and Heterogeneous
Clusters only Aggregation process takes place as
Homogeneous low cluster is memory constrained.
5.3. Recovering data using Signature
The Aggregated Data's are Converted into a Single
Packet when Aggregation Time out is triggered in
Cluster Head. Now a cipher text is created by
encryption and a signature is also generated for the
same and the cipher is concealed in signature by
compressing and converting the whole compressed
content to binary. In Homo Low Cluster the Head Just
verifies signature sends the data to BS without
aggregating packets. BS once again verifies each and
everydatabyverifyingsignaturetherebyensuringdata
Integrity and Authenticity. Base Station can also send
request to Cluster Heads of High & Heterogeneous
Clusters and can receive the recovered data from
Cluster head by verifying signature.
5.4. Data Prediction and Query Processing:
The Low Confidence data from the sensor nodes are
dropped in cluster head by data prediction strategy on
each cluster head. Hence the redundant data's are free
from communication reducing overhead. The dropped
packets are shown in a graph for redundancy
evaluation by time vs. drop count. The Broadcasted
compressed encrypted binary packets are being
accumulated on Base Station and it is fed to a Database
after Verification of Packets from various Clusters.The
Historical thus formed by time are subjected to four
kinds of Query Processing.
 1. Top-K Based Query Processing (Top Ranked
Values on each Cluster).
 2. Necessary Set Based Query Processing
(Values Should be Present).
 3. Sufficient Set Based Query Processing
(Values that are more than enough).
 4. Boundary based Query Processing (Ranked
values in a range)
Above query processing are implemented using
Hadoop, the Historical data’s to be stored in HDFS. The
query submitted to the master which will retrieve the
historical data from the data node. It is faster than the
normal DB query processing and large set of data’s can
be maintained in the HDFS.
6.PROBLEM STATEMENT
We propose the ECC-Elgamal schemetosecurelysend
the data through the sensors in the network clusters.
The signature is appended to the binary data in the
cluster head sent by the sensor. After appending data
reach the base station here again the signature is
verified ( Lwo Level Authenticity).
6.1. Elgamal algorithm
It is a digital signature scheme which is based on the
difficulty of computing discrete logarithms. It was
described by Taher ElGamal The ElGamal signature
scheme allows athird-partytoconfirmtheauthenticity
of a message sent over an insecure channel.
system parameters
 Let H be a collision-resistant hash function.
 Let p be a large prime such that
computing discrete logarithms modulo p is
difficult.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2466
 Let g < p be a randomly chosen generator of
the multiplicative group of integers
modulo p .
These system parameters may be shared between
users.
6.1.1. Key generation
 Randomly choose a secret key x with
1 < x < p − 1.
 Compute y = gx mod p.
 The public key is y.
 The secret key is x.
These steps are performed once by the signature
6.1.2. Signature generation
 Choose a random k such that 1 < k < p − 1
and gcd(k, p − 1) = 1.
 Compute y=gk (mod p)
 Compute s=(H(m)-xr)k -1 (mod p-1)
If s=0 start over again. Then the pair (r,s) is the
digital signature of m. The signer repeats these steps
for every signature
6.1.3. Verification
A signature (r,s) of a message m is verified as follows.
 0 < r < p and 0< s < p -1
 gH(m) ≡ yr rs (mod p)
The verifier accepts a signature if all conditions are
satisfied and rejects it otherwise.
6.1.4. Correctness
The algorithm is correct in the sense that a signature
generated with the signing algorithm will always be
accepted by the verifier.The signature generation
implies
H(m) ≡ xr +sk (mod p-1)
Hence Fermat's little theorem implies
gH(m) ≡gxr gks
≡(gx)r (gk)s
≡(y)r(r)s (mod p)
6.1.5. Security
A third party can forge signatures either by finding the
signer's secret key x or by finding collisionsinthehash
function
H(m)≡ H(M) (mod p-1)
Both problems are believed to be difficult. However,as
of 2011 no tightreductiontoa computationalhardness
assumption is known.
Figure4: Working Of Elgammal Algorithm
7. CONCLUSION
We design, develop and evaluate a energy
efficient, light weighted, Secure and reliable system for
Hybrid WSN to transmit and process Historical data on
different types of clusters using Elgammal Signature
Scheme, Aggregation methods and Data Prediction
Strategies. In this paper, a solution supporting big data
processing in Wireless Sensor Networks based on
MapReduce has been presented. Leveraging and
extending the functionality of SDN-WISE, an
architecture, which allows the dynamic loading and
execution of the user-specified map and reduce
functions in the nodes, has been proposed. Given that,
in a WSN, all nodes are considered mappers, the
optimalselectionofthereducershasbeenaddressed.In
this context, three different cases have been studied.
The first, baseline case, does not consider any
restrictions in the resources of the sensor nodes and it
is used to provide the foundations for more complex
scenarios. The future work can be predicting the
temperature and humidity automatically based on the
historical data and graphical representation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2467
8. REFERENCES
[1] J. Manyika, M. Chui, B. Brown, J. Bughin, R.
Dobbs, C. Roxburgh, and A. H. Byers, “Big data: The
next frontier for innovation, competition, and
productivity,” McKinsey Global Inst., May 2011.
[2] R. Ganti, F. Ye, and H. Lei, “Mobile
crowdsensing: Current state and future
challenges,” IEEE Commun. Mag., vol. 49, no. 11,
pp. 32–39, Nov. 2011.
[3] Y. Tian and E. Ekici, “Cross-layer collaborative
in-networkprocessinginmultihopwirelesssensor
networks,” IEEE Trans. Mobile Comput., vol. 6, no.
3, pp. 297–310, Mar. 2007.
[4] E. Fasolo, M. Rossi, J. Widmer, and M. Zorzi,“In-
network aggregation techniques for wireless
sensor networks: A survey,” IEEE Wireless
Commun., vol. 14, no. 2, pp. 70–87, Apr. 2007.
[5] M. Gregorczyk, T. Pazurkiewicz, and K.
Iwanicki, “On decentralized in-network
aggregation in real-world scenarios with crowd
mobility,” in Proc. IEEE Int. Conf. Distrib. Comput.
Sens. Syst., May 2014, pp. 83–91.
[6] J. Dean and S. Ghemawat. (2004). MapReduce:
Simplified data processing on large clusters. Proc.
6th Conf. Symp. Opeart. Syst. Des. Implementation,
p. 10 [Online]. Available: http://dl.acm.org/
citation.cfm?id=1251254.1251264
[7] A. Dunkels, B. Gronvall,andT.Voigt,“Contiki-a
lightweight and flexible operating system for tiny
networked sensors,” in Proc. 29th Annu. IEEE Int.
Conf. Local Comput. Netw., Nov. 2004, pp. 455–
462.
[8] L. Galluccio, S. Milardo, G. Morabito, and S.
Palazzo, “SDN-WISE: Design, prototyping and
experimentation of a stateful SDN solution for
Wireless Sensor networks,” in Proc. IEEE Conf.
Comput. Commun., Apr. 2015, pp. 513–521.
[9] G. J. PottieandW.J.Kaiser,“Wirelessintegrated
network sensors,” Commun. ACM,vol.43,no.5,pp.
51–58, May 2000.
[10] A. Dou, V. Kalogeraki, D. Gunopulos, T.
Mielikainen, and V. H. Tuulos, “Misco: A
MapReduce framework for mobile systems,” in
Proc. 3rd Int. Conf. PErvasive Technol. Related
Assistive Environ., 2010, pp. 32:1–32:8.
[11] A. J. Dou, V. Kalogeraki, D. Gunopulos, T.
Mielikainen, and V. Tuulos, “Scheduling for real-
timemobileMapReducesystems,”inProc.5thACM
Int. Conf. Distrib. Event-based Syst.,2011,pp.347–
358.
[12] C. Jardak, J. Riihij€arvi, F. Oldewurtel, and P.
M€ahonen, “Parallel€processingofdatafromvery
large-scale wireless sensor networks,” in Proc.
19th ACM Int. Symp. High Perform. Distrib.
Comput., 2010, pp. 787–794.
[13] J. Chen, K. H. Low, C. K.-Y. Tan, A. Oran, P. Jaillet,
J. Dolan, and G. Sukhatme. (2012). Decentralized
data fusion and active sensing withmobilesensors
for modeling and predicting spatiotemporaltraffic
phenomena. Proc. 28th Conf. Uncertainty Artif.
Intell., pp. 181–191 [Online]. Available:
http://www.auai.org/uai2012/ papers/110.pdf
[14] N. McKeown, T. Anderson, H. Balakrishnan, G.
Parulkar, L. Peterson, J. Rexford, S. Shenker, and J.
Turner,“OpenFlow:Enablinginnovationincampus
networks,” SIGCOMM Comput. Commun. Rev., vol.
38, no. 2, pp. 69–74, Mar. 2008.
[15] F. Dressler, I. Dietrich, R. German, and B.
Kruger, “A rule-based€ system for programming
self-organized sensor and actor networks,”
Comput. Netw., vol. 53, no. 10, pp. 1737–1750, Jul.
2009.
[16] T. Luo, H.-P. Tan, and T. Quek, “Sensor
openflow: Enabling software-defined wireless
sensor networks,” IEEE Commun. Lett., vol. 16, no.
11, pp. 1896–1899, Nov. 2012.
[17] S. Costanzo, L. Galluccio, G. Morabito, and S.
Palazzo, “Software defined wireless networks:
Unbridling SDNs,” in Proc. Eur. Workshop Softw.
Defined Netw., Oct. 2012, pp. 1–6.
[18] D. Zeng, T. Miyazaki, S. Guo, T. Tsukahara, J.
Kitamichi, and T. Hayashi, “Evolution of software-
defined sensor networks,” in Proc. IEEE 9th Int.
Conf. Mobile Ad-hoc Sens. Netw., Dec. 2013, pp.
410–413.
[19] G. Bianchi, M. Bonola, A. Capone, and C.
Cascone, “OpenState: Programming platform-
independent stateful openflow applications inside
the switch,” SIGCOMM Comput. Commun.Rev.,vol.
44, no. 2, pp. 44–51, Apr. 2014.
[20] C. Buratti, A. Stajkic, G. Gardasevic, S. Milardo,
M. D. Abrignani, S. Mijovic, G. Morabito, and R.
Verdone, “Testing protocols for the internet of
things on the EuWIn platform,” IEEE Internet
Things J.
[21] A. Awad,R.German,andF.Dressler,“Exploiting
virtual coordinates for improved routing
performance in sensor networks,” IEEE Trans.
Mobile Comput., vol. 10, no. 9, pp. 1214–1226, Sep.
2011.

More Related Content

What's hot

Power consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learningPower consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learningIJECEIAES
 
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...IOSR Journals
 
A data aware caching 2415
A data aware caching 2415A data aware caching 2415
A data aware caching 2415SANTOSH WAYAL
 
Data Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big DataData Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big Dataijccsa
 
Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)Kaushik Rajan
 
Literature Survey on Buliding Confidential and Efficient Query Processing Usi...
Literature Survey on Buliding Confidential and Efficient Query Processing Usi...Literature Survey on Buliding Confidential and Efficient Query Processing Usi...
Literature Survey on Buliding Confidential and Efficient Query Processing Usi...paperpublications3
 
EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2 EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2 EMC
 
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...IRJET Journal
 
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...Papitha Velumani
 
building confidential and efficient query services in the cloud with rasp dat...
building confidential and efficient query services in the cloud with rasp dat...building confidential and efficient query services in the cloud with rasp dat...
building confidential and efficient query services in the cloud with rasp dat...swathi78
 
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...AtakanAral
 
Survey on Performance of Hadoop Map reduce Optimization Methods
Survey on Performance of Hadoop Map reduce Optimization MethodsSurvey on Performance of Hadoop Map reduce Optimization Methods
Survey on Performance of Hadoop Map reduce Optimization Methodspaperpublications3
 
IEEE Parallel and distributed system 2016 Title and Abstract
IEEE Parallel and distributed system 2016 Title and AbstractIEEE Parallel and distributed system 2016 Title and Abstract
IEEE Parallel and distributed system 2016 Title and Abstracttsysglobalsolutions
 
A sql implementation on the map reduce framework
A sql implementation on the map reduce frameworkA sql implementation on the map reduce framework
A sql implementation on the map reduce frameworkeldariof
 

What's hot (18)

Power consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learningPower consumption prediction in cloud data center using machine learning
Power consumption prediction in cloud data center using machine learning
 
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
A Novel Approach for Workload Optimization and Improving Security in Cloud Co...
 
A data aware caching 2415
A data aware caching 2415A data aware caching 2415
A data aware caching 2415
 
Data Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big DataData Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big Data
 
Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)Analysis of SOFTWARE DEFINED STORAGE (SDS)
Analysis of SOFTWARE DEFINED STORAGE (SDS)
 
Fault tolerance on cloud computing
Fault tolerance on cloud computingFault tolerance on cloud computing
Fault tolerance on cloud computing
 
Literature Survey on Buliding Confidential and Efficient Query Processing Usi...
Literature Survey on Buliding Confidential and Efficient Query Processing Usi...Literature Survey on Buliding Confidential and Efficient Query Processing Usi...
Literature Survey on Buliding Confidential and Efficient Query Processing Usi...
 
EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2 EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2
 
1732 1737
1732 17371732 1737
1732 1737
 
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...
 
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
 
building confidential and efficient query services in the cloud with rasp dat...
building confidential and efficient query services in the cloud with rasp dat...building confidential and efficient query services in the cloud with rasp dat...
building confidential and efficient query services in the cloud with rasp dat...
 
A 01
A 01A 01
A 01
 
Handling Big Data
Handling Big DataHandling Big Data
Handling Big Data
 
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
 
Survey on Performance of Hadoop Map reduce Optimization Methods
Survey on Performance of Hadoop Map reduce Optimization MethodsSurvey on Performance of Hadoop Map reduce Optimization Methods
Survey on Performance of Hadoop Map reduce Optimization Methods
 
IEEE Parallel and distributed system 2016 Title and Abstract
IEEE Parallel and distributed system 2016 Title and AbstractIEEE Parallel and distributed system 2016 Title and Abstract
IEEE Parallel and distributed system 2016 Title and Abstract
 
A sql implementation on the map reduce framework
A sql implementation on the map reduce frameworkA sql implementation on the map reduce framework
A sql implementation on the map reduce framework
 

Similar to Energy Efficient WSN Data Processing Using MapReduce

A Survey on Data Mapping Strategy for data stored in the storage cloud 111
A Survey on Data Mapping Strategy for data stored in the storage cloud  111A Survey on Data Mapping Strategy for data stored in the storage cloud  111
A Survey on Data Mapping Strategy for data stored in the storage cloud 111NavNeet KuMar
 
IRJET- Big Data Processes and Analysis using Hadoop Framework
IRJET- Big Data Processes and Analysis using Hadoop FrameworkIRJET- Big Data Processes and Analysis using Hadoop Framework
IRJET- Big Data Processes and Analysis using Hadoop FrameworkIRJET Journal
 
Svm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and RSvm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and RIRJET Journal
 
IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...
IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...
IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...IRJET Journal
 
CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...
CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...
CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...IJCNCJournal
 
Fast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data AnalysisFast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data AnalysisIRJET Journal
 
Performance evaluation of Map-reduce jar pig hive and spark with machine lear...
Performance evaluation of Map-reduce jar pig hive and spark with machine lear...Performance evaluation of Map-reduce jar pig hive and spark with machine lear...
Performance evaluation of Map-reduce jar pig hive and spark with machine lear...IJECEIAES
 
An Investigation into Convergence of Networking and Storage Solutions
An Investigation into Convergence of Networking and Storage Solutions An Investigation into Convergence of Networking and Storage Solutions
An Investigation into Convergence of Networking and Storage Solutions Blesson Babu
 
Energy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud EnvironmentEnergy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud EnvironmentIRJET Journal
 
IRJET- A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...
IRJET-  	  A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...IRJET-  	  A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...
IRJET- A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...IRJET Journal
 
Efficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data ProcessingEfficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data ProcessingIRJET Journal
 
IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...
IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...
IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...IRJET Journal
 
NETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCE
NETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCENETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCE
NETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCEcscpconf
 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World IRJET Journal
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET Journal
 
Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...
Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...
Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...AM Publications
 
Managing Big data using Hadoop Map Reduce in Telecom Domain
Managing Big data using Hadoop Map Reduce in Telecom DomainManaging Big data using Hadoop Map Reduce in Telecom Domain
Managing Big data using Hadoop Map Reduce in Telecom DomainAM Publications
 
Data Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big DataData Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big Dataneirew J
 

Similar to Energy Efficient WSN Data Processing Using MapReduce (20)

A Survey on Data Mapping Strategy for data stored in the storage cloud 111
A Survey on Data Mapping Strategy for data stored in the storage cloud  111A Survey on Data Mapping Strategy for data stored in the storage cloud  111
A Survey on Data Mapping Strategy for data stored in the storage cloud 111
 
IRJET- Big Data Processes and Analysis using Hadoop Framework
IRJET- Big Data Processes and Analysis using Hadoop FrameworkIRJET- Big Data Processes and Analysis using Hadoop Framework
IRJET- Big Data Processes and Analysis using Hadoop Framework
 
Svm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and RSvm Classifier Algorithm for Data Stream Mining Using Hive and R
Svm Classifier Algorithm for Data Stream Mining Using Hive and R
 
IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...
IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...
IRJET - A Prognosis Approach for Stock Market Prediction based on Term Streak...
 
Sdn in big data
Sdn in big dataSdn in big data
Sdn in big data
 
CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...
CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...
CONTAINERIZED SERVICES ORCHESTRATION FOR EDGE COMPUTING IN SOFTWARE-DEFINED W...
 
Fast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data AnalysisFast Range Aggregate Queries for Big Data Analysis
Fast Range Aggregate Queries for Big Data Analysis
 
Performance evaluation of Map-reduce jar pig hive and spark with machine lear...
Performance evaluation of Map-reduce jar pig hive and spark with machine lear...Performance evaluation of Map-reduce jar pig hive and spark with machine lear...
Performance evaluation of Map-reduce jar pig hive and spark with machine lear...
 
D017212027
D017212027D017212027
D017212027
 
An Investigation into Convergence of Networking and Storage Solutions
An Investigation into Convergence of Networking and Storage Solutions An Investigation into Convergence of Networking and Storage Solutions
An Investigation into Convergence of Networking and Storage Solutions
 
Energy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud EnvironmentEnergy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud Environment
 
IRJET- A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...
IRJET-  	  A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...IRJET-  	  A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...
IRJET- A Review on K-Means++ Clustering Algorithm and Cloud Computing wit...
 
Efficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data ProcessingEfficient Cost Minimization for Big Data Processing
Efficient Cost Minimization for Big Data Processing
 
IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...
IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...
IRJET- Comparatively Analysis on K-Means++ and Mini Batch K-Means Clustering ...
 
NETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCE
NETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCENETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCE
NETWORK TRAFFIC ANALYSIS: HADOOP PIG VS TYPICAL MAPREDUCE
 
Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World Cloud Computing: A Perspective on Next Basic Utility in IT World
Cloud Computing: A Perspective on Next Basic Utility in IT World
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
 
Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...
Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...
Improved Utilization of Infrastructure of Clouds by using Upgraded Functional...
 
Managing Big data using Hadoop Map Reduce in Telecom Domain
Managing Big data using Hadoop Map Reduce in Telecom DomainManaging Big data using Hadoop Map Reduce in Telecom Domain
Managing Big data using Hadoop Map Reduce in Telecom Domain
 
Data Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big DataData Distribution Handling on Cloud for Deployment of Big Data
Data Distribution Handling on Cloud for Deployment of Big Data
 

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

Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectErbil Polytechnic University
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate productionChinnuNinan
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectssuserb6619e
 
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
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 

Recently uploaded (20)

Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction Project
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate production
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
 
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
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 

Energy Efficient WSN Data Processing Using MapReduce

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2461 An Energy Efficient Data Transmission And Aggregation of WSN Using Data Processing In MapReduce M.Mahalakshmi1, A. Mohamoodha bi2, B. Thamarai Selvi3, M. J. T. Vasantha Priya4 1eswarimrugan@gmail.com, 2mohamoodhabi@gmail.com, 3thamaraibupalan@gmail.com, 4vasanthapriyamjt@gmail.com 4M. J. T. Vasantha Priya, Assistant Professor, Dept. Of Computer Science and Engineering, Velammal Institute of Technology, TamilNadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract : In this Paper, We construct a wireless sensor network using software defined network(SDN) framework. The sensors are grouped as three different clustersandcluster head elected between each cluster based on their distance, memory and battery to reduce the Energy Consumption of Sensor nodes .The sensed data is sent to the cluster head of each cluster by the other sensor nodes in encryptedform. Now, the data received in the head of cluster are aggregated and signature is appended to the data by Privacy Homomorphism Encryption Scheme using Ecc-Elgamal Signature in a Binary transmission for three completely different Network Clusters and sent to the base station. Here, again the signature is verified and stored in hadoop distributedfilesystemandquery processing using Mapreduce. Key Words: Wireless sensor network, software defined network, big data , MapReduce, Elgamal signature. 1.INTRODUCTION The basic architecture of Wireless Sensor Networks is usually a Hybrid type where it is a combination of Infrastructure Oriented and Infrastructure less Networks. A wireless sensor network (WSN) is a wireless network consisting of spatiallydistributedautonomousdevicesusingsensors to monitor physical or environmental conditions. A WSN system incorporates a gateway that provides wireless connectivity back to the wired world and distributed nodes (see Figure 1).Thewirelessprotocol you select depends on your application requirements. Some of the available standards include 2.4 GHzradios based on either IEEE 802.15.4 or IEEE 802.11 (Wi-Fi) standards or proprietary radios, whichareusually900 MHz. The Communication from sensor to sensor head takes place through p2p Architecture (Infrastructure less) andthecommunicationfromClusterHeadtoBase Station involves Broadcast Based (Infrastructure Oriented).This Hybrid Architecture is to reduce the Energy Consumption of Sensor nodes as it will be depleted soon when each sensor broadcasts sensed data to Base station as and when it senses. Hence a Cluster Head will be elected for each cluster by considering the battery, Memory and processing ability. All the Sensorswillbesendingtheirsenseddata to the Cluster Head in a p2p manner. Bigdata is a term for data sets that are so large or complex thattraditional dataprocessing application softwares areinadequatetodealwiththem.Challenges include capture, storage, analysis,datacuration,search, s haring, transfer, visualization, querying, updating and information privacy. The term "big data" often refers simply to the use of predictive analytics, user behavior analytics, or certain other advanced data analytics methods that extract value from data, and seldom to a particular size of data set. Hadoop MapReduce (Hadoop Map/Reduce) is a software framework for distributedprocessingoflargedatasets on compute clusters of commodity hardware. It is a sub-project of the Apache Hadoop project. The framework takes care of scheduling tasks, monitoring them and re-executing any failed tasks. The process of moving map outputs to the reducers is known as shuffling. Sort: Each reduce task is responsible for reducing the values associated with several intermediate keys. The set of intermediate keys on a single node is automatically sorted by Hadoop before they are presented to the Reducer. Today, big data is strongly associated with MapReduce [6]. Its simplicity along with its scaling capabilities have rendered MapReduce the de facto
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2462 standard for data processing and analytics implementation at large scale. Several frameworks have been based on it, ranging from the integrated platforms, such as hadoop file systems, to proprietary applications spanning in several domains. We introduce a comprehensive solution to support MapReduce inside WSNs. In Software Defined Networking(SDN), the routing of packets can be easily modified according to the current deployment of the MapReduce functions, implemented by the big data application developers, inside the network. Furthermore, according to the SDN approach, all network management functions are centralized in a server, called the Controller, which has a globalviewof the network and can interact closely with the application. It follows that the Controller is in the best position to decide where to deploy the MapReduce functions and change the routing accordingly. In this course, we also developananalyticalframeworkwhich can be employed by the Controller to select the nodes, which will execute these functions. More specifically, three significant cases are considered: (i) the case in which the deployment is not affected by the resource limitations of nodes of the WSN, (ii) the case in which the limitations on the processing and memory resources of the sensor nodes are the cause of constraints in the deployment of the MapReduce functions, and (iii) the case in which the strictest constraints are due to the bandwidth limitations. The proposed system we construct a wireless sensor network using software defined network(SDN) framework. The sensors are grouped as threedifferent clusters and cluster head elected between each cluster based on their distance, memoryandbatteryto reduce the Energy Consumption of Sensor nodes .The sensed data sent to the cluster head of each cluster by the other sensor nodes in encrypted format. Now, the data received in the head of cluster are aggregated and signature is appended to the data by privacy HomomorphismEncryptionSchemeusingEcc-Elgamal SignatureinaBinarytransmissionforthreecompletely different Network Clusters andsenttothebasestation. Here, again the signature is verified and stored in hadoop distributed file system and query processing using Mapreduce. 2. BIG DATA PROCESSING IN WSNs MapReduce is presently viewed as the accepted standard in enormous information handling, for the most part because of its effortlessness and its scaling abilities. Amid its ten years of life, since its unique production [6], MapReduce has ruled the examination what's more, improvement in the region of huge information. Apache Hadoop incorporates the most broadly utilized execution of MapReduce, while a few different frameworks, for example, NoSQL databases, have been founded on its worldview to upgrade their scaling out performance. MapReduce is based upon the supposition that the info informational index can be part into key-esteem matches that will be passed to the examination capacities. The extraction of the key-esteem sets from the first information is executed in the guide work. On a basic level, this operation is completely circulated, since information can be part in a few littler pieces, which are given to various proceduresexecutingacase of the delineate. Handling of the created key-esteem sets is performed by the lessen work. Specifically, all key value sets with a similar key are prepared by the same lessen work occurrence. Along these lines, there can be a few forms (up to the quantity of various keys) executing a diverse occurrence of the diminish work, empowering parallel handling of info information. Despite the fact that more capacities and operations may take put in a MapReduce-based application, here we are thinking about the two essential ones (guide and lessen), since we are concentrating on their in-system execution in WSNs, where the assets are in any case constrained and along these lines, operations ought to stay as basic as could be expected under the circumstances. In whatever remains of the paper, we will allude to a system hub executing a outline a diminish work as mapper or reducer, separately. Execution of guide and diminish capacities is doing theenormousinformationapplicationdesigner,sinceit is utilize case particular. MapReduce just gives the particular of the capacities, so that the fundamental foundation can relegate them to a few procedures, subsequently parallelizing the in general enormous information examination operation. Regardless of the first server farm arranged plan of Map- Diminish, there have been endeavors to bolster its operations in cell phones. Specifically, the Misco framework [10] empowers cell phones to perform enormous information handling with MapReduce. Aside from the framework level support, a booking calculation for constant preparing utilizing Misco has been proposed in [11]. Nonetheless, the proposed approach centers on the productive treatment of a few distinct applications, treating the gadgets more like
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2463 low-end servers of a server farm as opposed to data sources. The last is for the most part tended to by works concentrate the utilization of MapReduce in performing examination on data originating from sensors. In this specific situation, the creators in [12] are thinking about the issue of incorporating information originating from expansive scale heterogeneous WSNs. They are concentrating on complexspatio-transientsituationswherecutting-edge investigation and monstrous measures of information are required, for example, an Earth-wide temperature boost examine, and they determine information demonstrate for productively applying MapReduce operations in the cloud. Another fascinating and normal utilization of WSN information is activity examinationin urban situations;truthbetold,creators in [13] devise a structure for demonstrating furthermore, anticipating activity wonders utilizing sensorinformation,whiletheyarelikewiseconsidering in-system circulated execution of their calculation. Be that as it may, despite the factthatthisapproachcanbe upheld on a fundamental level by MapReduce, no solid plan is given, it is not examined how the system would bolster such operations and moreover, the model is carefully fit for the specific situation contemplated all through that paper. 3. SDN FOR WSNS The SDN worldview is drawing in the expanding enthusiasm of both the mechanical and scholastic research groups as it fundamentally disentangles arrange control and administration [14]. Its qualities can in this manner lessen administration costs for system administrators and permit the presentation of new arrangements in a system as effectively as introducing a product program is, so encouraging advancement. The excitement for SDN has brought about countless commitments for both wired and remote cell systems. Less consideration has been paid to the augmentation of the SDN way to deal with WSNs up until this point. To be sure, early endeavors to make organizing conventions connected by WSNs programmable have been introduced in [15]. Later on, the benefits of the SDN approach in WSNs have been talked about in [16], [17], [18]. As of late SDN-WISE [8] has been presented, which progresses the best in class by receiving a stateful approach that is helpful to decrease the measure of data traded between the sensor hubs and the Controller [19]. Moreover, SDN-WISE presents the WISE-Visor which is a layer empowering the creation and administration of a few virtual WSNs in light ofthe same physical sensor hubs. The proposed system expands on top of SDN-WISE also, hence, in the accompanying we give some foundation data on SDN-WISE which is helpful to get it whatever is left of this paper. As per the SDNapproach, SDN-WISEunmistakablyisolatestheinformationplane keep running by the sensor hubs and the control plane executed by a product program, called Controller, running on a server. The conduct of sensor hubs is for the most part dictated by the substance of the supposed WISE Flow Table which is filled with data originating from the Controller. Like in Open- Stream, Entries of the WISE Flow Table can be separated in three segments: Rules, Action, and Statistics. In the Rules area up to three principles can be characterized. Each lead can investigate any byte(indicatedbytheAddressfield in the section) of the parcel. On the offchancethatsuch byte is equal2 to the esteem determined in the Esteem field, then the control is fulfilled. On the off chance that a parcel fulfills every one of the standards, then it is dealt with by the hub as indicated in the Action area. The sort of activity to execute on the bundle is determined in the Type field. Conceivable sorts are drop, forward,change,andsoon. On the off chance that the activity is forward, at that point the hub the bundle ought to be sent to, is determined in the Value field. At long last, in the Statistics segment data is put away about the use of such section. Different fields are characterized in the WISE Flow Table sections which be that as it may, are past the extent of this paper. Besides, sensor hubs execute a basic conventionwhich empowers them to take in their best next jump towards the sink (or the nearest sink, if a few sinks are conveyed). At long last, SDN-WISE sensor hubs gather data about their neighbors and report such data to the Controller intermittently. Like in the OpenFlow case, when a SDN-WISE hub gets a bundle for which none of its entrances applies, it sends this parcel to the Controller inside a Rule ask for message. Because of the occasional reports got by the sensor hubs, the Controller has a total perspective of the system topology also, conditions, which it uses to choose how to react to the gotten Rule asks. Take note of that thusly, the Controller can offer standards to sensor hubs in a manner that bundles are directed in
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2464 the system relying upon any byte they contain, that is, not considering the goal address as it were Figure1:SDN Detailed Architecture 4.PROPOSED ARCHITECTURE ThebasicarchitectureofWirelessSensorNetworksare usually a Hybrid type where it is a combination of Infrastructure Oriented and Infrastructureless Networks. The Communication from sensor to sensor head takes place through p2p Architecture (Infrastructureless) and the communication from Cluster Head to Base Station involves Broadcast Based (InfrastructureOriented).ThisHybridArchitectureisto reduce the Energy Consumption of Sensor nodes as it will be depleted soon when each sensor broadcasts sensed data to Base station as and when it senses. Hence a Cluster Head will be elected foreachclusterby considering the battery, Memory and processing ability. All the Sensorswillbesendingtheirsenseddata to the Cluster Head in a p2p manner. We Propose an Efficient hybrid data prediction technique with data Aggregation which can drastically reduce energy consumption of sensor nodes during communication. In data prediction the communication can be significantly reduced by avoiding transmission of each raw sample to the sink. This is achieved by using a model to estimate the sensed values, and by communicating with the sink only when there is a change in the sampled data when the Aggregationtime out is triggered in cluster head. Each node is using a model to predict its ownsensordata,andcomparesthe predicted values with those actually observed and generates a confidence value. In our Proposed Design we promise to give high authenticity of each sensing data and Integrity of the same in a recoverable environment for concealed Data Aggregation (CDA) by privacy Homomorphism Encryption Scheme using Ecc-Elgamal Signature in a Binary transmission for three completely different Network Clusters Architecture. Base Station can recover each sensing data as well as can compute on it. Overhead is greatly reduced as Cluster Heads of High and Heterogeneous Sensors can respond for Base Station Requests. So communication cost is drastically reduced that a Low Cluster Network can also be deployed to a WSN. Figure2: Shortest Path Finding By Comparing The Neighbour Nodes Figure3: Overall Architecture Diagram Homogeneous High Cluster Heterogeneous Cluster Homogeneous Low Cluster S S S S S CH S S S S S CH S S S S S CH BASE STATION H L H E H H Database Store data Query processing Retrived data Data Predictio n
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2465 5. METHODOLOGY USED There are four separate modules to develop the proposed project : 5.1. Network Formation & electing Cluster Head Three Completely different Clusters are formed in a Wireless Sensor Network named 1. Homogenous Low Sensors Cluster. 2. Homogenous High Sensors Cluster. 3. Heterogeneous Sensor Cluster. ClusterHeadsareelectedbasedonthebattery,Memory and processing ability for each cluster and only the clusterheadaggregatethereceiveddatafromitscluster sensors and sends to the Base Station .The Homogeneous High and Heterogeneous clusters have the high capability sensors and hence can do computations on aggregated data and send the corresponding result and also respond to Base Station (BS) request thereby reducing overhead drastically. So Homogeneous Low Clusters can also be incorporated into WSN since it contains Low Sensors which just aggregate and sends the cipher text to BS. Each Node is equipped with 3 keys 1.Cluster Key 2.Private Key 3.public Key in which bit length varies depending on type of cluster. 5.2. Data transmission and Aggregation Sensors send its ownsensing data to itsclusterhead as each and every sensor knows its own cluster head and generates a shortest path to reach it and transmits through it. Each Sensed data is converted into a packet and is encrypted and the cipher is subjected to signature generation process. The Cluster Head receives the encrypted cipher text and signature is verified and the data is aggregated. Cluster Head recovers the data and in Homogeneous High and Heterogeneous and generated the signature using elgamal. For Homogenous Low and Heterogeneous Clusters only Aggregation process takes place as Homogeneous low cluster is memory constrained. 5.3. Recovering data using Signature The Aggregated Data's are Converted into a Single Packet when Aggregation Time out is triggered in Cluster Head. Now a cipher text is created by encryption and a signature is also generated for the same and the cipher is concealed in signature by compressing and converting the whole compressed content to binary. In Homo Low Cluster the Head Just verifies signature sends the data to BS without aggregating packets. BS once again verifies each and everydatabyverifyingsignaturetherebyensuringdata Integrity and Authenticity. Base Station can also send request to Cluster Heads of High & Heterogeneous Clusters and can receive the recovered data from Cluster head by verifying signature. 5.4. Data Prediction and Query Processing: The Low Confidence data from the sensor nodes are dropped in cluster head by data prediction strategy on each cluster head. Hence the redundant data's are free from communication reducing overhead. The dropped packets are shown in a graph for redundancy evaluation by time vs. drop count. The Broadcasted compressed encrypted binary packets are being accumulated on Base Station and it is fed to a Database after Verification of Packets from various Clusters.The Historical thus formed by time are subjected to four kinds of Query Processing.  1. Top-K Based Query Processing (Top Ranked Values on each Cluster).  2. Necessary Set Based Query Processing (Values Should be Present).  3. Sufficient Set Based Query Processing (Values that are more than enough).  4. Boundary based Query Processing (Ranked values in a range) Above query processing are implemented using Hadoop, the Historical data’s to be stored in HDFS. The query submitted to the master which will retrieve the historical data from the data node. It is faster than the normal DB query processing and large set of data’s can be maintained in the HDFS. 6.PROBLEM STATEMENT We propose the ECC-Elgamal schemetosecurelysend the data through the sensors in the network clusters. The signature is appended to the binary data in the cluster head sent by the sensor. After appending data reach the base station here again the signature is verified ( Lwo Level Authenticity). 6.1. Elgamal algorithm It is a digital signature scheme which is based on the difficulty of computing discrete logarithms. It was described by Taher ElGamal The ElGamal signature scheme allows athird-partytoconfirmtheauthenticity of a message sent over an insecure channel. system parameters  Let H be a collision-resistant hash function.  Let p be a large prime such that computing discrete logarithms modulo p is difficult.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2466  Let g < p be a randomly chosen generator of the multiplicative group of integers modulo p . These system parameters may be shared between users. 6.1.1. Key generation  Randomly choose a secret key x with 1 < x < p − 1.  Compute y = gx mod p.  The public key is y.  The secret key is x. These steps are performed once by the signature 6.1.2. Signature generation  Choose a random k such that 1 < k < p − 1 and gcd(k, p − 1) = 1.  Compute y=gk (mod p)  Compute s=(H(m)-xr)k -1 (mod p-1) If s=0 start over again. Then the pair (r,s) is the digital signature of m. The signer repeats these steps for every signature 6.1.3. Verification A signature (r,s) of a message m is verified as follows.  0 < r < p and 0< s < p -1  gH(m) ≡ yr rs (mod p) The verifier accepts a signature if all conditions are satisfied and rejects it otherwise. 6.1.4. Correctness The algorithm is correct in the sense that a signature generated with the signing algorithm will always be accepted by the verifier.The signature generation implies H(m) ≡ xr +sk (mod p-1) Hence Fermat's little theorem implies gH(m) ≡gxr gks ≡(gx)r (gk)s ≡(y)r(r)s (mod p) 6.1.5. Security A third party can forge signatures either by finding the signer's secret key x or by finding collisionsinthehash function H(m)≡ H(M) (mod p-1) Both problems are believed to be difficult. However,as of 2011 no tightreductiontoa computationalhardness assumption is known. Figure4: Working Of Elgammal Algorithm 7. CONCLUSION We design, develop and evaluate a energy efficient, light weighted, Secure and reliable system for Hybrid WSN to transmit and process Historical data on different types of clusters using Elgammal Signature Scheme, Aggregation methods and Data Prediction Strategies. In this paper, a solution supporting big data processing in Wireless Sensor Networks based on MapReduce has been presented. Leveraging and extending the functionality of SDN-WISE, an architecture, which allows the dynamic loading and execution of the user-specified map and reduce functions in the nodes, has been proposed. Given that, in a WSN, all nodes are considered mappers, the optimalselectionofthereducershasbeenaddressed.In this context, three different cases have been studied. The first, baseline case, does not consider any restrictions in the resources of the sensor nodes and it is used to provide the foundations for more complex scenarios. The future work can be predicting the temperature and humidity automatically based on the historical data and graphical representation.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2467 8. REFERENCES [1] J. Manyika, M. Chui, B. Brown, J. Bughin, R. Dobbs, C. Roxburgh, and A. H. Byers, “Big data: The next frontier for innovation, competition, and productivity,” McKinsey Global Inst., May 2011. [2] R. Ganti, F. Ye, and H. Lei, “Mobile crowdsensing: Current state and future challenges,” IEEE Commun. Mag., vol. 49, no. 11, pp. 32–39, Nov. 2011. [3] Y. Tian and E. Ekici, “Cross-layer collaborative in-networkprocessinginmultihopwirelesssensor networks,” IEEE Trans. Mobile Comput., vol. 6, no. 3, pp. 297–310, Mar. 2007. [4] E. Fasolo, M. Rossi, J. Widmer, and M. Zorzi,“In- network aggregation techniques for wireless sensor networks: A survey,” IEEE Wireless Commun., vol. 14, no. 2, pp. 70–87, Apr. 2007. [5] M. Gregorczyk, T. Pazurkiewicz, and K. Iwanicki, “On decentralized in-network aggregation in real-world scenarios with crowd mobility,” in Proc. IEEE Int. Conf. Distrib. Comput. Sens. Syst., May 2014, pp. 83–91. [6] J. Dean and S. Ghemawat. (2004). MapReduce: Simplified data processing on large clusters. Proc. 6th Conf. Symp. Opeart. Syst. Des. Implementation, p. 10 [Online]. Available: http://dl.acm.org/ citation.cfm?id=1251254.1251264 [7] A. Dunkels, B. Gronvall,andT.Voigt,“Contiki-a lightweight and flexible operating system for tiny networked sensors,” in Proc. 29th Annu. IEEE Int. Conf. Local Comput. Netw., Nov. 2004, pp. 455– 462. [8] L. Galluccio, S. Milardo, G. Morabito, and S. Palazzo, “SDN-WISE: Design, prototyping and experimentation of a stateful SDN solution for Wireless Sensor networks,” in Proc. IEEE Conf. Comput. Commun., Apr. 2015, pp. 513–521. [9] G. J. PottieandW.J.Kaiser,“Wirelessintegrated network sensors,” Commun. ACM,vol.43,no.5,pp. 51–58, May 2000. [10] A. Dou, V. Kalogeraki, D. Gunopulos, T. Mielikainen, and V. H. Tuulos, “Misco: A MapReduce framework for mobile systems,” in Proc. 3rd Int. Conf. PErvasive Technol. Related Assistive Environ., 2010, pp. 32:1–32:8. [11] A. J. Dou, V. Kalogeraki, D. Gunopulos, T. Mielikainen, and V. Tuulos, “Scheduling for real- timemobileMapReducesystems,”inProc.5thACM Int. Conf. Distrib. Event-based Syst.,2011,pp.347– 358. [12] C. Jardak, J. Riihij€arvi, F. Oldewurtel, and P. M€ahonen, “Parallel€processingofdatafromvery large-scale wireless sensor networks,” in Proc. 19th ACM Int. Symp. High Perform. Distrib. Comput., 2010, pp. 787–794. [13] J. Chen, K. H. Low, C. K.-Y. Tan, A. Oran, P. Jaillet, J. Dolan, and G. Sukhatme. (2012). Decentralized data fusion and active sensing withmobilesensors for modeling and predicting spatiotemporaltraffic phenomena. Proc. 28th Conf. Uncertainty Artif. Intell., pp. 181–191 [Online]. Available: http://www.auai.org/uai2012/ papers/110.pdf [14] N. McKeown, T. Anderson, H. Balakrishnan, G. Parulkar, L. Peterson, J. Rexford, S. Shenker, and J. Turner,“OpenFlow:Enablinginnovationincampus networks,” SIGCOMM Comput. Commun. Rev., vol. 38, no. 2, pp. 69–74, Mar. 2008. [15] F. Dressler, I. Dietrich, R. German, and B. Kruger, “A rule-based€ system for programming self-organized sensor and actor networks,” Comput. Netw., vol. 53, no. 10, pp. 1737–1750, Jul. 2009. [16] T. Luo, H.-P. Tan, and T. Quek, “Sensor openflow: Enabling software-defined wireless sensor networks,” IEEE Commun. Lett., vol. 16, no. 11, pp. 1896–1899, Nov. 2012. [17] S. Costanzo, L. Galluccio, G. Morabito, and S. Palazzo, “Software defined wireless networks: Unbridling SDNs,” in Proc. Eur. Workshop Softw. Defined Netw., Oct. 2012, pp. 1–6. [18] D. Zeng, T. Miyazaki, S. Guo, T. Tsukahara, J. Kitamichi, and T. Hayashi, “Evolution of software- defined sensor networks,” in Proc. IEEE 9th Int. Conf. Mobile Ad-hoc Sens. Netw., Dec. 2013, pp. 410–413. [19] G. Bianchi, M. Bonola, A. Capone, and C. Cascone, “OpenState: Programming platform- independent stateful openflow applications inside the switch,” SIGCOMM Comput. Commun.Rev.,vol. 44, no. 2, pp. 44–51, Apr. 2014. [20] C. Buratti, A. Stajkic, G. Gardasevic, S. Milardo, M. D. Abrignani, S. Mijovic, G. Morabito, and R. Verdone, “Testing protocols for the internet of things on the EuWIn platform,” IEEE Internet Things J. [21] A. Awad,R.German,andF.Dressler,“Exploiting virtual coordinates for improved routing performance in sensor networks,” IEEE Trans. Mobile Comput., vol. 10, no. 9, pp. 1214–1226, Sep. 2011.