Data Access on Wireless Broadcast Channels using Keywords

Size: px
Start display at page:

Download "Data Access on Wireless Broadcast Channels using Keywords"

Transcription

1 Data Access on Wireless Broadcast Channels using Keywords Mr. Vijaykumar Mantri 1, Mr. Nagaraju A 2 Dept of IT, Padmasri Dr. B. V. Raju Institute of Technology, Narsapur, Dist.Medak, Andhra Pradesh, India. 1 vijay_mantri.it@bvrit.ac.in 2 raju_cs5200@yahoo.co.in Abstract-The rapid development of wireless network and powerful portable computer technologies has accelerated the development of mobile computing technologies and wireless information systems, thus resulting in the increased and wide spread use of mobile computing devices. Energy and latency efficiency are two critical issues in wireless data broadcast system. For measuring energy and latency efficiency, we have two basic metrics namely access time and tuning time. Several indexing techniques are there for accessing data items on broadcast channel which are useful to reduce the tuning time. In wireless broadcast channel, for text searches, index scheme using keyword search will be implemented with the help of inverted list index method and two level indexing methods to improve the latency performance and energy usage. We propose a change in algorithm to increase its functionality and efficiency of the analysis is demonstrated through graphs. Keywords: Wireless Data Broadcasting, Mobile computing, Full text search, Energy efficiency, Latency, Index Structure. I. INTRODUCTION The use of laptops, portable computers, and PDAs over mobile communication networks is increasing, and mobile applications such as monitoring stock market prices, traffic reports and weather forecasts are widely available in wireless environments. In such an environment, a large number of mobile clients may be querying databases over unreliable, slow, and expensive wireless communication links. Data broadcasting is an efficient method of data dissemination that can overcome the limitations of a wireless environment, such as its low communication bandwidth and the energy constraints of mobile devices. A data server can broadcast data periodically, and mobile clients can listen on one or more channels to access the data that they require. The rapid development of wireless networks and wireless devices along with the computer technologies have led to the concept of mobile computing. Through the wireless networks, the mobile users can access a large variety of information from anywhere and at any time. A large number of mobile clients may be querying databases over unreliable, slow, and expensive wireless communication links. Data broadcasting is an efficient method of data dissemination that can overcome the limitations of a wireless environment, such as its low communication bandwidth and the energy constraints of mobile devices [1]. A data server can broadcast data periodically, and mobile clients can listen on one or more channels to access the data that they require. The rapidly expanding technology of cellular communications and wireless local area networks gives mobile users the ability of accessing information anywhere and anytime. The types of information that become accessible through wireless are boundless and include stock quotes, weather and traffic information and news etc. [2], [5], [8]. Broadcast on mobile system has some restrictions compared to broadcast on wired system. Broadcast disks scheme has some efficient way of delivering data using air as broadcast medium. So the problem broadcast disks address is really finding an optimal broadcast scheduling policy. With server-side scheduling and caching at the client-side is also needed to make more optimal use of broadcast disks. In this broadcast disks technique mainly two groups are involving those are networking and Database. Networking group focuses on the minimizing average expected delay time and tuning time from broad cast data through dynamic scheduling. Tuning time is the amount of time spent in actively listening to the broadcast channel it has a direct implication on the energy consumption. Average expected delay time the amount of time client must wait for an average request. Database group focuses on data integrity, client-side cache management and indexing. Access efficiency and power conservation are two critical issues in any wireless data system [2]. Due to these issues, the traditional request-response system [7] is no longer suitable for data dissemination in the wireless environment. Access efficiency concerns how fast a request satisfied, and power conservation concerns how to reduce a mobile client s power consumption when it is accessing the data clients, which ranges from a few hours to about half a day under continuous usage of portable mobile devices. Two basic performance metrics, namely access time and tuning time are used to measure access efficiency and power conservation for a broadcast system, respectively [2], [6], [5]. Access time. It is the time elapsed between the moment when a query is issued and the moment when it is satisfied. IJCSIET-ISSUE3-VOLUME3-SERIES2 Page 1

2 Tuning time. It is the time a mobile client says active to receive the requested data items. A. Index Broadcasting Original broadcast disks scheme do not use indexing. So the broadcast data has to be self-identifying and broadcast has to be done periodically for concurrent access to the data. Even with fixed cyclic broadcast, clients have to spend lots of time actively listening to the broadcast to acquire the information they need. The two index structures for efficient processing of fulltext searches on the wireless broadcast stream. Inverted list and inverted list+ index tree, although these data structures are popular ones in various disk-based computer applications, their use in the area of wireless broadcasting needs different considerations. The replication of index structures is studied and two extensions are developed: (1,α) and (1,α(1,β)) methods. In these methods, inverted lists and index trees are replicated and placed on the air channel intermixed with data, and enable mobile clients to find the data on the air more efficiently. The algorithms for full-text search on the wireless broadcast stream generated by (1, α) and (1, α (1, β)) methods are described. These algorithms are independent of the two replication parameters α and β. II. EXISTING SYSTEM In Broadcast disk method, data are sent to the mobile clients simultaneously in repeated and cyclic manner. Tuning time and access time are the two important performance metrics in any wireless data system. Access time will be improved by broadcast disk method which is one of the methods in push based data scheduling. Air indexing can be used to reduce the power consumption. Power consumption is directly proportional to the tuning time of the client. By reducing the tuning time, it is possible to reduce the power consumption of the mobile device. The tuning time of client can be reduced by broadcasting the index of the desired data through multiple channels. The performance of the index allocation over multiple channels is evaluated in terms of tuning time of the client. All the existing index approaches have been meant for reducing tuning time and access time. The full-text search is one of the most popular query types used in various information systems, and many indexing methods have been proposed for full-text search operations in disk storage. III. PROPOSED SYSTEM We are proposing some changes in algorithms of the inverted index & index tree methods. In the above methods, algorithm search for word given by user as input at client side and retrieves file from server side which has input word. But in these methods we can only broadcast single file at any given time and we can only request for single search text at a time. We are overcoming these limitations by changing some code. In our algorithm we can retrieve more than one file from server side at any time with the help of indexing methods. The efficiency issue of the full-text search in wireless broadcasting systems is explored. The text retrieval on the conventional disk storage and that on the air channel are completely different because data access procedures and performance metrics used are different. To adapt two index structures for efficient processing of full-text searches on the wireless broadcast stream: inverted list and inverted list + index tree have been discussed. Advantages: Energy efficient: Amount of energy required for receiving a packet is much smaller than that for sending one by making use of the novel indexing scheme. Latency efficient: With the index information, mobile clients can be informed of the address (i.e., time) of their target data. In this way, they can access the data without scanning the full wireless data stream. Developing Full-Text search application over Wireless broadcast channel Full-Text search is a popular query types that is widely used in document retrieval systems, and Full- Text search operations are performed by the mobile clients. This application is developed by using java technology. Firstly at server side, develop a inverted list from the different documents and place these Inverted lists in front of the broadcast data on a wireless channel. This is called inverted list index method. In order to reduce latency overhead another index structure is going to be add i.e., index tree+ inverted list which gives less tuning time. In addition replication strategy has been added to index tree method and inverted list index method to further improve the latency performance. Now at client side after receiving the broadcasted data mobile client is going to search the desired document. Finally comparison graphs can be drawn with respect to inverted list index method and index tree + inverted list method. A. Inverted List Method In order to maintain such many-to-many relationship between words and documents the inverted list structure has been popularly used in document retrieval IJCSIET-ISSUE3-VOLUME3-SERIES2 Page 2

