A New Hashing and Caching Approach for Reducing Call Delivery Cost and Location Server s Load in Wireless Mobile Networks

Size: px
Start display at page:

Download "A New Hashing and Caching Approach for Reducing Call Delivery Cost and Location Server s Load in Wireless Mobile Networks"

Transcription

1 Proceedings of th International Conference on Computer and Information Technology (ICCIT 2009) December, 2009, Dhaka, Bangladesh A New Hashing and Caching Approach for Reducing Call Delivery Cost and Location Server s Load in Wireless Mobile Networks Md. Mohsin Ali, Md. Amjad Hossain, Md. Kowsar Hossain, G. M. Mashrur-E-Elahi, Md. Asadul Islam Department of Computer Science and Engineering (CSE) Khulna University of Engineering & Technology (KUET), Khulna 9203, Bangladesh mohsin_kuet_cse@yahoo.com, amjad_kuet@yahoo.com, auvikuet@yahoo.com, ranju2k4cse_kuet@yahoo.com, asad_kuet@yahoo.com Abstract This paper proposes a new approach for reducing average call delivery cost and location server s load of wireless mobile networks. It uses caches whose up-todate information is responsible for dropping these costs and these caches are updated not only during call arrival moment from the calling Mobile Hosts (MHs) but also during call receiving moment to those MHs. To achieve load balancing among replicated Home Location Registers (HLRs), hashing technique is also used and this load is also affected by up-to-date cache information. The analytical model and experimental results show that our proposed method prepares the cache with up-to-date information more frequently with the increase of average call arrival rate as well as average call receiving rate. This increases probability of finding MH s location as well as hit ratio of the cache. As a result, both the average call delivery cost and load on a particular HLR are minimized considerably than all other previous approaches. Keywords: Call arrival and receiving rate, call delivery cost, hashing and caching, Home Location Register (HLR), load balancing, Visitor Location Resister (VLR). I. INTRODUCTION Location management is concerned with the issues of tracking and finding MH in order to roaming in the network coverage area. To maintain the MHs locations, two types of location databases like HLR and Visitor Location Register (VLR) are commonly used in all wireless communications systems like basic IS-41 [1] and GSM [2]. These databases are organized in two levels of data hierarchy. In basic scheme of wireless mobile networks, network coverage is divided into cells. Each cell has a Base Transceiver Station (BTS) to which MH of the cell communicate through a wireless link. Each BTS is connected to a Mobile Switching Center (MSC) through a wired network. To facilitate the tracking of a moving MH, the wireless network is partitioned into many Registration Areas (RAs). Each RA includes tens or hundreds of cells. Each RA has a VLR servicing it and a VLR is designed to monitor only one RA. The HLR is the centralized database which contains the records of all users services in addition to location information for an entire network. The VLRs (distributed databases) download data from HLR concerning current users within the VLR s specific service areas. Two basic operations in location management are location update and call delivery. Location update is performed whenever an MH crosses the RA boundaries. Call delivery is the process of determining the serving VLR and the cell location of the called MH. It has been shown that average location update cost and call delivery cost can be reduced by caching and hashing [3], [4]. This paper proposes a new approach to improve the overall network performance in terms of average call delivery cost and individual location servers load by considering both the call arrival and receiving rate at the calling MH to update its cache information. The paper is organized as follows: Section II provides an overview of the related recent research work. Our proposed scheme is described in section III. Section IV gives the analytical model and comparison among different methods based on some experimental results. We provide a concluding remark in section V. II. RELATED WORK There has been considerable amount of work done on location management to improve the overall performance of the wireless mobile networks [5], [7], [8]. The main issues of location management are to reduce the average call delivery cost and location update cost. To reduce these costs, the location of MH can be cached at its caller site where the majority of calls originate [5]. Recently, the distributed database architecture based on hierarchical organization is used for locating MH rather than using centralized database architecture [6]. A number of replicated centralized databases, each of which is known as HLR, can be maintained to reduce the load on the database. To achieve the load balancing among the replicated HLRs, a protocol is proposed in [9]. Location updates and queries are multi-casted to subsets of location servers. These subsets vary with time and depends on the location of MH s querying of MSC and load on the server. At least one common database can exist at each pair of subsets. Hashing technique is used for the construction of the subsets. In [4], a /09/$ IEEE 61

2 HLR 0 HLR 1 HLR 2 HLR m-1 PSTN Network PSTN VLR MSC BS MSC LR MH Cell Fig. 1. Overall architecture of the wireless mobile networks with hashing and caching. hashing and caching scheme on location management is proposed to reduce average call delivery cost where only call arrival rate is used to cache the MHs location. Only one location server is chosen by using the hashing technique which simplifies the load balancing protocol and reduces the database operation. Fig. 1 shows the architecture of the wireless mobile networks which uses caches to store the location of MHs and hashing function for load balancing among replicated HLRs. III. PROPOSED APPROACH In our proposed approach, a set of location servers are used which are identical in nature. Hashing function is used to select one of these servers dynamically. Every MH, location server, and VLR has specific Mobile Host Identifier (MHID), Server Identifier (SERVERID), and VLR Identifier (VLRID), respectively. Assume, there are m location servers (0 to m-1) in the system. We use the function SERVERID = f (MHID, VLRID, m) = (MHID + VLRID) mod m to find the specific location server among m servers which contains the MH s location identified as MHID. The location information is also cached at VLR to reduce average call delivery cost and server s load. The cached location information of an MH is updated not only during call arrival moment from the calling MH but also during call receiving moment to that calling MH. At first, every call at VLR is checked to identify whether it is arrival call, receiving call, or handoff. Then, the cache is checked for MHs location information during call arrival time as well as during call receiving time. If that information is available in the cache during call receiving time and up-to-date, then the cache remains unchanged. Otherwise, the location information in the cache is obsolete or unavailable. In this case, cache is updated by extracting calling MH s location information from signaling message or by saving the information in the cache. During call arrival time, if that location information is found in the cache, then it is also checked to see whether it is up-to-date or not. The call is established in case of cache s up-to-date information. If location information is obsolete or absent in the cache, then it is collected from the location server selected by means of hashing function and updated or saved it to the cache. In case of handoff, MH s new location information is updated in one of the new location servers among m by applying hashing function. Then, this information is multi-casted to remaining m-1 location servers by the selected server. The flow chart in Fig. 2 describes our proposed approach. IV. ANALYTICAL MODEL AND EXPERIMENTAL RESULTS We know that the database access cost and signaling cost mainly depend on the database query delay and signal transmission delay. We mainly focused on the call delivery cost because the location update cost remains almost the same as basic IS-41 scheme [1] and as hashing and caching scheme [4] if we use lazy caching. In IS-41 scheme, total three queries are required to make a call. The first query is at calling VLR (D v ), the second at HLR (D h ), and the third at called VLR (D v ). So, the total database access cost is 2D v + D h [4]. Fig. 3 shows that total signaling cost depends on the following things 1. Two messages exchange between calling VLR and HLR (2 ), 2. Two messages exchange between HLR and called VLR (2 ), and 3. One Message exchanges between calling VLR and called VLR (C v ). 62

