Location-Based-Service Roaming based on Web Services Chun-Te Wu, Hsing Mei Department of Computer Science and Information Engineering Fu Jen Catholic University {dun90, mei }@csie.fju.edu.tw

roaming operations of LBS into two parts: LCS and LBS. As we mention earlier, LBS are based on LCS. If LCS roam, LBS will be able to roam. The standards of LCS roaming are currently under development. When the LCS roams successfully, the LBS roaming becomes the critical task. But the service providers do not provide personal and customized LBS for users in today’s tele-operators infrastructure. For example, a user uses a LBS, i.e. Dining Guide Service that provides restaurants information in Taiwan. The interface of services is familiar to the user in Taiwan. One day, the user goes to France with his personal device and wants to find a restaurant. The Dining Guide Service may not work, or it works with an unfamiliar interface under current operating environment. However, LCS and voice service can roam successfully. The reason why LBS can not roam is that LBS is still provided by French services providers under current operating environment. The standard of LCS roaming between different tele-operators is instituted in near future [4]. Then, we consider the problem of LBS roaming. We adopt the widespread standard, Web Services, to solve the problem. Because the communication of services in wireless network also changes rapidly from WAP to various Internet protocols, the Web Service, based on standards like XML and SOAP, can be used on different platforms to achieve interoperability [5,6]. Hence, LBS under the Web Services environment make different service providers collaborated and LBS roaming worked. Since LBS works under the Web Services environment, the LBS provider develops a new service integrated with others very quickly. The efficiency becomes a critical issue. We use caching to cope with this problem. We make an in depth study of caching under our environment. Since LBS is related to time and space, traditional caching algorithms, such as least recently used (LRU), may not work well. There are researches about caching of location-based data [7-12]. We indicate the motivation of this paper as the mention earlier and present a solution to make LBS

Abstract Due to the rapid growth of personal mobile communication devices, more and more wireless mobile applications are developed. Location-based mobile application, one of the wireless mobile applications, will become the future trend. However, the application execution environment is not complete. How to integrate the services among multiple telecommunication service providers? How to support the original location-based services for the mobile roaming users? This project is aimed at solving these problems efficiently. This paper proposes to integrate the roaming services into web services infrastructure. In this case, the mobile users could get the location-based service during roaming. Integrating the location-based application into the web services will also solve the mobile roaming problem.

1. Introduction In various Add-On services, Location Based Services (LBS) are services based on the location of user and/or some targets. Location Service (LCS) provides the location information about one object. In general, there are two approaches to obtain the location: network-based approach and handset-based approach. The existing positioning technologies (such as AOA, EOTD, GPS, Cell-ID, TDOA, and aGPS) have different accuracy and limitations [1-3]. Because LBS is based on LCS, the results generated by LBS are dependent on specific location and time of certain device. So the investigation of LBS has to consider both spatial and temporal properties. At present, the LBS, provided by most service providers, are only bounded with their own system. Although this model guarantees privacy, security and the convenience of billing, it limits the extensibility and scalability of services. Most of all, roaming of LBS does not work in this model. We can break

1 Proceedings of the 19th International Conference on Advanced Information Networking and Applications (AINA’05) 1550-445X/05 $20.00 © 2005 IEEE

roam. The rest of paper is organized as follow. We describe the details of proposed architecture and how LBS roaming is achieved in Section 2. Finally, Section 3 gives conclusion and future work.

Geographic Information System (GIS) Provider. GIS provider receives search requests and returns geographical information with standardized format. After receiving requests, the provider process spatial data according to locations in the requests. The core of any GIS is a database which holds and describes spatial data. GIS needs professionals to build and maintain it. This procedure is expensive and timeconsuming. Neither LBS providers nor tele-operators could provide GIS services. It is reasonable to build GIS as Web Services. If LBS providers publish a new LBS, they will choose suitable GIS web services in a UDDI search portal and make a contract with GIS provider. The cooperation and integration under web services between services is convenient and flexible.

2. System Architecture Web Services has standardized communication, description, integration, and discovery among service providers, users and discovery agencies. It also provides a way to communicate for services executing on different platforms. Next, the architecture and the operation model we proposed are presented in Section 2.1~2.2. LBS roam under Web Service architecture is described in Section 2.3.

Location Based Service (LBS) Provider. The working model of LBS is the same as original architecture. First, LBS receives requests from clients in Internet or WAP. The LBS queries LCS about geographic locations of targets, identified by MSIDs. Then, LBS gets geographic information from GIS based on the location calculated by LCS. Finally, the responses are sent to clients. (Showed in Figure 1)

