Support of Micro-Mobility in MPLS-Based Wireless Access Networks

Size: px
Start display at page:

Download "Support of Micro-Mobility in MPLS-Based Wireless Access Networks"

Transcription

1 IEICE TRANS. COMMUN., VOL.E88 B, NO.7 JULY PAPER Special Section on Mobile Multimedia Communications Support of Micro-Mobility in MPLS-Based Wireless Access Networks Kaiduan XIE, Vincent W.S. WONG a), and Victor C.M. LEUNG, Nonmembers SUMMARY In this paper, we propose an architecture for the MPLS (Multi-Protocol Label Switching)-based micro-mobility management including label switched path setup, packet forwarding, handoff processing, and paging. In order to prevent packet loss during handoff, we propose two packet recovery mechanisms, namely: buffer time-based packet recovery and medium access control (MAC) layer assisted packet recovery schemes. Simulation results show that the MAC layer assisted packet recovery scheme has a better performance than buffer time-based scheme. Our proposed scheme provides a higher throughput when compared with other IP micro-mobility protocols including Cellular IP, HAWAII, and Hierarchical Mobile IP. key words: MPLS, mobility management, handoff,paging 1. Introduction Mobile IP (MIP) [1] is the current standard for supporting mobility in IP (Internet Protocol) network. It provides seamless mobility by hiding the change of IP address when a mobile host (MH) moves between IP subnets, thus providing a good framework that allows users to roam outside their home network. However, Mobile IP is not designed to support fast handoff and seamless mobility in handoff-intensive environments. Various IP micro-mobility protocols (e.g., Cellular IP [2], HAWAII [3], HFA (hierarchical foreign agent) [4]) have been proposed recently aiming to support mobility within a domain. Most of these protocols adopt a hierarchical approach by dividing the network into domains. Mobile IP is used to support mobility between two domains while intradomain mobility can be handled by micro-mobility scheme [5]. In wired networks, Multi-Protocol Label Switching (MPLS) has begun to deploy in the Internet backbone to supportservicedifferentiation and traffic engineering [6]. In MPLS, each packet is prepended with a label. MPLS simplifies the forwarding process by means of label swapping. Other advantages of MPLS include the ease of creating virtual private networks, the support of traffic engineering via constraint-based routes, and path protection via fast reroute. There has been increasing interest in applying MPLS in IP-based wireless access networks [7]. An architecture Manuscript received September 27, Manuscript revised December 21, The authors are with the Department of Electrical and Computer Engineering, University of British Columbia, Vancouver, BC, Canada. Presently, with VectorMAX Corp. a) vincentw@ece.ubc.ca DOI: /ietcom/e88 b integrating MPLS and Mobile IP which obviates the need for IP tunneling is proposed in [8]. Label switched path (LSP) setup and handoff processing for MPLS-based micromobility management are proposed in [9]. In [10], a label edge mobility agent (LEMA) is proposed to create a hierarchical overlay network above the access network. The mechanisms for creating and modifying LSPs in MPLS and hierarchical mobile IP environments are described in [11]. Comparing with Cellular IP, HAWAII and HFA, MPLS-based micro-mobility has several advantages. It provides the capability to incorporate constraint-based routing and the support of traffic engineering in wireless access networks. The second is the ease of deployment. Within the wireless access network, only the gateway (GW), the paging server, and the base stations (BSs) need to be aware of the mobility of the MH. It improves the network reliability through the use of path protection and restoration schemes (e.g., fast reroute [6]). In this paper, an MPLS-based mobility management architecture for wireless IP networks is proposed. Our work differs from the related work ([7] [11]) in that we not only present the mechanisms for mobility management (including LSP setup, packet forwarding, handoff, paging), but we also provide qualitative comparisons with other IP micromobility management schemes. Our main contributions are as follows [12], [13]: A domain-based MPLS mobility management scheme for wireless IP networks is proposed. In order to prevent packet loss during handoff, two packet recovery schemes are proposed and evaluated. The performance of the MPLS-based mobility management scheme is studied in terms of UDP (user datagram protocol) packet loss and TCP (transmission control protocol) throughput by using ns-2 simulations. Both qualitative and quantitative performance comparisons between our proposed scheme and other IP-based mobility management schemes including Cellular IP, HAWAII, and Hierarchical Mobile IP are given. This paper is organized as follows: Sect. 2 presents our proposed architecture. In Sect. 3, we provide a qualitative comparison between our proposed scheme and Cellular IP, HAWAII, and HFA. Section 4 presents the performance comparison results via network simulation. Section 5 concludes our work and outlines the future work. Copyright c 2005 The Institute of Electronics, Information and Communication Engineers

2 2736 IEICE TRANS. COMMUN., VOL.E88 B, NO.7 JULY 2005 Fig. 1 Registration process. Fig. 2 Handoff process. 2. MPLS-Based IP Mobility Management 2.1 Label Switched Path (LSP) Setup The MIP registration protocol is used to set up an LSP for the MH. The network is divided into domains. In each domain there is an MPLS capable router acting as the gateway (GW). The GW acts as the home agent (HA) for the MHs, and handles the mobility management for the MHs in the domain. In Fig. 1, the BSs periodically broadcast the MIP advertisement (ADV) to the MHs. The identity of the BS is carried as part of the ADV. Upon receiving the ADV, the MH sends an MIP registration request (RREQ) asareply (step 1). The BS can then determine whether an MH that is powered on is in its home domain. If the MH is in its home domain, the BS sends an RREQ to the GW (step 2). The GW creates an LSP entry for the MH in its label forwarding information base (LFIB). It places the MH s address on the forwarding equivalence class (FEC) field of the LSP entry for the MH s serving BS. The GW then sends an MIP registration reply (RREP) to the BS that relays this message to the MH (steps 3 and 4). In the downlink direction, there are two LSP segments for the MH. One is from the CH s label switched router (LSR) to the GW. The other is from the GW to the MH s serving BS. In the uplink direction, all packets from the MH travel to the GW first, and are then forwarded to the destination. We assume that the LSP between the CH and the HA/GW as well as the LSP between the GW and BS are pre-configured via the label distribution protocol (LDP) [14]. In Fig. 1, all the intermediate nodes (e.g., R1, W1, GW, and BS1) are assumed to be LSRs. The MH s label information in the LFIBs of related nodes is shown in the inner table in Fig. 1. The notations are as follows: I/F: Incoming interface; I/L: Incoming Label; O/F: Outgoing interface; O/L: Outgoing Label; S: Segmented flag. The segmented flag (with a value of 1 or 0) is used to indicate the need for further LFIB lookup for packet forwarding. An active timer T a is used to decide whether or not the MH is active (i.e., transmitting or receiving data packets). Each incoming or outgoing data packet refreshes the timer T a. When the timer expires, the network assumes that the MH is in idle state, and removes the LSP entry for this user in the corresponding LFIBs. 2.2 Packet Forwarding If a CH wants to communicate with the MH, packets are transmitted via the pre-configured LSP between the CH s LSR and MH s HA. The HA knows whether there is another LSP segment for the MH via checking the segmented flag in LFIB. If the segmented flag is 1, after stripping the label and obtaining the destination address, the home agent selects an LSP using the MH s destination address as an index. All packets destined for the MH use this LSP to reach the MH s serving BS via the normal label forwarding. When packets arrive at the MH s serving BS, it relays them to the MH via wireless channel. There are three LSP segments between CH and MH: the CH s LSR to HA, HA to foreign GW, and foreign GW to the MH s serving BS. In outgoing direction, packets follow the path to the GW and are then forwarded to destination. 2.3 Handoff As in MIP, the BS periodically sends the ADV to the MH. Handoff occurs when the MH send an RREQ to the new BS (step 1 in Fig. 2). If the old and new BSs are within the same domain, the new BS informs the GW via the RREQ (step 2). The new BS also sends a handoff-notification (HFNO) to the old BS so that the old BS can forward packets to the new BS (step 3). The HFNO is a special kind of RREQ that does not need to be acknowledged. Upon receiving RREQ, the GW updates the MH s entry in its LFIB. It places the