3 systems. Here the target of our application is wireless channel, not disks. Inverted List is constructed by extracting words from each document. Here, eliminating stop words or stemming can be executed optionally. Below Fig. 1 shows the inverted list consists of words and addresses of documents containing each word. After constructing this inverted list index the server broadcasts this inverted list and documents as a stream. Here Creation of inverted list has done using one class called Inverted Index. In this class by using parameterized constructor creation of Inverted index list is developed. The syntax of constructor for inverted index list is public Inverted Index. Query Need Accessing Documents Doc 1 Doc 3 Doc 4 Doc 6 1). Distribution and Replication policy Index replication policy has been known to improve the access time performance specifically, reducing Index Wait [3], [9], [10]. By adopting the index replication strategy in our method, we extend the inverted list method into the (1, α) method. Here, α denotes the number of replications of the inverted list. According to this notation, the no index method can be described as the (1, 0) method and the inverted list method without replication can be described as the (1, 1) method. Inverted List is extended to (1, α) method by replicating the index structure and broadcasting the Index and data buckets for α number of times in the stream. Hence the inverted list is placed before each 1/α fraction of the whole database which reduces the Index Wait to a greater extent [3]. The broadcast stream is represented by (an inverted list, a part of the data), (an inverted list, a part of the data) a part of the data means 1/α fraction of the database. Receive Doc 6 Doc 8 (1,α) Xp During Execute Declare Doc 3 Doc 10 Doc 9 Doc 7 Doc 8 Doc 6 Doc 8 Doc 2 Doc 7 L D 1 L D 2. L D α L D 1 L D 2.. L D α Broadcast Broadcast Fig.3. The replication of inverted list-(1, α) method. B. Inverted list+index tree method Fig.1. An example of inverted list. Two types of buckets are constructed. Inverted List Bucket (L). An inverted list bucket is assigned to several words and lists of pointers to the documents containing them. Data Bucket (D). It contains the documents that are to be broadcasted. Index List Bucket Header Query A (Data_Bucket Query B (Data_Bucket Data Bucket _ADDR, OFFSET) _ADDR, OFFSET). Header Doc 1 Doc 2 Doc 3 Doc 4 Doc 5 Doc 6... Fig.2.The Structure of an Index Tree Bucket. The inverted list index may occupy much space on the wireless channel and if we need to find the relevant index entities one half of the inverted list index needs to be sequentially scanned. If we construct a hierarchical structure with index words so searching for a particular word becomes easy, and tuning time can be reduced. 1). Index Structure Index tree has the same structure as the conventional B+TREE [4] except that leaf nodes have pointers to corresponding inverted list buckets. The server broadcasts a stream that consists of index tree buckets (T), inverted list buckets (L), and data buckets (D) repeatedly. The stream of index tree buckets is constructed by traversing the index. 2). Distribution and Replication policy (1, α) method is denoted by the (1, α (1, β)) method which means that the inverted list is replicated α times in broadcast stream and the index tree is replicated β times for each inverted list. In this method the index tree for the inverted list is replicated and placed before every 1/β IJCSIET-ISSUE3-VOLUME3-SERIES2 Page 3

