Bitmap lattice index in road networks

Size: px
Start display at page:

Download "Bitmap lattice index in road networks"

Transcription

1 J. Cent. South Univ. (04) : DOI: 0.007/s y Bitmap lattice index in road networks Doohee Song, Keun-Ho Lee, Kwangjin Park. Information Communication Engineering, Wonkwang University, Iksan-shi, Korea;. Division of Information Communication Engineering, Baekseok University, Cheonan-shi, Korea Central South University Press and Springer-Verlag Berlin Heidelberg 04 Abstract: A novel technique called the bitmap lattice index (BLI) is proposed, which combines the advantages of a wireless broadcasting environment with a road network. Existing road networks are based on the on-demand method: a server s workload increases as the query request increases when a server sends a client information. To solve this problem, we propose the BLI. The BLI denotes an object and a node as 0 and in the Hilbert curve (HC) map. The BLI can identify the position of a node and an object through bit information; it can also reduce the broadcasting frequency of a server by reducing the size of the index, thereby decreasing the access latency and query processing times. Moreover, the BLI is highly effective for data filtering, as it can identify the positions of both an object and a node. In a road network, if filtering is done via the Euclidean distance, it may result in an error. To prevent this, we add another validation procedure. The experiment is conducted by applying the BLI to knn query, and the technique is assessed by a performance evaluation experiment. Key words: road network; wireless broadcast; spatial query; bitmap lattice index (BLI) Introduction The location-based service (LBS) provides consumers with a meaningful service by combining information based on users position and real-time web technology [ 3]. It used to be regarded as a service that mobile communications providers could offer, but currently, spatial query services are leading the market and being used in social network services (SNSs), location-based searches, and location-based advertisement [4]. The trend in location-based related technologies is Circle, one of the Geo-SNS (Geo is geographic abbreviation of applications), which provides a distance-based service and expands its user base using a free call feature. For example, Uber, a taxi reservation service company in the USA, provides a calling service using a smart phone. As mentioned above, the LBS combines location information secured by the global positioning system (GPS), mobile communication networks, and digitalized maps to provide useful geographic information for users. A server collects positioning information from a smart phone equipped with a GPS chip over a high-speed wireless network and uses this information to provide a variety of services such as phone navigation, traffic information, and finding friends. Generally, a server can use one of two methods, on-demand or wireless broadcasting, to provide clients with the LBS. The on-demand method is a one-to-one transmission mode in which uplinks and downlinks are both possible between servers and clients [5 6]. In the past, when a server processed a query using the on-demand method, it often experienced an excessive communication load as the number of query requests from clients increased. As the hardware performance of servers has been improved, query processing work is now faster. Nonetheless, when clients request a large number of queries at the same time in a dense space such as a sports stadium, a bottleneck can occur in a server s work. Because of this, a client may wait for a query result for several minutes to several hours. This increases the battery consumption of their phones in clients who request queries [7 9]. To solve this problem, we supported a road network-based spatial query processing using a wireless broadcast environment. Wireless broadcasting is a one-to-many transmission mode by which a server sends a client information [0 4]. Its main characteristic is scalability that can process queries effectively regarding a common issue from a large, unspecific number of clients within an effective server communication range. That is to say, regardless of the number of query requests from clients, a server can transmit query results to all clients within a constant time. A client can receive a query result by tuning to broadcasting related to query-related data Received date: 03 0; Accepted date: Corresponding author: Kwangjin Park; kjpark@wku.ac.kr

2 J. Cent. South Univ. (04) : selectively among the entire broadcasting cycle that a server transmits. Despite such advantages of wireless broadcasting, few studies have been done on spatial query processing based on the road network in a wireless broadcasting environment [5]. Therefore, in this work, we propose a novel technique called the bitmap lattice index (BLI), which supports spatial queries in the road network over a wireless broadcasting environment. Next, we describe how Euclidian space networks and road networks locate objects differently. Figure shows how the final result of finding an object between a Euclidian space network and a road network is different even if a client (C) and the object (O) exist in the same location. It is easy for aircraft or ships to utilize the Euclidian distance [6]. However, most clients move on foot or use vehicles, so our spatial query processing takes the road network environment into consideration. When a client processes a spatial query over an existing road network, the client receives information from adjacent clients [7 9]. However, if a search area increases, a client needs to check all adjacent clients, increasing the number of query messages and the query processing time. To solve this problem, our proposed technique processes a spatial query in a road network based on wireless broadcasting. The main contributions of this work are as follows: ) Using the connection information between a bitmap of a node in the BLI and a node, the position and distance of an object from a query point can be identified with a small amount of data. ) Spatial query processing over an existing road network processes queries by sending/receiving information between adjacent clients. However, when a search area increases, duplicated query messages increase, resulting in the congestion of messages. We propose a method of reducing unnecessary data transmission and listening by sending information over a wireless broadcasting environment rather than using a message exchange method between clients. 3) The advantages of the proposed technique are assessed through cost models and performance evaluation. System model The terms used frequently in this work are summarized in Table. Table Definition of relevant terms Term Server Client Object Index Node Edge Definition Processing all information related to objects that exist on a map and sending query results requested from clients A terminal of a user who requests a query Result values clients want to obtain (e.g., detailed information on a location or prices of petroleum stations or restaurants) Information that is generated in advance and helps users to use data more efficiently in searching spatial information Vertex made to measure straight distance of a road A line connecting nodes b n b o C i,j,k,,n Bitmap of a node Bitmap of an object Connection information between nodes Fig. Network kinds of spatial query processing: (a) Euclidean space network; (b) Road network The configuration method used for the system s model is divided into two stages: First, the proposed technique divides a map through the HC and configures a map to be positioned in each grid. A node s location within the map can be identified via the node s bitmap. Once the locations of all nodes within the map are inserted, the nodes are connected through connection information between nodes. Algorithm : Roadmap construction method Input: HC order (N), node s bitmap (b n ), connection information between nodes (C i,j,k,,n) Output: node s location, connection information between nodes and node s roadmap HC order check followed by map division