3 Start Call receiving Call arrival, or receiving or handoff? Handoff Select new location server for MHs new location using hashing function MH s location information in cache? MH s location information in cache? Call arrival MHs new location information is updated in that new server hit? Call established hit? This server multicasts this information to remaining m-1 location servers Update or save MH s location information in cache Find MHs location from server selected by hashing function Come back to that location server Go to VLR containing the address of called MH Fig. 2. Flow chart of the proposed method. So, the total signaling cost is 4 + C v. As a result, the average call delivery cost of basic IS-41 scheme is C b = 4 + C v +2D v + D h [4].. In hashing and caching scheme [4], location information is stored in the cache at the moment of call arrival. If it is in the cache, then cache hit may occur and at that time total cost depends on the cost of one query access in the cache and one message exchanges between calling VLR and called VLR (C v ). Otherwise, cache miss occurs means the information is obsolete. At that time, the total cost depends on the cost of one query access in the cache, one message exchanges between calling VLR and called VLR (C v ), the total cost of basic IS-41 scheme (C b ) and an update cost in the cache. The location information may not exists in the cache and then the total cost depends on the cost of one query access in the cache, the total cost of basic IS-41 scheme (C b ), and an update cost in the cache. Query access and update cost of the cache is considered negligible. Consider C c as average call delivery cost of hashing and caching scheme, C ch as average call delivery cost if the location information is in the cache, p as cache hit ratio, and q as probability that the location information is in the cache. So, C c is defined as follows [4]. 1 (1) Where, 1 (2) 63

4 Fig. 3. The basic signaling process of the wireless mobile networks. Assume, the call arrivals to MHs and MHs mobility follow the Poisson distribution. The mean call arrival rate is λ and the mean mobility rate is µ m. LCMR is the Local Call to Mobility Ratio. According to [4], p is defined as follows (3) According to [8],. So, (3) is written as follows (4) From (3), it is shown that in hashing and caching scheme, p depends only on λ and µ m, but in our proposed scheme, p depends not only on λ and µ m, but also on the mean call receiving rate,. So, it can be defined as follows If, then (5) becomes (5) (6) If we consider as maximum call arrival rate, then q in hashing and caching scheme depends only on and. So, it can be defined as follows Calling VLR HLR C v (7) Consider, as maximum call receiving rate. In our proposed scheme, q depends on λ,,, and. So, for this scheme, it can be defined as follows Called VLR If and, then (8) becomes (9) Fig. 4 shows different average call delivery cost, obtained by varying average call arrival or receiving rate for three different values of. It depicts that with increasing average call arrival or receiving rate, average call delivery cost of basic IS-41 scheme remains constant, because it does not depend on average call arrival or receiving rate relating to cache. But, this cost for both hashing and caching and proposed scheme is smaller for each of the three values of since caches are used to find out MH s location to deliver call instead of finding out it in the location server with more penalties. However, for proposed method, this cost decreases significantly than that of the remaining methods with respect to. Because, we use not only call arrival rate but also call receiving rate for cache update considering both of them as equal. So, the cache is updated more frequently than hashing and caching scheme. As a result, cache hit ratio increases and the average call delivery cost decreases. The load performance of location server is measured by throughput of location servers. For basic IS-41 scheme, the HLR is the only location server. For measuring the load performance of this scheme, we define X as throughput and µ as HLR query rate (service rate). This scheme is modeled as an M/M/1 queuing system. The call arrival times of this system are independent and exponentially distributed with parameter. Service times are also exponentially distributed with parameter µ. A single server is used in this system. So, the system throughput is equal to. For hashing and caching scheme, we assume that there are m location servers. MSC sends requests to server i, where i = 1,2,, m. We define as the throughput of one location server, as call arrival rate at server i, as one of the location server s service rate, and as the probability of querying to server i. We assume that the query service rate of one location server is. The server is selected uniformly using basic hashing method. So, is defined as. Thus, is defined as follows [4] 1 (10) 1 (8) w, (10) becomes 64

5 C b C c C cr D h /C v = 19 D h /C v = 10 D h /C v = Average Call Delivery Cost Lamda (λ) Fig. 4. Performance comparison of basic IS-41, hashing and caching and proposed schemes based on average call delivery cost. (11) Where, (1-q) is the probability that the location information is not in the cache. As there are m servers, we can model the system as m number of M/M/1 queues. w, the throughput of location server i is as follows [4] (12) In our proposed scheme, we have considered both call arrival and receiving rate for cache update. So, will be the same as (12); but, q of this equation will be defined by (8) instead of (7). Fig. 5 shows different server loads obtained with respect to average call arrival or receiving rate for three different values of m. It shows that with increasing average call arrival or receiving rate, the server load increases linearly in basic IS-41 scheme. This is because, there is only one location server to serve this scheme, no caching is used and all the calls are delivered by searching in the single server. On the other hand, the server load of hashing and caching and proposed scheme initially increases until a particular value of and then decreases with the increase of call arrival as well as call receiving rate for any value of m. Because, there are m location servers to serve these two schemes and there are caches to find out MH s location instead of directly searching in the location servers. Moreover, in proposed scheme, server load decreases more than the remaining schemes because it updates the cache more frequently during both call arrival and call receiving moment at calling MH instead of only during call arrival moment at that MH like hashing and caching scheme. But, larger values of m similarly make the server load of these two schemes smaller. V. CONCLUSION In this paper, we propose a new approach to improve the overall performance of the wireless mobile networks in terms of average call delivery cost and location server s load. We show that hit ratio of the cache used for storing MHs location information increases as we consider both call arrival rate and call receiving rate for updating cache information. A hashing function is used for load balancing among location servers and this load depends on the up-to-date cache information. The analytical model and experimental results show that with the improvement of hit ratio, the probability of 65