4 fraction of inverted list area. Also, since the index area is replicated α times over the stream, and the index tree is replicated total of αβ times. (1, α (1, β) T L 1 D 1. T L α D α T L 1 D α+1. T L α D αβ Broadcast Fig.4 The stream layout with replication- the (1, α (1, β)) method. The layout of the broadcast stream is represented as < (an index tree, a part of inverted list, a part of data), (an index tree, a part of inverted list, a part of data), (an index tree, a part of inverted list, a part of data)>. Here a part of inverted list indicates the 1/β fraction of the inverted list and a part of the data indicates one 1/αβ fraction of the entire database. C. ACCESS ALGORITHM Data access process steps shown below in Access Algorithm. If the first bucket downloaded by a mobile client is not the start of the two-level index structure, it waits until the start of the next two-level index structure is broadcasted (lines 3-5). Once the client meets the start of the index tree, it starts to process the index tree (lines 6-22). For each internal node of the index tree (lines 8-15, 24-41), the client checks if the index keyword is between start_word and end_word (line 25). If the index keyword is between them, the client compares the words in the bucket (lines 28 33). Otherwise, the client stops to process the stream because it means that there is no document containing the index keyword (lines 10-11). If the index tree bucket is a leaf node and contains the index keyword (lines 35-40), the client waits for the index list bucket pointed by the word s pointer to be broadcasted (lines 13-14) and process the bucket as described in Section 3.3 (lines 16-21). Otherwise, the client finds the time that the appropriate child bucket is broadcasted from PIS information, waits for the child bucket, and repeats the process described above (lines 13-14). Algorithm Data access (1, α (1,β)) steam Input: An index keyword IK; Output: A set of documents containing the index keyword; 1: Document Set :={}; 2: SB: = the searching bucket; 3: If (SB is not starting bucket of an two-level index structure) then 4: Wait for the starting bucket of the next two-level index structure to be broadcasted: 5: END-IF 6: LOOP 7: SB: = the searching bucket; 8: If (SB is an index tree bucket) THEN 9: PIS: = Process two-level index structure Bucket (SB, IK); 10: IF (PIS is null) THEN 11: EXIT LOOP; 12: ELSE 13: Wait for the bucket pointed by PIS to be broadcasted 14: CONTINUE; 15: END-IF 16: ELSE IF (SB is an index list bucket) THEN 17: IF (IK is contained in SB) THEN 18: Document set: =Process two-level index structure Bucket (SB); 19: EXIT LOOP; 20: END-IF 21: END-IF 22: END-LOOP 23: RETURN Document Set; /* End of data Access Process*/ Algorithm Processed two-level index structure Bucket Input: A bucket B, An index keyword IK; Output: A pointer pointing a bucket that should be visited next; 24: IF (B is an internal node) THEN 25: IF (IK is smaller than B.start_word or larger than B.end_word) THEN 26: RETURN null; 27: END-IF 28: FOR EACH B.Word DO 29: IF (IK is smaller than or equal to B.word) THEN 30: RETUEN B.PIS: 31: END-IF 32: END-FOR 33: RETURN the last PIS in B; 34: ELSE 35: FOR EACH B_word DO 36: IF (IK is the same as B.Word) THEN 37: RETURN B.PIS; 38: END-IF 39: END-FOR 40: RETURN null; 41: END-IF /* end of two-level index structure bucket process */ IJCSIET-ISSUE3-VOLUME3-SERIES2 Page 4

5 IV. IMPLIMENTATION AND RESULTS A. Data Broadcasting: Server to Client Fig.6. inverted index list The Fig.6. shows inverted index list.it is created with the help of documents which are broadcasted to the mobile clients using the broadcast stream. At server side broadcasting can be done by sending inverted index and data as a stream. C. Mobile nodes: Client side Fig.5. documents broadcast The Fig.5. shows broadcasting of documents from server side to mobile clients. Broadcasting can be done in two ways i.e., with index and without index. In the case of with index method broadcasting can be done with the help of inverted index and index tree. Whereas in the case of without index method broadcasting can be done by sending only documents. And here α and β values should give and then broadcasting will be done. After broadcasting the documents and details regarding total number of documents, document size, distinct words, word size and tuple address size will be displayed on the screen. In this system broadcast stream contains 50 documents. The extracted words are dynamically generated to make an inverted list. We can broadcast more than 100 documents in a stream depending upon our system processor speed. Fig.7. Entering nodes Fig.7. shows that entering of mobile nodes at client side by giving the value in the label called enter total nodes we can assign number of nodes or clients. By clicking submit button the nodes will create according to whatever we have given in that field. D. Wireless Broadcast: Client side B. Inverted List: (1, α) method IJCSIET-ISSUE3-VOLUME3-SERIES2 Page 5

6 Fig.8. nodes and searching for string The Fig.8. Shows that nodes are created and by choosing the node out of many nodes searching can be done at that node and particular document related to query string will be download at the client side. Fig.10. Access time and tuning time in (1, 2(1, 1)) method The Fig.10. Shows that access time and tuning time in (1, 2(1, 1)) method here access time = ns and tuning time = ns.by comparing fig 4.9 and 4.10 tuning time is reduced in (1, α (1, β)) method rather than in (1, α) method. E. Inverted List Method: (1, 2) method Fig.9. Access time and tuning time in (1, 2) method Fig.9. shows that access time and tuning time when α=2. That means replication of index can be done two times. Therefore with respect to the different values of α access time and tuning time are varies. In particular α increases tuning time decreases. V. CONCLUSION AND FUTUREWORK In Wireless environments data broadcasting is widely used for information delivery services due to its beneficial characteristics such as bandwidth efficiency, energy efficiency and scalability. In this paper a novel indexing scheme which is energy and latency efficient for text retrieval queries on the wireless broadcast data stream has been implemented. The Text retrieval on the disk storage is different from wireless one. First, a simple, inverted list-style index method is constructed. In order to reduce the tuning time overhead (i.e. Energy waste) caused by the sequential scan of the inverted list, an additional level of index structure, which is the index tree for the inverted list is added. For both methods, their extended versions have been devised, where in the inverted list and the index tree are replicated: (1, α) and (1, α (1, β)) methods. Access time and Tuning time was calculated in both in (1, α) method and (1,α(1,β)) method for different α and β value, the result was found as tuning time was less in (1,α(1,β)) method compare to (1, α) method. In (1, α) method when α was increasing access time was decreasing. Therefore by using two level index structures (inverted index list and tree index) Full Text search operation can be done faster compare to single level index structure (inverted index list). F. Inverted + Index Tree Method: (1, 2(1, 1)) IJCSIET-ISSUE3-VOLUME3-SERIES2 Page 6

7 There is a scope for developing of different types of indexing methods for full text search applications in wireless environment which can be more efficient. ACKNOWLEDGMENT I would like to express my sincere gratitude and indebtedness to my Guide Mr. Vijaykumar Mantri, Associate Professor for his valuable guidance, suggestions, and keen personal interest throughout the course of this paper. I would like to take this opportunity to thank my family and friends for their support throughout this work. I also sincerely acknowledge and thank all those who gave directly or indirectly their support in completion of this work. REFERENCES [1] S. Acharya, R. Alonso, M. Franklin, and S. Zdonik, Broadcast Disks: Data Management for Asymmetric Communication Environments, Proc. ACM SIGMOD Conf., pp , [2] M.S. Chen, K.-L. Wu, and P.S. Yu, Optimizing Index Allocation for Sequential Data Broadcasting in Wireless Mobile Computing, IEEE Trans. Knowledge and Data Eng., vol. 15, no. 1, pp , Jan./Feb [3] Y.D. Chung and M.H. Kim, An Index Replication Scheme for Wireless Data Broadcasting, J. Systems and Software, vol. 51, no. 3, pp , [4] A. Silberschatz, H.F. Korth, and S. Sudarshan, Database System Concepts, fifth ed. McGraw Hill, [5] M.S. Chen, P.S. Yu, and K.-L. Wu, Indexed Sequential DataBroadcasting in Wireless Mobile Computing, Proc. IEEE Int lconf. Distributed Computing Systems (ICDCS), pp , [6] T. Imielinski, S. Viswanathan, and B.R. Badrinath, Data on Air: Organization and Access, IEEE Trans. Knowledge and Data Eng.,vol. 9, no. 3, pp , June [7] K.L Tan and B.C. Ooi. Batch Scheduling for Demand-driven Servers in Wireless Environment. [8] Y.D. Chung, An Indexing Scheme for Energy-Efficient Processingof Content-Based Retrieval Queries on a Wireless Data Stream, Information Sciences, vol. 177, no. 2, pp , [9] Q. Hu, W.-C. Lee, and D.L. Lee, A Hybrid Index Technique for Power Efficient Data Broadcast, Distributed and Parallel Databases, vol. 9, no. 2, pp , 2001 [10] Y. Yao, X. Tang, E.-P. Lim, and A. Sun, An Energy-Efficient and Access Latency Optimized Indexing Scheme for Wireless Data Broadcast, IEEE Trans. Knowledge and Data Eng., vol. 18, no. 8, pp , Aug IJCSIET-ISSUE3-VOLUME3-SERIES2 Page 7

Partial index replicated and distributed scheme for full-text search on wireless broadcast

Partial index replicated and distributed scheme for full-text search on wireless broadcast Sādhanā Vol. 40, Part 7, October 2015, pp. 2129 2142. c Indian Academy of Sciences Partial index replicated and distributed scheme for full-text search on wireless broadcast 1. Introduction VIKAS GOEL

More information

Dynamic Broadcast Scheduling in DDBMS

Dynamic Broadcast Scheduling in DDBMS Dynamic Broadcast Scheduling in DDBMS Babu Santhalingam #1, C.Gunasekar #2, K.Jayakumar #3 #1 Asst. Professor, Computer Science and Applications Department, SCSVMV University, Kanchipuram, India, #2 Research

More information

A Novel Replication Strategy for Efficient XML Data Broadcast in Wireless Mobile Networks

A Novel Replication Strategy for Efficient XML Data Broadcast in Wireless Mobile Networks JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 32, 309-327 (2016) A Novel Replication Strategy for Efficient XML Data Broadcast in Wireless Mobile Networks ALI BORJIAN BOROUJENI 1 AND MEGHDAD MIRABI 2

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

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( ) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  ) 1 A Conventional Query Processing using Wireless XML Broadcasting Subhashini.G 1, Kavitha.M 2 1 M.E II Year, Department of Computer Science and Engineering, Sriram Engineering College, Perumalpattu 602 024