2.1. Architecture The LBS Operation model is similar to Web Services. Basic components of LBS architecture can be transformed to service providers in Web Services. Each provider publishes the service description to UDDI business registry on UDDI server. Users or other providers discover services from marketplaces, search engines or business applications. According to the description in the business registry, they facilitate integration with each other over the Web. This model makes LBS easy to integrate and roam. When LBS works under Web Services environment, system components have slight modifications. Functions of each component are described as follow: Location Service (LCS). Every provider in web services must register on UDDI registry, including LCS. Considering the functionality of LCS, the infrastructure of positioning in a cellular network is always owned by tele-operators. In our architecture, LCS becomes a Web Services. The LCS Server accepts requests, estimates location, and returns locations to clients. Clients specify user name, password and one or more MSIDs in positioning requests. Then, LCS server shall translate geographical location into a well-defined universal format. For security and billing, LCS servers are usually owned and maintained by the local tele-operator. To charge on location service, LCS server records user’s access log and puts it into call detail records (CDR). The balance of the customer is calculated according to the CDRs. On the other hand, the location of somebody or an objective is private and sensitive in most situations. If LCS server resides in tele-operators’ domain, it will be protected by the enterprise firewall.

Figure 1. Working Model of LBS. The coordinate data of returned locations is expressed as the latitude, longitude and altitude system. If the geodetic coordinate of LCS does not match that of GIS, LBS is responsible for transformation of geodetic datum and coordinate. UDDI Registry. In our proposed model, the UDDI registry plays a critical role. When a business develops a new LBS, it searches UDDI registries for cooperative LCS and GIS providers. Users find a LBS in a web services portal, then contact with the service provider. After users install applications and provide the account information, LBS is ready to be used. The UDDI registry is like the phone book for web services. It facilitates the interoperability between providers and clients.

2 Proceedings of the 19th International Conference on Advanced Information Networking and Applications (AINA’05) 1550-445X/05 $20.00 © 2005 IEEE

variety of services in UDDI registries. The procedure of developing new LBSs is straightforward. From LBS client’s perspective, users execute client applications to communicate with a LBS at first time. If client applications are generated in design-time, users specify authenticating information (user identity and password) and the located object. On the other hand, client applications are generated in run-time. The client needs service descriptions of LBS to generate client applications. The descriptions are available in LBS providers or WSDL servers. After obtaining the description, users specify authentication information and execute LBS. In figure 2, clients execute LBS under web services environment.

LBS Client. The LBS client in our architecture is also a web services client. When Web services clients communicate with services providers, the application in the client could be generated in design time or run time. The generating time is dependent on resources of clients and services types. In LBS operation model, the client run-time environment is always personal devices. The computing power and network resources are limited because of the light weight and powerconsumption limitations. So the client application could be generated in design-time, or may be built automatically at first-time execution. If services are not changed, the application generated at first-time execution will be still executed under client environment. This approach can decrease the overhead of computing power. The LBS client needs to specify essential information when client applications communicate with LBS. The information includes user identity, user password and located objects. User identity and password may be stored in client’s storage. The located objects are dependent on services types. All these information are stored in client applications and automatically sent to servers when the client uses LBS.

Figure 2. LBS under Web Services Environment.

Web services are designed to standardize the interoperability of various applications. Legacy applications, including LBS, can be transformed to web services. In our proposed system, services providers concentrate on developing creative services and tele-operators focus on voice and network business. Users can use large number of miscellaneous LBSs in Internet.

When LBS works under Web Services environment, the problems of billing and security are critical. The billing problem is investigated under our proposed architecture. The tele-operator makes profits from LCS and network services. The LBS providers can charge for LBS usage. The GIS providers cooperate with LBS providers and share with the profits. Every provider could focus on their own services and make profits for services. The cooperation opportunities among providers are tremendous.

2.2. Operation Model As users search favorite LBS, they can get services descriptions from UDDI registries or other ways. The LBS users and providers communicate each other based on SOAP. The LBS servers integrate with backend services not only on SOAP in the Web Services architecture but also on Remote Method Invocation (RMI) with the interoperability of the Internet InterORB Protocol (RMI/IIOP) in the traditional enterprise architecture. Those standard protocols facilitate the interoperability and communication of services. From LBS provider’s perspective, LBS developers find cooperative services in UDDI registries or search portals before developing new LBSs. LBS developers get contact with cooperative services providers. Then, they get service descriptions of cooperative services and integrate all of necessary services into a new LBS. In our proposed architecture, LBS providers can find a