6 C b C c C cr m = 1 m = 3 m = Server Load Lamda (λ) Fig. 5. Performance comparison of basic IS-41, hashing and caching and proposed schemes based on location servers load. finding MHs location in cache also increases and thus average call delivery cost and location servers load are reduced significantly compared to all other previous methods. We are currently working with more appropriate hashing function for selecting one of the location servers with low congestion and minimized load. REFERENCES [1] EIA/TIA. Cellular radio-telecommunications intersystem operations, Tech. Rep. IS-41 Revision B, EIA/TIA, December [2] M. Mouly and M.B. Pautet, The GSM system for mobile communications, 49 rue Louise Bruneau, Palaiseau, France, Telecom Publishing, January [3] Chang Woo Pyo, Jie Li, Hisao Kameda, and Xiaohua Jia, Dynamic Location Management with Caching in Hierarchical Databases for Mobile Networks, DNIS 2002, LNCS 2544, Springer- Verlag, vol. 2544, pp , Berlin/Heidelberg, December [4] Weiping He and Athman Bouguettaya, Using Hashing and Caching for Location Management in Wireless Mobile Systems, MDM 2003, LNCS 2574, Springer-Verlag, vol. 2574, pp , Berlin/Heidelberg, January [5] I. Akyildiz, J. McNair, J. Ho, H. Uzunalioglu, and W. Wang, Mobility management in nextgeneration wireless systems, In Proceedings of the IEEE, vol. 87, no. 8, pp , August [6] Y. Bejerano and I. Cidon, An efficient mobility management strategy for personal communication systems, In The Fourth Annual ACM/IEEE International Conference on Mobile Computing and Networking, ACM Publishers, pp , Dallas, Texas, United States, October [7] A. Bouguettaya, On the construction of mobile database management systems, In The Australian Workshop on Mobile Computing & Databases & Applications, Melbourne, Australia, February [8] E. Pitoura and G. Samaras, Data Management for Mobile Computing, vol. 10, Kluwer Academic Publishers, [9] R. Prakash and M. Singhal, Dynamic hashing + quorum = efficient location management for mobile computing systems, In Proceedings of the Sixteenth Annual ACM Symposium on Principles of Distributed Computing, ACM Press Publisher, pp. 291, August

Authors: Md. Mohsin Ali* Md. Amjad Hossain Md. Kowsar Hossain G. M. Mashrur-E-Elahi Md. Asadul Islam

Authors: Md. Mohsin Ali* Md. Amjad Hossain Md. Kowsar Hossain G. M. Mashrur-E-Elahi Md. Asadul Islam Authors: Md. Mohsin Ali* Md. Amjad Hossain Md. Kowsar Hossain G. M. Mashrur-E-Elahi Md. Asadul Islam www.kuet.ac.bd Khulna University of Engineering & Technology (KUET) 2 Introduction Components of Wireless

More information

A New Hashing and Caching Approach for Minimizing Overall Location Management Cost in Next-Generation Wireless Networks

A New Hashing and Caching Approach for Minimizing Overall Location Management Cost in Next-Generation Wireless Networks Md. Mohsin Ali et al. / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 1 (), 010, 67-76 A New Hashing and Caching Approach for Minimizing Overall Location Management

More information

A New Location Caching with Fixed Local Anchor for Reducing Overall Location Management Cost in Wireless Mobile Networks

A New Location Caching with Fixed Local Anchor for Reducing Overall Location Management Cost in Wireless Mobile Networks A New Location Caching with Fixed Local Anchor for Reducing Overall Location Management Cost in Wireless Mobile Networks Md. Mohsin Ali Department of Computer Science and Engineering (CSE) Khulna niversity

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 8, August ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 8, August ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 8, August-2013 299 Performance Evaluation of PB-cache Scheme for Personal Communication Service Network Monika Rungta Sudhir

More information

A Centralized Approaches for Location Management in Personal Communication Services Networks

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

More information

Mobility Management usually includes two parts: location management and handoff management.

Mobility Management usually includes two parts: location management and handoff management. Mobile Data / Mobility Management I. Mobile Data Services/ Management This broad area involves a lot of industrial applications. Mobile data services/ management is becoming another profitable market for

More information

PERSONAL communications service (PCS) provides

PERSONAL communications service (PCS) provides 646 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 5, NO. 5, OCTOBER 1997 Dynamic Hierarchical Database Architecture for Location Management in PCS Networks Joseph S. M. Ho, Member, IEEE, and Ian F. Akyildiz,

More information

Mobility Management (cont.)

Mobility Management (cont.) CPET 565/CPET 499 Mobile Computing Systems Lecture 5 Mobility Management of Based on the Text used in the course: Fundamentals of Mobile & Pervasive Computing, 005, by Frank Adelstein, et. al, from McGraw-Hill

More information

New Mobility Scheme for Reducing Location Traffic in Mobile Networks

New Mobility Scheme for Reducing Location Traffic in Mobile Networks New Mobility Scheme for Reducing Location Traffic in Mobile Networks Il-Sun Hwang, Myungsun Lee, Ki-sung Yoo, and Jin-wook Chung 2 R&D Network Management KISTI, Korea his@kisti.re.kr 2 Dept. of Computer

More information

Broadcasting Scheme for Location Management in Mobile Networks

Broadcasting Scheme for Location Management in Mobile Networks Broadcasting Scheme for Location Management in Mobile Networks Jae-Woo LEE Department of Computer Science & Information, Kyungbok College it2c@korea.ac.kr Abstract Mobile and wireless network technologies

More information

PRAGMATIC REVISION ON DIVERSE MOBILITY MANAGING PATTERNS