3 XIE et al.: SUPPORT OF MICRO-MOBILITY IN MPLS-BASED WIRELESS ACCESS NETWORKS 2737 MH s address in the FEC column of the entry for the new BS, and sends an RREP (step 4). The new BS then sends an RREP message to MH (step 5). Upon receiving HFNOfrom the new BS, the old BS adds an LSP entry in its LFIB for the MH by including the MH s address in the FEC column of the LSP entry for the new BS and starts the active timer T a. At the same time, the old BS sets the segmented flag to 1 in the entry for the LSP from GW to itself. From this point on, the old BS forwards packets to the new BS on the appropriate LSP until the timer T a expires. 2.4 Paging For every handoff the MH sends an RREQ to the GW no matter how close the two neighboring BSs are. This is not effective when the covering area of the GW is large. To overcome this shortcoming, an extra level of hierarchy is introduced. In addition, in order to reduce the power consumption of MHs and the signalling load in the access network (caused by frequent registrations and handoffs), we propose to employ paging. The wireless access network domain is divided into different paging areas. We assume that there is a paging server (PS) in each paging area. After introducing PS, the GW only maintains the location information of that MH in the granularity of a paging area. The identity of the PS is carried as part of the ADV from BS. When an idle MH crosses a paging boundary, it sends an RREQ to the GW to report its current paging area. When an idle MH crosses a cell boundary, but stays within the same paging area, it does not need to send an RREQ to the PS to report its location. When an MH is in its active state, upon every cell boundary crossing, the MH sends an RREQ to PS. The PS knows whether or not the MH has moved to another PS from this RREQ. If this movement spans two PSs, the PS sends an RREQ to the GW to report this handoff. The GW updates the routing entry for MH in its LFIB. When an MH is in its active state, in the forward path (from GW to MH), incoming packets destined for MH are intercepted by GW. The GW then forwards those packets to the corresponding PS. The PS forwards those packets to the MH s serving BS. In the reverse path (from MH to GW), outgoing packets are sent to PS first. The PS then forwards those packets to GW. The GW forwards those packets to the appropriate destinations. When an MH is in its idle state, the PS buffers all incoming packets corresponding to that MH and sends a paging request (PREQ) to all BSs within its paging area via multicast (step 1 in Fig. 3). Those BSs then send a layer 2 (link layer) PREQ via wireless channel (step 2). Upon receiving the PREQ, the MH sends an RREQ message to BS (step 3). The BS sends an RREQ message to the PS (step 4). The PS installs an LSP entry for MH and forwards buffered packets. 2.5 Packet Loss Recovery In Sect. 2.3, when a handoff occurs, the new BS informs the Fig. 3 Paging process. old BS so that the old BS can set up an LSP for MH. Subsequent packets follow this path to the new BS that relays them to the MH. However, before the old BS receives the HFNO message from the new BS, the packets destined for MH still take the path to the MH via the old BS. Unfortunately, the MH has moved to the new BS, so these packets are eventually lost on wireless channel. Depending on the network topology and the wireless network capability, these dropped packets due to handoff may decrease the application s performance. To minimize packet loss, two alternate methods may be used as described below Buffer Time-Based Packet Recovery The use of buffer timer was originally proposed in [2] for Cellular IP. In this paper, we extend the idea to work in MPLS environment. During handoff, all the incoming packets destined for the MH are buffered at the old BS. The old BS also stamps each packet the instant the packet arrives. After receiving the HFNO from the new BS, the old BS uses the buffering time T b to decide which packets should be forwarded to the new BS. If the elapsed time between the arrival instant and the current time is smaller or equal to T b, the packet is forwarded to the new BS. Otherwise, it is discarded. The optimal T b causing zero packet loss is equal to the sum of the second layer handoff time and the link delay between the old and new BSs. Since it is difficult to estimate the optimal T b for each handoff, a sub-optimal value is used. We assume that T b is equal to 0.5 T beacon where T beacon denotes the interval at which the BS emits the beacon signal to MHs MAC Layer Assisted Packet Recovery In wireless LANs [15], the MAC layer uses the Request-To- Send (RTS), Clear-To-Send (CTS), DATA, and Acknowledgment (ACK) for data exchange. The MAC layer uses the RTS control frame and a short CTS frame to reserve channel

4 2738 IEICE TRANS. COMMUN., VOL.E88 B, NO.7 JULY 2005 Fig. 4 MAC layer assisted packet recovery. access. After data transmission, the ACK frame confirms the success of the transmission. Our proposed MAC layer assisted packet recovery scheme is designed to prevent the packet loss due to handoff. The packet loss during handoff is caused by the broken or deteriorated wireless connection between the old BS and the MH. In our proposed scheme, a buffer in the MAC layer is used to cache the packets dropped by the MAC layer. These packets are then transmitted from the old BS to the new BS. In Fig. 4(a), IP packets are passed from network layer to link layer (LL). A MAC layer frame is constructed within the LL module. The MAC frame is then placed in the interface queue (IFq) for transmission. The MAC module in Fig. 4(a) is responsible for channel access. If a particular frame transmission is not successful after several attempts, this frame is then placed in the MAC buffer. After receiving a HFNO from new BS, the old BS forwards those frames in the MAC buffer destined to that MH to the new BS via the pre-configured LSP. After that, those frames in the IFq buffer destined to that MH are also forwarded to the new BS. All MHs within the coverage of the same BS share the MAC buffer. The BS uses the MH s MAC address carried in the HFNO to identify which packets belong to the corresponding MH. In this way, we can eliminate the packet loss due to handoff and thus improve the application performance. The MAC layer assisted packet recovery process is illustrated in Fig. 4(b). 3. Qualitative Comparisons We compare several IP mobility management schemes. We call the schemes proposed in [9] and [10] the basic MPLS mobility management (BMMM) and LEMA, respectively. Our scheme is referred to as enhanced MPLS mobility management (EMMM) [12], [13]. Registration: MIP, or its extension is used in EMMM, HFA and HAWAII, while Cellular IP uses its own proprietary protocol. There is no specific information with regard to whether or not MIP is used in BMMM and LEMA. Location Information Create or Refresh: In EMMM, LSP is setup using control packets, but refreshed using data packets originating from or destined to MH. In HAWAII and HFA, location information for MH is created and refreshed by control packets. In Cellular IP, location information for MH is created by data packets and refreshed by data or control packets. No information is given in [9], [10] regarding the mechanism to refresh the location informationinbmmmandlema. Paging Support: In EMMM and HAWAII, explicit paging is adopted. When the MH is in its idle state, a paging packet is sent by the related node (the PS in EMMM, the selected node in HAWAII). However, in Cellular IP, paging is performed in an implicit way. The paging cache is used to route the packet. In basic HFA, no paging is supported. There is a proposal to introduce paging in MIP [16], which also adopts explicit paging. There is no information regarding paging in BMMM and LEMA. QoS Support: EMMM relies on MPLS for QoS support, such as MPLS-based Diff-Serv and Inter-Serv. HFA and HAWAII can provide IP-based QoS since they work on classical IP routing. However, there is no inherent support for QoS in Cellular IP. BMMM and LEMA can also provide QoS support based on the capability of MPLS. Traffic Engineering: EMMM can use constraint based routing to provide traffic engineering. HFA and HAWAII cannot support traffic engineering since conventional IP routing cannot provide traffic engineering. In Cellular IP, supporting traffic engineering is more difficult. BMMMand LEMA can also provide traffic engineering since this is the capability of MPLS. Reliability: Constraint based routing based fast reroute can be used to protect link or node failure in EMMM. HFA and HAWAII rely on the underlying IP capabilities, for example, the OSPF (Open Shortest Path First) protocol to distribute the link information and re-compute the path, which is slower than fast-reroute. In Cellular IP, no special schemes are used. The network has to rely on the periodic beacon signal transmitted by the GW and the routing refresh sent by the MH. BMMM and LEMA have the same capability as our proposed scheme. Packet Recovery: MAC assisted packet recovery is proposed to eliminate packet loss due to handoff in EMMM. In Cellular IP, semi-soft handoff with delay device is proposed to cope with packet loss due to handoff. However, it is difficult to estimate the accurate value of the delay. In HAWAII, UNF (unicast non-forwarding) can utilize the MH s capability to listen to the neighboring BSs simultaneously to provide better service. In HFA, BMMM and LEMA, no special methods are described to reduce packet loss. Deployment Requirements: Only the BSs, GW, and PSs need to be retrofitted in EMMM to support mobility management, provided that all nodes in the domain are MPLS-enabled IP routers. In HFA, only the GW FA and