2.3. Roaming In our proposed architecture, the LBS roaming problem is solved intuitively. When users roam in the places out of their own tele-operators, they get services descriptions of the original LBS from UDDI, and may execute LBS with the same interface. Most of all, the back-end cooperative services, LCS and GIS, operate in roaming areas, not in the area where users come from. Because the location and geographic information which users need are local, the back-end services integrated with the LBS are in the roaming area. For example, we mentioned earlier that a user in Taiwan uses LBSs under the web services architecture. When a user roams in France, he finds LBS descriptions from UDDI registries in France or from cache in handheld devices. The user has the service

3 Proceedings of the 19th International Conference on Advanced Information Networking and Applications (AINA’05) 1550-445X/05 $20.00 © 2005 IEEE

interface in France as same as in Taiwan. From LBS provider’s perspective, back-end services providers (LCS and GIS) must be in France. The user gets local information in France, such as dinning guide and navigation information. The roaming procedure under web services is shown in Figure 3. No matter where users roam, they use the same LBS.

References [1] R. Fuller, etc., ”A Highly Flexible and Scalable System for Location Determination of Wireless Devices”, Proceeding of the IEEE Position Location and Navigation Symposium, April 2002, pp. 233-239. [2] N.A. Nikolaou, “Wireless Convergence Architecture: A Case Study Using GSM and Wireless LAN”, Mobile Networks and Applications 7, 2002, pp. 259-267. [3] Federal Communications Commission 911Services. http://www.fcc.gov/911/ [4] “LIF TS 202 V.3.0.0” by the Location Interoperability Forum, Feb. 2002. [5] W3C Web Services Activity. http://www.w3.org/2002/ws/

Figure 3. Roaming under Web Services Environment.

[6] OASIS UDDI. http://www.uddi.org/

3. Conclusion and Future Work

[7] P. Biswas, S Han and J. Wu, “Location Caching in the Mobile Middleware Platform”, Proceedings of the IEEE Third International Conference on Mobile Data Management, Jan. 2002, pp. 172-175.

As Add-On Services play an important role in teleoperators, location services (LCS) and location based services (LBS) are two of principal Add-On services type. If LCS can roam as voice, services based on LCS may roam also. Then, the users will have the service roaming and voice roaming at same time. This paper proposes a scheme of services roaming. Location Based Services include several important parts: LBS Providers, LCS Providers and GIS Providers. The integration model is analogous to Web Services. Our proposal combines LBS with Web Services. Hence, the problem of service roaming is solved. When LBS is running under the Web Services environment, users use the same services and don’t need any configuration. We design an experiment environment and collect data from the original architecture and web services architecture. Through the experimental analysis, our proposed scheme achieves the LBS roam with tolerable overhead [13]. Under the Web Services environment, teleoperators can pay attention only to Location services (LCS) and network providers. The development of location based services (LBS) is handled by third-party service providers. Furthermore, the location based services are not limited in their own tele-operstors and the services roaming problem is solved. Tele-operators, service providers and users are mutually beneficial in the web services architecture. Location Based Services can roam in any place with the same user interface.

[8] D. Barbara, “Mobile Computing and Databases – A Survey”, IEEE Transactions on Knowledge and Data Engineering, VOL. 11, NO. 1, Jan. 1999, pp. 108-117. [9] M.H. Dunham, and V. Kumar, “Location Dependent Data and Management in Mobile Database”, Mobility in Database and Distributed System, 1998. [10] Q. Ren, and M.H. Dunham, “Using semantic caching to manage location dependent data in mobile computing”, Proceedings of the sixth annual international conference on Mobile computing and networking, 2000, pp. 210-221. [11] C. Parent, S. Spaccapietra, and E. Zimanyi, “SpatioTemporal Conceptual Models : Data Structure + Space + Time”, Proceedings of the seventh ACM international symposium on Advances in geographic information systems, November 1999, pp. 26-33. [12] S. Dar, etc., “Semantic Data Caching and Replacement”, Proceeding of the 22nd VLDB Conference, Mumbai, India, 1996, pp. 330-341. [13] C. Wu . Location-Based-Service Roaming based on Web Services and Caching. Available: Master Thesis, Computer Science and Information Engineering Department, Fu Jen Catholic University, July, 2003.

4 Proceedings of the 19th International Conference on Advanced Information Networking and Applications (AINA’05) 1550-445X/05 $20.00 © 2005 IEEE

Location-Based-Service Roaming based on Web ...