PRAGMATIC REVISION ON DIVERSE MOBILITY MANAGING PATTERNS PRAGMATIC REVISION ON DIVERSE MOBILITY MANAGING PATTERNS Mohan 1 and Dr. S. Thabasu Kannan 2 1 Research Scholar, Associate Professor and Head, Department of Computer Science, Rajus College, Rajapalayam

More information

THE Global System for Mobile Communications (GSM)

THE Global System for Mobile Communications (GSM) IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 6, NO. 6, DECEMBER 1998 851 Database and Location Management Schemes for Mobile Communications Anna Hać, Senior Member, IEEE, and Bo Liu Abstract Signaling traffic

More information

A Review on various Location Management and Update Mechanisms in Mobile Communication

A Review on various Location Management and Update Mechanisms in Mobile Communication International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 2 No. 2 Jun. 2014, pp. 268-274 2014 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

More information

Avoidance of Bottleneck in PCS Network

Avoidance of Bottleneck in PCS Network Avoidance of Bottleneck in PCS Network Sidhi Pandey 1, Alka 2, Pratima Singh 3 1, 2, 3 (Computer Science & Engineering, Institute of Technology & Management, India) Abstract: This paper contains the concept

More information

A Methodology in Mobile Networks for Global Roaming

A Methodology in Mobile Networks for Global Roaming ORIENTAL JOURNAL OF COMPUTER SCIENCE & TECHNOLOGY An International Open Free Access, Peer Reviewed Research Journal Published By: Oriental Scientific Publishing Co., India. www.computerscijournal.org ISSN:

More information

Dynamic location and forwarding pointers for mobility management

Dynamic location and forwarding pointers for mobility management Mobile Information Systems 1 (2005) 3 24 3 IOS Press Dynamic location and forwarding pointers for mobility management Charles Abondo and Samuel Pierre Mobile Computing and Networking Research Laboratory

More information

MOBILITY AND SERVICE MANAGEMENT FOR FUTURE ALL-IP BASED WIRELESS NETWORKS

MOBILITY AND SERVICE MANAGEMENT FOR FUTURE ALL-IP BASED WIRELESS NETWORKS MOBILITY AND SERVICE MANAGEMENT FOR FUTURE ALL-IP BASED WIRELESS NETWORKS Weiping He Preliminary Research Document submitted to the Faculty of the Virginia Polytechnic Institute and State University in

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 ISSN 7 Location Management Strategies in Mobile Networks Vivek Kumar Department of Computer Science & Engineering Graphic Era University, Dehradun, INDIA vivekror7@gmail.com Narayan Chaturvedi Department of

More information

G 364: Mobile and Wireless Networking. CLASS 19, Mon. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob

G 364: Mobile and Wireless Networking. CLASS 19, Mon. Mar Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob G 364: Mobile and Wireless Networking CLASS 19, Mon. Mar. 22 2004 Stefano Basagni Spring 2004 M-W, 11:40am-1:20pm, 109 Rob Mobility Management Crucial problem in PCS Affect the performance of the system

More information

Diminishing Signaling Traffic for Authentication in Mobile Communication System

Diminishing Signaling Traffic for Authentication in Mobile Communication System Diminishing Signaling Traffic for Authentication in Mobile Communication System Chi-Chun Lo and Kuen-Liang Sue Institute of Information Management National Chiao Tung University Hsinchu, Taiwan cclo@cc.nctu.edu.tw,

More information

An Enhanced Intersystem Location Management Scheme. Based On User Profile Replication

An Enhanced Intersystem Location Management Scheme. Based On User Profile Replication An Enhanced Intersystem Location Management Scheme Based On User Profile Replication HyeJeong Lee and Dong-Ho Cho Division of Electrical Engineering, Dept. of Electrical Engineering & Computer Science,

More information

Wireless and Mobile Network Architecture

Wireless and Mobile Network Architecture Wireless and Mobile Network Architecture Chapter 2: Mobility Management Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Sep. 2006 1 Outline Introduction

More information

Cellular Communication

Cellular Communication Cellular Communication Cellular Communication Cellular communication is designed to provide communications between two moving units, or between one mobile unit and one stationary phone or land unit (PSTN).

More information

Overflow Control for Cellular Mobility Database

Overflow Control for Cellular Mobility Database 520 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 49, NO. 2, MARCH 2000 Overflow Control for Cellular Mobility Database Yi-Bing Lin, Senior Member, IEEE Abstract In a cellular phone system, the service

More information

Announcements. CMPE 257: Wireless and Mobile Networking. Today. Location Management. Project status update 2. Graded exams. Hw 4 (?) Project report.

Announcements. CMPE 257: Wireless and Mobile Networking. Today. Location Management. Project status update 2. Graded exams. Hw 4 (?) Project report. CMPE 257: Wireless and Mobile Networking Spring 2003 Lecture 17 Announcements Project status update 2. Graded exams. Hw 4 (?) Project report. CMPE 257 Spring 2003 1 CMPE 257 Spring 2003 2 Today Location

More information

Mobility Management. Shun-Ren Yang Ph.D.

Mobility Management. Shun-Ren Yang Ph.D. Mobility Management Shun-Ren Yang Ph.D. Email: sryang@cs.nthu.edu.tw 1 Outlines Introduction Handoff Roaming Management 2 A Common PCS Network Architecture VL R MSC PSTN HLR VLR MSC BS HLR: Home Location

More information

Multilevel Fault-tolerance for Designing Dependable Wireless Networks

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

More information

Advanced Computer Networks Exercise Session 4. Qin Yin Spring Semester 2013

Advanced Computer Networks Exercise Session 4. Qin Yin Spring Semester 2013 Advanced Computer Networks 263-3501-00 Exercise Session 4 Qin Yin Spring Semester 2013 1 Administration If you haven't received any email about your submission We got your solutions for A1 & A2 About solutions

More information

98 The International Arab Journal of Information Technology, Vol. 4, No. 2, April 2007 would impose an unmanageable burden on the limited channel capa

98 The International Arab Journal of Information Technology, Vol. 4, No. 2, April 2007 would impose an unmanageable burden on the limited channel capa The International Arab Journal of Information Technology, Vol. 4, No. 2, April 2007 97 Intelligent Based Approach for Transaction Processing in Mobile Database Systems Sekar Ganesh, Mathan Vijayalakshmi,

More information

Determination of the Registration Point for Location Update. by Dynamic Programming in PCS

