IJRIT International Journal of Research in Information Technology, Volume 3, Issue 4, April 2015, Pg. 435-439

International Journal of Research in Information Technology (IJRIT) www.ijrit.com ISSN 2001-5569

Power Saving Data Aggregation using FR Approach in WSN Anchal Vats Research Scholor, Deptt. Of CSE Doon Valley Instiitute of Engg. & Tech., Karnal [email protected] Sarita Chaudhary Assistant Professor, Deptt. Of CSE Doon Valley Instiitute of Engg. & Tech., Karnal [email protected]

Abstract This Paper Presents the power of wireless sensor networks lies in the ability to deploy large numbers of tiny nodes that assemble and configure themselves. Usage scenarios for these devices range from real time tracking, to monitoring of environmental conditions, to ubiquitous computer environment, to in situ monitoring of the health of structures or equipment. While often referred to as wireless sensor networks, they can also control actuators that extended control from cyberspace into the physical world Keywords- wireless sensor networks; Energy; Power; Data Aggregation.

.I. INTRODUCTION Data Aggregation typically involves the mixture of data from multiple sensors at intermediate nodes and transmission of the aggregated data to the base station (sink). Data aggregation efforts to collect the most critical data from the sensors and make it available to the sink in an energy efficient manner with minimum data latency. Data latency is important in many applications such as environment monitoring, where the freshness of data is also an important factor. It is critical to develop energy-efficient data-aggregation algorithms so that network lifetime is enhanced. There are several factors which determine the energy efficiency of a sensor network, such as network architecture, the dataaggregation mechanism, and the underlying routing protocol. Routing protocols can be generally grouped in two broad categories: reactive and proactive protocols. Proactive routing protocols use some kind of periodic beaconing or coordination mechanisms between nodes to pro-actively maintain routing tables at each node. Conversely, reactive protocols don't attempt to maintain routing tables continually; in- stead, they initiate route discovery only when the route is required for a packet transmission. Discovered routes are temporarily cached to be used for subsequent requests addressed to the same node, but will eventually expire after a period of inactivity. The proposed protocol is based on two ways of data aggregation with saving of reliability; the firstway is based on distribution of aggregation process by involving additional sensor nodes. These condone is based on complex report interaction between base station and aggregator. Sensor Networks Communication Architecture The sensor nodes are usually scattered in a sensor field as shown in Figure 1.1. Each of these scattered sensor nodes has the capabilities to collect data and route data back to the sink and the end users. [27] Data are routed back to the end user by a multi-hop infrastructure less architecture through the sink. The sink may communicate with the task Anchal Vats, IJRIT-435

IJRIT International Journal of Research in Information Technology, Volume 3, Issue 4, April 2015, Pg. 435-439

manager node via Internet or Satellite. The protocol stack used by the sink. This protocol stack combines power and routing awareness, integrates data with networking protocols, communicates power efficiently through the wireless medium, and promotes cooperative efforts of sensor nodes. The protocol stack consists of the application layer, transport layer, network layer, data link layer, physical layer, power management plane, mobility management plane, and task management plane. [28] Depending on the sensing tasks, different types of application software can be built and used on the application layer. The transport layer helps to maintain the flow of data if the sensor networks application requires it. The network layer takes care of routing the data supplied by the transport layer. Since the environment is noisy and sensor nodes can be mobile, the MAC protocol must be power aware and able to minimize collision with neighbors’ broadcast. The physical layer addresses the needs of a simple but robust modulation, transmission and receiving techniques. In addition, the power, mobility, and task management planes monitor the power, movement, and task distribution among the sensor nodes. These planes help the sensor nodes coordinate the sensing task and lower the overall power consumption.

