Location Leveling

Author(s):  
Ayse Yasemin Seydim ◽  
Margaret H. Dunham ◽  
Yu Meng

Location based service (LBS) is an appealing technology in the pervasive mobile computing environment. In this environment, the answer to a location dependent query depends on the location of the mobile user. However, the location granularity to which the mobile unit is bound by a location service may differ from that stored in the content provider’s database. As a result, a location granularity mismatch occurs. The authors propose a general software architecture, location leveling, to solve this problem. As their layered location leveling solution is independent of the support provided by the wireless provider and the content provider, it is flexible enough to be used by any. The location leveling (ll) model can be implemented as an independent agent or broker in the middleware layer. The proposed approach is developed with solid theoretical foundation found in previous multidimensional data modeling studies.

2009 ◽  
pp. 3031-3039
Author(s):  
Jianliang Xu

Location-based services (LBS) are services that answer queries based on the locations with which the queries are associate; normally the locations where the queries are issued. With a variety of promising applications, such as local information access (e.g., traffic reports, news, and navigation maps) and nearest neighbor queries (e.g., finding the nearest restaurants) (Barbara, 1999; Ren & Dunham, 2000; D. L. Lee, Lee, Xu, & Zheng, 2002; W. C. Lee, Xu, & Zheng, 2004), LBS is emerging as an integral part of daily life. The greatest potential of LBS is met in a mobile computing environment, where users enjoy unrestricted mobility and ubiquitous information access. For example, a traveler could issue a query like “Find the nearest hotel with a room rate below $100” from a wireless portable device in the middle of a journey. To answer such a query, however, three major challenges have to be overcome: • Constrained Mobile Environments: Users in a mobile environment suffer from various constraints, such as scarce bandwidth, lowquality communication, frequent network disconnections, and limited local resources. These constraints pose a great challenge for the provision of LBS to mobile users. • Spatial Data: In LBS, the answers to a query associated with different locations may be different. That is, query results are dependent on spatial properties of queries. For a query bound with a certain query location, the query result should be relevant to the query as well as valid for the bound location. This requirement adds additional complexity to traditional data management techniques such as data placement, indexing, and query processing (D. L. Lee, 2002). • User Movement: The fact that a mobile user may change its location makes some tasks in LBS, such as query scheduling and cache management, particularly tough. For example, suppose that a mobile user issues a query “Find the nearest restaurant” at location A. If the query is not scheduled timely enough on the server, the user has moved to location B when he or she gets the answer R. However, R is no longer the nearest restaurant at location B. Caching has been a commonly used technique for improving data access performance in a mobile computing environment (Acharya, Alonso, Franklin, & Zdonik, 1995). There are several advantages for caching data on mobile clients: • It improves data access latency since a portion of queries, if not all, can be satisfied locally. • It helps save energy since wireless communication is required only for cache-miss queries. • It reduces contention on the narrow-bandwidth wireless channel and off-loads workload from the server; as such, the system throughput is improved. • It improves data availability in circumstances where clients are disconnected or weakly connected because cached data can be used to answer queries. However, as discussed above, the constrains of mobile computing environments, the spatial property of location-dependent data, and the mobility of mobile users have opened up many new research problems in client caching for LBS. This chapter discusses the research issues arising from caching of location-dependent data in a mobile environment and briefly describes several state-of-the-art solutions.


Author(s):  
Jianliang Xu