3 3858 Reading the bitmap of a node followed by the designation of the node s location 3 for (i>=n) 4 N i ={C i,j,,x} 5 N j = {C j,k,,x} N n ={C n,,x} 8 return road map Previous researchers have processed queries by providing coordinate information on each node, connection information between nodes, and distance information, which leads to the storage of a substantial amount of information. On the contrary, the BLI only uses information on nodes connections and locations so it can calculate nodes distance using less data. The calculation equation for distance is as follows: d ( Ni, N j ) ( Nix N jx ) ( Niy N jy ) () where d(n i, N j ) refers to a distance between node i and node j, while N ix refers to the x axis of node i and N iy refers to the y axis of node i. Figure shows a roadmap configured through connection information between nodes and node s bitmap. The roadmap, which is information received from a server, is stored in a client via queue or stack structure [0]. J. Cent. South Univ. (04) : Fig. 3 Roadmap configured through a object s bitmap The index structure is divided into a header file and a main index, as shown in Fig. 4. First, a map is divided according to the HC order of the header file. Then, the index number m, which is inserted in every cycle of broadcasting, is checked. Second, the main index stores each node s bitmap regarding each grid divided in a map, connection information between nodes, and each object s bitmap. b n provides the location information of each node that can exist in a grid, which makes nodes coordinate information unnecessary. C i,j,,n is information on how each node is connected. As shown in Fig., N 3 is connected to N 4 and N 5. That is to say, in C 3,4,5, the main node is 3 and connected minor nodes are 4 and 5. As such, using the information of C i,j,k...,n, a node s information regarding its connection to other nodes can be checked and connected. Therefore, using the node s location within a map and connection information between nodes, the distance between nodes can be checked. Figure 3 shows the location of an object within a map configured using an object s bitmap and insertion to each grid. Even without distance information between nodes, between nodes and objects, between query points and nodes, and between objects, required in previous studies, the proposed technique can identify a distance through distance information between nodes and between objects and nodes calculated beforehand. Fig. Roadmap configured through a node s bitmap and connection information between nodes Second, once all information regarding nodes within a map via the first method is stored, objects locations are sequentially identified through their bitmaps, as shown in Fig. 3. That is to say, a map can be configured through the HC order, connection information between nodes and nodes as well as objects bitmaps. Fig. 4 Structure of index (header and main index)

4 J. Cent. South Univ. (04) : Related work 3. Road network based spatial query processing Studies based on existing road networks have used solution-based approaches and extended spatial database approaches [7 8, 3]. The former had a pointer to the next coming node and distances of all nodes; thus, it had the disadvantage of taking a considerable amount of time to calculate them in advance [4 5]. The latter required all adjacent nodes around a node to be checked, resulting in a large I/O process [9]. Reference [6] aimed to solve the weaknesses presented in the previous studies. ROAD in Ref. [6] performed spatial query processing by checking the minimum distance [7] of a node in a road network environment and grouping the nodes to reduce the search space. The query processing method aimed to reduce a node s search range using a depth-first method once a search area was grouped via the hierarchical structure called R net. This technique can reduce overhead from indexing and updates. However, in this work, the researchers did not apply this technique to a wireless broadcasting environment. When techniques in Ref. [6] were applied to a wireless broadcasting environment to send data, backtracking occurred due to the R-tree structure [8]. Backtracking is a phenomenon that occurs when finding an object using a depth-first method in which repetitive listening of unnecessary index occurs [4]. When backtracking occurs, query processing time increases, thereby decreasing users satisfaction as well as increasing mobile devices battery consumption. Recently, studies on spatial query processing in the road network environment over a wireless broadcasting environment have been proposed [5]. Index for spatial queries in wireless broadcast environment (ISW), proposed in Ref. [5], is a technique that supports snapshot spatial query processing effectively based on the road network over a wireless broadcasting environment; it can support range query, knn query, and reverse nearest neighbor (RNN) query processing. However, since a node constructed a tree using a method of MBR construction, the size of MBR increased as the number of nodes increased, thereby increasing the query processing time. Therefore, in this work, an efficient spatial query processing algorithm is proposed, taking the road network environment over wireless broadcasting into consideration. include a consideration of spatial query processing, it cannot be applied to the LBS. More recently, a technique supporting spatial query processing using the BGI technique [] was proposed. The BGI was proposed to support continuous query processing based on moving objects. The BGI arranges objects in a cell unit using the grid-based HC [30] and sends dirty grid information based on the bitmap, which represents the movement or lack of movement of an object in a cell. However, in cases where objects move frequently, its efficiency is reduced because objects included in all cells are moved. To overcome this weakness, an hierarchical bitmapbased spatial index (HBI) was proposed [3]. The HBI was proposed to divide a map according to the HC order to put a bit within the divided grid according to the presence of objects and to reduce the index size through the bitmap connected to the entire bits, thereby enabling selective tuning. 4 Spatial query processing (Snapshot) In the present work, we propose BLI and knn query processing using the BLI. This section explains an example of NN query processing. Prior to explaining Figs. 5 and 6, the terms used in this section are defined. N i refers to each node, and O i refers to each object. d e (q, O i ) is a value of the distance between a query point and O i measured with the Euclidian distance. d N (q, O i ) is a value of the actual road distance between a query point and O i. A map is configured through a node s bitmap and the connection information between nodes. While listening to objects bitmaps within a configured map sequentially, an object is created, as shown in Fig. 5, and the distance between a query point and an object is 3. Wireless broadcast environments In Ref. [9], (,m) indexing and distributed index over a wireless environment was proposed. The authors also proposed an index by which a battery can be used longer due to the index structure s efficiency. However, because the technique proposed in Ref. [9] did not Fig. 5 knn query processing (filtering) using Euclidian distance

