smartcq: Answering and Evaluating Bounded Continuous Search Queries within the WWW and Sensor Networks

Size: px
Start display at page:

Download "smartcq: Answering and Evaluating Bounded Continuous Search Queries within the WWW and Sensor Networks"

Transcription

1 smartcq: Answering and Evaluating Bounded Continuous Search Queries within the WWW and Sensor Networks Nils Hoeller, Christoph Reinke, Dirk Kukulenz, Volker Linnemann Institute of Information Systems University of Luebeck Ratzeburger Allee 160, Luebeck, Germany {hoeller, reinke, kukulenz, Abstract Continuous Queries (CQ) can be used to keep track of relevant information in the World Wide Web and Sensor Networks over a period of time. However, result sets may become unbounded and notifications can be delayed. A special form of CQ are Bounded Continuous Search Queries (BCSQ), where results are processed immediately and a bounding condition for the number of user notifications may be defined to limit the result set. Based on a theoretical background for answering BCSQ we present smartcq, a web application for processing BCSQ and evaluating the query results. Based on a transparent search engine a user may execute and evaluate new strategies and methods for continuous search queries. Furthermore because of the positive results of BCSQ we encourage its use for querying Wireless Sensor Networks to reduce the communication demand and hence reduce the energy consumption to enhance the lifetime of a sensor network. 1. Introduction Searching the World Wide Web may be tedious if a search has to be repeated frequently. A repeated search execution is necessary in particular if it is not known when and how long information will be available on the Web. A periodical search has to be done in order not to miss relevant information. Practical solutions are given by alert services, as e.g. Google alerts or Microsoft Live alerts, that repeat a user query automatically and present search results on a regular basis. These continuous query systems help a user to scan the Web periodically but still have disadvantages. First, alert notifications may become 'unbounded', if the number of notifications becomes too high for a user to process the information. The user still has to search within the notification results, which might take the same effort as a regular web search. An optimal continuous query system would therefore allow the user to determine the number of processed results within the period of the search. Second, by using common alert services, notifications about new web information will be presented every determined period ('in-batch'). By the time a user gets a notification, the web information may not be relevant anymore, as e.g. a notification about a good product offer that has already been sold. An optimal continuous query system would therefore notify the user immediately after new web information is retrieved. As a result, Bounded Continuous Search Queries (BCSQ) [6] have been introduced to realize optimal continuous search queries. This includes immediate information processing and the usage of a bounding condition for user notifications. While previous work concentrated on methods for optimizing the results of BCSQ [5, 6], in the first part of this paper we present an architecture for processing BCSQ. Furthermore we suggest an evaluation system, that lets researchers and developers evaluate new BCSQ approaches. The architecture has been implemented and named smartcq [3]. Another important kind of information networks are wireless sensor networks that consist of hundreds or thousands of tiny microcontrollers with sensors to monitor and analyze the environment. Recent sensor deployments have been reported [12] each including the extensive use of continuous queries to extract sensor data continuously. A special kind of sensor networks like the ALERT deployment [1] require immediate (real-time) notification to recognize emergency situations. To fulfill this task, existing sensor network query engines like TinyDB [9] or Cougar [11] require sending each new sensor data to a central point immediately, as e.g. a gateway, where sensor data is evaluated and alerts may eventually be

2 triggered. While supporting real-time notifications, this message driven approach is very energy consuming. In the second part of the paper we show that BCSQ can be an important form of queries for wireless sensor networks, that support alert and event triggered queries. By reducing the number of results and hence messages they can optimize the energy consumption of the network while still allowing immediate notification in case of important sensor values. That makes BCSQ applicable to event and alert based queries within wireless sensor networks. In summary, our contributions in this paper are: In Section 2, we introduce the BCSQ web application smartcq and its architecture. We explain how BCSQ in the WWW can be processed. In Section 3, we motivate the usage of BCSQ within wireless sensor networks to enhance the network lifetime. We give an overview of related work in the area of BCSQ, continuous queries in the WWW and query processing in wireless sensor networks in Section 4. In Section 5, we conclude our paper and present future work directions. 2. smartcq System Design In this section we outline the architecture of the BCSQ system smartcq and the interfaces for the usage and evaluation of BCSQ. 2.1 Architecture Existing search engines in the WWW do not support Bounded continuous search queries (BCSQ). BCSQ require additional system functionalities compared to regular search engines, as e.g. a profile management and a decision logic. We have developed and implemented a new web application smartcq that integrates these further functionalities. In Figure 1 the system architecture of smartcq is shown, including three parts: (1) a user interface, (2) the BCSQ services and (3) a regular web search engine. A main development goal for smartcq and BCSQ systems in general is transparency. Therefore, the system's web search engine is based on Nutch[2], a transparent open source web search framework. The main contributions of smartcq are the BCSQ services and the user and evaluation interface, which will be described in the next subsection. The BCSQ services include profile management, evaluation methods and the BCSQ logic, which decides whether the user has to be notified about a search result or not. Figure 1. smartcq system architecture BCSQ profiles contain a query string, a time period, a bounding condition for user notifications, the starting time and a basket (set) of websites that should be considered. smartcq extends this query profile by letting the user select a method for answering BCSQ. There are two kinds of methods available. The first method is the kssp approach [6], which is based on the famous secretary selection problem and works without any knowledge of the distribution of ranking scores. The second kind of methods are based on the estimation of a ranking score distribution to find an optimized filtering threshold [5]. Once there are active BCSQ profiles in the system, the BCSQ logic applies the query profiles to the search engine results every time the index has been updated and new web information has arrived. Any query hit will be passed to the decision logic which applies the BCSQ answering method that is determined by the BCSQ profile. A positive decision results in the acceptance of the web document and a user notification. 2.2 The User and Evaluation Interface SmartCQ allows the user to issue BCSQ over the web interface. Notifications about relevant documents will be delivered to him over the web interface or by . Once the BCSQ duration is over, a summary report is presented to the user. Figure 2 shows a typical summary report, which increases the transparency of the system. The summary report shows the scores of relevant documents on the query +olympic +games

3 over 45 days, where the 7 best documents are searched. The actual best documents with the highest ranking score are marked and compared to the documents selected by smartcq. In this example 5 of the actual 7 best documents have been found by the kssp approach [6]. Furthermore, evaluation scores for the query results and the applied selection method are shown. and reaches a maximum if about 3% of the incoming data are used for distribution learning. Figure 3. smartcq BestRatio method evaluation 3. BCSQ in Wireless Sensor Networks Figure 2. BCSQ summary report Another goal for the smartcq system is to support further research on methods for answering BCSQ. For this purpose smartcq can be used in a separate evaluation mode. In this mode BCSQ are applied to a previously built web archive including daily web site versions over 13 months. This batch processing mode can be applied to test the performance of new filtering methods. Besides, XML may be used to create a large set of BCSQ efficiently. The system provides a statistical evaluation in order to quantify the performance of new BCSQ strategies with respect to the evaluation measures in [5]. In addition, we apply a Best Ratio measure, which is defined as the percentage of the actual k best documents (kbest) in the selected document set (A). Figure 3 shows the evaluation results for previously presented BSCQ strategies based on the Best Ratio measure. The x-axis marks different selection strategies as e.g. a secretary strategy ('kssp', [6]) and distribution based strategies ('static' and percentage values, [5]). The percentage values denote the percentage of data used for distribution learning [5]. As in [5] in the example in Figure 3 the distribution optimized BCSQ strategy performs better than the kssp approach by selecting a higher percentage of actual best documents The previous sections discussed BCSQ within the WWW. smartcq has been introduced as a transparent BCSQ architecture and web application for evaluating BCSQ over the WWW. In this paper we emphasize the importance of BCSQ within the field of other information systems like wireless sensor networks, that is motivated by the previous results in Section 2.2. In wireless sensor network deployments the user is often interested in continuous information, e.g. measured data, over a long period. Therefore, in [9, 11] queries are mostly continuous. For real-time sensor network deployments like the ALERT deployment [1] and other forecast scenarios it is especially important that measured data is checked immediately to trigger events in case of an emergency and sensitive situations repectively. An approach to support alert and event sensor networks is an external storage or so called dumb data collection sensor network [10]. By using an existing sensor network query engine each measured value is simply transmitted to the base station and evaluated immediately. Although this could be a reliable approach, its main disadvantage is the potentially high energy consumption when data is sampled with a high frequency or resolution. Hence, we argue that data should be filtered within the sensor network. BCSQ are a new means towards energy efficient evaluation within wireless sensor networks especially for alert and event based queries. Analogous to the requirements of an optimal continuous query system in the WWW, alert and event based queries in wireless sensor networks have two basic requirements: 1. A notification about important sensor data has to be immediate (real-time notification) 2. The limited energy capacity of wireless sensor networks requires only to send messages if

4 something important happens, e.g. the best sensor value to a given criteria. While the first requirement is the same for either BCSQ in the WWW as in sensor networks, the second requirement has also similarities to the search in the WWW. While we first stated that a result set should not become unbounded to avoid user message filtering, in sensor networks we want to avoid sending unimportant messages to save energy and hence extend the networks lifetime. To point out the possibilities of BCSQ in wireless sensor networks we will refer to the following example query during this section: forcon trigger=1timeunit start=now end=100 estimated greatest 1 in //sensors/temp This example query, that is given in a BCSQ extension of the XPath [13] query language with forcon signalizing new BCSQ, has the purpose to extract the maximum temperature. It has a duration of 100 timeunits (i.e. hours), which correspond to 100 temperature sensor values. For simplification we only want to find the maximum temperature in this period. Besides, it is important that sensor nodes process any measured data immediately. An extension to find the greatest k>1 temperature values immediately has been discussed in our previous work [5, 6]. As described before, the standard approach to evaluate this query can be to send each temperature value to the base station to calculate the maximum temperature after 100 timeunits (retrospective analysis). Furthermore we can estimate the maximum temperature randomly before. This can even be done on the sensor node. We will refer to this approach as random. In Section 2.2 we showed that our BCSQ strategies are able to find a high percentage of maximum ranking scores, which motivates its usage in a sensor network scenario where the task is to find the maximum temperature. While the kssp approach [6] works without any further knowledge of a distribution of the sensor values, the distribution based methods [5] require this knowledge. However in typical scenarios like [12] historical data is often present (static distribution) or the query duration is long and the distribution learning strategy (dynamic distribution) is applicable. To give an overview on how we can benefit from the smartcq results we evaluated the BSCQ strategies for the given example query with respect to a representative sensor node platform pacemate, that is used in our institute. The pacemate sensor node platform [8] is based on a Phillips LPC 2136 processor with a 868 MHz DP1205 radio transceiver. Based on the previous BestRatio results we first calculated how many messages are required to reach an expectancy value of 1 for the probability of finding the maximum temperature value. In Figure 4 the results of this evaluation are shown. E-Value_Max 1,2 1 0,8 0,6 0,4 0,2 kssp random distribution Messages Figure 4. BCSQ for Sensor Network Results In summary, the distribution based approaches [5] require sending two messages (x-axis) to reach the demanded expectancy value (y-axis). The kssp method [6] that requires no further knowledge about the distribution of the sensor values requires three messages. The standard random approach does not reach the demanded expectancy value until all 100 messages have been send and a retrospective analysis can be done. These results influence the lifetime of the wireless sensor network, since sending messages is the most energy consuming task. We evaluated the impact on a typical deployment scenario with a diameter of 100 sensor nodes and the pacemate sensor node technical specifications. The goal was to find the expected network lifetime for a varying demanded expectancy value. For the battery capacity of 2500mAh, a power consumption of 62mA at maximum transmission power, a data rate up to 152.3kbit/s and a message size of 100byte we get the results shown in Figure 5. While the random selection strategy has a very high energy demand and hence lowers the expected lifetime of the sensor network significantly, we can summarize that the BCSQ methods [5, 6] perform much better. Accordingly, the work on smartcq and BCSQ can have innovative benefits on interdiciplinary research areas like wireless sensor networks. 4. Related Work Continuous web search systems and architectures have been introduced by the main web search vendors

5 (e.g. Google and MSN). Unlike these systems, our approach limits the entire result set of a continuous web J kssp random distribution 0 0,01 0,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1 Expectancy Value Figure 5. Sensor Network Energy Demand search by letting the user determine a number of allowed notifications he is willing to accept. Therefore bounded continuous search queries demand further filtering and decision logic compared to previous approaches. Bounded Continuous Search Query Engines implement the publish-subscribe paradigm. Many existing publish-subscribe systems have been introduced [4] but do not address filtering documents by bounding conditions for user notifications. Two well-known query approaches have been introduced for wireless sensor networks. While TinyDB [9] and Cougar[11] support regular continuous queries and focus on the aggregation of preliminary results to save energy, with smartcq we motivate the evaluation of sensor values deep in the sensor network to limit the communication demand and hence extend the lifetime of the network. 5. Conclusion & Future Work We presented a web application for issuing BCSQ. The architecture allows the evaluation of new methods to answer BCSQ. While providing a helpful search tool for regular users, developers can benefit from smartcq to improve further strategies for BCSQ. In Section 3 we showed how the work on BCSQ can influence and optimize interdisciplinary research areas like wireless sensor networks. Based on the motivating evaluation results from smartcq we discussed the usage of BCSQ within wireless sensor networks to optimize communication demand, which extends the expected lifetime of a wireless sensor network. Future work on the smartcq system is concentrated on building an interface to directly insert new BCSQ answering methods to the system, defined by the user, in order to evaluate them. This will help to find new strategies for answering BCSQ. Using BCSQ within wireless sensor networks can be simplified by using a query management system like smartcq. Based on our previous work on integrating wireless sensor networks in the WWW [7], we will extend smartcq to allow posing BCSQ to wireless sensor networks directly through its web interface. 10. References [1] [2] [3] The smartcq project [4] P. T. Eugster, P. A. Felber, R. Guerraoui and A. Kermarrec, The many faces of publish/subscribe. ACM Comput. Surv. 35, 2 (Jun. 2003), [5] D. Kukulenz, N. Hoeller, S. Groppe, and V. Linnemann, Optimization of Bounded Continuous Search Queries based on Ranking Distributions. In Proc. of WISE 2007, Nancy, France, pages Springer, [6] D. Kukulenz and A.. Ntoulas Answering Bounded Continuous Search Queries In The World Wide Web. In Proc. Of WWW-07,WorldWideWeb Conf., ACM Press, Banff, Canada, [7] N. Hoeller, C. Reinke, S. Groppe and V. Linnemann Xobe Sensor Networks: Integrating XML in Sensor Network Programming In Proc. of INSS 2008, IEEE, Kanazawa, Japan, 2008 [8] M. Lipphardt, H. Hellbrück, D. Pfisterer, S. Ransom and S. Fischer: Practical experiences on mobile inter-body-areanetworking. In Proceedings of BodyNets 07, 2007 [9] S. R. Madden, M. J. Franklin, J. M. Hellerstein and W. Hong, TinyDB: an acquisitional query processing system for sensor networks. ACM Trans. Database Syst. 30, 1 (Mar. 2005), [10] J. Paradiso, G. Borriello and G.-C. Roman, Applications: Beyond dumb data collection (panel). EmsNets, 2006 [11] Y. Yao and J. Gehrke The cougar approach to innetwork query processing in sensor networks. SIGMOD Rec. 31, 3 (Sep. 2002), [12] Ning Xu, A Survey of Sensor Network Applications, University of Southern California, [13] XML Path Language (XPath) 2.0 Recommendation, W3C,

Towards Energy Efficient XPath Evaluation in Wireless Sensor Networks

Towards Energy Efficient XPath Evaluation in Wireless Sensor Networks 1 / 27 Towards Energy Efficient XPath Evaluation in Wireless Sensor Networks N. Hoeller, C. Reinke, J. Neumann, S. Groppe, C. Werner, and V. Linnemann Institute of Information Systems University of Luebeck

More information

Abstract. 1. Introduction. 2. Theory DOSA Motivation and Overview

Abstract. 1. Introduction. 2. Theory DOSA Motivation and Overview Experiences with Implementing a Distributed and Self-Organizing Scheduling Algorithm for Energy-Efficient Data Gathering on a Real-Life Sensor Network Platform Yang Zhang, Supriyo Chatterjea, Paul Havinga

More information

Location-aware In-Network Monitoring in Wireless Sensor Networks

Location-aware In-Network Monitoring in Wireless Sensor Networks Location-aware In-Network Monitoring in Wireless Sensor Networks Volker Turau and Christoph Weyer Department of Telematics, Technische Universität Hamburg-Harburg Schwarzenbergstraße 95, 21073 Hamburg,

More information

New Join Operator Definitions for Sensor Network Databases *

New Join Operator Definitions for Sensor Network Databases * Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 41 New Join Operator Definitions for Sensor Network Databases * Seungjae

More information

On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks

On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks Akshaye Dhawan Georgia State University Atlanta, Ga 30303 akshaye@cs.gsu.edu Abstract A key challenge in Wireless

More information

Agent based System Architecture for Wireless Sensor Networks

Agent based System Architecture for Wireless Sensor Networks Agent based System Architecture for Wireless Sensor Networks Sajid Hussain, Elhadi Shakshuki, Abdul Wasey Matin Jodrey School of Computer Science Acadia University Wolfville, Nova Scotia, Canada B4P 2R6

More information

References. Introduction. Publish/Subscribe paradigm. In a wireless sensor network, a node is often interested in some information, but

References. Introduction. Publish/Subscribe paradigm. In a wireless sensor network, a node is often interested in some information, but References Content-based Networking H. Karl and A. Willing. Protocols and Architectures t for Wireless Sensor Networks. John Wiley & Sons, 2005. (Chapter 12) P. Th. Eugster, P. A. Felber, R. Guerraoui,

More information

Answering Bounded Continuous Search Queries in the World Wide Web

Answering Bounded Continuous Search Queries in the World Wide Web Answering Bounded Continuous Search Queries in the World Wide Web ABSTRACT Dirk Kukulenz Institute of Information Systems Ratzeburger Allee 160 23538 Luebeck, Germany kukulenz@ifis.uni luebeck.de Search

More information

2. REVIEW OF RELATED RESEARCH WORK. 2.1 Methods of Data Aggregation

2. REVIEW OF RELATED RESEARCH WORK. 2.1 Methods of Data Aggregation ata Aggregation in Wireless Sensor Networks with Minimum elay and Minimum Use of Energy: A comparative Study Bushra Qayyum Mohammed Saeed Jason Roberts Ph Student ean of Research Senior Lecturer University

More information

Information Management I: Sensor Database, Querying, Publish & Subscribe, Information Summarization + SIGMOD 2003 paper

Information Management I: Sensor Database, Querying, Publish & Subscribe, Information Summarization + SIGMOD 2003 paper Information Management I: Sensor Database, Querying, Publish & Subscribe, Information Summarization + SIGMOD 2003 paper CS428: Information Processing for Sensor Networks, and STREAM meeting Presented by

More information

Hybrid Push-Pull Query Processing for Sensor Networks. Niki Trigoni, Yong Yao, Alan Demers, Johannes Gehrke

Hybrid Push-Pull Query Processing for Sensor Networks. Niki Trigoni, Yong Yao, Alan Demers, Johannes Gehrke Hybrid - Query Processing for Sensor Networks Niki Trigoni, Yong Yao, Alan Demers, Johannes Gehrke Cornell University fniki,yao,ademers,johannesg.cs.cornell.edu Rajmohan Rajaraman Northeastern University

More information

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey S. Rajesh, Dr. A.N. Jayanthi, J.Mala, K.Senthamarai Sri Ramakrishna Institute of Technology, Coimbatore ABSTRACT One of

More information

Tasking Wireless Sensor Nodes in the Internet of Things

Tasking Wireless Sensor Nodes in the Internet of Things Tasking Wireless Sensor Nodes in the Internet of Things Benjamin Le Corre, Jérémie Leguay, Mario Lopez-Ramos Thales Communications 160 Bd de Valmy, BP 82 92704 Colombes Cedex, France {firstname.name}@fr.thalesgroup.com

More information

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS International Journal of Wireless Communications and Networking 3(1), 2011, pp. 7-13 CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS Sudhanshu Pant 1, Naveen Chauhan 2 and Brij Bihari Dubey 3 Department

More information

Time Synchronization in Wireless Sensor Networks: CCTS

Time Synchronization in Wireless Sensor Networks: CCTS Time Synchronization in Wireless Sensor Networks: CCTS 1 Nerin Thomas, 2 Smita C Thomas 1, 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: A time synchronization algorithm

More information

Integrated Routing and Query Processing in Wireless Sensor Networks

Integrated Routing and Query Processing in Wireless Sensor Networks Integrated Routing and Query Processing in Wireless Sensor Networks T.Krishnakumar Lecturer, Nandha Engineering College, Erode krishnakumarbtech@gmail.com ABSTRACT Wireless Sensor Networks are considered

More information

Processing Rank-Aware Queries in P2P Systems

Processing Rank-Aware Queries in P2P Systems Processing Rank-Aware Queries in P2P Systems Katja Hose, Marcel Karnstedt, Anke Koch, Kai-Uwe Sattler, and Daniel Zinn Department of Computer Science and Automation, TU Ilmenau P.O. Box 100565, D-98684

More information

A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK Md. Nadeem Enam 1, Ozair Ahmad 2 1 Department of ECE, Maulana Azad College of Engineering & Technology, Patna, (India)

More information

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks S. Rizvi and K. Ferens Department of Electrical and Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Ken.Ferens@ad.umanitoba.ca

More information

Routing Scheme in Energy efficient based Protocols for Wireless Sensor Networks

Routing Scheme in Energy efficient based Protocols for Wireless Sensor Networks Routing Scheme in Energy efficient based Protocols for Wireless Sensor Networks 1 Chiranjeevi Rampilla, 2 Pallikonda Anil Kumar, 1 Student, DEPT.OF CSE, PVPSIT, KANURU, VIJAYAWADA. 2 Asst.Professor, DEPT.OF

More information

Efficient Time Triggered Query Processing in Wireless Sensor Networks

Efficient Time Triggered Query Processing in Wireless Sensor Networks Efficient Time Triggered Query Processing in Wireless Sensor Networks Bernhard Scholz 1, Mohamed Medhat Gaber 2 Tim Dawborn 1, Raymes Khoury 1, and Edmund Tse 1 1 The University of Sydney Sydney, NSW,

More information

A Holistic Solution for Reliable Over-the-Air Software Updates in Large Industrial Plants. Florian Kauer, Florian Meyer, Volker Turau

A Holistic Solution for Reliable Over-the-Air Software Updates in Large Industrial Plants. Florian Kauer, Florian Meyer, Volker Turau A Holistic Solution for Reliable Over-the-Air Software Updates in Large Industrial Plants Florian Kauer, Florian Meyer, Volker Turau June 13 th, 2017 Institute of Telematics Hamburg University of Technology

More information

APTEEN: A Hybrid Protocol for Efficient Routing and Comprehensive Information Retrieval in Wireless Sensor Networks

APTEEN: A Hybrid Protocol for Efficient Routing and Comprehensive Information Retrieval in Wireless Sensor Networks APTEEN: A Hybrid Protocol for Efficient Routing and Comprehensive Information Retrieval in Wireless Sensor Networks Arati Manjeshwar and Dharma P. Agrawal Center for Distributed and Mobile Computing, ECECS

More information

IN recent years, the amount of traffic has rapidly increased

IN recent years, the amount of traffic has rapidly increased , March 15-17, 2017, Hong Kong Content Download Method with Distributed Cache Management Masamitsu Iio, Kouji Hirata, and Miki Yamamoto Abstract This paper proposes a content download method with distributed

More information

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Maryam Soltan, Inkwon Hwang, Massoud Pedram Dept. of Electrical Engineering University of Southern California Los Angeles, CA

More information

Energy Conservation of Sensor Nodes using LMS based Prediction Model

Energy Conservation of Sensor Nodes using LMS based Prediction Model Energy Conservation of Sensor odes using LMS based Prediction Model Anagha Rajput 1, Vinoth Babu 2 1, 2 VIT University, Tamilnadu Abstract: Energy conservation is one of the most concentrated research

More information

Power Aware Metrics for Wireless Sensor Networks

Power Aware Metrics for Wireless Sensor Networks Power Aware Metrics for Wireless Sensor Networks Ayad Salhieh Department of ECE Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren Schwiebert Department of Computer Science Wayne State University

More information

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Mr. V. Narsing Rao 1, Dr.K.Bhargavi 2 1,2 Asst. Professor in CSE Dept., Sphoorthy Engineering College, Hyderabad Abstract- Wireless Sensor

More information

Energy-Efficient Dynamic Query Routing Tree Algorithm for Wireless Sensor Networks

Energy-Efficient Dynamic Query Routing Tree Algorithm for Wireless Sensor Networks Energy-Efficient Dynamic Query Routing Tree Algorithm for Wireless Sensor Networks Si Gwan Kim Dept. of Computer Software Kumoh Nat l Inst. of Technology Gumi, Korea Abstract To exploit in answering queries

More information

A Survey on Resource Allocation policies in Mobile ad-hoc Computational Network

A Survey on Resource Allocation policies in Mobile ad-hoc Computational Network A Survey on policies in Mobile ad-hoc Computational S. Kamble 1, A. Savyanavar 2 1PG Scholar, Department of Computer Engineering, MIT College of Engineering, Pune, Maharashtra, India 2Associate Professor,

More information

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks S. Faisal 1, N. Javaid 1, A. Javaid 2, M. A. Khan 1, S. H. Bouk 1, Z. A. Khan 3 1 COMSATS Institute of Information Technology, Islamabad,

More information

Elimination Of Redundant Data using user Centric Data in Delay Tolerant Network

Elimination Of Redundant Data using user Centric Data in Delay Tolerant Network IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 9 February 2015 ISSN (online): 2349-6010 Elimination Of Redundant Data using user Centric Data in Delay Tolerant

More information

TinyDB and TASK. Sensor Network in a Box SMARTER SENSORS IN SILICON 1

TinyDB and TASK. Sensor Network in a Box SMARTER SENSORS IN SILICON 1 TinyDB and TASK Sensor Network in a Box SMARTER SENSORS IN SILICON 1 Overview What is TinyDB? A query processing system for extracting information from a network of TinyOS sensors. Requires no embedded

More information

Context-Aware Query for High-Voltage Transmission Line Fault Detection using Wireless Sensor Network

Context-Aware Query for High-Voltage Transmission Line Fault Detection using Wireless Sensor Network Context-Aware Query for High-Voltage Transmission Line Fault Detection using Wireless Sensor Network Paulo Régis C. de Araújo Department of Telematics Instituto Federal do Ceará Email: pregis@ifce.edu.br

More information

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Guangyan Huang 1, Xiaowei Li 1, and Jing He 1 Advanced Test Technology Lab., Institute of Computing Technology, Chinese

More information

A Comparative Survey

A Comparative Survey Contemporary Engineering Sciences, Vol. 7, 2014, no. 13, 649-660 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4671 Middleware Systems for Wireless Sensor Networks: A Comparative Survey

More information

Energy-Efficient Mobile Cache Invalidation

Energy-Efficient Mobile Cache Invalidation Distributed and Parallel Databases 6, 351 372 (1998) c 1998 Kluwer Academic Publishers. Manufactured in The Netherlands. Energy-Efficient Mobile Cache Invalidation KUN-LUNG WU, PHILIP S. YU AND MING-SYAN

More information

A Reduce Identical Composite Event Transmission Algorithm for Wireless Sensor Networks

A Reduce Identical Composite Event Transmission Algorithm for Wireless Sensor Networks Appl. Math. Inf. Sci. 6 No. 2S pp. 713S-719S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. A Reduce Identical Composite Event Transmission

More information

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Ashika R. Naik Department of Electronics & Tele-communication, Goa College of Engineering (India) ABSTRACT Wireless

More information

WORKLOAD-AWARE TREE CONSTRUCTION ALGORITHM FOR WIRELESS SENSOR NETWORKS

WORKLOAD-AWARE TREE CONSTRUCTION ALGORITHM FOR WIRELESS SENSOR NETWORKS WORKLOAD-AWARE TREE CONSTRUCTION ALGORITHM FOR WIRELESS SENSOR NETWORKS Kayiram Kavitha 1, Cheemakurthi Ravi Teja 2 and Dr.R.Gururaj 3 Dept. of CS & IS, BITS-Pilani, Hyderabad Campus, Hyderabad, India

More information

Data Storage In Wireless Sensor Databases

Data Storage In Wireless Sensor Databases http://www2.cs.ucy.ac.cy/~dzeina/ Data Storage In Wireless Sensor Databases Demetris Zeinalipour Department of Computer Science University of Cyprus* enext WG1 Workshop on Sensor and Ad-hoc Networks University

More information

System Software for Sensor Networks

System Software for Sensor Networks System Software for Sensor Networks IST Co-operating Objects Workshop Brussels, June 23 rd 24 th, 2005 Dr. Pedro José Marrón pedro.marron@informatik.uni-stuttgart.de University of Stuttgart, Group 1/30

More information

Adaptive Distributed Indexing for Spatial Queries in Sensor Networks

Adaptive Distributed Indexing for Spatial Queries in Sensor Networks Adaptive Distributed Indexing for Spatial Queries in Sensor Networks Vladimir Dyo and Cecilia Mascolo Department of Computer Science, University College London, UK Email: {v.dyo c.mascolo }@cs.ucl.ac.uk

More information

Optimized Query Processing for Wireless Sensor Networks

Optimized Query Processing for Wireless Sensor Networks Optimized Query Processing for Wireless Sensor Networks Akbar Bemana Abstract in this paper we propose an approach for query optimization in Sensor networks that cause increasing of network life time.

More information

WSN Routing Protocols

WSN Routing Protocols WSN Routing Protocols 1 Routing Challenges and Design Issues in WSNs 2 Overview The design of routing protocols in WSNs is influenced by many challenging factors. These factors must be overcome before

More information

Cooperative Watchdog in Wireless Ad-Hoc Networks Norihiro SOTA and Hiroaki HIGAKI *

Cooperative Watchdog in Wireless Ad-Hoc Networks Norihiro SOTA and Hiroaki HIGAKI * 2017 2nd International Conference on Computer, Network Security and Communication Engineering (CNSCE 2017) ISBN: 978-1-60595-439-4 Cooperative Watchdog in Wireless Ad-Hoc Networks Norihiro SOTA and Hiroaki

More information

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES Mu. Annalakshmi Research Scholar, Department of Computer Science, Alagappa University, Karaikudi. annalakshmi_mu@yahoo.co.in Dr. A.

More information

Multilevel Fault-tolerance for Designing Dependable Wireless Networks

Multilevel Fault-tolerance for Designing Dependable Wireless Networks Multilevel Fault-tolerance for Designing Dependable Wireless Networks Upkar Varshney Department of Computer Information Systems Georgia State University Atlanta, Georgia 30302-4015 E-mail: uvarshney@gsu.edu

More information

Telecom Decision CRTC

Telecom Decision CRTC Telecom Decision CRTC 2015-496 PDF version Ottawa, 6 November 2015 File number: 8621-C12-01/08 CISC Canadian Steering Committee on Numbering Revised Canadian International Mobile Subscriber Identity Guideline

More information

Mote Design Supported with Remote Hardware Modifications Capability for Wireless Sensor Network applications

Mote Design Supported with Remote Hardware Modifications Capability for Wireless Sensor Network applications Mote Design Supported with Remote Hardware Modifications Capability for Wireless Sensor Network applications ABSTRACT Ali El Kateeb University of Michigan-Dearborn Email: elkateeb@umich.edu Many Wireless

More information

Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM

Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM Implementation of a Wake-up Radio Cross-Layer Protocol in OMNeT++ / MiXiM Jean Lebreton and Nour Murad University of La Reunion, LE2P 40 Avenue de Soweto, 97410 Saint-Pierre Email: jean.lebreton@univ-reunion.fr

More information

CREE SMARTCAST TECHNOLOGY. SMARTCAST LIGHTING NETWORK WITH BACnet CAPABILITY GUIDE

CREE SMARTCAST TECHNOLOGY. SMARTCAST LIGHTING NETWORK WITH BACnet CAPABILITY GUIDE Welcome to the SmartCast Lighting Network with BACnet Capability Guide! This is the place to come for answers to all your Cree-related BACnet questions. We ll answer them here or point you to other Cree

More information

Query Evaluation in Wireless Sensor Networks

Query Evaluation in Wireless Sensor Networks Query Evaluation in Wireless Sensor Networks Project Presentation for Comp 8790 Student: Yongxuan Fu Supervised by: Prof. Weifa Liang Presented on: 07/11/13 Outline Background Preliminary Algorithm Design

More information

Data Acquisition in Sensor Networks with Large Memories

Data Acquisition in Sensor Networks with Large Memories Data Acquisition in Sensor Networks with Large Memories D. Zeinalipour-Yazti, S. Neema, V. Kalogeraki, D. Gunopulos, W. Najjar University of California - Riverside {csyiazti,sneema,vana,dg,najjar}@cs.ucr.edu

More information

A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI

A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI Olaf Droegehorn, Kirti Singh-Kurbel, Markus Franz, Roland Sorge, Rita Winkler, and Klaus David IHP, Im Technologiepark

More information

Channel Allocation for Social Networking Features on Publish/Subscribe-based Mobile Application

Channel Allocation for Social Networking Features on Publish/Subscribe-based Mobile Application Allocation for Social Networking Features on Publish/Subscribe-based Mobile Application Alfian Ramadhan, Achmad Imam Kistijantoro Laboratory of Distributed System School of Electrical Engineering and Informatics,

More information

Web-based Energy-efficient Cache Invalidation in Wireless Mobile Environment

Web-based Energy-efficient Cache Invalidation in Wireless Mobile Environment Web-based Energy-efficient Cache Invalidation in Wireless Mobile Environment Y.-K. Chang, M.-H. Hong, and Y.-W. Ting Dept. of Computer Science & Information Engineering, National Cheng Kung University

More information

Put on the Future: Wearable Technology

Put on the Future: Wearable Technology Put on the Future: Wearable Technology.Press Contact Andes Technology Corporation Marcom Manager Janine Hsu ext. 614 Mobil: 886-932-315015 E-mail: Janine@andestech.com Web: Sep. 2013 1. Introduction While

More information

INTERNATIONAL JOURNAL OF RESEARCH SCIENCE & MANAGEMENT

INTERNATIONAL JOURNAL OF RESEARCH SCIENCE & MANAGEMENT MOBILE OFFLOADING USING POWER BASED DECISION IN WIRELESS COMMUNICATION M.Nivethamani 1*, Soma Prathinha 2 1* PG Scholar, Student Member, IEEE, Sri Sairam Engineering College, Chennai 2 Associate Professor,

More information

TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS

TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS SAMUEL MADDEN, MICHAEL J. FRANKLIN, JOSEPH HELLERSTEIN, AND WEI HONG Proceedings of the Fifth Symposium on Operating Systems Design and implementation

More information

A System for Semantic Data Fusion in Sensor Networks

A System for Semantic Data Fusion in Sensor Networks A System for Semantic Data Fusion in Sensor Networks Alex Wun wun@eecg.utoronto.ca Milenko Petrovic petrovi@eecg.utoronto.ca Department of Electrical and Computer Engineering Department of Computer Science

More information

Dynamic Routing and Network Monitoring for the Polywog Protocol

Dynamic Routing and Network Monitoring for the Polywog Protocol Dynamic Routing and Network Monitoring for the Polywog Protocol A Senior Project presented to the Faculty of the Computer Science Department California Polytechnic State University, San Luis Obispo In

More information

INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION

INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION Bulletin of the Transilvania University of Braşov Vol. 7 (56) No. 2-2014 Series I: Engineering Sciences INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION Mihai MACHEDON-PISU

More information

Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks

Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks Battery Power Management Routing Considering Participation Duration for Mobile Ad Hoc Networks Masaru Yoshimachi and Yoshifumi Manabe movement of the devices. Thus the routing protocols for MANET need

More information

CHAPTER 5 PROPAGATION DELAY

CHAPTER 5 PROPAGATION DELAY 98 CHAPTER 5 PROPAGATION DELAY Underwater wireless sensor networks deployed of sensor nodes with sensing, forwarding and processing abilities that operate in underwater. In this environment brought challenges,

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

Generality Challenges and Approaches in WSNs

Generality Challenges and Approaches in WSNs I. J. Communications, Network and System Sciences, 2009, 1, 1-89 Published Online February 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Generality Challenges and Approaches in WSNs Fadi TIRKAWI,

More information

High Speed Data Collection in Wireless Sensor Network

High Speed Data Collection in Wireless Sensor Network High Speed Data Collection in Wireless Sensor Network Kamal Kr. Gola a, *, Bhumika Gupta b, Zubair Iqbal c a Department of Computer Science & Engineering, Uttarakhand Technical University, Uttarakhand,

More information

COMPUTER NETWORKS PERFORMANCE. Gaia Maselli

COMPUTER NETWORKS PERFORMANCE. Gaia Maselli COMPUTER NETWORKS PERFORMANCE Gaia Maselli maselli@di.uniroma1.it Prestazioni dei sistemi di rete 2 Overview of first class Practical Info (schedule, exam, readings) Goal of this course Contents of the

More information

Exercises of lecture Wireless Sensor Networks Winter 2006/2007 Sheet 4

Exercises of lecture Wireless Sensor Networks Winter 2006/2007 Sheet 4 Christian Schindelhauer Freiburg, 26 Nov 2006 Due until 28 Nov 2006 Exercises of lecture Wireless Sensor Networks Winter 2006/2007 Sheet 4 SECTION 1: Wireless Sensor Transceiver, Energy 1. Energy is limited

More information

MauveDB: Supporting Modelbased User Views in Database Systems. Tuesday, September 6, 11

MauveDB: Supporting Modelbased User Views in Database Systems. Tuesday, September 6, 11 MauveDB: Supporting Modelbased User Views in Database Systems Amol Deshpande Samuel Madden 1 mod el ˈmädl noun a simplified description, esp. a mathematical one, of a system or process, to assist in calculations

More information

A Fault Tolerant Approach for WSN Chain Based Routing Protocols

A Fault Tolerant Approach for WSN Chain Based Routing Protocols International Journal of Computer Networks and Communications Security VOL. 3, NO. 2, FEBRUARY 2015, 27 32 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) A Fault