II - LITERATURE REVIEW R. Rajagopalan and P.K.Varshney, “Data aggregation techniques in sensor networks: A survey” [1]. Wireless sensor networks consist of sensor nodes with sensing and communication capabilities. The focus is on data-aggregation problems in energyconstrainedsensor networks. The main goal of data-aggregation algorithmsis to gather and aggregate data in an energy efficient manner so that networklifetime is enhanced. In this articlea survey of dataaggregationalgorithms in wireless sensor networks has been presented. A comparison and contrast of different algorithms on the basis of performance measures such as lifetime,latency, and data accuracy. Tamara Pazynyuk, JiangZhong Li, George S. Oreku,” Reliable Data Aggregation Protocol for Wireless Sensor Networks” [3].CurrentroutingprotocolsinWSNsoreveninWirelessAdhocNetworksareverysusceptibleto manyattacki .e. stealthy attack. The most simple among those is where the adversary injects malicious routing information into the network. This results in routing inconsistencies leading to high increase in end-to-end delays or even packet losses in the network. The novelty of this protocol is building a general routing protocol based on two methods, which takes into consideration two factors, first additional of sensor nodes to the aggregation process and second by considering complex report interaction between base station and aggregator. Hong Luo, Qi Li, Wei Guo , “RDA: Data Aggregation Protocol for WSNs” [4] . Data aggregation in wireless sensor networks is widely accepted as an essential paradigm for energy efficient routing but with low reliability under node and link failures. In this paper the proposed protocol is called RDA which associates packet’s reliability in data transmission with the amount of information it contains and gives higher reliability to the packet which has more information by adjusting the degree of redundancy. Therefore, RDA can jointly optimize both information reliability and energy efficiency in sensor networks with data aggregation. Especially, RDA is not banded with special routing schemes; hence it can be used with any kinds of routing schemes supporting data aggregation in wireless sensor networks. Sang-ryul Shin, Jong-il Lee, Jang-woon Baek, Dae-wha Seo,” Reliable Data Aggregation Protocol for Ad-hoc Sensor Network Environments” [14]. In sensor network environments, sensor nodes have the limited power because of their resource constraints. Therefore it is important to efficiently use their power in sensor networks. Power consumption of sensor node is closely related to communication operation In order to minimise thee the power consumption. And sensor networks are inherently unreliable because radio transmission can easily fail, node can move, and soon. In this paper, we propose the reliable data aggregation protocol in order to overcome these problems. This protocol performs the routing and the query inserting process at the same time to minimize the packet loss caused by network changes. Also, this protocol removes the communication operations caused by the periodic routing without query. Anchal Vats, IJRIT-436

IJRIT International Journal of Research in Information Technology, Volume 3, Issue 4, April 2015, Pg. 435-439

III- METHODOLOGIES Proposed Model for Data Aggregation

BS

Cluster 4

Cluster 1

Cluster 3 Cluster 2 Figure 1. Proposed Model Key issues in architecture: There are four key issues that must be addressed by the system architecture: •

Firstly, from the basic description of a wireless communication protocol it can be seen that several operations must occur in parallel. The channel must be continually monitored, data must be encoded and bits must be transferred to the radio. The ability to deal with fine grained concurrency is required in order to perform these operations in parallel. Secondly, the system must be flexible to meet the wide range of target application scenarios. Thirdly, the architecture must provide precise control over radio transmission timing. This requirement is driven by the need for ultra-low power communication in the data collection application scenario. Finally, the system must be able to decouple the data path, speed and the radio transmission rate. Factors influencing sensor network design A sensor network design is influenced by many factors, which include fault tolerance; scalability; production costs; operating environment; sensor network topology; hardware constraints; transmission media; and power consumption. These factors are addressed by many researchers as surveyed in this paper. However, none of these studies has a full integrated view of all factors that are driving the design of sensor networks and sensor nodes. These factors are important because they serve as a guideline to design a protocol or an algorithm for sensor networks. In addition, these influencing factors can be used to compare different schemes.

Anchal Vats, IJRIT-437

IJRIT International Journal of Research in Information Technology, Volume 3, Issue 4, April 2015, Pg. 435-439

III. RESULTS A. Figure: - Flow Chart of Proposed Model

B. Algorithm for Proposed Model. With the simulation result, it can be shown that the protocol implemented in this paper is more energy efficient & secured. The Proposed Algorithm is: Step 1.

Create Data for All the Nodes.

Step 2.

Divide Nodes into Cluster

Step 3.

Select Data Aggregator for each Cluster.

Step 4.