More information

Data Indexing for Heterogeneous Multiple Broadcast Channel

Data Indexing for Heterogeneous Multiple Broadcast Channel Data Indexing for Heterogeneous Multiple Broadcast Channel Andrew Y. Ho and Dik Lun Lee Department of Computer Science The Hong Kong University of Science and Technology Clear Water Bay, Hong Kong Email:

More information

An Efficient Partition and Matching Algorithm for Query-Set-based. Broadcasting in Multiple Channel Mobile Environment

An Efficient Partition and Matching Algorithm for Query-Set-based. Broadcasting in Multiple Channel Mobile Environment An Efficient Partition and Matching Algorithm for Query-Set-based Broadcasting in Multiple Channel Mobile Environment Jing-Feng Lin, Guang-Ming Wu, and Derchian Tsaih 3 Department of Computer Science and

More information

ISSN 2319-8885 Vol.03,Issue.35 November-2014, Pages:6974-6978 www.ijsetr.com A Caching Scheme in Location Based Application SANDI WINN AYE 1, ZAR ZAR WINT 2 1 Dept of Information and Communication Technology,

More information

Hybrid Cooperative Caching in a Mobile Environment

Hybrid Cooperative Caching in a Mobile Environment Hybrid Cooperative Caching in a Mobile Environment Hong Va Leong 1, Chi-yin Chow 2 1 Department of Computing, The Hong Kong Polytechnic University Hong Kong cshleong@comp.polyu.edu.hk 2 Department of Computing

More information

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Optimal Round

More information

Stretch-Optimal Scheduling for On-Demand Data Broadcasts

Stretch-Optimal Scheduling for On-Demand Data Broadcasts Stretch-Optimal Scheduling for On-Demand Data roadcasts Yiqiong Wu and Guohong Cao Department of Computer Science & Engineering The Pennsylvania State University, University Park, PA 6 E-mail: fywu,gcaog@cse.psu.edu

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

Project Report, CS 862 Quasi-Consistency and Caching with Broadcast Disks

Project Report, CS 862 Quasi-Consistency and Caching with Broadcast Disks Project Report, CS 862 Quasi-Consistency and Caching with Broadcast Disks Rashmi Srinivasa Dec 7, 1999 Abstract Among the concurrency control techniques proposed for transactional clients in broadcast

More information

IJSER 1 INTRODUCTION. Sathiya G. In this paper, proposed a novel, energy and latency. efficient wireless XML streaming scheme supporting twig

IJSER 1 INTRODUCTION. Sathiya G. In this paper, proposed a novel, energy and latency. efficient wireless XML streaming scheme supporting twig International Journal of Scientific & Engineering Research, Volume 5, Issue 4, April-2014 127 WIRELESS XML STREAMING USING LINEAGE ENCODING Sathiya G Abstract - With the rapid development of wireless network

More information

An index replication scheme for wireless data broadcasting

An index replication scheme for wireless data broadcasting The Journal of Systems and Software 51 (2000) 191±199 wwwelseviercom/locate/jss An index replication scheme for wireless data broadcasting Yon Dohn Chung, Myoung Ho Kim * Department of Computer Science,

More information

Indexing Techniques for Wireless Data Broadcast under Data Clustering and Scheduling

Indexing Techniques for Wireless Data Broadcast under Data Clustering and Scheduling Indexing Techniques for Wireless Data Broadcast under Data Clustering and Scheduling Qinglong Hu* Wang-C hien Lee Dept of Computer Science GTE Laboratories Inc. Univ. of Science and Technology 40 Sylvan

More information

An Adaptive Query Processing Method according to System Environments in Database Broadcasting Systems

An Adaptive Query Processing Method according to System Environments in Database Broadcasting Systems An Query Processing Method according to System Environments in Database Broadcasting Systems M. KASHITA T. TERADA T. HARA Graduate School of Engineering, Cybermedia Center, Graduate School of Information

More information

Efficient Index Based Query Keyword Search in the Spatial Database

Efficient Index Based Query Keyword Search in the Spatial Database Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 5 (2017) pp. 1517-1529 Research India Publications http://www.ripublication.com Efficient Index Based Query Keyword Search

More information

Signature caching techniques for information filtering in mobile environments