Determination of the Registration Point for Location Update. by Dynamic Programming in PCS Determination of the Registration Point for Location Update by Dynamic Programming in PCS Chae Y. Lee and Seon G. Chang Department of Industrial Engineering, KAIST 373-1, Kusung-Dong, Taejon, Korea, 305-701

More information

Security Management System of Cellular Communication: Case Study

Security Management System of Cellular Communication: Case Study Security Management System of Cellular Communication: Case Study Othman O. Khalifa, Abdulrazzag Aburas, A. Al Bagul, Meftah Hrairi, Muhammad Shahril bin Shahbuddin, and Harman bin Mat Kasa Abstract Cellular

More information

Analysis of Dynamic Location Management for PCS Networks

Analysis of Dynamic Location Management for PCS Networks IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 51, NO. 5, SEPTEMBER 2002 1109 Analysis of Dynamic Location Management for PCS Networks Jie Li, Member, IEEE, YiPan, Senior Member, IEEE, and Xiaohua Jia,

More information

Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks

Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks Performance Analysis of Hierarchical Mobile IPv6 in IP-based Cellular Networks Sangheon Pack and Yanghee Choi School of Computer Science & Engineering Seoul National University Seoul, Korea Abstract Next-generation

More information

ETSN01 Exam Solutions

ETSN01 Exam Solutions ETSN01 Exam Solutions March 014 Question 1 (a) See p17 of the cellular systems slides for a diagram and the full procedure. The main points here were that the HLR needs to be queried to determine the location

More information

Wireless and Mobile Network Architecture

Wireless and Mobile Network Architecture Wireless and Mobile Network Architecture Chapter 8: GSM Mobility Management Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Nov. 2006 1 Outline

More information

SENSE AND CACHE A NOVEL CACHING SCHEME FOR MOBILE USERS IN A CELLULAR NETWORK

SENSE AND CACHE A NOVEL CACHING SCHEME FOR MOBILE USERS IN A CELLULAR NETWORK SENSE AND CACHE A NOVEL CACHING SCHEME FOR MOBILE USERS IN A CELLULAR NETWORK C.MALA 1, S.SELVAKUMAR 2 Department of Computer science and Engineering National Institute of technology, Tiruchirappalli,

More information

PREDICTING NUMBER OF HOPS IN THE COOPERATION ZONE BASED ON ZONE BASED SCHEME

PREDICTING NUMBER OF HOPS IN THE COOPERATION ZONE BASED ON ZONE BASED SCHEME 44 PREDICTING NUMBER OF HOPS IN THE COOPERATION ZONE BASED ON ZONE BASED SCHEME Ibrahim Saidu a, *,Idawaty Ahmad a,b, Nor Asila Waty Abdul Hamid a,b and Mohammed waziri Yusuf b a Faculty of Computer Science

More information

Locating Objects in Mobile Computing

Locating Objects in Mobile Computing IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. 13, NO. 4, JULY/AUGUST 2001 571 Locating Objects in Mobile Computing Evaggelia Pitoura, Member, IEEE Computer Society, and George Samaras, Member,

More information

146 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 12, NO. 1, FEBRUARY 2004

146 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 12, NO. 1, FEBRUARY 2004 146 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 12, NO. 1, FEBRUARY 2004 A Distributed Database Architecture for Global Roaming in Next-Generation Mobile Networks Zuji Mao, Member, IEEE, and Christos Douligeris,

More information

An Efficient Analytical Method for Location Management Strategy in Cellular Mobile Networks

An Efficient Analytical Method for Location Management Strategy in Cellular Mobile Networks Proceedings of the World Congress on Engineering and Computer Science 007 WCECS 007, October 4-, 007, San Francisco, USA An Efficient Analytical Method for Location Management Strategy in Cellular Mobile

More information

MOBILITY, LOCATION MANAGEMENT AND HANDOVER TECHNIQUES FOR WIRELESS MOBILE NETWORKS

MOBILITY, LOCATION MANAGEMENT AND HANDOVER TECHNIQUES FOR WIRELESS MOBILE NETWORKS MOBILITY, LOCATION MANAGEMENT AND HANDOVER TECHNIQUES FOR WIRELESS MOBILE NETWORKS 1 Dr.S.Vimal Anand, 2 T.Dhamodharan, 3 B.M.Alaudeen, 4 T.Priyadharshini, 1 Head-Department of Computer Applications, AVS

More information

Mobility: vocabulary

Mobility: vocabulary What is mobility? spectrum of mobility, from the perspective: no mobility high mobility mobile wireless user, using same access point mobile user, connecting/ disconnecting from using DHCP. mobile user,

More information

A Strategy to Manage Cache Coherency in a Distributed Mobile Wireless Environment

A Strategy to Manage Cache Coherency in a Distributed Mobile Wireless Environment A Strategy to Manage Cache Coherency in a Distributed Mobile Wireless Environment Anurag Kahol, Sumit Khurana, Sandeep K. S. Gupta, and Pradip K. Srimani Shumei Chen Hoang Nguyen Jeff Wilson Team Members

More information

Efficient PCS Call Setup Protocols*

Efficient PCS Call Setup Protocols* Efficient PCS Call Setup Protocols* Yingwei Cui, Derek Lam, Jennifer Widom, Donald C. Cox Computer Science & Electrical Engineering Depts. Stanford University Abstract Increasing demand for wireless mobile

More information

E2-E3: CONSUMER MOBILITY. CHAPTER-5 CDMA x OVERVIEW (Date of Creation: )

E2-E3: CONSUMER MOBILITY. CHAPTER-5 CDMA x OVERVIEW (Date of Creation: ) E2-E3: CONSUMER MOBILITY CHAPTER-5 CDMA 2000 1x OVERVIEW (Date of Creation: 01-04.2011) Page: 1 CDMA 2000 1X Overview Introduction CDMA (code division multiple access) is a mobile digital radio technology

More information

Dynamic Cache Consistency Schemes for Wireless Cellular Networks

Dynamic Cache Consistency Schemes for Wireless Cellular Networks IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 5, NO., FEBRUARY 00 Dynamic Cache Consistency Schemes for Wireless Cellular Networks Zhijun Wang, Mohan Kumar, Sajal K Das, and Huaping Shen Abstract