Each Cluster Head will send request for data to its nodes

Step 5.

Each node will check the trustworthiness Cluster of data aggregation and send data accordingly to Cluster Head.

Step 6.

Each Cluster Head Aggregates the data and sends it to Next Cluster Head.

Step 7.

Last Cluster Head Send the Data to Base Station.

Step 8.

Base Station will Aggregates the Data.

Anchal Vats, IJRIT-438

IJRIT International Journal of Research in Information Technology, Volume 3, Issue 4, April 2015, Pg. 435-439

IV- Conclusion In wireless sensor networks, compromised sensor nodes can distort the integrity of aggregated data by sending false data reports and injecting false data during data aggregation. Since cryptographic solutions are not sufficient to prevent these attacks, general reputation based trust systems are proposed in the literature. The Proposed Algorithm introduces Cluster based Functional Reputation Data Aggregation concept. In this System total processing is based on cluster and a cluster is a collection of nodes and the aggregator node is selected automatically. Future work includes the simulation of this protocol on any simulation software such as Network Simulator (NS-2) or QUALNET or any other simulation software and get the exact results and compare these results with the implementation results of another reliable data aggregation protocol i.e “Ant Colony data gathering protocol”. Carrying out more detailed simulator runs would also allow the protocols to be evaluated in more detail.

V- References [1] R.Rajagopalan and P.K.Varshney, “Data aggregation techniques in sensor networks: A survey”, IEEE Communications Surveys and Tutorials, vol.8, no. 4, 4th Quarter 2006. [2]I.Khemapech, I.Duncan and A.Miller, “A Survey of Wireless Sensor Networks Technology”, School of Computer Science, University of St Andrews, North Haugh, St Andrews,Fife, KY16 9SX. [3] Tamara Pazynyuk, JiangZhong Li, George S. Oreku, “Reliable Data Aggregation Protocol for Wireless Sensor Networks”, IEEE 2008. [4] Hong Luo, Qi Li, Wei Guo , “RDA: Data Aggregation Protocol for WSNs”, Beijing Key Laboratory of Intelligent Telecommunications Software and Multimedia, IEEE2006 (p 1-4). [5] Yi Yang, Xinran Wang, Sencun Zhu, and Guohong Cao, “SDAP: A Secure Hop by Hop Data Aggregation Protocol for Sensor Networks”, Department of Computer Science & engineering, The Pennsylvania State University, ACM 2006 (p 1-12). [6] A.Srinivasan, J.Teitelbaum, H.Liang, J.Wu, and M.Cardei, “Reputation and Trust-Based Systems for Ad Hoc and Sensor Networks”,Algorithms and Protocols for Wireless Ad Hoc and SensorNetworks, Wiley and Sons, 2008. [7] H.C¸am, S.Ozdemir, P.Nair, and D.Muthuavinashiappan, and H.O.Sanli, “Energy-Efficient and secure pattern based data aggregation for wireless sensor networks”, Special Issue of Computer Communications on SensorNetworks, pp. 446-455, Feb. 2006.

Anchal Vats, IJRIT-439

Power Saving Data Aggregation using FR Approach in WSN

Abstract. This Paper Presents the power of wireless sensor networks lies in the ability to deploy large numbers of tiny nodes that assemble and configure themselves. Usage scenarios for these devices range from real time tracking, to monitoring of environmental conditions, to ubiquitous computer environment, to.

90KB Sizes 0 Downloads 244 Views

Recommend Documents

Power Saving Data Aggregation using FR Approach ...
from real time tracking, to monitoring of environmental conditions, to ubiquitous ... Keywords- wireless sensor networks; Energy; Power; Data Aggregation.

A modified approach for aggregation technique in WSN - IJRIT
IJRIT International Journal of Research in Information Technology, Volume 3, Issue 7, ... Wireless sensor network are used in many application such as military, ...

A modified approach for aggregation technique in WSN - IJRIT
In computer science and telecommunications, wireless sensor networks are an ... and conferences arranged each year. ... Figure 1: Types of grids (a) Triangular lattice (b) Square grid (c) Hexagonal grid ... Degree-degree Correlations”, in Proc.