Signature caching techniques for information filtering in mobile environments Wireless Networks 5 1999) 57 67 57 Signature caching techniques for information filtering in mobile environments Wang-Chien Lee a, and Dik Lun Lee b a GTE Laboratories Incorporated, 40 Sylvan Road, Waltham,

More information

Figure 1. Clustering in MANET.

Figure 1. Clustering in MANET. Volume 6, Issue 12, December 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance

More information

CPET 565/CPET 499 Mobile Computing Systems. Lecture 8. Data Dissemination and Management. 2 of 3

CPET 565/CPET 499 Mobile Computing Systems. Lecture 8. Data Dissemination and Management. 2 of 3 CPET 565/CPET 499 Mobile Computing Systems Lecture 8 and Management 2 of 3 Based on the Text used in the course: Fundamentals of Mobile & Pervasive Computing, 2005, by Frank Adelstein, et. al, from McGraw-Hill

More information

Two-Tier Air Indexing for On-Demand XML Data Broadcast

Two-Tier Air Indexing for On-Demand XML Data Broadcast 29 29th IEEE International Conference on Distributed Computing Systems Two-Tier Air Indexing for On-Demand XML Data Broadcast Weiwei Sun #, Ping Yu #, Yongrui Qing #, Zhuoyao Zhang #, Baihua Zheng * #

More information

Multiversion Data Broadcast

Multiversion Data Broadcast 1224 IEEE TRANSACTIONS ON COMPUTERS, VOL. 51, NO. 10, OCTOBER 2002 Multiversion Data Broadcast Evaggelia Pitoura, Member, IEEE Computer Society, and Panos K. Chrysanthis, Member, IEEE Abstract Recently,

More information

Keywords -- Twig pattern matching, LEL, Attribute Summarization, Lineage Encoding, XML Dissemination.

Keywords -- Twig pattern matching, LEL, Attribute Summarization, Lineage Encoding, XML Dissemination. Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Encoding

More information

A Novel Broadcasting Algorithm for Minimizing Energy Consumption in MANET

A Novel Broadcasting Algorithm for Minimizing Energy Consumption in MANET A Novel Broadcasting Algorithm for Minimizing Energy Consumption in MANET Bhagyashri Thakre 1, Archana Raut 2 1 M.E. Student, Mobile Technology, G H Raisoni College of Engineering, Nagpur, India 2 Assistant

More information

Data Dissemination in Mobile Computing Environments (2)

Data Dissemination in Mobile Computing Environments (2) Data Dissemination in Mobile Computing Environments (2) Sungwon Jung Dept. of Computer Science and Engineering Sogang University Seoul, Korea Email : jungsung@sogang.ac.kr Indexing Techniques for Broadcast

More information

Pull vs. Hybrid: Comparing Scheduling Algorithms for Asymmetric Time-Constrained Environments

Pull vs. Hybrid: Comparing Scheduling Algorithms for Asymmetric Time-Constrained Environments Pull vs. Hybrid: Comparing Scheduling Algorithms for Asymmetric Time-Constrained Environments Jesus Fernandez-Conde and Daniel Mozos Department of Computer Architecture Universidad Complutense de Madrid,

More information

Broadcast Disks: Scalable solution for an asymmetric environment

Broadcast Disks: Scalable solution for an asymmetric environment Broadcast Disks: Scalable solution for an asymmetric environment Byungho Lee Computer Science & Engineering, University of Texas at Arlington blee@cse.ute.edu Abstract As mobile computing gains more popularity,

More information

A Method for Secure Query Processing in Mobile Databases

A Method for Secure Query Processing in Mobile Databases Engineering Letters, 14:1, EL_14_1_20 (Advance online publication: 12 February 2007) A Method for Secure Query Processing in Mobile Databases D. Saha and N. Chowdhury Abstract A method for secure query

More information

An Effective Energy and Latency Of Full Text Search Based On TWIG Pattern Queries Over Wireless XML

An Effective Energy and Latency Of Full Text Search Based On TWIG Pattern Queries Over Wireless XML An Effective Energy and Latency Of Full Text Search Based On TWIG Pattern Queries Over Wireless XML A.Rajathilak, A.Lalitha PG Student, M.E(CSE), Valliammai engineering college, Chennai, Tamilnadu, India

More information

Intelligent Data Receiver Mechanism for Wireless Broadcasting System

Intelligent Data Receiver Mechanism for Wireless Broadcasting System Intelligent Data Receiver Mechanism for Wireless Broadcasting System Lien-Fa Lin 1 and Yuan-Ko Huang 2 Department of Information Communication of Kao Yuan University 1,2 lienfa@cc.kyu.edu.tw 1, huangyk@cc.kyu.edu.tw

More information

Closest Keywords Search on Spatial Databases

Closest Keywords Search on Spatial Databases Closest Keywords Search on Spatial Databases 1 A. YOJANA, 2 Dr. A. SHARADA 1 M. Tech Student, Department of CSE, G.Narayanamma Institute of Technology & Science, Telangana, India. 2 Associate Professor,

More information

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

An Efficient XML Data Placement Scheme over Multiple Wireless Broadcast Channels

An Efficient XML Data Placement Scheme over Multiple Wireless Broadcast Channels JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 32, 83-203 (206) An Efficient XML Data Placement Scheme over Multiple Wireless Broadcast Channels HOSSEIN MIRABI, MEGHDAD MIRABI 2,+ AND ALI BORJIAN BOROUJENI

More information

Transaction Processing in Mobile Database Systems

Transaction Processing in Mobile Database Systems Ashish Jain* 1 http://dx.doi.org/10.18090/samriddhi.v7i2.8631 ABSTRACT In a mobile computing environment, a potentially large number of mobile and fixed users may simultaneously access shared data; therefore,

More information

Chapter 12: Query Processing

Chapter 12: Query Processing Chapter 12: Query Processing Overview Catalog Information for Cost Estimation $ Measures of Query Cost Selection Operation Sorting Join Operation Other Operations Evaluation of Expressions Transformation

More information

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET S. J. Sultanuddin 1 and Mohammed Ali Hussain 2 1 Department of Computer Science Engineering, Sathyabama University,

More information

A Survey On Video On Demand In Mobile Ad Hoc Network

A Survey On Video On Demand In Mobile Ad Hoc Network A Survey On Video On Demand In Mobile Ad Hoc Network Keshawanand Singh 1, Keshav Goyal 2, Nidhi Gupta 3, Arun Kumar 4 1,2,3 M.Tech Scholars, 4 Assistant Professor, School of Computer Science & Engineering,