1. Introduction. In various Add-On services, Location Based. Services (LBS) are services based on the ... network-based approach and handset-based approach.

104KB Sizes 2 Downloads 376 Views

Recommend Documents

web based - GitHub
I am nota developer! Hello, I'm Emil Öberg,. I am not a developer. ... Page 6 ... iOS old. iOS 8. Android old. Android 5. PLZ give tab bar ...

GOODBYE ROAMING CHARHES.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. GOODBYE ...

Composite Web Service Selection based on Co ...
I. INTRODUCTION. In modernistic internet profession, many web services ... proposed evolutionary based algorithms for searching near optimum solutions to ...

International Roaming for GSM - 3g4g.co.uk
The caller is charged for an international call from Hong Kong to. Taiwan. ❑ John is ... International GSM Call Setup (3/4) .... cheaper way to call visiting roamers.

Mining the Web for Hyponymy Relations based on ...
Web not manually but automatically [9–15]. However, their .... In the after-mentioned experiments, µ is set to 4.9 · 10. −324. .... 2 notebook (0.00846) 2 head.

Impact of Web Based Language Modeling on Speech ...
volves a large company's call center customer hotline for tech- nical assistance. Furthermore, we evaluate the impact of the speech recognition performance ...

A Crawler-based Study of Spyware on the Web
domains we examined in May, but in only 1.6% of domains in October. ..... have substantially reduced how much spyware is available through their site. 3.8 What ...

Impact of Web Based Language Modeling on Speech ...
IBM T.J. Watson Research Center. Yorktown Heights, NY ... used for language modeling as well [1, 4, 5]. ... volves a large company's call center customer hotline for tech- ... cation we use a natural language call–routing system [9]. The rest of ..

Composite Web Service Selection based on Co-evolutionary ... - IJEECS
good results. The other techniques such as game theory,. Pareto efficiency, idea of equilibrium, utility in multi-issue situation. These techniques are more efficient ...

A Crawler-based Study of Spyware on the Web
file-sharing software; the Kazaa system [10] alone has been the source of hundreds of .... At least two commercial anti-spyware companies have implemented ...

The Effect of Web-Based Question Prompts on ...
to monitor, actively reflect, evaluate, and modify their own knowledge (e.g., .... solutions, (c) making justifications, and (d) monitoring and evaluating goals.

GOODBYE ROAMING CHARHES.pdf
Page 1 of 2. The Telecoms Single Market – A Youth Perspective. Background. The “Connected Continent” legislative package recently adopted by the European Commission (EC). could present an opportunity for young Europeans to become more mobile an

2009_IJWA_Draft_An Interactive Web-based System for Urban ...
2009_IJWA_Draft_An Interactive Web-based System for Urban Traffic Data Analysis.pdf. 2009_IJWA_Draft_An Interactive Web-based System for Urban Traffic ...

Web Based technology and Multimedia applications.pdf ...
(f) UTF-16 is an encoding of : (i) ASCII. UNICODE. (iii) EBCDIC. (iv) XML. (g) To insert a single line break in a HTML. document , you need to use tag. (i) .

Discovering Subsumption Relationships for Web-Based Ontologies
from an existing resource of IsA links. ... tions [16], or distributional similarity [7, 22] is not sufficient .... is a technology that produces light sources with high lumi-.

Web Based Technology and Multimedia Applications.pdf ...
an example each. Also explain the process of. translation of addresses using DNS. Define the following terms in the context of web 5. design and multimedia ...

Web Based technology and Multimedia applications.pdf ...
information to be transmitted and received. on a: (i) Satellite. (ii) Broadband. (iii) Telephone line. (iv) Network of Computers. CIT-003 1 P.T.O.. Page 1 of 4 ...

IMoD: SEMANTIC WEB-BASED INSTRUCTIONAL ...
course design and development, ensure tight alignment between ... Application, Web Application. 1. ... Instructional Module Development (IMoD) system is to.

CLI on Web -
Jul 6, 2012 - Use Case. ❑Developers. ❑QA Engineers. Page 4. Technologies Investigated. ❑Frontend. ❑ Google Web Toolkit (GWT). ❑ Flex. ❑Backend.

Reversible Sketch Based on the XOR-based Hashing
proportional to the sketch length at none cost of the storage space and a little cost of the update ... Using a large amount of real Internet traffic data from NLANR,.

A Method for Integration of Web Applications Based on ...
of data in an integrated manner, called mashup or mixup. These integration ... and extraction, and the users can integrate Web applications with our class package ..... posium on User Interface Software and Technology, pages. 9–18, 1998.