More information

A Timer-based Session Setup Procedure in Cellular-WLAN Integrated Systems

A Timer-based Session Setup Procedure in Cellular-WLAN Integrated Systems his paper was presented as part of the Mobility Management in the Networks of the Future World (MobiWorld) Workshop at A -based Session Setup Procedure in Cellular-WLAN Integrated Systems Gwangwoo Park,

More information

A Seamless Handover Mechanism for IEEE e Broadband Wireless Access

A Seamless Handover Mechanism for IEEE e Broadband Wireless Access A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access Kyung-ah Kim 1, Chong-Kwon Kim 2, and Tongsok Kim 1 1 Marketing & Technology Lab., KT, Seoul, Republic of Korea {kka1, tongsok}@kt.co.kr

More information

Editor David Crowe Phone Fax Vol. 3, No. 6 June, IS-41 Rev. C Delayed? The scheduled date to start the ballot

Editor David Crowe Phone Fax Vol. 3, No. 6 June, IS-41 Rev. C Delayed? The scheduled date to start the ballot Editor David Crowe Phone 403-289-6609 Fax 403-289-6658 Vol. 3, No. 6 June, 1994 In This Issue... IS-41 Rev. C Delayed? p. 1 TSB-41 (IS-41 Rev. B Technical Notes) Out for Ballot p. 1 Inter-System Call Delivery,

More information

A Geomulticast Architecture and Analysis Model for Ad-hoc Networks

A Geomulticast Architecture and Analysis Model for Ad-hoc Networks A Geomulticast Architecture and Analysis Model for Ad-hoc Networks Beongku An and Dohyeon Kim 2 School of Electronic, Electrical and Computer Engineering, Hongik University Jochiwon, Chungnam, Korea, 339-70,

More information

Applying Data Mining to Wireless Networks

Applying Data Mining to Wireless Networks Applying Data Mining to Wireless Networks CHENG-MING HUANG 1, TZUNG-PEI HONG 2 and SHI-JINN HORNG 3,4 1 Department of Electrical Engineering National Taiwan University of Science and Technology, Taipei,

More information

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications

Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Performance Analysis of Cell Switching Management Scheme in Wireless Packet Communications Jongho Bang Sirin Tekinay Nirwan Ansari New Jersey Center for Wireless Telecommunications Department of Electrical

More information

Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking

Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking Last time Router internals Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking Mobility Home, visited s Home, foreign agents Permanent, care-of

More information

Analysis of Replication Control Protocols

Analysis of Replication Control Protocols Analysis of Replication Control Protocols Darrell D. E. Long University of California, Santa Cruz darrell@cis.ucsc.edu June 22, 2003 Abstract In recent years many replication control protocols have been

More information

A Three Level Tree Structure Database Architecture for Global Roaming in Mobile Networks

A Three Level Tree Structure Database Architecture for Global Roaming in Mobile Networks A Three Level Tree Structure Database Architecture for Global Roaming in Mobile Networks C. HariChandana, A. Sudhir Babu Department of Computer Science & Engineering, PVP Siddhartha Institute of Technology

More information

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com PERFORMANCE ANALYSIS FOR WIRELESS MESH NETWORK CONSIDERING DIFFERENT CLIENT DISTRIBUTION PATTERNS S.Dhivya #1,

More information

An ef cient location management scheme for PCS networks

An ef cient location management scheme for PCS networks Computer Communications 24 2001) 1355±1369 Research An ef cient location management scheme for PCS networks Haidar Safa, Samuel Pierre*, Jean Conan www.elsevier.com/locate/comcom Department of Electrical

More information

No lecture on Thurs. Last homework will be out this week (not due, covers wireless) Extra office hours for next week and the week after.

No lecture on Thurs. Last homework will be out this week (not due, covers wireless) Extra office hours for next week and the week after. Administrivia No lecture on Thurs. Last homework will be out this week (not due, covers wireless) Extra office hours for next week and the week after. 1 CSMA/CA: Recap Sensing in wireless medium is limited

More information

Architecture and Prototyping of an based Self-Organizing Hierarchical Ad-Hoc Wireless Network (SOHAN)

Architecture and Prototyping of an based Self-Organizing Hierarchical Ad-Hoc Wireless Network (SOHAN) Architecture and Prototyping of an 802.11- based Self-Organizing Hierarchical Ad-Hoc Wireless Network (SOHAN) PIMRC 2004, Barcelona Sept 5-8, 2004 S. Ganu, L. Raju, B. Anepu, S. Zhao, I. Seskar and D.

More information

Decreasing Call Blocking Rate by Using Optimization Technique

Decreasing Call Blocking Rate by Using Optimization Technique International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 1 Decreasing Call Blocking Rate by Using Optimization Technique Vinay Prakash Sriwastava *, Jalneesh Singh *,

More information

A queueing network model to study Proxy Cache Servers

A queueing network model to study Proxy Cache Servers Proceedings of the 7 th International Conference on Applied Informatics Eger, Hungary, January 28 31, 2007. Vol. 1. pp. 203 210. A queueing network model to study Proxy Cache Servers Tamás Bérczes, János

More information

Network Node for IMT-2000

Network Node for IMT-2000 Network Node for IMT-2000 vkenya Tanaka vmitsuyuki Mizuno vkazuhiro Sato (Manuscript received August 30, 2002) Fujitsu has developed a Mobile Switching Node for IMT-2000 3G Networks. This system is an

More information

Optimization on TEEN routing protocol in cognitive wireless sensor network

Optimization on TEEN routing protocol in cognitive wireless sensor network Ge et al. EURASIP Journal on Wireless Communications and Networking (2018) 2018:27 DOI 10.1186/s13638-018-1039-z RESEARCH Optimization on TEEN routing protocol in cognitive wireless sensor network Yanhong

More information

Performance Study of Interweave Spectrum Sharing Method in Cognitive Radio

Performance Study of Interweave Spectrum Sharing Method in Cognitive Radio Performance Study of Interweave Spectrum Sharing Method in Cognitive Radio Abstract Spectrum scarcity is one of the most critical recent problems in the field of wireless communication One of the promising

More information

EUROPEAN ETS TELECOMMUNICATION November 1996 STANDARD