More information

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS

STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 155-158 STUDY ON MOBILE ADHOC NETWORK ROUTING PROTOCOLS Monika ABSTRACT: In Many wireless

More information

An Overview of various methodologies used in Data set Preparation for Data mining Analysis

An Overview of various methodologies used in Data set Preparation for Data mining Analysis An Overview of various methodologies used in Data set Preparation for Data mining Analysis Arun P Kuttappan 1, P Saranya 2 1 M. E Student, Dept. of Computer Science and Engineering, Gnanamani College of

More information

Hashing file organization

Hashing file organization Hashing file organization These slides are a modified version of the slides of the book Database System Concepts (Chapter 12), 5th Ed., McGraw-Hill, by Silberschatz, Korth and Sudarshan. Original slides

More information

Quasi-consistency and Caching with Broadcast Disks

Quasi-consistency and Caching with Broadcast Disks Quasi-consistency and Caching with Broadcast Disks Rashmi Srinivasa and Sang H. Son Department of Computer Science University of Virginia Charlottesville, VA {rashmi, son}@cs.virginia.edu Abstract. The

More information

COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS

COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS COMPARATIVE ANALYSIS OF DIFFERENT ROUTING PROTOCOLS IN DELAY TOLERANT NETWORKS Chintan B. Desai PG Student, Electronics and Communication Department, Charotar University of Science & Technology, Changa,

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

Dissemination of Xml Data in Wireless Environment Supporting Twig Pattern Queries

Dissemination of Xml Data in Wireless Environment Supporting Twig Pattern Queries Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.1061

More information

A Survey on Signaling Load in Mobility Management

A Survey on Signaling Load in Mobility Management ISSN: 2231-4946 Volume IV, Special Issue, December 2014 International Journal of Computer Applications in Engineering Sciences Special Issue on Advances in Computer and Communications www.caesjournals.org

More information

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 185-189 A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols B.V. Manikyala Rao

More information

SR college of engineering, Warangal, Andhra Pradesh, India 1

SR college of engineering, Warangal, Andhra Pradesh, India   1 POWER OPTIMIZATION IN SYSTEM ON CHIP BY IMPLEMENTATION OF EFFICIENT CACHE ARCHITECTURE 1 AKKALA SUBBA RAO, 2 PRATIK GANGULY 1 Associate Professor, 2 Senior Research Fellow, Dept. of. Electronics and Communications

More information

Search K Nearest Neighbors on Air

Search K Nearest Neighbors on Air Search K Nearest Neighbors on Air Baihua Zheng 1, Wang-Chien Lee 2, and Dik Lun Lee 1 1 Hong Kong University of Science and Technology Clear Water Bay, Hong Kong {baihua,dlee}@cs.ust.hk 2 The Penn State

More information

Efficient Windows Query Processing with. Expanded Grid Cells on Wireless Spatial Data. Broadcasting for Pervasive Computing

Efficient Windows Query Processing with. Expanded Grid Cells on Wireless Spatial Data. Broadcasting for Pervasive Computing Contemporary Engineering Sciences, Vol. 7, 2014, no. 16, 785 790 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4691 Efficient Windows Query Processing with Expanded Grid Cells on Wireless

More information

Adaptive Aggregation Scheduling Using. Aggregation-degree Control in Sensor Network

Adaptive Aggregation Scheduling Using. Aggregation-degree Control in Sensor Network Contemporary Engineering Sciences, Vol. 7, 2014, no. 14, 725-730 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4681 Adaptive Aggregation Scheduling Using Aggregation-degree Control in

More information

Proactive Approach for Cooperative Caching in Mobile Adhoc Networks

Proactive Approach for Cooperative Caching in Mobile Adhoc Networks IJCSI International Journal of Computer Science Issues, Vol. 7, Issue 3, No 8, May 2010 21 Proactive Approach for Cooperative Caching in Mobile Adhoc Networks Prashant Kumar 1, Naveen Chauhan 2, LK Awasthi

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

FLEXIBLE DATA DISSEMINATION STRATEGY FOR EFFECTIVE CACHE CONSISTENCY IN MOBILE WIRELESS COMMUNICATION NETWORKS

FLEXIBLE DATA DISSEMINATION STRATEGY FOR EFFECTIVE CACHE CONSISTENCY IN MOBILE WIRELESS COMMUNICATION NETWORKS FLEXIBLE DATA DISSEMINATION STRATEGY FOR EFFECTIVE CACHE CONSISTENCY IN MOBILE WIRELESS COMMUNICATION NETWORKS Kahkashan Tabassum 1 Asia Sultana 2 and Dr. A. Damodaram 3 1 Department of CS & IT, Maulana

More information

On Reducing Communication Cost for Distributed Moving Query Monitoring Systems

On Reducing Communication Cost for Distributed Moving Query Monitoring Systems The Ninth 9th International Conference on on Mobile Data Management On Reducing Communication Cost for Distributed Moving Query Monitoring Systems Fuyu Liu Kien A. Hua Fei Xie School of EECS University

More information

Fig. 2: Architecture of sensor node

Fig. 2: Architecture of sensor node Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com To Reduce

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

Efficient Message Caching Scheme for MANET

Efficient Message Caching Scheme for MANET Efficient Message Caching Scheme for MANET S. Manju 1, Mrs. K. Vanitha, M.E., (Ph.D) 2 II ME (CSE), Dept. of CSE, Al-Ameen Engineering College, Erode, Tamil Nadu, India 1 Assistant Professor, Dept. of

More information

Chapter 11: Indexing and Hashing" Chapter 11: Indexing and Hashing"

Chapter 11: Indexing and Hashing Chapter 11: Indexing and Hashing Chapter 11: Indexing and Hashing" Database System Concepts, 6 th Ed.! Silberschatz, Korth and Sudarshan See www.db-book.com for conditions on re-use " Chapter 11: Indexing and Hashing" Basic Concepts!

More information

ICOM 6005 Database Management Systems Design. Dr. Manuel Rodríguez-Martínez Electrical and Computer Engineering Department

ICOM 6005 Database Management Systems Design. Dr. Manuel Rodríguez-Martínez Electrical and Computer Engineering Department ICOM 6005 Database Management Systems Design Dr. Manuel Rodríguez-Martínez Electrical and Computer Engineering Department Tree-based Indexing Read Chapter 10. Idea: Tree-based Data structure is used to

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

More information