An Approach of Electric Power Demand Forecasting using Data ...
Data-Mining Method: a case study of application of Data-Mining technique to ... long range demand under the influence of population, big plant, building, etc,.

A Note on Heterogeneity and Aggregation Using Data ...
Abstract: Using data from Indonesia, I show that both household- and ... (i) the Pareto being more appropriate than the exponential distribution for Yiv and Riv, ...

Rule Based Data Filtering In Social Networks Using Genetic Approach ...
A main part of social network content is constituted by ... The main part of this paper is the system provided that customizable content based message filtering for OSNs, Based on ML .... “Sarah Palin,” and “John McCain,” then both documents

Secure Data Aggregation for Multiple Applications in ...
In order to overcome this, various data aggregation techniques have been proposed ... Keywords: Wireless Sensor Networks, Structure-free Data Aggregation.

Optimal Policies for Distributed Data Aggregation in ...
Department of Electrical, Computer and Systems Engineering. Rensselaer Polytechnic ... monitoring, disaster relief and target tracking. Therefore, the ...... [16] Crossbow, MPR/MIB Users Manual Rev. A, Doc. 7430-0021-07. San. Jose, CA: Crossbow Techn

WSN Security
the data from the sensors, aggregate and send it to the outside world: – A central computing system where the information is stored for different purposes.

Fuzzy Based QOS in WSN - IJRIT
Keywords: Fuzzy Logic, Quality of Service (QOS), Wireless Sensor Network (Wsn). 1. ... requirement such as the performance measure associated with event ...

Fuzzy Based QOS in WSN - IJRIT
The system results are studied and compared using MATLAB. It gives better and .... yes/no; high/low etc. Fuzzy logic provides an alternative way to represent.

improving the quality of service (qos) in wsn routing using trust and ...
The multi-hop routing in wireless sensor networks (WSNs) offers little protection against identity deception through replaying routing information. An adversary can exploit this defect to launch various harmful or even devastating attacks against the

Aggregation Using the Linguistic Weighted Average ...
Dongrui Wu, Student Member, IEEE, and Jerry M. Mendel, Life Fellow, IEEE. Abstract—The focus of this paper is the linguistic weighted av- ... pert systems which are simply tools to 'realize' an intelligent system, but are not able to process natura

Loading/Saving Data and Changing Colours
See ​www.earthbyte.org/Resources/earthbyte_gplates.html​ for EarthByte ... The Manage Feature Collections (Figure 2) window is an alternative way to.

Improved Secure Routing Scheme in WSN - International Journal of ...
we will assign keys manually with Hash Function which is Blowfish. ... Authentication and encryption based on symmetrical cryptography are lightweight security ...

Information Aggregation in Poisson-Elections
Nov 28, 2016 - The modern Condorcet jury theorem states that under weak conditions, elections will aggregate information when the population is large, ...

Minimum-Latency Aggregation Scheduling in ...
... networks. To the best of our knowledge, none of existing research works have addressed ... search works on underwater networks have addressed the ..... information into underwater acoustic sensor coverage estimation in estu- aries”, In ...

A neuroeconomics approach to consumption–saving decisions - NYU
Nov 23, 2004 - Agents trade off 'excessive' and 'impulsive' immediate consumption with a consumption– saving rule ...... Kreinin, M.E., 1961. Windfall income and .... College tuition and household savings and consumption. J. Public Econ.

WSN-CPS-SHM_supp.pdf
A. STATE-OF-THE-ART REVIEW OF WSN-BASED SHM AREAS. We begin by briefly summarizing previous reviews on closely related topics. To the best.

Arcade cabinet power saving, etc.3.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Arcade cabinet ...

Multi-hop Time Synchronization and Power Saving ...
Jul 16, 2008 - and video traffic in addition to data traffic to enable a phone- like interface and video ... ized antenna for smaller distances and when nodes are spread around the ..... to the internet through the landline node. Since the nodes ...

On the aggregation of eurozone data
T Tel.: +31 30 2539801. E-mail address: [email protected]. Economics Letters 90 ... t ј. P i xi t/ei. T , is that the corresponding growth rate series is a weighted ...