5 3860 Fig. 6 knn query processing (validation) using road distance measured to process a NN query. First, a query point (q) is identified and the distance between O and q is measured followed by measuring the distance of O to set up a search area for NN. Once this process is repeated, d e (q, O 3 ) for NN will become the first filter for the search area. Algorithm : knn query processing (filtering) using Euclidian distance in road network Input: road map, object s bitmap (b o ) Output: k numbers of objects that are closest to a query point (q) from the straight line in road map result Oi : A set of actual candidate objects computer the query point q; begin the retrieve b o ; d e (q, O i )= ; d N (q, O i )= ; result =O i ; 3 while k<=result do 4 for each object O i covered by MBC do 5 if (MBC with O i ) then 6 result = result {O i }; result ={O i, O j,, O x }; 9 if d e (q, O i )<d e (q, O j ) 0 else if d e (q, O i )<d e (q, O x ) return result ; Figure 6 shows an expansion after measuring the actual road distance of q and objects obtained through the first filtering. As shown in Fig. 6, all the grids in the search area included in d N (q, O 3 ) should be checked. The checked results show that the search objects included in d N (q, O 3 ) are O 3, O 4, and O 5. The measurement results for the distance between a query point and the road of a search object show that the distance between a query point and O 5 is shorter than the distance between a query point and O 3. That is to say, objects for NN are O 4 and O 5. If the J. Cent. South Univ. (04) : Euclidian distance is used to reduce the search area of objects to search objects, O 5 is excluded from the search area so that a client cannot obtain a correct query result. But, through two rounds of BLI validation, a client can return a correct query result. Algorithm 3: knn query processing (validation) using road distance in road network Input: road map, objects obtained through the first filtering, object s bitmap (b o ) Output: k numbers of objects which are closest to a query point (q) over an actual road in the road map result O i : objects obtained through the first filtering computer the query point q; begin the retrieve b o ; d e (q, O i )= ; d N (q, O i )= ; result=null; 3 while k<=result do 4 for each object O i covered by MBC do 5 if (MBC with O i ) then 6 result = result {O i } result ={O i, O j,, O x } 9 0 if d e (q, O i ) < d e (q, O j ) else if d e (q, O i )< d e (q, O x ) return result ; (Once straight line distance between a query point and an object is sorted in order, objects up to k are stored in the result and returned). 5 Cost model In this section, we will compare HCI, BGI, and BLI. First, we explain how their indexes are configured mathematically. BGI (B) divides a map through δ, and each divided cell is called cell (i,j) cardinality data. The number of divided cells through δ is called δ n. The coordinate information on objects obtained through cell (i,j) cardinality data uses 4 bytes in the x axis and 4 bytes in the y axis. (If detailed coordinates are measured using the GPS, the data size in the x and y axes may increase.) The data size in the coordinates is times coordinate data (a) and O n refers to the total number of objects. HCI (H) can be expressed in the following equation: ( N n H m 4 O ) () B cell a ) (a ) (3) ( ( i, j) n On BLI (L) is divided into 4 N according to the HC order, but depending on the distribution level of the objects, the HC order can increase, which is represented as 4 N+α. HCI and BGI identify an object s location using a grid and thus require additional coordinate information. However, the proposed technique, BLI, does not require coordinate information because it identifies an object s location

6 J. Cent. South Univ. (04) : through a grid (intersection). N L= 4 (4) HCI, BGI and BLI are index structures that use (,m) indexing, and the proposed technique is compared using the results obtained through the mathematical analysis described in Ref. [9]. In Ref. [9], access latency was derived mathematically from the values obtained by adding probe wait to bcast wait. Index (I) refers to an index s size and Data ( refers to the information on an object s size. m is the number of index insertions during one cycle of broadcasting, and the coarseness of the (index) attribute is denoted as C. The above-mentioned access latency equation is applied to each proposed technique as follows: H B L A N (( m ) ((4 On ) (a On )) ( ) m (5) (( m ) (cell( i, j) a n ) (a On )( ) m (6) A A (( m ) 4 N ) ( ) m (7) Tuning time is (Index)+k(+C. The following shows that the tuning time is applied to each technique: N H T ( 4 On ) (aon ) k( (8) BT ( cell( i, j) a n ) (aon ) k( (9) Table Experimental data set value Parameter Set value Coordinate value/byte 4 Packet head size/byte Data size/byte 8 Number of objects (basic 0000) Number of nodes 5000 HC order, N 8 k 0 The resulting values of access latency (in Fig. 7(a)) show that the BLI improves performance by about 34.7% and.3% more on average than the HCI and BGI, respectively. The resulting values of tuning time in Fig. 7(b) show that the BLI improves performance by about 48.4% and 35.7% more on average than the HCI and BGI, respectively. Figure 8 shows the result when the number of objects k, the search target, changes to 3, 5, 0, and 0. Figure 8(a) shows the access time for each technique according to a change in k. As k increases, the number of objects increases, thereby increasing the search area, resulting in an increasing slope overall. The resulting values in Fig. 8(a) show that the BLI improves L T 4 N k( (0) 6 Experimental results We conducted an experiment on knn query using the BLI. In the experiments, the C++ programming language was used to actualize the algorithms on a.9 GHz CPU with 4 GB of main memory. We assumed the basic parameter setting values shown in Table to evaluate the performance. We compared the existing HCI and BGI with the proposed BLI. In the experiment, we assumed that information was obtained through a wireless broadcasting channel in two-dimensional space. Since access time and tuning time can differ depending on the bandwidth and transmission speed, the result value (the y axis) of the graph was represented as the data in this experiment. The connection information between nodes was removed from the performance evaluation since the connection information between nodes is all in the same condition. Fig. 7 0NN queries with different number of objects: (a) Access latency; (b) Tuning time

7 386 J. Cent. South Univ. (04) : broadcasting environment. The BLI can identify the locations and distances of nodes and objects through nodes bitmaps, objects bitmaps and the connection information between nodes. Then, it measures the distance between a query point and an object using the Euclidian distance to perform filtering of the search area. A client can reduce the search area through the first filtering and then check errors regarding an object s result by measuring the actual road distance between a query point and the object through the second validation, thereby obtaining the final value. The BLI can configure a roadmap using less data and support effective query processing. Acknowledgements This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology (NRF- 03RAA004593, 03RAAA050348). References Fig. 8 knn queries in relation to changes in k: (a) Access latency; (b) Tuning time performance by about 64.7% and 7.3% more on average than the HCI and BGI, respectively. Figure 8(b) shows that the BLI improves performance by about 44.3% and 5.% more on average than the HCI and BGI, respectively. In the case of tuning time, as k increases, the graph of BLI increases rapidly, as the BLI has a larger search area than the other techniques, thereby increasing the amount of data for objects requiring listening. 7 Conclusions Existing road networks are based on the on-demand method, thereby receiving surrounding information from adjacent nodes to process queries or transmitting the query result in a server to clients. The main disadvantage of the existing on-demand methods while receiving information from adjacent nodes is the rapid increase in the number of messages for queries, as a client must check not only adjacent nodes, but also all the nodes included in a search area if the search area increases. In addition, in a on-demand environment, a server s workload increases as the query request increases when a server sends a client information. To solve this problem, we proposed the BLI and applied it in a wireless [] ZHENG J, ZHU M, PAPADIAS D. Location-based spatial queries [C]// Proceeding of Special Interest Group on Management of Data. San Diego, California, USA, 003: [] BELLAVISTA P, KUPPER A, HELAL S. Location-based services: Back to the future [J]. IEEE Pervasive Computing, 008, 7(): [3] RAO B, MINAKAKIS L. Evolution of mobile location-based services [J]. Communications of the ACM, 003, 46(): [4] PAPADIAS D, ZHANG J, MAMOULIS N, TAO Y. Query processing in spatial network databases [C]// Proceeding of Very Large Data Bases. Berlin, Germany, 003: [5] SAMET H, SANKARANARAYANAN J, ALBORZI H. Scalable network distance browsing in spatial databases [C]// Proceeding of Special Interest Group on Management of Data. Vancouver, BC, Canada, 008: [6] SANKARANARAYANAN J, ALBORZI H, SAMET H. Efficient query processing on spatial networks [C]// Proceeding of Geographic Information Systems. Bremen, Germany, 005: [7] IMIELINSKI T, VISWANATHAN S, BADRINATH B R. Energy efficient indexing on air [C]// Proceeding of Management of Data. Minnesota, USA, 994: [8] PARK K, CHOO H. Energy-efficient data dissemination schemes for nearest neighbor query processing [J]. IEEE Transactions on Computers, 007, 56(6): [9] CHEN M S, WU K L, YU P S. Optimizing index allocation for sequential data broadcasting in wireless mobile computing [J]. IEEE Transactions on Knowledge and Data Engineering, 003, 5(): [0] ZHENG B, XU J, LEE W C, LEE L. Grid-partition index: A hybrid method for nearest-neighbor queries in wireless location-based services [J]. Very Large Data Bases Journal, 006, 5(): 39. [] LIN L F, CHEN C C, LEE C. Benefit-oriented data retrieval in data broadcast environments [J]. Wireless Networks, 00, 6(): 5. [] MOURATIDIS K, BAKIRAS S, PAPADIAS D. Continuous monitoring of spatial queries in wireless broadcast environments [J]. IEEE Transactions on Mobile Computing, 009, 8(0): [3] SONG D, PARK K. A Hierarchical bitmap-based spatial index for

8 J. Cent. South Univ. (04) : efficient spatial query processing on air [J]. KIIS Transaction on Internet and Information Systems, 0, (6): [4] ZHENG B, LEE W. C, LEE K C K, LEE D L, SHAO M. A distributed spatial index for error-prone wireless data broadcast [J]. Very Large Data Bases Journal, 009, 8(4): [5] WANG Y, XU C, GU Y, CHEN M, YU G. Spatial query processing in road networks for wireless data broadcast [J]. Wireless Networks, 03, 9(4): [6] KELLARIS G, MOURATIDIS K. Shortest path computation on air indexes [C]// Proceeding of Very Large Data Bases. Singapore, 00: [7] HU H, LEE D L, XU J. Fast nearest neighbor search on road networks [C]// Proceeding of Extending Database Technology. Munich, Germany, 006: [8] HU H, LEE D L, LEE V C S. Distance indexing on road networks [C]// Proceeding of Very Large Data Bases. Seoul, Korea, 006: [9] CHOI W, MOON B, LEE S. Adaptive cell-based index for moving objects [J]. Data & Knowledge Engineering, 004, 48(): [0] CHATZIMILIOUDIS G, ZEINALIPOUR-YAZTI D, LEE W C, DIKAIAKOS D M. Continuous all k-nearest neighbor querying in smart phone networks [C]// Proceeding of Mobile Data Management. Bengalura, Karnataka, 0: [] LEE K C K, LEE W C, ZHENG B. Fast object search on road networks [C]// Proceeding of Extending Database Technology. Saint Petersburg, Russia, 009: [] SHAHABI C, KOLAHDOUZAN M R, SHARIFZADEH M. A road network embedding technique for k-nearest neighbor search in moving object databases [C]// Proceeding of Geographic Information System. McLean, Virginia, USA, 00: [3] XIAO X, YAO B, LI F. Optimal location queries in road network databases [C]// Proceeding of International Conference on Data Engineering. Hannover, Germany, 0: [4] IWERKS G S, SMAET H, SMITH K. Continuous knn queries for continuously moving points with updates [C]// Proceeding of Very Large Data Bases. Berlin, Germany, 003: [5] CHOW C Y, MOKBEL M F, LEONG H V. On Efficient and scalable support of continuous queries in mobile peer-to-peer environments [J]. IEEE Transactions on Mobile Computing, 0, 0(0): [6] LEE K C K, LEE W C, ZHENG B, TIAN Y. ROAD: A new spatial object search framework for road networks [J]. IEEE Trans Knowledge and Data Engineering, 0, 4(3): [7] DANIELSSON P E. Euclidean distance mapping [J]. Computer Graphics & Image Processing, 980, 4(3): [8] GUTTMAN A. R-trees: A dynamic index structure for spatial searching [C]// Proceeding of Special Interest Group on Management of Data. Boston, Massachusetts, USA, 984: [9] IMIELINSKI T, VISWANATHAN S, BADRINATH B. Data on air: Organization and access [J]. IEEE Transactions on Knowledge and Data Engineering, 997, 9(3): [30] GOTSMAN C, LINDENBAUM M. On the metric properties of discrete space-filling curves [J]. IEEE Transactions on Image Processing, 996, 5(5): (Edited by YANG Bing)

A Distributed Air Index Based on Maximum Boundary Rectangle over Grid-Cells for Wireless Non-Flat Spatial Data Broadcast

A Distributed Air Index Based on Maximum Boundary Rectangle over Grid-Cells for Wireless Non-Flat Spatial Data Broadcast Sensors 2014, 14, 10619-10643; doi:10.3390/s140610619 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article A Distributed Air Index Based on Maximum Boundary Rectangle over Grid-Cells

More information

Spatial Queries in Wireless Broadcast Environments

Spatial Queries in Wireless Broadcast Environments Spatial Queries in Wireless Broadcast Environments Invited Paper Kyriakos Mouratidis School of Information Systems Singapore Management University 80 Stamford Road, Singapore 178902 kyriakos@smu.edu.sg

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

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

Distributed k-nn Query Processing for Location Services

Distributed k-nn Query Processing for Location Services Distributed k-nn Query Processing for Location Services Jonghyeong Han 1, Joonwoo Lee 1, Seungyong Park 1, Jaeil Hwang 1, and Yunmook Nah 1 1 Department of Electronics and Computer Engineering, Dankook

More information

An Efficient Technique for Distance Computation in Road Networks

An Efficient Technique for Distance Computation in Road Networks Fifth International Conference on Information Technology: New Generations An Efficient Technique for Distance Computation in Road Networks Xu Jianqiu 1, Victor Almeida 2, Qin Xiaolin 1 1 Nanjing University

More information

Continuous Monitoring of Spatial Queries in Wireless Broadcast Environments

Continuous Monitoring of Spatial Queries in Wireless Broadcast Environments IEEE TRANS. ON MOBILE COMPUTING Continuous Monitoring of Spatial Queries in Wireless Broadcast Environments Kyriakos Mouratidis, Spiridon Bakiras, Member, IEEE, and Dimitris Papadias Abstract Wireless

More information

A Novel Method to Estimate the Route and Travel Time with the Help of Location Based Services

A Novel Method to Estimate the Route and Travel Time with the Help of Location Based Services A Novel Method to Estimate the Route and Travel Time with the Help of Location Based Services M.Uday Kumar Associate Professor K.Pradeep Reddy Associate Professor S Navaneetha M.Tech Student Abstract Location-based

More information

Querying Shortest Distance on Large Graphs

Querying Shortest Distance on Large Graphs .. Miao Qiao, Hong Cheng, Lijun Chang and Jeffrey Xu Yu Department of Systems Engineering & Engineering Management The Chinese University of Hong Kong October 19, 2011 Roadmap Preliminary Related Work

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

SILC: Efficient Query Processing on Spatial Networks

SILC: Efficient Query Processing on Spatial Networks Hanan Samet hjs@cs.umd.edu Department of Computer Science University of Maryland College Park, MD 20742, USA Joint work with Jagan Sankaranarayanan and Houman Alborzi Proceedings of the 13th ACM International

More information

The advent of sensor, wireless, and INFORMATION DISSEMINATION. via Wireless Broadcast. By Baihua Zheng and Dik Lun Lee

The advent of sensor, wireless, and INFORMATION DISSEMINATION. via Wireless Broadcast. By Baihua Zheng and Dik Lun Lee By Baihua Zheng and Dik Lun Lee INFORMATION DISSEMINATION via Wireless Broadcast Unrestricted mobility adds a new dimension to data access methodology one that must be addressed before true ubiquity can

More information

ANNATTO: Adaptive Nearest Neighbor Queries in Travel Time Networks

ANNATTO: Adaptive Nearest Neighbor Queries in Travel Time Networks ANNATTO: Adaptive Nearest Neighbor Queries in Travel Time Networks Wei-Shinn Ku, Roger Zimmermann, Haojun Wang and Trung Nguyen Computer Science Department University of Southern California Los Angeles,

More information

An Edge-Based Algorithm for Spatial Query Processing in Real-Life Road Networks

An Edge-Based Algorithm for Spatial Query Processing in Real-Life Road Networks An Edge-Based Algorithm for Spatial Query Processing in Real-Life Road Networks Ye-In Chang, Meng-Hsuan Tsai, and Xu-Lun Wu Abstract Due to wireless communication technologies, positioning technologies,

More information

Distributed Processing of Moving K-Nearest-Neighbor Query on Moving Objects

Distributed Processing of Moving K-Nearest-Neighbor Query on Moving Objects Distributed Processing of Moving K-Nearest-Neighbor Query on Moving Objects Wei Wu Wenyuan Guo School of Computing National University of Singapore Kian-Lee Tan Abstract A moving k-nearest-neighbor (MKNN)

More information

Goal Directed Relative Skyline Queries in Time Dependent Road Networks

Goal Directed Relative Skyline Queries in Time Dependent Road Networks Goal Directed Relative Skyline Queries in Time Dependent Road Networks K.B. Priya Iyer 1 and Dr. V. Shanthi2 1 Research Scholar, Sathyabama University priya_balu_2002@yahoo.co.in 2 Professor, St. Joseph

More information

Spatiotemporal Access to Moving Objects. Hao LIU, Xu GENG 17/04/2018

Spatiotemporal Access to Moving Objects. Hao LIU, Xu GENG 17/04/2018 Spatiotemporal Access to Moving Objects Hao LIU, Xu GENG 17/04/2018 Contents Overview & applications Spatiotemporal queries Movingobjects modeling Sampled locations Linear function of time Indexing structure

More information

Spatial Queries in Road Networks Based on PINE

Spatial Queries in Road Networks Based on PINE Journal of Universal Computer Science, vol. 14, no. 4 (2008), 590-611 submitted: 16/10/06, accepted: 18/2/08, appeared: 28/2/08 J.UCS Spatial Queries in Road Networks Based on PINE Maytham Safar (Kuwait

More information

Location Privacy Protection for Preventing Replay Attack under Road-Network Constraints

Location Privacy Protection for Preventing Replay Attack under Road-Network Constraints Location Privacy Protection for Preventing Replay Attack under Road-Network Constraints Lan Sun, Ying-jie Wu, Zhao Luo, Yi-lei Wang College of Mathematics and Computer Science Fuzhou University Fuzhou,

More information

Study on RNN Query in Broadcasting Environment

Study on RNN Query in Broadcasting Environment Study on RNN Query in Broadcasting Environment Lien-Fa Lin*, Chao-Chun Chen Department of Computer Science and Information Engineering National Cheng-Kung University, Tainan, Taiwan, R.O.C. Department

More information

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Mobile Information Systems 9 (23) 295 34 295 DOI.3233/MIS-364 IOS Press Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Keisuke Goto, Yuya Sasaki, Takahiro

More information

Top-k Keyword Search Over Graphs Based On Backward Search

Top-k Keyword Search Over Graphs Based On Backward Search Top-k Keyword Search Over Graphs Based On Backward Search Jia-Hui Zeng, Jiu-Ming Huang, Shu-Qiang Yang 1College of Computer National University of Defense Technology, Changsha, China 2College of Computer

More information

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Chang Su, Lili Zheng, Xiaohai Si, Fengjun Shang Institute of Computer Science & Technology Chongqing University of Posts and

More information

Data Access on Wireless Broadcast Channels using Keywords

Data Access on Wireless Broadcast Channels using Keywords 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.

More information

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang Chongqing Key Lab of Mobile Communications Technology, Chongqing University of Posts

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

An Energy-Efficient Technique for Processing Sensor Data in Wireless Sensor Networks

An Energy-Efficient Technique for Processing Sensor Data in Wireless Sensor Networks An Energy-Efficient Technique for Processing Sensor Data in Wireless Sensor Networks Kyung-Chang Kim 1,1 and Choung-Seok Kim 2 1 Dept. of Computer Engineering, Hongik University Seoul, Korea 2 Dept. of

More information

Location-Based Data Dissemination for Spatial Queries in Wireless Broadcast Environments

Location-Based Data Dissemination for Spatial Queries in Wireless Broadcast Environments Park K, Choo H. Location-based data dissemination for spatial queries in wireless broadcast environments. JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY 25(2): 330 346 Mar. 2010 Location-Based Data Dissemination

More information

Robot localization method based on visual features and their geometric relationship

Robot localization method based on visual features and their geometric relationship , pp.46-50 http://dx.doi.org/10.14257/astl.2015.85.11 Robot localization method based on visual features and their geometric relationship Sangyun Lee 1, Changkyung Eem 2, and Hyunki Hong 3 1 Department

More information

MobiPLACE*: A Distributed Framework for Spatio-Temporal Data Streams Processing Utilizing Mobile Clients Processing Power.

MobiPLACE*: A Distributed Framework for Spatio-Temporal Data Streams Processing Utilizing Mobile Clients Processing Power. MobiPLACE*: A Distributed Framework for Spatio-Temporal Data Streams Processing Utilizing Mobile Clients Processing Power. Victor Zakhary, Hicham G. Elmongui, and Magdy H. Nagi Computer and Systems Engineering,

More information

Nowadays data-intensive applications play a

Nowadays data-intensive applications play a Journal of Advances in Computer Engineering and Technology, 3(2) 2017 Data Replication-Based Scheduling in Cloud Computing Environment Bahareh Rahmati 1, Amir Masoud Rahmani 2 Received (2016-02-02) Accepted

More information

3 The standard grid. N ode(0.0001,0.0004) Longitude

3 The standard grid. N ode(0.0001,0.0004) Longitude International Conference on Information Science and Computer Applications (ISCA 2013 Research on Map Matching Algorithm Based on Nine-rectangle Grid Li Cai1,a, Bingyu Zhu2,b 1 2 School of Software, Yunnan

More information

Dynamic Nearest Neighbor Queries in Euclidean Space

Dynamic Nearest Neighbor Queries in Euclidean Space D Dynamic Nearest Neighbor Queries in Euclidean Space Sarana Nutanong 1, Mohammed Eunus Ali 2, Egemen Tanin 3, and Kyriakos Mouratidis 4 1 City University of Hong Kong, Hong Kong, China 2 Department of

More information

Location-based Spatial Queries with Data Sharing in Wireless Broadcast Environments

Location-based Spatial Queries with Data Sharing in Wireless Broadcast Environments Location-based Spatial Queries with Data Sharing in Wireless Broadcast Environments Wei-Shinn Ku Roger Zimmermann University of Southern California Los Angeles, California 989 [wku, rzimmerm]@usc.edu Abstract

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

Efficient Construction of Safe Regions for Moving knn Queries Over Dynamic Datasets

Efficient Construction of Safe Regions for Moving knn Queries Over Dynamic Datasets Efficient Construction of Safe Regions for Moving knn Queries Over Dynamic Datasets Mahady Hasan, Muhammad Aamir Cheema, Xuemin Lin, Ying Zhang The University of New South Wales, Australia {mahadyh,macheema,lxue,yingz}@cse.unsw.edu.au

More information

Voronoi-Based K Nearest Neighbor Search for Spatial Network Databases

Voronoi-Based K Nearest Neighbor Search for Spatial Network Databases Voronoi-Based K Nearest Neighbor Search for Spatial Network Databases Mohammad Kolahdouzan and Cyrus Shahabi Department of Computer Science University of Southern California Los Angeles, CA, 90089, USA

More information

Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack

Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack Computer Based Image Algorithm For Wireless Sensor Networks To Prevent Hotspot Locating Attack J.Anbu selvan 1, P.Bharat 2, S.Mathiyalagan 3 J.Anand 4 1, 2, 3, 4 PG Scholar, BIT, Sathyamangalam ABSTRACT:

More information

High-Performance VLSI Architecture of H.264/AVC CAVLD by Parallel Run_before Estimation Algorithm *

High-Performance VLSI Architecture of H.264/AVC CAVLD by Parallel Run_before Estimation Algorithm * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 29, 595-605 (2013) High-Performance VLSI Architecture of H.264/AVC CAVLD by Parallel Run_before Estimation Algorithm * JONGWOO BAE 1 AND JINSOO CHO 2,+ 1

More information

Power Control Performance Evaluation for Efficiency in D2D Cellular Network

Power Control Performance Evaluation for Efficiency in D2D Cellular Network Power Control Performance Evaluation for Efficiency in D2D Cellular Network Soo Hyeong Kang, Jeong Gon Kim* Department of Electronic Engineering, Korea Polytechnic University, Siheung Si, Gyeonggi Do,

More information

Finding All Nearest Neighbors with a Single Graph Traversal

Finding All Nearest Neighbors with a Single Graph Traversal Finding All Nearest Neighbors with a Single Graph Traversal Yixin Xu, Jianzhong Qi, Renata Borovica-Gajic, and Lars Kulik School of Computing and Information Systems, The University of Melbourne Melbourne,

More information

Surrounding Join Query Processing in Spatial Databases

Surrounding Join Query Processing in Spatial Databases Surrounding Join Query Processing in Spatial Databases Lingxiao Li (B), David Taniar, Maria Indrawan-Santiago, and Zhou Shao Monash University, Melbourne, Australia lli278@student.monash.edu, {david.taniar,maria.indrawan,joe.shao}@monash.edu

More information

Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services

Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services Jina Han Department of Information and Computer Engineering Ajou University Suwon, South Korea hangn0808@ajou.ac.kr

More information

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 3, May 2017 Efficient Path Finding Method Based Evaluation Function in Large

More information

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow , pp.247-251 http://dx.doi.org/10.14257/astl.2015.99.58 An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow Jin Woo Choi 1, Jae Seoung Kim 2, Taeg Kuen Whangbo

More information

THE ADJACENT VEHICLES QUERY ALGORITHM OF MICROSCOPIC TRAFFIC SIMULATION

THE ADJACENT VEHICLES QUERY ALGORITHM OF MICROSCOPIC TRAFFIC SIMULATION Association for Information Systems AIS Electronic Library (AISeL) PACIS 2014 Proceedings Pacific Asia Conference on Information Systems (PACIS) 2014 THE ADJACENT VEHICLES QUERY ALGORITHM OF MICROSCOPIC

More information

A Safe Exit Algorithm for Moving k Nearest Neighbor Queries in Directed and Dynamic Spatial Networks

A Safe Exit Algorithm for Moving k Nearest Neighbor Queries in Directed and Dynamic Spatial Networks JOURNAL OF INFORMATION SCIENCE AND ENGINEERING XX, XXX-XXX (01) A Safe Exit Algorithm for Moving k Nearest Neighbor Queries in Directed and Dynamic Spatial Networks HYUNG-JU CHO 1 AND JINSEOK CHAE 1 Department

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

Finding Shortest Path on Land Surface

Finding Shortest Path on Land Surface Finding Shortest Path on Land Surface Lian Liu, Raymond Chi-Wing Wong Hong Kong University of Science and Technology June 14th, 211 Introduction Land Surface Land surfaces are modeled as terrains A terrain

More information

A Hybrid Approach to CAM-Based Longest Prefix Matching for IP Route Lookup

A Hybrid Approach to CAM-Based Longest Prefix Matching for IP Route Lookup A Hybrid Approach to CAM-Based Longest Prefix Matching for IP Route Lookup Yan Sun and Min Sik Kim School of Electrical Engineering and Computer Science Washington State University Pullman, Washington

More information

A Distributed Spatial Index for Error-Prone Wireless Data Broadcast

A Distributed Spatial Index for Error-Prone Wireless Data Broadcast Singapore Management University Institutional Knowledge at Singapore Management University Research Collection School Of Information Systems School of Information Systems 8-29 A Distributed Spatial Index

More information

Approximate Evaluation of Range Nearest Neighbor Queries with Quality Guarantee

Approximate Evaluation of Range Nearest Neighbor Queries with Quality Guarantee Approximate Evaluation of Range Nearest Neighbor Queries with Quality Guarantee Chi-Yin Chow 1, Mohamed F. Mokbel 1, Joe Naps 1, and Suman Nath 2 1 Department of Computer Science and Engineering, University

More information

Approximate Shortest Distance Computing: A Query-Dependent Local Landmark Scheme

Approximate Shortest Distance Computing: A Query-Dependent Local Landmark Scheme Approximate Shortest Distance Computing: A Query-Dependent Local Landmark Scheme Miao Qiao, Hong Cheng, Lijun Chang and Jeffrey Xu Yu The Chinese University of Hong Kong {mqiao, hcheng, ljchang, yu}@secuhkeduhk

More information

An Efficient Bayesian Nearest Neighbor Search Using Marginal Object Weight Ranking Scheme in Spatial Databases

An Efficient Bayesian Nearest Neighbor Search Using Marginal Object Weight Ranking Scheme in Spatial Databases Journal of Computer Science 8 (8): 1358-1363, 2012 ISSN 1549-3636 2012 Science Publications An Efficient Bayesian Nearest Neighbor Search Using Marginal Object Weight Ranking Scheme in Spatial Databases

More information

Search Continuous Nearest Neighbors On the Air y

Search Continuous Nearest Neighbors On the Air y Search Continuous Nearest Neighbors On the Air y Baihua Zheng School of Information Systems Singapore Management University bhzheng@smu.edu.sg Wang-Chien Lee Penn State University University Park, PA 16802

More information

Quadrant-Based MBR-Tree Indexing Technique for Range Query Over HBase

Quadrant-Based MBR-Tree Indexing Technique for Range Query Over HBase Quadrant-Based MBR-Tree Indexing Technique for Range Query Over HBase Bumjoon Jo and Sungwon Jung (&) Department of Computer Science and Engineering, Sogang University, 35 Baekbeom-ro, Mapo-gu, Seoul 04107,

More information

Data Storage in Sensor Networks for Multi-dimensional Range Queries

Data Storage in Sensor Networks for Multi-dimensional Range Queries Data Storage in Sensor Networks for Multi-dimensional Range Queries Ji Yeon Lee 1, Yong Hun Lim 2, Yon Dohn Chung 3,*, and Myoung Ho Kim 4 1 E-Government Team, National Computerization Agency, Seoul, Korea

More information

Solutions. Location-Based Services (LBS) Problem Statement. PIR Overview. Spatial K-Anonymity

Solutions. Location-Based Services (LBS) Problem Statement. PIR Overview. Spatial K-Anonymity 2 Location-Based Services (LBS) Private Queries in Location-Based Services: Anonymizers are Not Necessary Gabriel Ghinita Panos Kalnis Ali Khoshgozaran 2 Cyrus Shahabi 2 Kian Lee Tan LBS users Mobile devices

More information

Query Processing In Location-based Services

Query Processing In Location-based Services University of Central Florida Electronic Theses and Dissertations Doctoral Dissertation (Open Access) Query Processing In Location-based Services 2010 Fuyu Liu University of Central Florida Find similar

More information

Data Filtering Using Reverse Dominance Relation in Reverse Skyline Query

Data Filtering Using Reverse Dominance Relation in Reverse Skyline Query Data Filtering Using Reverse Dominance Relation in Reverse Skyline Query Jongwan Kim Smith Liberal Arts College, Sahmyook University, 815 Hwarang-ro, Nowon-gu, Seoul, 01795, Korea. ORCID: 0000-0003-4716-8380

More information

A Load Balancing Scheme for Games in Wireless Sensor Networks

A Load Balancing Scheme for Games in Wireless Sensor Networks , pp.89-94 http://dx.doi.org/10.14257/astl.2013.42.21 A Load Balancing Scheme for Games in Wireless Sensor Networks Hye-Young Kim 1 1 Major in Game Software, School of Games, Hongik University, Chungnam,

More information

DART+: Direction-aware bichromatic reverse k nearest neighbor query processing in spatial databases

DART+: Direction-aware bichromatic reverse k nearest neighbor query processing in spatial databases DOI 10.1007/s10844-014-0326-3 DART+: Direction-aware bichromatic reverse k nearest neighbor query processing in spatial databases Kyoung-Won Lee Dong-Wan Choi Chin-Wan Chung Received: 14 September 2013

More information

Chapter 14 HARD: Host-Level Address Remapping Driver for Solid-State Disk

Chapter 14 HARD: Host-Level Address Remapping Driver for Solid-State Disk Chapter 14 HARD: Host-Level Address Remapping Driver for Solid-State Disk Young-Joon Jang and Dongkun Shin Abstract Recent SSDs use parallel architectures with multi-channel and multiway, and manages multiple

More information

Approximate Continuous K Nearest Neighbor Queries for Continuous Moving Objects with Pre-Defined Paths

Approximate Continuous K Nearest Neighbor Queries for Continuous Moving Objects with Pre-Defined Paths Approximate Continuous K Nearest Neighbor Queries for Continuous Moving Objects with Pre-Defined Paths Yu-Ling Hsueh, Roger Zimmermann, and Meng-Han Yang Computer Science Department University of Southern

More information

3D Mesh Sequence Compression Using Thin-plate Spline based Prediction

3D Mesh Sequence Compression Using Thin-plate Spline based Prediction Appl. Math. Inf. Sci. 10, No. 4, 1603-1608 (2016) 1603 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.18576/amis/100440 3D Mesh Sequence Compression Using Thin-plate

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

Computing Continuous Skyline Queries without Discriminating between Static and Dynamic Attributes

Computing Continuous Skyline Queries without Discriminating between Static and Dynamic Attributes Computing Continuous Skyline Queries without Discriminating between Static and Dynamic Attributes Ibrahim Gomaa, Hoda M. O. Mokhtar Abstract Although most of the existing skyline queries algorithms focused

More information

Fast K-nearest neighbors searching algorithms for point clouds data of 3D scanning system 1

Fast K-nearest neighbors searching algorithms for point clouds data of 3D scanning system 1 Acta Technica 62 No. 3B/2017, 141 148 c 2017 Institute of Thermomechanics CAS, v.v.i. Fast K-nearest neighbors searching algorithms for point clouds data of 3D scanning system 1 Zhang Fan 2, 3, Tan Yuegang

More information

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks A Simple Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks Chun-Su Park, You-Sun Kim, Kwang-Wook Lee, Seung-Kyun Kim, and Sung-Jea Ko Department of Electronics Engineering, Korea

More information

Multimedia Big Data Frame Combination Storage Strategy Based on Virtual Space Distortion

Multimedia Big Data Frame Combination Storage Strategy Based on Virtual Space Distortion Multimedia Big Data Frame Combination Storage Strategy Based on Virtual Space https://doi.org/0.399/ijoe.v3i02.66 Jian Luo Zhejiang Technical Institute of Economics, Hangzhou Zhejiang, China jiansluo@yahoo.com

More information

Continuous Nearest Neighbor Search

Continuous Nearest Neighbor Search Continuous Nearest Neighbor Search Lien-Fa Lin * Department of Computer Science and Information Engineering National Cheng-Kung University E-mail: lienfa@cc.kyu.edu.tw Chao-Chun Chen Department of Information

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

A NOVEL APPROACH ON SPATIAL OBJECTS FOR OPTIMAL ROUTE SEARCH USING BEST KEYWORD COVER QUERY

A NOVEL APPROACH ON SPATIAL OBJECTS FOR OPTIMAL ROUTE SEARCH USING BEST KEYWORD COVER QUERY A NOVEL APPROACH ON SPATIAL OBJECTS FOR OPTIMAL ROUTE SEARCH USING BEST KEYWORD COVER QUERY S.Shiva Reddy *1 P.Ajay Kumar *2 *12 Lecterur,Dept of CSE JNTUH-CEH Abstract Optimal route search using spatial

More information

MODELING AND SIMULATION OF THRESHOLD ANALYSIS FOR PVFS IN WIRELESS SENSOR NETWORKS

MODELING AND SIMULATION OF THRESHOLD ANALYSIS FOR PVFS IN WIRELESS SENSOR NETWORKS Science MODELING AND SIMULATION OF THRESHOLD ANALYSIS FOR PVFS IN WIRELESS SENSOR NETWORKS Tae Ho Cho *1, Su Man Nam 2 *1 College of Software, Sungkyunkwan University, KOREA 2 College of Information and

More information

Using Parallel Spatial Mashup Model to Process k-nn Queries

Using Parallel Spatial Mashup Model to Process k-nn Queries Using Parallel Spatial Mashup Model to Process k-nn Queries Detian Zhang 1,2 Chi-Yin Chow 2 Qing Li 2 Xinming Zhang 1 Yinlong Xu 1 1 University of Science and Technology of China, Hefei, China 2 City University

More information

Efficiently Monitoring Reverse k Nearest Neighbors in Spatial Networks

Efficiently Monitoring Reverse k Nearest Neighbors in Spatial Networks THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF COMPUTER SCIENCE AND ENGINEERING Efficiently Monitoring Reverse k Nearest Neighbors in Spatial Networks Shenlu Wang ( shenlu.wang@gmail.com ) Computer Science

More information

DSTTMOD: A Discrete Spatio-Temporal Trajectory Based Moving Object Database System

DSTTMOD: A Discrete Spatio-Temporal Trajectory Based Moving Object Database System DSTTMOD: A Discrete Spatio-Temporal Trajectory Based Moving Object Database System Xiaofeng Meng 1 Zhiming Ding 2 1 Information School Renmin University of China, Beijing 100872, China xfmeng@mail.ruc.edu.cn

More information

FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions

FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions Young-Mi Song, Sung-Hee Lee, and Young-Bae Ko College of Information and Communication, Ajou University,

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks William Shaw 1, Yifeng He 1, and Ivan Lee 1,2 1 Department of Electrical and Computer Engineering, Ryerson University, Toronto,

More information

Replica Distribution Scheme for Location-Dependent Data in Vehicular Ad Hoc Networks using a Small Number of Fixed Nodes

Replica Distribution Scheme for Location-Dependent Data in Vehicular Ad Hoc Networks using a Small Number of Fixed Nodes Replica Distribution Scheme for Location-Dependent Data in Vehicular d Hoc Networks using a Small Number of Fixed Nodes Junichiro Okamoto and Susumu Ishihara Graduate School of Engineering, Shizuoka University,

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

A Scheme of Multi-path Adaptive Load Balancing in MANETs

A Scheme of Multi-path Adaptive Load Balancing in MANETs 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Scheme of Multi-path Adaptive Load Balancing in MANETs Yang Tao1,a, Guochi Lin2,b * 1,2 School of Communication

More information

Towards Efficient and Flexible KNN Query Processing in Real-Life Road Networks

Towards Efficient and Flexible KNN Query Processing in Real-Life Road Networks The Ninth International Conference on Web-Age Information Management Towards Efficient and Flexible KNN Query Processing in Real-Life Road Networks Yang Lu Bin Cui Jiakui Zhao Key Laboratory of High Confidence

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

Improving the quality of H.264 video transmission using the Intra-Frame FEC over IEEE e networks

Improving the quality of H.264 video transmission using the Intra-Frame FEC over IEEE e networks Improving the quality of H.264 video transmission using the Intra-Frame FEC over IEEE 802.11e networks Seung-Seok Kang 1,1, Yejin Sohn 1, and Eunji Moon 1 1Department of Computer Science, Seoul Women s

More information

Page Mapping Scheme to Support Secure File Deletion for NANDbased Block Devices

Page Mapping Scheme to Support Secure File Deletion for NANDbased Block Devices Page Mapping Scheme to Support Secure File Deletion for NANDbased Block Devices Ilhoon Shin Seoul National University of Science & Technology ilhoon.shin@snut.ac.kr Abstract As the amount of digitized

More information

Indexing Land Surface for Efficient knn Query

Indexing Land Surface for Efficient knn Query Indexing Land Surface for Efficient knn Query Cyrus Shahabi, Lu-An Tang and Songhua Xing InfoLab University of Southern California Los Angeles, CA 90089-0781 http://infolab.usc.edu Outline q Mo+va+on q

More information

Efficient Continuous Nearest Neighbor Query in Spatial Networks using Euclidean Restriction

Efficient Continuous Nearest Neighbor Query in Spatial Networks using Euclidean Restriction Efficient Continuous Nearest Neighbor Query in Spatial Networks using Euclidean Restriction Ugur Demiryurek, Farnoush Banaei-Kashani, and Cyrus Shahabi University of Southern California Department of Computer

More information

Optimized Vehicular Traffic Flow Strategy using Content Centric Network based Azimuth Routing

Optimized Vehicular Traffic Flow Strategy using Content Centric Network based Azimuth Routing , pp.80-84 http://dx.doi.org/10.14257/astl.2014.64.20 Optimized Vehicular Traffic Flow Strategy using Content Centric Network based Azimuth Routing ByungKwan Lee 1, EunHee Jeong 2 1 Department of Computer,

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

Voronoi-based reverse nearest neighbor query processing on spatial networks

Voronoi-based reverse nearest neighbor query processing on spatial networks Multimedia Systems (2009) 15:295 308 DOI 10.1007/s00530-009-0167-z REGULAR PAPER Voronoi-based reverse nearest neighbor query processing on spatial networks Maytham Safar Dariush Ibrahimi David Taniar

More information

Node selection in Peer-to-Peer content sharing service in mobile cellular networks with Reduction Bandwidth

Node selection in Peer-to-Peer content sharing service in mobile cellular networks with Reduction Bandwidth American Journal of Networks and Communications 2013; 2(2): 40-46 Published online June 10, 2013 (http://www.sciencepublishinggroup.com/j/ajnc) doi: 10.11648/j.ajnc.20130202.13 Node selection in Peer-to-Peer

More information

Energy Efficiency and Latency Improving In Wireless Sensor Networks

Energy Efficiency and Latency Improving In Wireless Sensor Networks Energy Efficiency and Latency Improving In Wireless Sensor Networks Vivekchandran K. C 1, Nikesh Narayan.P 2 1 PG Scholar, Department of Computer Science & Engineering, Malabar Institute of Technology,

More information

Adapting TCP Segment Size in Cellular Networks

Adapting TCP Segment Size in Cellular Networks Adapting TCP Segment Size in Cellular Networks Jin-Hee Choi 1, Jin-Ghoo Choi 2, and Chuck Yoo 1 1 Department of Computer Science and Engineering, Korea University {jhchoi, hxy}@os.korea.ac.kr 2 School

More information

A Chord-Based Novel Mobile Peer-to-Peer File Sharing Protocol

A Chord-Based Novel Mobile Peer-to-Peer File Sharing Protocol A Chord-Based Novel Mobile Peer-to-Peer File Sharing Protocol Min Li 1, Enhong Chen 1, and Phillip C-y Sheu 2 1 Department of Computer Science and Technology, University of Science and Technology of China,

More information

Experimental Study on Neighbor Selection Policy for Phoenix Network Coordinate System

Experimental Study on Neighbor Selection Policy for Phoenix Network Coordinate System Experimental Study on Neighbor Selection Policy for Phoenix Network Coordinate System Gang Wang, Shining Wu, Guodong Wang, Beixing Deng, Xing Li Tsinghua National Laboratory for Information Science and

More information

Depth Propagation with Key-Frame Considering Movement on the Z-Axis

Depth Propagation with Key-Frame Considering Movement on the Z-Axis , pp.131-135 http://dx.doi.org/10.1457/astl.014.47.31 Depth Propagation with Key-Frame Considering Movement on the Z-Axis Jin Woo Choi 1, Taeg Keun Whangbo 1 Culture Technology Institute, Gachon University,

More information

Distance Join Queries on Spatial Networks

Distance Join Queries on Spatial Networks Distance Join Queries on Spatial Networks Jagan Sankaranarayanan, Houman Alborzi, and Hanan Samet Center for Automation Research Institute for Advanced Computer Studies Department of Computer Science University

More information

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

More information

Regression Based Cluster Formation for Enhancement of Lifetime of WSN

Regression Based Cluster Formation for Enhancement of Lifetime of WSN Regression Based Cluster Formation for Enhancement of Lifetime of WSN K. Lakshmi Joshitha Assistant Professor Sri Sai Ram Engineering College Chennai, India lakshmijoshitha@yahoo.com A. Gangasri PG Scholar

More information