Estimate the Routing Protocols for Internet of Things

Estimate the Routing Protocols for Internet of Things Estimate the Routing Protocols for Internet of Things 1 Manjushree G, 2 Jayanthi M.G 1,2 Dept. of Computer Network and Engineering Cambridge Institute of Technology Bangalore, India Abstract Internet of

More information

ISSN: [Lakshmikandan* et al., 6(3): March, 2017] Impact Factor: 4.116

ISSN: [Lakshmikandan* et al., 6(3): March, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY AN EFFICIENT EFFECTIVE DYNAMIC XML DATA BROADCASTING METHOD IN MOBILE WIRELESS NETWORK USING XPATH QUERIES Mr. A.Lakshmikandan

More information

On Improving the Performance of Cache Invalidation in Mobile Environments

On Improving the Performance of Cache Invalidation in Mobile Environments Mobile Networks and Applications 7, 291 303, 2002 2002 Kluwer Academic Publishers. Manufactured in The Netherlands. On Improving the Performance of Cache Invalidation in Mobile Environments GUOHONG CAO

More information

Database System Concepts

Database System Concepts Chapter 13: Query Processing s Departamento de Engenharia Informática Instituto Superior Técnico 1 st Semester 2008/2009 Slides (fortemente) baseados nos slides oficiais do livro c Silberschatz, Korth

More information

Data on External Storage

Data on External Storage Advanced Topics in DBMS Ch-1: Overview of Storage and Indexing By Syed khutubddin Ahmed Assistant Professor Dept. of MCA Reva Institute of Technology & mgmt. Data on External Storage Prg1 Prg2 Prg3 DBMS

More information

Keywords Mobile Ad hoc Networks, Multi-hop Routing, Infrastructure less, Multicast Routing, Routing.

Keywords Mobile Ad hoc Networks, Multi-hop Routing, Infrastructure less, Multicast Routing, Routing. Volume 4, Issue 7, July 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Study on Various

More information

Performance Evaluation of MANET through NS2 Simulation

Performance Evaluation of MANET through NS2 Simulation International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 25-30 International Research Publication House http://www.irphouse.com Performance Evaluation

More information

Efficient Mobile Content-Centric Networking. Using Fast Duplicate Name Prefix Detection. Mechanism

Efficient Mobile Content-Centric Networking. Using Fast Duplicate Name Prefix Detection. Mechanism Contemporary Engineering Sciences, Vol. 7, 2014, no. 24, 1345-1353 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49166 Efficient Mobile Content-Centric Networking Using Fast Duplicate

More information

Chapter 11: Indexing and Hashing

Chapter 11: Indexing and Hashing Chapter 11: Indexing and Hashing Basic Concepts Ordered Indices B + -Tree Index Files B-Tree Index Files Static Hashing Dynamic Hashing Comparison of Ordered Indexing and Hashing Index Definition in SQL

More information

Query Processing. Debapriyo Majumdar Indian Sta4s4cal Ins4tute Kolkata DBMS PGDBA 2016

Query Processing. Debapriyo Majumdar Indian Sta4s4cal Ins4tute Kolkata DBMS PGDBA 2016 Query Processing Debapriyo Majumdar Indian Sta4s4cal Ins4tute Kolkata DBMS PGDBA 2016 Slides re-used with some modification from www.db-book.com Reference: Database System Concepts, 6 th Ed. By Silberschatz,

More information

Exponential Index: A Parameterized Distributed Indexing Scheme for Data on Air

Exponential Index: A Parameterized Distributed Indexing Scheme for Data on Air Exponential Index: A Parameterized Distributed Indexing Scheme for Data on Air Jianliang Xu Dept. of Computer Science Hong Kong Baptist University Kowloon Tong, Hong Kong xujl@comp.hkbu.edu.hk Wang-Chien

More information

An Effective Neighborhood Initial-Playback Based Caching Scheme for Video on Demand over Mobile Ad Hoc Network

An Effective Neighborhood Initial-Playback Based Caching Scheme for Video on Demand over Mobile Ad Hoc Network An Effective Neighborhood Initial-Playback Based Caching Scheme for Video on Demand over Mobile Ad Hoc Network Saleh Ali Alomari, Member, IACSIT, Vaithegy Doraisamy, and Putra Sumari Abstract Video on

More information

Replicated Part Non Replicated

Replicated Part Non Replicated Indexing techniques for data broadcast on wireless channels Dik Lun Lee & Qinglong Hu Department of Computer Science, The Hong Kong University of Science and Technology, Clear Water Bay, Hong Kong dlee@cs.ust.hk

More information

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Item Set Extraction of Mining Association Rule

Item Set Extraction of Mining Association Rule Item Set Extraction of Mining Association Rule Shabana Yasmeen, Prof. P.Pradeep Kumar, A.Ranjith Kumar Department CSE, Vivekananda Institute of Technology and Science, Karimnagar, A.P, India Abstract:

More information

A Hybrid Data Delivery Method of Data Broadcasting and On-demand Wireless Communication

A Hybrid Data Delivery Method of Data Broadcasting and On-demand Wireless Communication Vol. 47 No. SIG 19(TOD 32) IPSJ Transactions on Databases Dec. 2006 Regular Paper A Hybrid Data Delivery Method of Data Broadcasting and On-demand Wireless Communication Jing Cai, Tsutomu Terada, Takahiro

More information

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET ISSN: 2278 1323 All Rights Reserved 2016 IJARCET 296 A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET Dr. R. Shanmugavadivu 1, B. Chitra 2 1 Assistant Professor, Department of Computer

More information

Etsuko Yajimay Takahiro Haraz Masahiko Tsukamotoz Shojiro Nishioz. ysales Department, Tokyo Oce, FM Osaka Co., Ltd.

Etsuko Yajimay Takahiro Haraz Masahiko Tsukamotoz Shojiro Nishioz. ysales Department, Tokyo Oce, FM Osaka Co., Ltd. Scheduling and Caching Strategies for Correlated Data in Push-based Information Systems 3 Etsuko Yajimay Takahiro Haraz Masahiko Tsukamotoz Shojiro Nishioz ysales Department, Tokyo Oce, FM Osaka Co., Ltd.

More information

A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets

A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets A Routing Protocol and Energy Efficient Techniques in Bluetooth Scatternets Balakrishna J. Prabhu and A. Chockalingam Department of Electrical Communication Engineering Indian Institute of Science, Bangalore

More information

Comparison of Online Record Linkage Techniques

Comparison of Online Record Linkage Techniques International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-0056 Volume: 02 Issue: 09 Dec-2015 p-issn: 2395-0072 www.irjet.net Comparison of Online Record Linkage Techniques Ms. SRUTHI.

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

MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS

MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS 1 V.VINOTH, 2 M.LAKSHMI 1 Research Scholar, Faculty of Computing, Department of IT, Sathyabama University,

More information

A Scalable Index Mechanism for High-Dimensional Data in Cluster File Systems

A Scalable Index Mechanism for High-Dimensional Data in Cluster File Systems A Scalable Index Mechanism for High-Dimensional Data in Cluster File Systems Kyu-Woong Lee Hun-Soon Lee, Mi-Young Lee, Myung-Joon Kim Abstract We address the problem of designing index structures that

More information

New-fangled Method against Data Flooding Attacks in MANET

New-fangled Method against Data Flooding Attacks in MANET New-fangled Method against Data Flooding Attacks in MANET Kavuri Roshan 1, K.Reddi Prasad 2, Niraj Upadhayaya 3 & A.Govardhan 4 1, 2&3 Department of Computer Science & Information Technology, J.B. Institute

More information

Module 9: Selectivity Estimation

Module 9: Selectivity Estimation Module 9: Selectivity Estimation Module Outline 9.1 Query Cost and Selectivity Estimation 9.2 Database profiles 9.3 Sampling 9.4 Statistics maintained by commercial DBMS Web Forms Transaction Manager Lock

More information

XML Data Stream Processing: Extensions to YFilter

XML Data Stream Processing: Extensions to YFilter XML Data Stream Processing: Extensions to YFilter Shaolei Feng and Giridhar Kumaran January 31, 2007 Abstract Running XPath queries on XML data steams is a challenge. Current approaches that store the

More information

IJMIE Volume 2, Issue 6 ISSN:

IJMIE Volume 2, Issue 6 ISSN: Network Simulation Based Parametric Analysis of AODV Protocol for Wireless Mobile Ad-hoc Network Mr. Amol V. Zade* Prof. Vijaya K. Shandilya** Abstract: A major aspect of ad-hoc networks is that the nodes

More information

Analyzation of Automatic Repeat Request (ARQ) Protocols

Analyzation of Automatic Repeat Request (ARQ) Protocols RESEARCH ARTICLE OPEN ACCESS Analyzation of Automatic Repeat Request (ARQ) Protocols 1 Jeshvina.S, 2 Sneha.P, 3 Saraanya.S Final year BCA, Dept of Computer Science New Horizon College Kasturinagar, Bangalore

More information

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com Efficient

More information

Mobile Routing : Computer Networking. Overview. How to Handle Mobile Nodes? Mobile IP Ad-hoc network routing Assigned reading

Mobile Routing : Computer Networking. Overview. How to Handle Mobile Nodes? Mobile IP Ad-hoc network routing Assigned reading Mobile Routing 15-744: Computer Networking L-10 Ad Hoc Networks Mobile IP Ad-hoc network routing Assigned reading Performance Comparison of Multi-Hop Wireless Ad Hoc Routing Protocols A High Throughput

More information

P2FS: supporting atomic writes for reliable file system design in PCM storage

P2FS: supporting atomic writes for reliable file system design in PCM storage LETTER IEICE Electronics Express, Vol.11, No.13, 1 6 P2FS: supporting atomic writes for reliable file system design in PCM storage Eunji Lee 1, Kern Koh 2, and Hyokyung Bahn 2a) 1 Department of Software,