EUROPEAN ETS TELECOMMUNICATION November 1996 STANDARD EUROPEAN ETS 300 522 TELECOMMUNICATION November 1996 STANDARD Third Edition Source: ETSI TC-SMG Reference: RE/SMG-030302PR2 ICS: 33.020 Key words: Digital cellular telecommunications system, Global System

More information

Information Technology Mobile Computing Module: GSM Handovers

Information Technology Mobile Computing Module: GSM Handovers Information Technology Mobile Computing Module: GSM Handovers Learning Objectives Recap of previous modules Basic functions of Network Sub System Entities that form NSS namely MSC,GMSC,HLR and VLR Functions

More information

A QUANTITATIVE ANALYSIS OF HANDOVER TIME AT MAC LAYER FOR WIRELESS MOBILE NETWORKS

A QUANTITATIVE ANALYSIS OF HANDOVER TIME AT MAC LAYER FOR WIRELESS MOBILE NETWORKS A QUANTITATIVE ANALYSIS OF HANDOVER TIME AT MAC LAYER FOR WIRELESS MOBILE NETWORKS Syed S. Rizvi 1, Aasia Riasat 2, and Khaled M. Elleithy 3 1 Computer Science and Engineering Department, University of

More information

A Survey on Signaling Load in Mobility Management

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

More information

Security of Cellular Networks: Man-in-the Middle Attacks

Security of Cellular Networks: Man-in-the Middle Attacks Security of Cellular Networks: Man-in-the Middle Attacks Mario Čagalj University of Split 2013/2014. Security in the GSM system by Jeremy Quirke, 2004 Introduction Nowadays, mobile phones are used by 80-90%

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

CHAPTER 4 SYSTEM IMPLEMENTATION 4.1 INTRODUCTION

CHAPTER 4 SYSTEM IMPLEMENTATION 4.1 INTRODUCTION CHAPTER 4 SYSTEM IMPLEMENTATION 4.1 INTRODUCTION The most important part of any project i.e., implementation. It describes the various functionalities step by step under each module with their outputs.

More information

WiMax-based Handovers in Next Generation Networks

WiMax-based Handovers in Next Generation Networks WiMax-based Handovers in Next Generation Networks Nadine Akkari Department of Computer Science Faculty of Computing and Information Technology King Abdulaziz University, Saudi Arabia nakkari@kau.edu.sa

More information

A NEW ALGORITHM FOR CALL SETUP FROM A FIXED WIRELINE TO A ROAMING MOBILE STATION IN AN ADJACENT NETWORK

A NEW ALGORITHM FOR CALL SETUP FROM A FIXED WIRELINE TO A ROAMING MOBILE STATION IN AN ADJACENT NETWORK International Journal of Computer Science and Communication Vol. 2, No. 1, January-June 2011, pp. 63 67 A NEW ALGORITHM FOR CALL SETUP FROM A FIXED WIRELINE TO A ROAMING MOBILE STATION IN AN ADJACENT NETWORK

More information

PERFORMANCE ANALYSIS OF IMPLICIT DE-REGISTRATION STRATEGIES FOR SINGLE AND MULTI-HLR ARCHITECTURE

PERFORMANCE ANALYSIS OF IMPLICIT DE-REGISTRATION STRATEGIES FOR SINGLE AND MULTI-HLR ARCHITECTURE PERFORMANCE ANALYSIS OF IMPLICIT DE-REGISTRATION STRATEGIES FOR SINGLE AND MULTI- ARCHITECTURE Sarvpal H. Singh 1, Vijay Kumar 2 1 Department of Computer Sc. & Engineering, M.M.M. Engg. College, Gorakhpur,

More information

An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs

An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs Jin Liu 1, Hongmin Ren 1, Jun Wang 2, Jin Wang 2 1 College of Information Engineering, Shanghai Maritime University,

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October-2014 535 MINIMIZATION OF CALL DROP IN CODE DIVISION MULTIPLE ACCESS 2000IX IN 3G WIRELESS NETWORKS Udeh I.J, Offia

More information

Performance Analysis of Integrated Voice and Data Systems Considering Different Service Distributions

Performance Analysis of Integrated Voice and Data Systems Considering Different Service Distributions Performance Analysis of Integrated Voice and Data Systems Considering Different Service Distributions Eser Gemikonakli University of Kyrenia, Kyrenia, Mersin 10, Turkey Abstract In this study, the aim

More information

Hierarchical Location Caching Scheme for Mobile Object Tracking in the Internet of Things

Hierarchical Location Caching Scheme for Mobile Object Tracking in the Internet of Things J Inf Process Syst, Vol.13, No.5, pp.1410~1429, October 2017 https://doi.org/10.3745/jips.03.0081 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Hierarchical Location Caching Scheme for Mobile Object

More information

An Evaluation of Deficit Round Robin Fair Queuing Applied in Router Congestion Control

An Evaluation of Deficit Round Robin Fair Queuing Applied in Router Congestion Control JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 18, 333-339 (2002) Short aper An Evaluation of Deficit Round Robin Fair ueuing Applied in Router Congestion Control Department of Electrical Engineering National

More information

4. Data Transmitting Agent based strategy for

4. Data Transmitting Agent based strategy for 120 Chapter 4 4. Data Transmitting Agent based strategy for Effective Cache Consistency 4.1 Architecture of Multicast-Data Dissemination Model Using Data Transmitting Agent The architecture of a mobile

More information

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

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

More information

WEB OBJECT SIZE SATISFYING MEAN WAITING TIME IN MULTIPLE ACCESS ENVIRONMENT

WEB OBJECT SIZE SATISFYING MEAN WAITING TIME IN MULTIPLE ACCESS ENVIRONMENT International Journal of Computer Networks & Communications (IJCNC) Vol.6, No.4, July 014 WEB OBJECT SIZE SATISFYING MEAN WAITING TIME IN MULTIPLE ACCESS ENVIRONMENT Y. J. Lee Department of Technology

More information

Information Technology Mobile Computing Module: GSM Handovers