5 XIE et al.: SUPPORT OF MICRO-MOBILITY IN MPLS-BASED WIRELESS ACCESS NETWORKS 2739 regional FA need to be retrofitted, while in HAWAII and Cellular IP, all nodes in the domain need to be retrofitted to support mobility management. In BMMM, only the GW needs to be upgraded. For LEMA, some nodes in the access network should be upgraded to configure LEMA capable software. However, it is difficult to implement customized LEMA chain for each MH based on the mobility pattern of the MH, the available bandwidth and other factors. Further discussion can be found in [13]. 4. Performance Analysis We use the ns-2 version 2.1b6 [17] as our simulation tool with MPLS module [18] and IP micro-mobility module CIMS (Columbia IP Micro-Mobility Software) [19]. We extend the MPLS module to hierarchical address format as needed for MIP based simulation. The network topology is shown in Fig. 5, which is assumed to be the MH s home network. LSRs W1 and W2 are the PSs. In the network each wired connection is modeled as a 10 Mb/s duplex link with link delay of 10 ms. Since the BSs are assumed to be LSRs with mobility management capabilities, we assume that there is a direct connection between each pair of neighboring BS. The MH connects to the BS using ns-2 IEEE model. The coordinates for four BSs are (0, 0), (140, 140), (280, 280), (420, 420) where the unit is meters. The BS broadcasts an ADV message at an interval of 0.5 s. In order to model the scenarios where neighboring BSs can overlap with each other, we adjust the transmitting power of BSs according to the overlapping distance, denoted by d(overlap). Figure 6 shows the concept of overlapping distance. When the MH crosses the cell boundary, upon receiving the first beacon signal from the new BS, the MH assumes that a handoff has occurred and notifies the BS [20]. tance is 0 m. We use RTP sequence number to record UDP packets. In Fig. 7(a), the UDP packet number is shown during the first handoff when the MH moves from BS1 to BS2. No buffer time-based packet recovery is applied. We can observethepacketlossduringthehandoff period. Figures 7(b) and (c) show the packet number when the MH moves from BS1 to BS2, and then from BS2 to BS3, respectively. Buffer time-based packet recovery scheme is used with the buffer time T b of 250 ms. The buffer time is approximately half the ADV interval, plus the delay between the new and old BS. Figure 7(b) shows that when T b is larger than the actual handoff time, packet duplications may occur. On the other hand, Fig. 7(c) shows that when T b is smaller than the actual handoff time, a small number of packets may be lost TCP Performance The MH moves from BS1 to BS2, and then from BS2 to BS3. In Fig. 8(a), buffer time-based recovery is not used. Due to packet loss, TCP slow start is initiated [21]. In Figs. 8(b) and (c), buffer time-based packet recovery is used with T b of 250 ms. Figure 8(b) shows that when T b is larger than the actual handoff time, packet duplications may occur. Figure 8(c) shows that when T b is smaller than the actual handoff time, a small number of packets may be lost, triggering the TCP slow start. Figure 9 shows the throughput for TCP new Reno with and without buffer time-based packet 4.1 Buffer Time-Based Packet Recovery UDP Packet Loss In this experiment, UDP probing traffic is directed from the CH to the MH and consists of 210 bytes packets transmitted at 10 ms interval. The MH moves back and forth between BS1 and BS4 with a speed of 20 m/s. The overlapping dis- Fig. 6 Illustration of overlapping distance. Fig. 5 Simulation network topology. Fig. 7 UDP with buffer time-based packet recovery.

6 2740 IEICE TRANS. COMMUN., VOL.E88 B, NO.7 JULY 2005 Fig. 8 Packet number with buffer time-based packet recovery. Fig. 10 UDP packet number without packet recovery. Fig. 9 Throughput with buffer time-based packet recovery. Fig. 11 UDP with MAC layer assisted packet recovery. recovery. T b is equal to 250 ms. Although buffer time-based packet recovery in the old BS can improve the TCP throughput, it is difficult to estimate the accurate buffer time value for each handoff. 4.2 MAC Layer Assisted Packet Recovery UDP Packet Loss UDP probing traffic isdirected from CHto MHandconsists of 210 bytes packets transmitted at 10 ms interval. The MH moves from BS1 to BS2 at a speed of 20 m/s. Figure 10 shows the packet loss caused by handoff without packet recovery scheme under different overlapping distances. The numbers of lost packets are 22, 9, 0 with overlapping distance of 0, 5 and 10 meters, respectively. The time during which packets are lost is equal to the sum of data link layer handoff time and the delay between the new BS and PS. Figure 10 shows that overlapping BSs can reduce packet loss during handoff. However, in some networks (e.g., GSM), the MH cannot listen to two neighboring BSs simultaneously. Therefore, it is still necessary to minimize the packet loss due to handoff. Figure 11 shows that the MAC layer assisted packet recovery can totally eliminate packet loss during handoff. As the overlapping distance increases, the time gap between the packet stream from the old BS to the MH, and the other stream from the old BS via the new BS to the MH becomes smaller. Comparing Figs. 11(b) and (c), we can see that when the overlapping distance is large enough, the MAC layer assisted packet recovery has no gain because the MH can connect to two neighboring BSs simultaneously for a time that is long enough to accommodate the handoff TCP with MAC Layer Assisted Packet Recovery In Fig. 5, the MH moves from BS1 to BS2 at a speed of

7 XIE et al.: SUPPORT OF MICRO-MOBILITY IN MPLS-BASED WIRELESS ACCESS NETWORKS 2741 Fig. 12 TCP with MAC layer assisted packet recovery. Fig. 13 Different overlapping distance. 20 m/s, the overlapping distance is 0 meter. Figure 12(a) shows the TCP Reno behavior during handoff without packet recovery. At time s, the MH receives the beacon signal from the new BS. TCP slow start is initiated due to timeout. Figure 12(b) shows the TCP packet number observed at the MH with the use of MAC layer assisted packet recovery. No TCP packet is either dropped or retransmitted. The gap between the two packets streams (210 ms in Fig. 12(b)) is equal to the handoff time plus the link delay from new BS to old BS via which the HFNO message traverses TCP with Different Overlapping Distance In Fig. 5, the MH moves back and forth between BS1 and BS4 at various speeds. The simulation time is 400 s. Figure 13 shows that a higher TCP throughput can be achieved with the use of the MAC layer assisted packet recovery. The larger the overlapping distance between neighboring BSs, the higher the throughput. With a larger overlapping distance, the MH can receive beacon signal from the new BS sooner and can also maintain the connection with the old BS longer. The throughput decreases as the speed of the MH increases Comparisons with IP Micro-Mobility Protocols We compare between our proposed scheme with Cellular IP hard and semi-soft handoff [2], HAWAII UNF (unicast non-forwarding) and MSF (multiple stream forwarding) [3], and HFA [4]. In order to provide a fair comparison, we made some modifications in HFA and HAWAII module from CIMS. In the original CIMS, upon receiving the first beacon signal from the new BS, the connection between the MH and the old BS is cut off to simulate the network where MH can only listen one BS s signal at any given time. We model this by adjusting the transmitting power of the BS. In Cellular IP: the route update interval value is 0.5 s; the rout- Fig. 14 TCP throughput with overlapping distance of 0 meter. ing cache time out value is 1.5 s; the paging cache time out value is 15 s; the active time value is 2 s; and the semi-soft delay is 50 ms. In Fig. 5, all nodes except CH, R1 and R2 are assumed to be Cellular IP capable nodes and are configured with routing cache and paging cache. In HAWAII and HFA, beacon signal is transmitted at an interval of 0.5 s. Figure 14 shows that our proposed scheme with MAC layer assisted packet recovery outperforms all other IP micro-mobility schemes. The performance between our proposed scheme without MAC layer assisted packet recovery and HFA is very close since HFA does not use any packet recovery scheme. HAWAII MSF gains a small edge over HFA, MPLS without packet recovery as well as Cellular IP semi-soft handoff. When no packet recovery scheme is used, the performance of MSF and UNF in HAWAII is very close. The advantage of MSF over UNF is that packet recovery can be applied in the old BS. Note that in MSF, packets are first forwarded from the old BS to the new BS before they are diverted at the crossover router. In addition, we observe that in Cellular IP, periodical route-update and paging-update messages compete over the shared wireless