Location-based services (LBS) are services that answer queries based on the locations with which the queries are associate; normally the locations where the queries are issued. With a variety of promising applications, such as local information access (e.g., traffic reports, news, and navigation maps) and nearest neighbor queries (e.g., finding the nearest restaurants) (Barbara, 1999; Ren & Dunham, 2000; D. L. Lee, Lee, Xu, & Zheng, 2002; W. C. Lee, Xu, & Zheng, 2004), LBS is emerging as an integral part of daily life. The greatest potential of LBS is met in a mobile computing environment, where users enjoy unrestricted mobility and ubiquitous information access. For example, a traveler could issue a query like “Find the nearest hotel with a room rate below $100” from a wireless portable device in the middle of a journey. To answer such a query, however, three major challenges have to be overcome: • Constrained Mobile Environments: Users in a mobile environment suffer from various constraints, such as scarce bandwidth, low-quality communication, frequent network disconnections, and limited local resources. These constraints pose a great challenge for the provision of LBS to mobile users. • Spatial Data: In LBS, the answers to a query associated with different locations may be different. That is, query results are dependent on spatial properties of queries. For a query bound with a certain query location, the query result should be relevant to the query as well as valid for the bound location. This requirement adds additional complexity to traditional data management techniques such as data placement, indexing, and query processing (D. L. Lee, 2002). • User Movement: The fact that a mobile user may change its location makes some tasks in LBS, such as query scheduling and cache management, particularly tough. For example, suppose that a mobile user issues a query “Find the nearest restaurant” at location A. If the query is not scheduled timely enough on the server, the user has moved to location B when he or she gets the answer R. However, R is no longer the nearest restaurant at location B. Caching has been a commonly used technique for improving data access performance in a mobile computing environment (Acharya, Alonso, Franklin, & Zdonik, 1995). There are several advantages for caching data on mobile clients: • It improves data access latency since a portion of queries, if not all, can be satisfied locally. • It helps save energy since wireless communication is required only for cache-miss queries. • It reduces contention on the narrow-bandwidth wireless channel and off-loads workload from the server; as such, the system throughput is improved. • It improves data availability in circumstances where clients are disconnected or weakly connected because cached data can be used to answer queries. However, as discussed above, the constrains of mobile computing environments, the spatial property of location-dependent data, and the mobility of mobile users have opened up many new research problems in client caching for LBS. This chapter discusses the research issues arising from caching of location-dependent data in a mobile environment and briefly describes several state-of-the-art solutions.


2006 ◽  
Vol 2 (2-3) ◽  
pp. 135-149 ◽  
Author(s):  
Anders Fongen ◽  
Christian Larsen ◽  
Gheorghita Ghinea ◽  
Simon J. E. Taylor ◽  
Tacha Serif

Location based or ”context aware” computing is becoming increasingly recognized as a vital part of a mobile computing environment. As a consequence, the need for location-management middleware is widely recognized and actively researched. Location-management is frequently offered to the application through a “location API” (e.g. JSR 179) where the mobile unit can find out its own location as coordinates or as “building, floor, room” values. It is then up to the application to map the coordinates into a set of localized variables, e.g. direction to the nearest bookshop or the local timezone. It is the opinion of the authors that a localization API should be more transparent and more integrated: The localized values should be handed to the application directly, and the API for doing so should be the same as the general storage mechanisms. Our proposed middleware for location and context management is built on top of Mobispace. Mobispace is a distributed tuplespace made for mobile units (J2me) where replication between local replicas takes place with a central server (over GPRS) or with other mobile units (using Bluetooth). Since a Bluetooth connection indicates physical proximity to another node, a set of stationary nodes may distribute locality information over Bluetooth connections, and this information may be retrieved through the ordinary tuplespace API. Besides the integration with the general framework for communication and coordination the middleware offers straightforward answers to questions like:Where is node X located? Which nodes are near me? What is the trace of node Y?


Author(s):  
K. PRIYANTHA HEWAGAMAGE ◽  
MASAHITO HIRAKAWA ◽  
TADAO ICHIKAWA

Recently available low-cost personal computers and mechanisms to produce digital data have caused a staggering increase in the amount of multimedia data acquired by the user. Hence, the user's personal information space that consists of a large collection of files, may distribute over a number of computers. Situation-dependent metaphor methodology, described in this paper, provides a novel approach to managing such a collection with respect to the context of user's interactions with data. By considering the mobile computing environment, the physical location, time periods and activities are primarily used in modeling the situation metaphor. Sensors and software agents are used in capturing contextual factors automatically. Situation Space describes the theoretical foundation for the situation metaphor based information organization. We also presents our prototype engineered model, Situated Information Filing and Filtering (SIFF), to demonstrate the situation-dependent data management. The SIFF provides the framework for organizing the personal information and developing applications that require contextual information.


1993 ◽  
Author(s):  
M. Satyanarayanan ◽  
James J. Kistler ◽  
Lily B. Mummert ◽  
Maria R. Ebling ◽  
Puneet Kumar

Sign in / Sign up

Export Citation Format

Share Document