Information Technology Mobile Computing Module: GSM Handovers Information Technology Mobile Computing Module: GSM Handovers Learning Objectives What is handover? Why handover are required? Types of handovers(hard and Soft) Types of Handovers in GSM(Intra cell, Inter

More information

MODELING OF SMART GRID TRAFFICS USING NON- PREEMPTIVE PRIORITY QUEUES

MODELING OF SMART GRID TRAFFICS USING NON- PREEMPTIVE PRIORITY QUEUES MODELING OF SMART GRID TRAFFICS USING NON- PREEMPTIVE PRIORITY QUEUES Contents Smart Grid Model and Components. Future Smart grid components. Classification of Smart Grid Traffic. Brief explanation of

More information

A Novel Distance Based Relocation Mechanism to Enhance the Performance of Proxy Cache in a Cellular Network

A Novel Distance Based Relocation Mechanism to Enhance the Performance of Proxy Cache in a Cellular Network 258 The International Arab Journal of Information Technology, Vol. 6, No. 3, July 2009 A Novel Distance Based Relocation Mechanism to Enhance the Performance of Proxy Cache in a Cellular Network Mala Chelliah

More information

Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks

Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks Sangheon Pack, Taekyoung Kwon, and Yanghee Choi School of Computer Science and Engineering Seoul National University, Seoul, Korea

More information

School of Computer Science

School of Computer Science Cost Analysis of NEMO Protocol Entities Md. Shohrab Hossain, Mohammed Atiquzzaman TR-OU-TNRL-10-105 September 2010 Telecommunication & Network Research Lab School of Computer Science THE UNIVERSITY OF

More information

Efficient Shortest Path Routing (ESPR) Algorithm for Multicasting in Wireless Mesh Network

Efficient Shortest Path Routing (ESPR) Algorithm for Multicasting in Wireless Mesh Network ISSN:2229-6093 Efficient Shortest Path Routing () Algorithm for Multicasting in Wireless Mesh Network 1 Geetanjali Rathee, 2Ninni Singh, 3Hemraj Saini 1, 2, 3 Department of Computer Science and Engineering

More information

SUPPORT OF HANDOVER IN MOBILE ATM NETWORKS

SUPPORT OF HANDOVER IN MOBILE ATM NETWORKS SUPPORT OF HANDOVER IN MOBILE ATM NETWORKS Péter Fazekas fazekasp@hit.hit.bme.hu Tel: (36) 1-463-3256 Fax: (36) 1-463-3263 Department of Telecommunications Pázmány Péter sétany 1/D Polytechnic University

More information

Transaction Processing in Mobile Database Systems

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

More information

Load-Balanced Location Management for Cellular Mobile Systems Using Quorums and Dynamic Hashing

Load-Balanced Location Management for Cellular Mobile Systems Using Quorums and Dynamic Hashing Wireless Networks 7, 497 512, 2001 2001 Kluwer Academic Publishers. Manufactured in The Netherlands. Load-Balanced Location Management for Cellular Mobile Systems Using Quorums and Dynamic Hashing RAVI

More information

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015)

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) A Cross Traffic Estimate Model for Optical Burst Switching Networks Yujue WANG 1, Dawei NIU 2, b,

More information

CSC 4900 Computer Networks: Mobility

CSC 4900 Computer Networks: Mobility CSC 4900 Computer Networks: Mobility Professor Henry Carter Fall 2017 Last Time What is the hidden terminal problem? How do CDMA networks use spectrum differently than TDMA systems? What is a chipping

More information

FUTURE personal communications service (PCS) networks

FUTURE personal communications service (PCS) networks IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 5, NO. 2, FEBRUARY 2006 1 On Integrated Location and Service Management for Minimizing Network Cost in Personal Communication Systems Ing-Ray Chen, Member, IEEE

More information

Adaptive Mechanism for Aggregation with fragments retransmission in high-speed wireless networks

Adaptive Mechanism for Aggregation with fragments retransmission in high-speed wireless networks Int. J. Open Problems Compt. Math., Vol. 4, No. 3, September 2011 ISSN 1998-6262; Copyright ICSRS Publication, 2011 www.i-csrs.org Adaptive Mechanism for Aggregation with fragments retransmission in high-speed

More information

Improving Reliable Transport and Handoff Performance in Cellular Wireless Networks

Improving Reliable Transport and Handoff Performance in Cellular Wireless Networks Improving Reliable Transport and Handoff Performance in Cellular Wireless Networks H. Balakrishnan, S. Seshan, and R. H. Katz ACM Wireless Networks Vol. 1, No. 4, pp. 469-482 Dec. 1995 P. 1 Introduction

More information

Last time?! Block 3: Lecture 1! Wireless networks! Ingredients 2: Antennas! Ingredients 1: Mobile Phones, PDAs & Co.! 20/05/14. Part 3: lecture 3!

Last time?! Block 3: Lecture 1! Wireless networks! Ingredients 2: Antennas! Ingredients 1: Mobile Phones, PDAs & Co.! 20/05/14. Part 3: lecture 3! 20/05/14 Last time? WiFi Block 3: Lecture 1 Part 3: lecture 3 Wireless s Speed and ranges and channels Specifications DCF mechanisms WiMax Mobile s Ingredients 1: Mobile Phones, PDAs & Co. Ingredients

More information

A model for the evaluation of storage hierarchies

A model for the evaluation of storage hierarchies ~ The The design of the storage component is essential to the achieving of a good overall cost-performance balance in a computing system. A method is presented for quickly assessing many of the technological

More information

ADAPTIVE SLOT ALLOCATION AND BANDWIDTH SHARING FOR PRIORITIZED HANDOFF CALLS IN MOBILE NETWOKS

ADAPTIVE SLOT ALLOCATION AND BANDWIDTH SHARING FOR PRIORITIZED HANDOFF CALLS IN MOBILE NETWOKS ADAPTIVE SLOT ALLOCATION AND BANDWIDTH SHARING FOR PRIORITIZED HANDOFF CALLS IN MOBILE NETWOKS S.Malathy G.Sudhasadasivam K.Murugan S.Lokesh Research Scholar Professor, CSE Department Lecturer, IT Dept

More information

Nexus8610 Traffic Simulation System. Intersystem Handover Simulation. White Paper

Nexus8610 Traffic Simulation System. Intersystem Handover Simulation. White Paper Traffic Simulation System Intersystem Handover Simulation White Paper Notice Every effort has been made to ensure that the information in this document was accurate at the time of printing. However, the

More information