8 2742 IEICE TRANS. COMMUN., VOL.E88 B, NO.7 JULY 2005 channel with the data packets. Cellular IP gives a lower TCP throughput when compared with other schemes. We also perform simulations with overlapping distance of 5 m and 10 m [13]. The results are similar to that with overlapping distance of 0 m. 5. Conclusions We have proposed an architecture for MPLS-based micromobility management in wireless access networks. We have presented the procedures for LSP setup, packets forwarding, handoff, and paging. To reduce packet loss due to handoff, buffer time-based packet recovery and MAC layer assisted packet recovery schemes are proposed. Simulation results indicated that both packet recovery schemes can effectively prevent packet loss during handoff. The MAC layer assisted scheme is preferred in practice since it may not be simple to estimate the buffer time value for the buffer time-based packet recovery scheme. On TCP throughput, the MPLSbased micro-mobility with MAC layer assisted packet recovery outperforms other IP micro-mobility schemes (Cellular IP, HAWAII, Hierarchical MIP). Our work shows that MPLS is feasible to support mobility management in IPbased wireless access networks. Further work includes the study of traffic engineering and admission control in MPLSbased wireless IP network, as well as internetworking with the all IP-core network domain [22]. References [1] C. Perkins ed., IP mobility support for IPv4, IETF RFC 3344, Aug [2] A. Campbell, J. Gomez, S. Kim, A. Valko, C.Y. Wan, and Z. Turanyi, Design, implementation and evaluation of cellular IP, IEEE Pers. Commun., vol.7, no.4, pp.42 49, Aug [3] R. Ramjee, K. Varadhan, L. Salgarelli, S.R. Thuel, S.-Y. Wang, and T. La Porta, HAWAII: A domain-based approach for supporting mobility in wide-area wireless networks, IEEE/ACM Trans. Netw., vol.10, pp , June [4] E. Gustafsson, A. Jonsson, and C. Perkins, Mobile IPv4 regional registration, IETF Internet Draft, draft-ietf-mobileip-reg-tunnel- 07.txt, Oct [5] A.T. Campbell, J. Gomez, S. Kim, C.-Y. Wan, Z.R. Turanyi, and A.G. Valko, Comparison of IP micro-mobility protocols, IEEE Wireless Commun. Mag., vol.9, no.1, pp.72 82, Feb [6] E. Rosen, A. Viswanathan, and R. Callon, Multiprotocol label switching architecture, IETF RFC 3031, Jan [7] Y. Guo, Z. Antoniou, and S. Dixit, IP transport in 3G radio access networks: An MPLS-based approach, Proc. IEEE WCNC 02, pp.11 17, March [8] Z. Ren, C.-K. Tham, C.-C. Foo, and C.-C. Ko, Integration of mobile IP and multi-protocol label switching, Proc. IEEE ICC 01, pp , June [9] H. Kim, K.S.D. Wong, W. Chen, and C.L. Lau, Mobility-aware MPLS in IP-based wireless access networks, Proc. IEEE Globecom 01, pp , Nov [10] F.M. Chiussi, D.A. Khotimsky, and S. Krishnan, A network architecture for MPLS-based micro-mobility, Proc. IEEE WCNC 02, pp , March [11] V. Vassiliou, H.L. Owen, D.A. Barlow, J. Grimminger, H.P. Huth, and J. Sokol, A radio access network for next generation wireless networks based on multi-protocol label switching and hierarchical mobile IP, Proc. IEEE VTC-Fall, pp , Sept [12] K.D. Xie, V.W.S. Wong, and V.C.M. Leung, Support of micromobility in MPLS-based wireless access networks, Proc. IEEE WCNC 03, pp , March [13] K.D. Xie, MPLS-based Mobility Management for Wireless Cellular Networks, Master s thesis, University of British Columbia, Canada, April [14] L. Andersson, P. Doolan, N. Feldman, A. Fredette, and B. Thomas, LDP specification, IETF RFC 3036, Jan [15] IEEE standard, [16] X. Zhang, J.G. Castellanos, and A.T. Campbell, P-MIP: Paging extensions fot mobile IP, ACM Mobile Networks and Applications, vol.7, no.2, pp , April [17] [18] fog1/mns/ [19] [20] C. Perkins, Mobile IP Design Principles and Practices, Addison- Wesley Longman, Reading, [21] W.R. Stevens, TCP/IP Illustrated: The Protocols, Addison Wesley Professional, [22] 3GPP2 Specification, All IP-Core Network Multimedia Domain, version 1.0, TSG-X.S , Dec Kaiduan Xie received the bachelor degree from Hubei University in 1993, Master of Engineering degree from Beijing University of Posts and Telecommunications in 1996, and M.A.Sc. degree from the University of British Columbia in Currently, he is a senior software engineer at VectorMax.com Corp., New York, USA. Vincent W.S. Wong received the B.Sc. degree from the University of Manitoba, in 1994, the M.A.Sc. degree from the University of Waterloo, in 1996, and the Ph.D. degree from the University of British Columbia (UBC), in He is currently an assistant professor in the Department of Electrical and Computer Engineering at UBC. His research interests are in wireless communications and networking. Dr. Wong received the Natural Science and Engineering Research Council postgraduate scholarship and the Fessenden Postgraduate Scholarship from Communications Research Centre, Industry Canada, during his graduate studies. Victor C.M. Leung received the B.A.Sc. and Ph.D. degrees from the University of British Columbia (UBC) in 1977 and 1981, respectively, where he was awarded the APEBC Gold Medal and the NSERC Postgraduate Scholarship. After working in MPR Teltech Ltd. and the Chinese University of Hong Kong, he returned to UBC in 1989, where he is a Professor of Electrical and Computer Engineering and TELUS Mobility Research Chair in Advanced Telecommunications Engineering. His research interests are in protocols and management of computer and telecommunication networks. Dr. Leung is a Fellow of IEEE, a voting member of ACM, and an editor of both the IEEE Transactions on Wireless Communications and Vehicular Technology.

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

Outline. CS5984 Mobile Computing. Wireless Access Networks model 1/3. Wireless Access Network and Mobile IP. Dr. Ayman Abdel-Hamid