More information

A Centralized Approaches for Location Management in Personal Communication Services Networks

A Centralized Approaches for Location Management in Personal Communication Services Networks A Centralized Approaches for Location Management in Personal Communication Services Networks Fahamida Firoze M. Tech. (CSE) Scholar, Deptt. Of CSE, Al Falah School of Engineering & Technology, Dhauj, Faridabad,

More information

Energy Efficient Index for Querying Location-Dependent Data in Mobile Broadcast Environments

Energy Efficient Index for Querying Location-Dependent Data in Mobile Broadcast Environments Energy Efficient Index for Querying Location-Dependent Data in Mobile Broadcast Environments Jianliang Xu Baibua Zheng HK Univ. of Sci. & Tech. Clear Water Bay, HK xujl,baihua @cs.ust.hk Wang-Chien Lee

More information

Chapter 17: Parallel Databases

Chapter 17: Parallel Databases Chapter 17: Parallel Databases Introduction I/O Parallelism Interquery Parallelism Intraquery Parallelism Intraoperation Parallelism Interoperation Parallelism Design of Parallel Systems Database Systems

More information

Searching of Nearest Neighbor Based on Keywords using Spatial Inverted Index

Searching of Nearest Neighbor Based on Keywords using Spatial Inverted Index Searching of Nearest Neighbor Based on Keywords using Spatial Inverted Index B. SATYA MOUNIKA 1, J. VENKATA KRISHNA 2 1 M-Tech Dept. of CSE SreeVahini Institute of Science and Technology TiruvuruAndhra

More information

DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS

DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS Research Article DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS S. Swarna Parvathi, Dr. K. S. Eswarakumar Address for Correspondence S. Swarna Parvathi, PhD Scholar Department

More information

Context Based Web Indexing For Semantic Web

Context Based Web Indexing For Semantic Web IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 4 (Jul. - Aug. 2013), PP 89-93 Anchal Jain 1 Nidhi Tyagi 2 Lecturer(JPIEAS) Asst. Professor(SHOBHIT

More information

EARM: An Efficient and Adaptive File Replication with Consistency Maintenance in P2P Systems.

EARM: An Efficient and Adaptive File Replication with Consistency Maintenance in P2P Systems. : An Efficient and Adaptive File Replication with Consistency Maintenance in P2P Systems. 1 K.V.K.Chaitanya, 2 Smt. S.Vasundra, M,Tech., (Ph.D), 1 M.Tech (Computer Science), 2 Associate Professor, Department

More information

The Novel HWN on MANET Cellular networks using QoS & QOD

The Novel HWN on MANET Cellular networks using QoS & QOD The Novel HWN on MANET Cellular networks using QoS & QOD Abstract: - Boddu Swath 1 & M.Mohanrao 2 1 M-Tech Dept. of CSE Megha Institute of Engineering & Technology for Women 2 Assistant Professor Dept.

More information