More information

CE693: Adv. Computer Networking

CE693: Adv. Computer Networking CE693: Adv. Computer Networking L-13 Sensor Networks Acknowledgments: Lecture slides are from the graduate level Computer Networks course thought by Srinivasan Seshan at CMU. When slides are obtained from

More information

Improving the Expected Quality of Experience in Cloud-Enabled Wireless Access Networks

Improving the Expected Quality of Experience in Cloud-Enabled Wireless Access Networks Improving the Expected Quality of Experience in Cloud-Enabled Wireless Access Networks Dr. Hang Liu & Kristofer Smith Department of Electrical Engineering and Computer Science The Catholic University of

More information

Distributed Pervasive Systems

Distributed Pervasive Systems Distributed Pervasive Systems CS677 Guest Lecture Tian Guo Lecture 26, page 1 Outline Distributed Pervasive Systems Popular Application domains Sensor nodes and networks Energy in Distributed Systems (Green

More information

13 Sensor networks Gathering in an adversarial environment

13 Sensor networks Gathering in an adversarial environment 13 Sensor networks Wireless sensor systems have a broad range of civil and military applications such as controlling inventory in a warehouse or office complex, monitoring and disseminating traffic conditions,

More information

CSMA based Medium Access Control for Wireless Sensor Network

CSMA based Medium Access Control for Wireless Sensor Network CSMA based Medium Access Control for Wireless Sensor Network H. Hoang, Halmstad University Abstract Wireless sensor networks bring many challenges on implementation of Medium Access Control protocols because

More information

Advancing AiHD Cloud Solution

Advancing AiHD Cloud Solution NEW Advancing AiHD Cloud Solution Ai Holdings Corporation (parent company to Graphtec) created the "" cloud system by consolidating resources from group companies to provide advanced IoT platform with

More information

Design and Implementation of A P2P Cooperative Proxy Cache System

Design and Implementation of A P2P Cooperative Proxy Cache System Design and Implementation of A PP Cooperative Proxy Cache System James Z. Wang Vipul Bhulawala Department of Computer Science Clemson University, Box 40974 Clemson, SC 94-0974, USA +1-84--778 {jzwang,

More information

Localized and Incremental Monitoring of Reverse Nearest Neighbor Queries in Wireless Sensor Networks 1

Localized and Incremental Monitoring of Reverse Nearest Neighbor Queries in Wireless Sensor Networks 1 Localized and Incremental Monitoring of Reverse Nearest Neighbor Queries in Wireless Sensor Networks 1 HAI THANH MAI AND MYOUNG HO KIM Department of Computer Science Korea Advanced Institute of Science

More information

Mobile Data Gathering With Load Balanced Clustering and Dual Data Uploading In Wireless Sensor Networks

Mobile Data Gathering With Load Balanced Clustering and Dual Data Uploading In Wireless Sensor Networks Mobile Data Gathering With Load Balanced Clustering and Dual Data Uploading In Wireless Sensor Networks 1 Mr. Shankargouda Biradar, 2 Mrs. Sarala D.V. 2 Asst.Professor, 1,2 APS college of Engg Bangalore,

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

RESEARCH ON INTER-SATELLITE COMMUNICATION SYSTEM OF FRACTIONATED SPACECRAFT

RESEARCH ON INTER-SATELLITE COMMUNICATION SYSTEM OF FRACTIONATED SPACECRAFT RESEARCH ON INTER-SATELLITE COMMUNICATION SYSTEM OF FRACTIONATED SPACECRAFT Qing Chen (1), Jinxiu Zhang (2), Shengchang Lan (3) and Zhigang Zhang (4) (1)(2)(4) Research Center of Satellite Technology,

More information

Sensors. Outline. Sensor networks. Tributaries and Deltas: Efficient and Robust Aggregation in Sensor Network Streams

Sensors. Outline. Sensor networks. Tributaries and Deltas: Efficient and Robust Aggregation in Sensor Network Streams ributaries and s: Efficient and Robust Aggregation in Sensor Network Streams Acknowledgements for slides: Amit Manjhi, SIGMOD 5 Amit Manjhi, Suman Nath, Phillip B. Gibbons Carnegie Mellon University Intel

More information

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks Vol. 5, No. 5, 214 Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks MOSTAFA BAGHOURI SAAD CHAKKOR ABDERRAHMANE HAJRAOUI Abstract Ameliorating

More information

Distributed clustering algorithms for data-gathering in wireless mobile sensor networks

Distributed clustering algorithms for data-gathering in wireless mobile sensor networks J. Parallel Distrib. Comput. 67 (2007) 1187 1200 www.elsevier.com/locate/jpdc Distributed clustering algorithms for data-gathering in wireless mobile sensor networks Chuan-Ming Liu a,, Chuan-Hsiu Lee a,

More information

Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey

Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey Journal of Computer Science 7 (1): 114-119, 2011 ISSN 1549-3636 2011 Science Publications Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey K. Indra Gandhi and

More information

FUZZY LOGIC APPROACH TO IMPROVING STABLE ELECTION PROTOCOL FOR CLUSTERED HETEROGENEOUS WIRELESS SENSOR NETWORKS

FUZZY LOGIC APPROACH TO IMPROVING STABLE ELECTION PROTOCOL FOR CLUSTERED HETEROGENEOUS WIRELESS SENSOR NETWORKS 3 st July 23. Vol. 53 No.3 25-23 JATIT & LLS. All rights reserved. ISSN: 992-8645 www.jatit.org E-ISSN: 87-395 FUZZY LOGIC APPROACH TO IMPROVING STABLE ELECTION PROTOCOL FOR CLUSTERED HETEROGENEOUS WIRELESS

More information

Developing Energy-Efficient Topologies and Routing for Wireless Sensor Networks

Developing Energy-Efficient Topologies and Routing for Wireless Sensor Networks Developing Energy-Efficient Topologies and Routing for Wireless Sensor Networks Hui Tian, Hong Shen and Teruo Matsuzawa Graduate School of Information Science Japan Advanced Institute of Science and Technology

More information

TEMPERATURE MONITORING SYSTEM

TEMPERATURE MONITORING SYSTEM TEMPERATURE MONITORING SYSTEM Akshada Rathod 1, VijitaMalhotra 2, Mritunjay Ojha 3 1, 2, 3 Department of Computer Engineering, Fr.Conceicao Rodrigues Institute of Technology, (India) ABSTRACT A temperature

More information

MEITRACK MVT340 User Guide

MEITRACK MVT340 User Guide MEITRACK MVT340 User Guide Change History File Name MEITRACK MVT340 User Guide Created By Kyle Lv Project MVT340 Creation Date Update Date 2010-08-24 2017-03-23 Subproject User Guide Total Pages 12 Version

More information

AdvOSS AAA: Architecture, Call flows and implementing emerging business use cases

AdvOSS AAA: Architecture, Call flows and implementing emerging business use cases AdvOSS AAA: Architecture, Call flows and implementing emerging business use cases An AdvOSS White Paper Latest version of this white paper can always be found at http://advoss.com/resources/whitepapers/advoss-aaa-workflows.pdf

More information

Scalable Filtering and Matching of XML Documents in Publish/Subscribe Systems for Mobile Environment

Scalable Filtering and Matching of XML Documents in Publish/Subscribe Systems for Mobile Environment Scalable Filtering and Matching of XML Documents in Publish/Subscribe Systems for Mobile Environment Yi Yi Myint, Hninn Aye Thant Abstract The number of applications using XML data representation is growing

More information

Data Gathering for Wireless Sensor Network using PEGASIS Protocol

Data Gathering for Wireless Sensor Network using PEGASIS Protocol Data Gathering for Wireless Sensor Network using PEGASIS Protocol Kumari Kalpna a, Kanu Gopal b, Navtej katoch c a Deptt. of ECE, College of Engg.& Mgmt.,Kapurthala, b Deptt. of CSE, College of Engg.&

More information

Intelligent IO-Terminals for complex Communication Scenarios in Control Applications

Intelligent IO-Terminals for complex Communication Scenarios in Control Applications Intelligent IO-Terminals for complex Communication Scenarios in Control Applications Volker Schuermann Rafael Leidinger and Joerg F. Wollert ABSTRACT In the automation technology one observes at present

More information

TiNA: A Scheme for Temporal Coherency-Aware in-network Aggregation

TiNA: A Scheme for Temporal Coherency-Aware in-network Aggregation TiNA: A Scheme for Temporal Coherency-Aware in-network Aggregation Mohamed A. Sharaf, Jonathan Beaver, Alexandros Labrinidis, Panos K. Chrysanthis Department of Computer Science University of Pittsburgh

More information

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication Vol., Issue.3, May-June 0 pp--7 ISSN: - Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication J. Divakaran, S. ilango sambasivan Pg student, Sri Shakthi Institute of

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

More information

AMI Applications at SDG&E Metering America March 24, 2009 Ted M. Reguly Smart Meter Program Director SDG&E

AMI Applications at SDG&E Metering America March 24, 2009 Ted M. Reguly Smart Meter Program Director SDG&E AMI Applications at SDG&E Metering America March 24, 2009 Ted M. Reguly Smart Meter Program Director SDG&E 2008 San Diego Gas & Electric Company. All copyright and trademark rights reserved About Sempra

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information