Outline. CS5984 Mobile Computing. Wireless Access Networks model 1/3. Wireless Access Network and Mobile IP. Dr. Ayman Abdel-Hamid CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 Micro-mobility Outline MIPv4 Micro-mobility solutions Protocols Cellular IP HAWAII (Handoff-Aware Wireless

More information

An Enhancement of Mobile IP by Home Agent Handover

An Enhancement of Mobile IP by Home Agent Handover An Enhancement of Mobile IP by Home Agent Handover Li-Sheng Yu and Chun-Chuan Yang Multimedia and Communications Laboratory Department of Computer Science and Information Engineering National Chi Nan University,

More information

MPLS-BASED MOBILITY MANAGEMENT FOR WIRELESS CELLULAR NETWORKS

MPLS-BASED MOBILITY MANAGEMENT FOR WIRELESS CELLULAR NETWORKS MPLS-BSED MOBILITY MNGEMENT FOR WIRELESS CELLULR NETWORKS by KIDUN XIE M.E., Beijing University of Posts and Telecommunications, China, 1996 B.Sc., Hubei University, China, 1993 THESIS SUBMITTED IN PRTIL

More information

Supporting of QoS and Micro-Mobility in MPLS-based IPv6 Wireless Networks

Supporting of QoS and Micro-Mobility in MPLS-based IPv6 Wireless Networks Supporting of QoS and Micro-Mobility in MPLS-based IPv6 Wireless Networks Yi Han Zhang +, Dimitrios Makrakis + and Dimitrios Hatzinakos * + Broadband Wireless and Internetworking Research Laboratory School

More information

Efficient Handoff using Mobile IP and Simplified Cellular IP

Efficient Handoff using Mobile IP and Simplified Cellular IP Presented at GNSS 2004 The 2004 International Symposium on GNSS/GPS Sydney, Australia 6 8 December 2004 Efficient Handoff using Mobile IP and Simplified Cellular IP S. Omar School of Surveying & Spatial

More information

Handover Operation in Mobile IP-over-MPLS Networks

Handover Operation in Mobile IP-over-MPLS Networks Handover Operation in Mobile IP-over-MPLS Networks Vasos Vassiliou Department of Computer Science, University of Cyprus 75 Kallipoleos Str, 1678 Nicosia, Cyprus vasosv@cs.ucy.ac.cy Abstract. This paper

More information

Mobility Modeling and Handoff Analysis for IP/MPLS-Based Cellular Networks

Mobility Modeling and Handoff Analysis for IP/MPLS-Based Cellular Networks Mobility Modeling and Handoff Analysis for IP/MPLS-Based Cellular Networks Rami Langar, Nizar Bouabdallah τ, Samir Tohme, and Raouf Boutaba ( ) School of Computer Science, University of Waterloo ; 00 University

More information

Comparison of IP Micro-Mobility Protocols

Comparison of IP Micro-Mobility Protocols Comparison of IP Micro-Mobility Protocols Andrew T. Campbell, Javier Gomez, Sanghyo Kim, Chieh-Yih Wan COMET Group, Columbia University, New York Zoltán R. Turányi, András G. Valkó, Traffic Laboratory,

More information

PERFORMANCE ANALYSIS OF MICROMOBILITY PROTOCOLS IN IP - BASED CELLULAR NETWORKS

PERFORMANCE ANALYSIS OF MICROMOBILITY PROTOCOLS IN IP - BASED CELLULAR NETWORKS PERFORMANCE ANALYSIS OF MICROMOILITY PROTOCOLS IN IP - ASED CELLULAR NETWORKS D.SARASWADY AND S.SHANMUGAVEL, Telematics Lab, Department of Electronics and Communication Engineering Anna University, Chennai-6

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

Handover Management for Mobile Nodes in IPv6 Networks

Handover Management for Mobile Nodes in IPv6 Networks TECHNOLOGY ADVANCES FOR 3G AND BEYOND Handover Management for Mobile Nodes in IPv6 Networks Nicolas Montavont and Thomas Noël LSIIT Louis Pasteur University CNRS, Strasbourg ABSTRACT In this article we

More information

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 Taewan You 1, Seungyun Lee 1, Sangheon Pack 2, and Yanghee Choi 2 1 Protocol Engineering Center, ETRI, 161 Gajoung-dong, Yusong-gu,

More information

Adaptive Semi-Soft Handoff for Cellular IP Networks. Eriko Nurvitadhi A THESIS. submitted to. Oregon State University

Adaptive Semi-Soft Handoff for Cellular IP Networks. Eriko Nurvitadhi A THESIS. submitted to. Oregon State University 1 Adaptive Semi-Soft Handoff for Cellular IP Networks by Eriko Nurvitadhi A THESIS submitted to Oregon State University in partial fulfillment of the requirements for the degree of Master of Science Presented

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

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

Hierarchical Mobile MPLS: Supporting Delay Sensitive Applications Over Wireless Internet

Hierarchical Mobile MPLS: Supporting Delay Sensitive Applications Over Wireless Internet Hierarchical Mobile MPLS: Supporting Delay Sensitive Applications Over Wireless Internet Tingzhou Yang and Dimitrios Makrakis Broadband WL-eless and Internetworking Research Laboratory School of Information

More information

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 25: Wireless Networking

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 25: Wireless Networking Wireless Challenges 15-441: Computer Networking Lecture 25: Wireless Networking Force us to rethink many assumptions Need to share airwaves rather than wire Don t know what hosts are involved Host may

More information

Performance Evaluation of the Post-Registration Method, a Low Latency Handoff in MIPv4

Performance Evaluation of the Post-Registration Method, a Low Latency Handoff in MIPv4 Performance Evaluation of the Post-Registration Method, a Low Latency Handoff in MIPv O. Casals, Ll. Cerdà Dept. Computer Architecture, Technical University of Catalonia (UPC), Barcelona Spain {olga, llorenc}@ac.upc.es

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

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

More information

A Study on Mobile IPv6 Based Mobility Management Architecture

A Study on Mobile IPv6 Based Mobility Management Architecture UDC 621.396.69:681.32 A Study on Mobile IPv6 Based Mobility Management Architecture VTsuguo Kato VRyuichi Takechi VHideaki Ono (Manuscript received January 19, 2001) Mobile IPv6 is considered to be one

More information

A Fast Handoff Scheme Between PDSNs in 3G Network

A Fast Handoff Scheme Between PDSNs in 3G Network A Fast Handoff Scheme Between PDSNs in 3G Network Jae-hong Ryu 1 and Dong-Won Kim 2, 1 Electronics and Telecommunications Research Institute (ETRI) 161 Gajeong-dong, Yuseong-gu, Daejeon, 305-350, Korea

More information

An Efficient DECT-Mobile IP Interworking for Mobile Computing

An Efficient DECT-Mobile IP Interworking for Mobile Computing An Efficient DECT-Mobile IP Interworking for Mobile Computing Anthony Lo *, Winston Seah * and Edwin Schreuder + * Centre for Wireless Communications 1, National University of Singapore, 20 Science Park

More information

Chapter 09 Network Protocols

Chapter 09 Network Protocols Chapter 09 Network Protocols Copyright 2011, Dr. Dharma P. Agrawal and Dr. Qing-An Zeng. All rights reserved. 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems

More information

Mobility Approaches for All IP Wireless Networks

Mobility Approaches for All IP Wireless Networks Mobility Approaches for All IP Wireless Networks Onur Altintas Ashutosh Dutta, Wai Chen Henning Schulzrinne Toyota InfoTechnology Center, USA Telcordia Technologies 450 Computer Science Bldg. 4009 Miranda

More information

Mobile SCTP for IP Mobility Support in All-IP Networks

Mobile SCTP for IP Mobility Support in All-IP Networks Mobile SCTP for IP Mobility Support in All-IP Networks Seok Joo Koh sjkoh@cs.knu.ac.kr Abstract The Stream Control Transmission Protocol (SCTP) is a new transport protocol that is featured multi-streaming

More information

An Efficient Rerouting Scheme for MPLS-Based Recovery and Its Performance Evaluation

An Efficient Rerouting Scheme for MPLS-Based Recovery and Its Performance Evaluation Telecommunication Systems 19:3,4, 481 495, 2002 2002 Kluwer Academic Publishers. Manufactured in The Netherlands. An Efficient Rerouting Scheme for MPLS-Based Recovery and Its Performance Evaluation GAEIL

More information

Micro-Mobile MPLS : Performance Analysis and Improvement with RSSI

Micro-Mobile MPLS : Performance Analysis and Improvement with RSSI Proceedings of the Asia-Pacific Advanced Network 2012 v. 33, p. 76-85. http://dx.doi.org/10.7125/apan.33.8 ISSN 2227-3026 Micro-Mobile MPLS : Performance Analysis and Improvement with RSSI Prawit Chertchom

More information

Andrew T. Campbell, Javier Gomez. Center for Telecommunications Research, Columbia University, New York. [campbell,

Andrew T. Campbell, Javier Gomez. Center for Telecommunications Research, Columbia University, New York. [campbell, An Overview of Cellular IP Andrew T. Campbell, Javier Gomez Center for Telecommunications Research, Columbia University, New York [campbell, javierg]@comet.columbia.edu Andras G. Valko Ericsson Research

More information

Figure 1: Ad-Hoc routing protocols.

Figure 1: Ad-Hoc routing protocols. Performance Analysis of Routing Protocols for Wireless Ad-Hoc Networks Sukhchandan Lally and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {lally, ljilja}@sfu.ca

More information

Location Management Agent for SCTP Handover in Mobile Network

Location Management Agent for SCTP Handover in Mobile Network Location Management Agent for SCTP Handover in Mobile Network Yong-Jin Lee Department of Technology Education, Korea National University of Education 250 Taesungtapyon-ro, Heungduk-ku, Cheongju, South

More information

Micro-Mobility Management and Freeze-TCP Implementation in a Wireless Network

Micro-Mobility Management and Freeze-TCP Implementation in a Wireless Network Micro-Mobility Management and Freeze-TCP Implementation in a Wireless Network A thesis submitted in partial fulfilment of the requirements for the degree of Master of Engineering in Electrical and Computer

More information

CS5984 Mobile Computing

CS5984 Mobile Computing CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 Micro-mobility 1 Outline solutions 2 Local-area Mobility Solutions Within the Mobile IP framework Regional

More information

Last time. BGP policy. Broadcast / multicast routing. Link virtualization. Spanning trees. Reverse path forwarding, pruning Tunneling

Last time. BGP policy. Broadcast / multicast routing. Link virtualization. Spanning trees. Reverse path forwarding, pruning Tunneling Last time BGP policy Broadcast / multicast routing Spanning trees Source-based, group-shared, center-based Reverse path forwarding, pruning Tunneling Link virtualization Whole networks can act as an Internet

More information

A Fast Handover Protocol for Mobile IPv6 Using Mobility Prediction Mechanism

A Fast Handover Protocol for Mobile IPv6 Using Mobility Prediction Mechanism A Fast Handover Protocol for Mobile IPv6 Using Mobility Prediction Mechanism Dae Sun Kim 1 and Choong Seon Hong 2 1 School of Electronics and Information, Kyung Hee Univerity 1 Seocheon, Giheung, Yongin,

More information

CMPE 257: Wireless and Mobile Networking

CMPE 257: Wireless and Mobile Networking CMPE 257: Wireless and Mobile Networking Katia Obraczka Computer Engineering UCSC Baskin Engineering Lecture 10 CMPE 257 Spring'15 1 Student Presentations Schedule May 21: Sam and Anuj May 26: Larissa

More information

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Joo-Han Song, Vincent Wong and Victor Leung Department of Electrical and Computer Engineering The University of British Columbia 56

More information

Mobility Approaches for All-IP Wireless Networks

Mobility Approaches for All-IP Wireless Networks Mobility Approaches for All-IP Wireless Networks Ashutosh Dutta, Wai Chen Onur Altintas Henning Schulzrinne Telcordia Technologies Totyota InfoTechnology Center, USA 450 Computer Science Bldg. 445 South

More information

THE DATA networks using TCP/IP technology, i.e., the. Flow Aggregated, Traffic Driven Label Mapping in Label-Switching Networks

THE DATA networks using TCP/IP technology, i.e., the. Flow Aggregated, Traffic Driven Label Mapping in Label-Switching Networks 1170 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 17, NO. 6, JUNE 1999 Flow Aggregated, Traffic Driven Label Mapping in Label-Switching Networks Ken-ichi Nagami, Hiroshi Esaki, Member, IEEE,

More information

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 1 Hui Deng 2Xiaolong Huang 3Kai Zhang 3 Zhisheng Niu 1Masahiro Ojima 1R&D Center Hitachi (China) Ltd. Beijing 100004, China 2Dept.

More information

CIS 632 / EEC 687 Mobile Computing

CIS 632 / EEC 687 Mobile Computing CIS 632 / EEC 687 Mobile Computing TCP in Mobile Networks Prof. Chansu Yu Contents Physical layer issues Communication frequency Signal propagation Modulation and Demodulation Channel access issues Multiple

More information

Wireless TCP. TCP mechanism. Wireless Internet: TCP in Wireless. Wireless TCP: transport layer

Wireless TCP. TCP mechanism. Wireless Internet: TCP in Wireless. Wireless TCP: transport layer Wireless TCP W.int.2-2 Wireless Internet: TCP in Wireless Module W.int.2 Mobile IP: layer, module W.int.1 Wireless TCP: layer Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University

More information

Cross-layer TCP Performance Analysis in IEEE Vehicular Environments

Cross-layer TCP Performance Analysis in IEEE Vehicular Environments 24 Telfor Journal, Vol. 6, No. 1, 214. Cross-layer TCP Performance Analysis in IEEE 82.11 Vehicular Environments Toni Janevski, Senior Member, IEEE, and Ivan Petrov 1 Abstract In this paper we provide

More information

The effect of Mobile IP handoffs on the performance of TCP

The effect of Mobile IP handoffs on the performance of TCP Mobile Networks and Applications 4 (1999) 131 135 131 The effect of Mobile IP handoffs on the performance of TCP Anne Fladenmuller a and Ranil De Silva b a Alcatel CIT, Software Department, Route de Nozay,

More information

A NEW METHOD TO SUPPORT UMTS/WLAN VERTICAL HANDOVER USING SCTP

A NEW METHOD TO SUPPORT UMTS/WLAN VERTICAL HANDOVER USING SCTP MOBILITY AND RESOURCE MANAGEMENT A NEW METHOD TO SUPPORT UMTS/WLAN VERTICAL HANDOVER USING SCTP LI MA, FEI YU, AND VICTOR C. M. LEUNG, THE UNIVERSITY OF BRITISH COLUMBIA TEJINDER RANDHAWA, BRITISH COLUMBIA

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks

Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Efficient On-Demand Routing for Mobile Ad-Hoc Wireless Access Networks Joo-Han Song, Vincent W. S. Wong and Victor C. M. Leung Department of Electrical and Computer Engineering The University of British

More information

A Transport Layer Mobility Support Mechanism

A Transport Layer Mobility Support Mechanism A Transport Layer Mobility Support Mechanism Moonjeong Chang 1, Meejeong Lee 1, and Seokjoo Koh 2 1 Dept. of Computer Engineering, Ewha Womans University, Seoul 121-791, Korea {mjchang,lmj}@ewha.ac.kr

More information

IP Paging Considered Unnecessary:

IP Paging Considered Unnecessary: IP Paging Considered Unnecessary: Mobile IPv6 and IP Paging for Dormant Mode Location Update in Macrocellular and Hotspot Networks James Kempf DoCoMo USA Communications Labs 181 Metro Drive, Suite 3 San

More information

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5. Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management

More information

Chapter 12 Network Protocols

Chapter 12 Network Protocols Chapter 12 Network Protocols 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems Interconnection (OSI) Transmission Control Protocol/Internetworking Protocol (TCP/IP)

More information

Partial Bicasting with Buffering for Proxy Mobile IPv6 Handover in Wireless Networks

Partial Bicasting with Buffering for Proxy Mobile IPv6 Handover in Wireless Networks Journal of Information Processing Systems, Vol.7, No.4, December 2011 http://dx.doi.org/10.3745/jips.2011.7.4.627 Partial Bicasting with Buffering for Proxy Mobile IPv6 Handover in Wireless Networks Ji-In

More information

MOBILITY MANAGEMENT FOR PROVIDING QOS IN LOCAL AREA WIRELESS NETWORKS

MOBILITY MANAGEMENT FOR PROVIDING QOS IN LOCAL AREA WIRELESS NETWORKS MOBILITY MANAGEMENT FOR PROVIDING QOS IN LOCAL AREA WIRELESS NETWORKS J. Antonio García-Macías, Franck Rousseau, Gilles Berger-Sabbatel, Leyla Toumi, Andrzej Duda LSR-IMAG Laboratory, Grenoble, France

More information

Design, Implementation, and Evaluation of Cellular IP

Design, Implementation, and Evaluation of Cellular IP Abstract Wireless access to Internet services will become typical, rather than the exception as it is today. Such a vision presents great demands on mobile networks. Mobile IP represents a simple and scalable

More information

Mobility Management in Third-Generation All-IP Networks

Mobility Management in Third-Generation All-IP Networks TOPICS IN WIRELESS COMMUNICATIONS Mobility Management in Third-Generation All- Networks Fabio M. Chiussi, Denis A. Khotimsky, and Santosh Krishnan, Lucent Technologies ABSTRACT It is now widely recognized

More information

On using Mobile IP Protocols

On using Mobile IP Protocols Journal of Computer Science 2 (2): 211-217, 2006 ISSN 1549-3636 2006 Science Publications On using Mobile IP Protocols Fayza A. Nada Faculty of Computers and Information, Suez Canal University, Ismailia,

More information

HAWAII: A Domain-Based Approach for Supporting Mobility in Wide-Area Wireless Networks

HAWAII: A Domain-Based Approach for Supporting Mobility in Wide-Area Wireless Networks 396 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 10, NO. 3, JUNE 2002 HAWAII: A Domain-Based Approach for Supporting Mobility in Wide-Area Wireless Networks Ramachandran Ramjee, Member, IEEE, Kannan Varadhan,

More information

CS 515 Mobile and Wireless Networking Final Exam Fall

CS 515 Mobile and Wireless Networking Final Exam Fall Bilkent University Computer Engineering Department CS 515 Mobile and Wireless Networking Final Exam Fall 2002-2003 Date: January 10, 2003, Friday Duration: 120 minutes Name of the Student ID of the Student

More information

Multilayered Mobility Management for Survivable Network

Multilayered Mobility Management for Survivable Network 1 Multilayered Mobility Management for Survivable Network Ashutosh Dutta,Ravi Jain, Daniel Wong, James Burns, Ken Young Telcordia Technologies, 445 South Street, Morristown, NJ 07960 Henning Schulzrinne

More information

Da t e: August 2 0 th a t 9: :00 SOLUTIONS

Da t e: August 2 0 th a t 9: :00 SOLUTIONS Interne t working, Examina tion 2G1 3 0 5 Da t e: August 2 0 th 2 0 0 3 a t 9: 0 0 1 3:00 SOLUTIONS 1. General (5p) a) Place each of the following protocols in the correct TCP/IP layer (Application, Transport,

More information

UNIT IV -- TRANSPORT LAYER

UNIT IV -- TRANSPORT LAYER UNIT IV -- TRANSPORT LAYER TABLE OF CONTENTS 4.1. Transport layer. 02 4.2. Reliable delivery service. 03 4.3. Congestion control. 05 4.4. Connection establishment.. 07 4.5. Flow control 09 4.6. Transmission

More information

Data Communication & Networks G Session 5 - Main Theme Wireless Networks. Dr. Jean-Claude Franchitti

Data Communication & Networks G Session 5 - Main Theme Wireless Networks. Dr. Jean-Claude Franchitti Data Communication & Networks G22.2262-001 Session 5 - Main Theme Wireless Networks Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical Sciences

More information

II. Principles of Computer Communications Network and Transport Layer

II. Principles of Computer Communications Network and Transport Layer II. Principles of Computer Communications Network and Transport Layer A. Internet Protocol (IP) IPv4 Header An IP datagram consists of a header part and a text part. The header has a 20-byte fixed part

More information

A COMPARISON OF IMPROVED AODV ROUTING PROTOCOL BASED ON IEEE AND IEEE

A COMPARISON OF IMPROVED AODV ROUTING PROTOCOL BASED ON IEEE AND IEEE Journal of Engineering Science and Technology Vol. 4, No. 2 (2009) 132-141 School of Engineering, Taylor s University College A COMPARISON OF IMPROVED AODV ROUTING PROTOCOL BASED ON IEEE 802.11 AND IEEE

More information

Mobile QoS provisioning by Flow Control Management in Proxy Mobile IPv6

Mobile QoS provisioning by Flow Control Management in Proxy Mobile IPv6 Mobile QoS provisioning by Flow Control Management in Proxy Mobile IPv6 Taihyong Yim, Tri M. Nguyen, Youngjun Kim and Jinwoo Park School of Electrical Engineering Korea University Seoul, Rep. of Korea

More information

Mobile host protocols support host

Mobile host protocols support host INTERNATIONAL JOURNAL OF NETWORK MANAGEMENT Int. J. Network Mgmt 2000; 10:191 214 Location update and routing scheme for a mobile computing environment By Anna Hać Ł and Yujing Huang We present a new hierarchical

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

TPSF+: A New Two-Phase Scatternet Formation Algorithm for Bluetooth Ad Hoc Networks

TPSF+: A New Two-Phase Scatternet Formation Algorithm for Bluetooth Ad Hoc Networks : A New Two-Phase Scatternet Formation Algorithm for Bluetooth Ad Hoc Networks Chu Zhang, Vincent W.S. Wong, and Victor C.M. Leung Department of Electrical and Computer Engineering The University of British

More information

Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks

Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks 1 Ravindra.E, 2 Pooja Agraharkar Asst Prof, Dept. of Electronics & Communication Engg, Mtech Student, Dept. of Electronics & Communication

More information

Proposal of autonomous transmission timing control scheme for collision avoidance in ad hoc multicasting

Proposal of autonomous transmission timing control scheme for collision avoidance in ad hoc multicasting Proposal of autonomous transmission timing control scheme for collision avoidance in ad hoc multicasting Katsuhiro Naito, Yasunori Fukuda, Kazuo Mori, and Hideo Kobayashi Department of Electrical and Electronic

More information

CMPE 257: Wireless and Mobile Networking

CMPE 257: Wireless and Mobile Networking CMPE 257: Wireless and Mobile Networking Katia Obraczka Computer Engineering UCSC Baskin Engineering Lecture 9 CMPE 257 Winter'10 1 Announcements Student presentations: March 8th: Daniel and Teddy March

More information

Mobility management techniques for the next generation wireless networks

Mobility management techniques for the next generation wireless networks Mobility management techniques for the next generation wireless networks Jun-Zhao Sun *a,douglashowie **a,andjaakkosauvola ***a a MediaTeam, Machine Vision and Media Processing Unit, Infotech Oulu University

More information

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin,

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, ydlin@cs.nctu.edu.tw Chapter 1: Introduction 1. How does Internet scale to billions of hosts? (Describe what structure

More information

TCP Congestion Control in Wired and Wireless networks

TCP Congestion Control in Wired and Wireless networks TCP Congestion Control in Wired and Wireless networks Mohamadreza Najiminaini (mna28@cs.sfu.ca) Term Project ENSC 835 Spring 2008 Supervised by Dr. Ljiljana Trajkovic School of Engineering and Science

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

CS 515 Mobile and Wireless Networking Final Exam Solutions Fall

CS 515 Mobile and Wireless Networking Final Exam Solutions Fall Bilkent University Computer Engineering Department CS 515 Mobile and Wireless Networking Final Exam Solutions Fall 2002-2003 Date: January 10, 2003, Friday Duration: 120 minutes Name of the Student ID

More information

Mobile Communications Chapter 8: Network Protocols/Mobile IP

Mobile Communications Chapter 8: Network Protocols/Mobile IP Mobile Communications Chapter 8: Network Protocols/Mobile IP Motivation Data transfer, Encapsulation Security, IPv6, Problems Micro mobility support DHCP Ad-hoc networks, Routing protocols Prof. Jó Ueyama

More information

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 24: Mobile and Wireless

Wireless Challenges : Computer Networking. Overview. Routing to Mobile Nodes. Lecture 24: Mobile and Wireless Wireless Challenges 15-441: Computer Networking Lecture 24: Mobile and Wireless Peter Steenkiste Fall 2010 www.cs.cmu.edu/~prs/15-441-f10 Force us to rethink many assumptions Need to share airwaves rather

More information

Mobile IP and Mobile Transport Protocols

Mobile IP and Mobile Transport Protocols Mobile IP and Mobile Transport Protocols 1 IP routing Preliminaries Works on a hop-by-hop basis using a routing table 32 bits: 129.97.92.42 Address = subnet + host (Mobility No packet for you) Two parts»

More information

PERFORMANCE ANALYSIS OF SNOOP TCP WITH FREEZING AGENT OVER CDMA2000 NETWORKS

PERFORMANCE ANALYSIS OF SNOOP TCP WITH FREEZING AGENT OVER CDMA2000 NETWORKS PERFORMANCE ANALYSIS OF SNOOP TCP WITH FREEZING AGENT OVER CDMA2 NETWORKS Sang-Hee Lee +, Hong-gu Ahn +, Jae-Sung Lim +, Seung-Hwan Kwak ++, Sung Kim ++ The Graduate School of Information and Communication,

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

TCP PERFORMANCE FOR FUTURE IP-BASED WIRELESS NETWORKS

TCP PERFORMANCE FOR FUTURE IP-BASED WIRELESS NETWORKS TCP PERFORMANCE FOR FUTURE IP-BASED WIRELESS NETWORKS Deddy Chandra and Richard J. Harris School of Electrical and Computer System Engineering Royal Melbourne Institute of Technology Melbourne, Australia

More information

Application Development for Mobile and Ubiquitous Computing

Application Development for Mobile and Ubiquitous Computing Department of Computer Science Institute for System Architecture, Chair for Computer Networks Application Development for Mobile and Ubiquitous Computing 2. Mobile Internet Dr. Ing. Thomas Springer Technische

More information

ICE 1332/0715 Mobile Computing (Summer, 2008)

ICE 1332/0715 Mobile Computing (Summer, 2008) ICE 1332/0715 Mobile Computing (Summer, 2008) TCP in Mobile Networks Prof. Chansu Yu http://academic.csuohio.edu/yuc/ c.yu91@csuohio.edu Contents Vinton Cerf and Robert Kahn s paper in 1973 introduces

More information

SJTU 2018 Fall Computer Networking. Wireless Communication

SJTU 2018 Fall Computer Networking. Wireless Communication SJTU 2018 Fall Computer Networking 1 Wireless Communication Internet Protocol Stack 2 Application: supporting network applications - FTP, SMTP, HTTP Transport: data transfer between processes - TCP, UDP

More information

Syed Mehar Ali Shah 1 and Bhaskar Reddy Muvva Vijay 2* 1-

Syed Mehar Ali Shah 1 and Bhaskar Reddy Muvva Vijay 2* 1- International Journal of Basic and Applied Sciences Vol. 3. No. 4 2014. Pp. 163-169 Copyright by CRDEEP. All Rights Reserved. Full Length Research Paper Improving Quality of Service in Multimedia Applications

More information

Mobility Management. Advanced Mobile Communication Networks. Integrated Communication Systems Group Ilmenau University of Technology

Mobility Management. Advanced Mobile Communication Networks. Integrated Communication Systems Group Ilmenau University of Technology Mobility Management Advanced Mobile Communication Networks Integrated Communication Systems Group Ilmenau University of Technology Motivation The Internet and mobile communication networks are experiencing

More information

CE693: Adv. Computer Networking

CE693: Adv. Computer Networking CE693: Adv. Computer Networking L-10 Wireless Broadcast Fall 1390 Acknowledgments: Lecture slides are from the graduate level Computer Networks course thought by Srinivasan Seshan at CMU. When slides are

More information

Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET

Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET Vertical and Horizontal Handover in Heterogeneous Wireless Networks using OPNET Abhishek Dhiman M.E, E.C.E Department, Thapar University, Patiala Karamjit Singh Sandha Asst. Professor, E.C.E Department

More information

Ubiquitous computing has added a new feature,

Ubiquitous computing has added a new feature, COVER FEATURE Integrating Mobile IP with Ad Hoc Networks Extending traditional IEEE 802.11-based access points to incorporate the flexibility of mobile ad hoc networks would help make the dream of ubiquitous

More information

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015 .. MPLS Multi Protocol Label Switching (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 4.3, 2015/03/09 13:07:57) Thursday, March 12, 2015 Karst Koymans (UvA) MPLS

More information

EVALUATING THE DIVERSE ALGORITHMS OF TRANSMISSION CONTROL PROTOCOL UNDER THE ENVIRONMENT OF NS-2

EVALUATING THE DIVERSE ALGORITHMS OF TRANSMISSION CONTROL PROTOCOL UNDER THE ENVIRONMENT OF NS-2 Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.157

More information

A Survey of IP micro-mobility protocols

A Survey of IP micro-mobility protocols A Survey of IP micro-mobility protocols Pierre Reinbold Olivier Bonaventure Infonet group, University of Namur, Belgium. http://www.infonet.fundp.ac.be. E-mail: preinbold,obonaventure@info.fundp.ac.be

More information

Implementation and Performance Evaluation of TeleMIP

Implementation and Performance Evaluation of TeleMIP Implementation and Performance Evaluation of TeleMIP Kaushik Chakraborty, kauchaks@glue.umd.edu Department of Electrical and Computer Engineering, University of Maryland, College Park, MD 20742, USA. Archan

More information

Mobile Networking. Universidad Carlos III, Departamento de Ingeniera Telematica Madrid, Spain

Mobile Networking. Universidad Carlos III, Departamento de Ingeniera Telematica Madrid, Spain Mobile Networking Chris Blondia (Ed.) 1, Nik Van den Wijngaert 1, Gert Willems 1, Olga Casals (Ed.) 2, Llorenc Cerda 2, Marcelo Bagnulo 3, Ignacio Soto 3 1 University of Antwerpen, Department of Mathematics

More information

QoS based vertical handoff method between UMTS systems and wireless LAN networks

QoS based vertical handoff method between UMTS systems and wireless LAN networks QoS based vertical handoff method between UMTS systems and wireless LAN networks Sungkwan Jung and Dong-ho Cho Div. of EE, Dept. of EECS Korea Advanced Institute of Science and Technology Daejeon, Rep.

More information

EEC-484/584 Computer Networks

EEC-484/584 Computer Networks EEC-484/584 Computer Networks Lecture 13 wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) Outline 2 Review of lecture 12 Routing Congestion

More information

MPLS VPN. 5 ian 2010

MPLS VPN. 5 ian 2010 MPLS VPN 5 ian 2010 What this lecture is about: IP CEF MPLS architecture What is MPLS? MPLS labels Packet forwarding in MPLS MPLS VPNs 3 IP CEF & MPLS Overview How does a router forward packets? Process

More information

TCP START-UP BEHAVIOR UNDER THE PROPORTIONAL FAIR SCHEDULING POLICY

TCP START-UP BEHAVIOR UNDER THE PROPORTIONAL FAIR SCHEDULING POLICY TCP START-UP BEHAVIOR UNDER THE PROPORTIONAL FAIR SCHEDULING POLICY J. H. CHOI,J.G.CHOI, AND C. YOO Department of Computer Science and Engineering Korea University Seoul, Korea E-mail: {jhchoi, hxy}@os.korea.ac.kr

More information

Domain Based Approach for QoS Provisioning in Mobile IP

Domain Based Approach for QoS Provisioning in Mobile IP Domain Based Approach for QoS Provisioning in Mobile IP Ki-Il Kim and Sang-Ha Kim Department of Computer Science 220 Gung-dong,Yuseong-gu, Chungnam National University, Deajeon 305-764, Korea {kikim, shkim}@cclab.cnu.ac.kr

More information