A Survey of IP micro-mobility protocols

Size: px
Start display at page:

Download "A Survey of IP micro-mobility protocols"

Transcription

1 A Survey of IP micro-mobility protocols Pierre Reinbold Olivier Bonaventure Infonet group, University of Namur, Belgium. March 2002 Abstract We present a detailed comparison, in a comprehensive framework, of Mobile IP and seven of the main IP Micromobility protocols. We first describe the global mobility landscape and point out the important issues that must be addressed. These are mainly Handoff management, Passive Connectivity and Paging support, Scalability and Robustness. Based on this framework, we examine in a first step Mobile IP as a Macro-mobility protocol. In a second step, we compare seven recently proposed IP Micro-mobility protocols: Hierarchical Mobile IP, Proactive Handoff, Fast Handoff, TeleMIP, Cellular IP, HAWAII, and EMA. Keywords Mobile IP, Wireless networks, micro-mobility, macro-mobility, IP mobility Introduction Today s wireless networks are largely based on circuit switching technologies and are optimized to carry voice traffic. Some extensions to these networks such as GPRS are currently being deployed to better support data traffic such as the TCP/IP protocol suite. Future broadband wireless networks such as the 4G networks for example will rely on packet switching technologies and will be entirely based on the IP protocol suite, both in the wireless and the wired parts of the network. Since IP was not designed with mobility in mind, there are several research problems that need to be solved before all-ip wireless networks are deployed. A first problem to be addressed is that inside an IP network the IP address is used to identify a given node and its location. Thus, when a mobile node moves inside the network, its IP address must change. This problem has already been addressed in several proposals such as Mobile IP [1]. Mobile IP offers a mechanism that allows mobile nodes to change their point of attachment (and thus their IP address) inside the network. However, when Mobile IP was designed, all-ip wireless networks were not taken into account and some of the mechanisms used by Mobile IP are not well-suited for such networks. For example, it can be expected that voice will remain an important service in broadband wireless networks. To efficiently support voice over IP, the network will have to provide a low delay and a low delay jitter to the voice packets. These low delays will have to be provided even while the mobile node performs a handover operation, i.e. when it moves from one base station to another. For this, the mobile node must be able to quickly change its IP address during the handover operation. Many solutions have been proposed to efficiently support mobile nodes inside IP networks. They are often called IP Micro-mobility protocols. Sometimes designed to solve very specific problems, their heterogenous characteristics and properties do not allow to easily obtain an accurate picture of the IP mobility management problems. This paper presents a comprehensive comparison, in a global framework, of Mobile IP and seven of the main IP Micro-mobility proposals. We first describe a global mobility landscape and point out the important problems to be This work was funded by the Walloon region within the ARTHUR project 1

2 addressed (section 1). Based on this framework, we examine in a first step Mobile IP as a Macro-mobility protocol (section 1.3). In a second step, we briefly describe and compare seven well-known IP Micro-mobility protocols in sections 2 and 3. We group four proposals under the label Foreign Agent () based mobility management proposals. These are extensions to Mobile IP for the micro-mobility management and the interaction between different s in the network is the basic mechanism of the mobility management for these proposals. These proposals are Hierarchical Mobile IP [13] and its extension for the regional paging [14], Fast Handoff [9], Proactive Handoff [2] (these last two have been described in a more generic approach in [8]) and finally TeleMIP [10] that is more an architecture than a real protocol. We also include in the comparison Cellular IP [3], HAWAII [24, 25] and EMA [16, 15]. All these protocols are the result of the standardization process within the IETF Mobile IP [11] and the Seamoby [12] working groups. Finally, we present our conclusions. 1 A global IP mobility framework This section focuses on the presentation of a global mobility landscape and the major issues for IP mobility to be investigated within this landscape. 1.1 The mobility landscape This paper deals with all-ip networks. These are the expected future mobile wireless networks, relying entirely on IP, from the mobile station to the gateway toward the Internet. We use a very generic and simple landscape to describe and compare the different protocols. This is a very different approach from the current evolutions of GSM networks, like GPRS, where IP is only used in the backbone. We call IP wireless domain 1 a large IP wireless access network under a single administrative authority. From an IP point of view, we can describe these networks as a set of wireless IP Points Of Attachments (IPPOA) connected to an IP backbone, with a gateway towards the Internet. This situation is illustrated in figure 1. In this picture, we have presented a wireless domain using a CDMA-like radio interface. In such networks, the base stations are grouped in so-called Radio Access Networks (RAN) under the control of a dedicated station, the Radio Network Controller. Inside a RAN, the mobiles movements are entirely managed at the radio layer and are thus transparent to the upper layers. A RAN can thus be considered as a single IPPOA or a subnet. This is obviously only an example and the actual meaning of IPPOA can vary between wireless domains using different radio interface technologies. We also assume that each Mobile Node MN is attached to a Home Network (HN), a domain from which it has obtained a static IP address: its Home Address. In this context, static means that the address validity is much more longer than the duration of a mobile movement. We call Foreign Network (FN) any other domain where the MN can connect. On figure 1, we have added an IP backbone dedicated to enable the roaming between the domains, in analogy with the current GSM/GPRS/UMTS networks. 1.2 Major mobility issues We now define some important issues for the mobility management in our mobility landscape. These will be the basis of our comparison. Handover management : From an IP point of view, the handover concerns the management of the changes of IPPOA of the mobiles during their moves. The handover management is obviously a major issue in mobility management since a MN can experience several handovers during a single session as in current mobile telephony networks. 1 We will also designate these networks by wireless domains or more simply domains. 2

3 IP wireless access domain Inter domain backbone IP wireless access domain Internet Mobile node BST CDMA like RAN RNC BST IP Layer Gateway IP router IP Wireless Point of Attachment Radio Layer Radio Network Controler Base Station Transceiver BST BST BST BST Figure 1: A simple model of the future IP mobility landscape Passive connectivity and paging : The mobile devices have a very limited power capacity and their batteries must be spared by reducing the mobiles transmissions to the minimum required. This is a common problem in classical mobile telephony. An ideal solution would be that the MN emits exclusively when it has data to transmit and nothing during the rest of the time. Unfortunately, if a MN is not emitting and changes its IPPOA, it will be impossible to forward an incoming packet destined to it as we do not know where the mobile is located. A standard solution adopted in GSM networks is to divide the network in geographical areas called paging areas. When the mobile as no data to transmit (in the idle state), it emits a beacon when changing of paging area. This implies that the network only knows the approximate location (the current paging area) of the mobile. An incoming packet destined for an idle mobile triggers the network to perform a paging (a mechanism to find the exact location of this MN within its paging area) in order to deliver the packet. Enabling passive connectivity support via a paging architecture is always an additive burden for the network (at least in control traffic). This solution must thus be carefully considered with respect to efficiency concerns, number of handovers per session,... Quality of Service : Future broadband wireless networks aim at enabling their users to use multimedia applications such as Voice over IP, streaming sounds and videos. Quality of service will be extremely important for such flows and IP mobility mechanisms must be able to support it. Intra-domain traffic : Intra-domain traffic is an important part of the current traffic in wireless networks such as GSM/GPRS (the Short Messages Service for example). We can expect that the mobile users of future wireless networks will also communicate a lot between mobiles connected to the same domain. Such traffic must thus be efficiently supported. The comparison will be made with respect to these topics on the basis of performance criteria such as latency, control traffic, robustness and scalability. 1.3 Mobile IP and all-ip wireless networks In order to introduce the comparison, we present here a quick review of Mobile IP and its major drawbacks that have led to the definition of the micro-mobility approach. 3

4 1.3.1 Mobile IP Mobile IP is the oldest and probably the most widely known mobility management proposal. Its simplicity and scalability give it a growing success. Mobile IP is described in [1] (a good review paper can be found in [22]). Several extensions and enhancements are described in [19, 20, 26, 6]. In this document, we discuss the principles of Mobile IP and the discussion is applicable to both IPv6 and IPv4. In order to allow a mobile IP node to change its IPPOA in the network, Mobile IP defines two types of Mobility Agents, i.e. dedicated to the mobility management. These are : the Home Agent (HA), located in the home network of each mobile, the Foreign Agent (), located in each foreign network where a MN can connect. The basic principle is that Mobile IP uses a couple of addresses to manage user s movements. Each time the MN changes its IPPOA, it obtains a temporary address called Care-of-Address (COA) from a directly connected to this IPPOA. The presence of the in a particular subnet can be detected via advertisement messages that are extensions to ICMP router advertisement messages [7]. These messages are broadcasted at regular time intervals by the. The MN can also send advertisement messages to trigger a to transmit its advertisement message. Each time it delivers a COA to a new MN, a must add a binding for this mobile in a dedicated table called visitor s list. Once it has obtained its new COA, the MN must then inform its HA of this new address by using the registration process. When the HA is aware of the MN s current COA, it will intercept the packets received in the home network for the MN. These packets will then be encapsulated inside a packet whose destination is the. Upon reception of such encapsulated packets, the will deliver the original packet to the mobile node. This basic working is illustrated at figure 2 Correspondant Node IP address : CN IP source: CN IP dest.: MN From the Correspondent to Mobile IP within IP encapsulation From the Mobile to Correspondent R IP source: MN IP dest.: CN Foreign Agent IP Address : R Internet R R IP source: HA IP dest.: COA IP source: CN IP dest.: MN Home Network Home Agent IP Address : HA Foreign Network Mobile node IP Address : MN Care of address: COA Figure 2: Basic working of Mobile IP The micro-mobility problems Mobile IP suffers from several well-known weaknesses that have led to the definition of the macro/micro-mobility approach. In this section, we review some of these weaknesses to show the advantages of this paradigm. We also introduce the comparison by pointing out several important properties shared by all micro-mobility proposals. 4

5 Handover latency and control traffic : in Mobile IP, the basic mobility management procedure is composed of two parts : the movement detection by the MN and the registration to the HA. Every time the mobile changes its IPPOA, these two steps must be accomplished to allow the MN to receive packets. However, it is the MN that initiates the process by sending a registration request once it has detected that it moved from one network to another and has obtained a new COA. This introduces two causes of latency : move detection latency : this is the time required by the MN to detect that it has changed of IPPOA. It can be high since the move detection mechanisms in Mobile IP are based on either the expiration of the lifetime in the agent advertisements 2 or on the comparison of the address prefix of two different agent advertisements. registration latency : as the HA can be located anywhere on the Internet, this process can take a very long time and sometimes be impossible to complete. This is obviously, by far, the main expected part of the total handover latency. In the case of a quickly moving mobile which changes of network rapidly, the registration process will become totally inefficient. Moreover, this mechanism produces a lot of control traffic inside the local domain and across the Internet. Quality of Service : frequent changes of point of attachment and of COA make it difficult to support Quality of Service for mobile users. With RSVP, for example, the reservations must be done again and again, each time the MN changes of COA, along the entire path, even if the largest part of this path remains unchanged. The micro-mobility approach seems to be a good solution to partially solve the last problem. It implies the utilization of two different protocols to manage the mobility: Mobile IP manages the movements of the MN between distant wireless domains and across the Internet, another protocol manages the movement of the MN inside each wireless domains. A micro-mobility protocol behaves as follows. The MN obtains a local COA when it connects to a domain. This COA remains valid while it stays in this domain and the mobile will thus make only one home registration (registration with the HA) at the time it connects to the domain. The users movements inside the domain are managed by a micromobility protocol. This is transparent to the HA and the rest of the Internet. In fact, for the HA, each wireless domain will become a Mobile IP subnet. Latency and control traffic across the whole network are thus extremely reduced. This is the main reason to adopt a micro-mobility approach. On this base, each micro-mobility proposal aims at reducing the move detection latency (by an interaction with the radio layer for example) and at optimizing the handover management inside a domain. In the case of QoS, as the network is not aware of the users movements inside a particular domain, the reservations are to be made again only when the mobile changes of domain. This reduces the control traffic and delay, as for the registration process. This is only possible if the micro-mobility protocol supports the use of RSVP [23] or other QoS mechanisms. 2 The IP micro-mobility protocols This section presents a short description of the basic principles of the different micro-mobility proposals. 2.1 based mobility management proposals Several of the micro-mobility proposals manage users mobility on the basis of interactions between s. Hierarchical Mobile IP [13], is an extension to Mobile IP that supports a hierarchy of s between the MN and the HA. Some improvements to Hierarchical Mobile IP, such as a paging mechanisms, have been proposed in [14]. Fast Handoff [9] 2 This is the lifetime indicated in the ICMP router advertisement 5

6 and Proactive Handoff [2] are two very close proposals that are based on Hierarchical Mobile IP but include improved handoff mechanisms. TeleMIP [10] adds some load balancing features in the basic principles of Hierarchical Mobile IP. The basic network model for these proposals is shown in the figure 3 A. In this type of network, we have a set of IPPOAs and each is associated with a dedicated. The s are connected to a so-called Gateway Foreign Agent (G). This network model is used by the Hierarchical Mobile IP, Proactive Handoff. TeleMIP uses the same model but allows the to be connected to several G. Figure 3 b shows a slightly more complex architecture with a multi-level hierarchy of s between the G and the leaf s. Each in the hierarchy may be in charge of a IPPOA. This type of network is described in the appendix B of the Hierarchical Mobile IP draft [13] and is used to support Fast Handoff. G G Figure 3: Network models for a based mobility management Hierarchical Mobile IP Hierarchical Mobile IP is a natural extension to Mobile IP to efficiently support the micro-mobility. After the first connection of a MN to a domain and its home registration with the address of the G as COA, the MN will perform Regional Registrations only. This type of registration is sent by the mobile to the G each time it changes of (i.e. of IPPOA). The registration contains the new local COA of the MN: the address that can be used by the G to reach the MN while it remains connected to the same. This address can be either a co-located address or the address. The routing with Hierarchical Mobile IP is then very simple. A packet destined to the MN is first intercepted by the HA and tunneled to the G. Then, the G de-capsulates and re-tunnels it towards the current local COA of the MN. Hierarchical Mobile IP also supports a multi-levels hierarchy of s between the leaf IPPOA and the G. Each in the hierarchy must maintain a binding in its visitor s list for each MN connected to a IPPOA lower in the hierarchy. These bindings are established and refreshed by the regular registration requests and replies that the mobiles exchange in the network. In this case, the regional registrations sent by a MN are only forwarded to the first that already has a binding for this MN. The upper levels of the hierarchy are not aware of the details of the mobiles movements since they do not have to change their binding. In this way, the handoff management is limited to a very small number of machines. In addition, [14] has introduced a paging support for Hierarchical Mobile IP. It relies on paging areas that are sub-trees of a same hierarchy. In each of these areas, the root of the sub-tree is called a paging Foreign Agent (P). It maintains a specific visitor s list with an idle flag set for each idle/passive mobile located currently in this area. The P is in charge of the entire paging process by performing the paging request and managing the incoming packets destined to idle MNs. This paging mechanism is not included in the other based mobility protocols discussed later in this section. 6

7 2.1.2 Fast Handoff Fast Handoff re-uses the architecture and principles of Hierarchical Mobile IP and addresses a set of remaining problems of this proposal. These are mainly the need for a fast handoff management for real-time applications and the presence of triangular routing inside the domain. In the previous section, we have seen that Hierarchical Mobile IP does not improve the Mobile IP movement detection : it relies on the ICMP messages used by Mobile IP. Fast Handoff assumes the possibility of an interaction with the radio layer to anticipate the handoff and allows the MN to perform its registration with a new through the old before the handoff actually occurs. The basic principle is that the IP layer receives the handoff events as triggers from the radio layer, these triggers are designed to inform the IP layer of the imminence of a handoff by providing the next IPPOA of the MN (the IP address of the new ). We call this interaction with the radio interface : Strong Handoff Radio Trigger (SHRT), as it contains the new IPPOA of the MN. On this basis, the protocol contains two mechanisms to perform the handoff with respect to the capabilities of the radio layer (if a mobile is able to communicate with more than one base station). A global overview of these algorithms is shown in the left side of figure 4. It is also possible to use the bicasting [1] capabilities of Mobile IP with simultaneous bindings to reduce the possibility of packet losses. The triangular routing inside the domain is limited by the use of the information found in the visitor s list. When a receives a non-encapsulated packet (i.e. coming from a MN), it consults its visitor s list to see whether it contains an entry for the destination address. If it contains one, the can directly send the packet to this address. Otherwise, it forwards the packet as normal Mobile IP packet Proactive Handoff Proactive Handoff shares many properties with Fast Handoff : it assumes the same architecture as Hierarchical Mobile IP, except the multi-levels hierarchy, and aims at providing a fast handoff mechanism by using a SHRT. The main difference is that the IP handoff is not performed by the MN with a registration request but by the two concerned. After a short negotiation exchange, the new sends a Regional Registration Request to the G on behalf of the MN. At this time, it is possible to bicast the traffic destined to this mobile to the two s. The new will then send an agent advertisement to the MN so that it can perform a normal registration, as shown in the right side of figure 4 b. Proactive Handoff also allows to use the Anchor Registration described in [13] to reduce the registration latency. 1 L 2/L 3 interaction Old Fast handoff New Proactive handoff 2 Handoff request/reply 1 L 2/L 3 interaction Old G 3 Registration with the G New 2 New agent advertisement 3 Registration with the new Registration to the new via the old Registration to the G sent by the new Figure 4: Handoff mechanisms for Fast Handoff and Proactive Handoff TeleMIP TeleMIP is described as a mobility architecture based on the same principles as Hierarchical Mobile IP. A limitation of TeleMIP is that its supports only a two-level hierarchy. Its major improvement is that there can be several Gs in the network and that the s can be connected to more than one G. This allows to select the G with some load balancing algorithm so that the burden of the mobiles management is not set on a single machine. 7

8 2.2 Cellular IP Cellular IP [3, 4, 27] aims to replace IP inside the wireless access network. A Cellular IP domain is composed of MA and one of them acts as a gateway towards the Internet and as a Mobile IP for macro-mobility. Each MA maintains a routing cache that contains the next hop to join a MN (one entry per mobile) and the next hop to join the gateway. This allows the MA to forward packets from the gateway to the MN or from the MN to the gateway. The routes are established and basically maintained by the hop-by-hop transmission of two special control packets. Upon receiving one of these packet trigger, the stations update their routing cache. These packets are : A beacon periodically flooded by the gateway inside the network. This mechanism allows each station to know which of its interfaces must be used to forward packets towards the gateway (the one from which the beacon was received). route update packets sent by the MN when it connects to the network, each time it changes of IPPOA and at regular time intervals. These packets, forwarded hop-by-hop towards the gateway, trigger the stations on their paths to update their routing cache for the concerned MN : the next hop to this mobile is the MA that has just forwarded the route update. The basic handover management in Cellular IP is called hard handoff : the MN simply transmits a route update packet to the gateway after the radio handoff is completed to establish new routes. To improve this mechanism, the protocol defines the so-called semi-soft handoff. Based on the reception of a SHRT by the MN before the occurrence of the radio handoff, the mobile can send a special packet to establish a bicasting of the traffic to the old and the new IPPOAs and thus reduce significantly the losses. Moreover, Cellular IP presents a native support for the passive connectivity with a classical paging mechanism: some stations maintain paging caches that are used to support the paging management. 2.3 HAWAII Unlike Cellular IP, HAWAII [24, 25] does not replace IP but works above IP. Each station inside the network must not only act as a classical IP router but also support specific mobility functions. The basic working of HAWAII is similar to the principles of Cellular IP : each station maintains a routing cache to manage the mobility and the hop-by-hop transmission of special packets in the network triggers the stations to update their cache. As in Cellular IP, the network is supposed to be organized as a hierarchical tree and a single gateway is located at the root of this tree. HAWAII defines two different handover mechanisms adapted to different radio access technologies (depending on whether the MN can communicate with more than one base station or not). These mechanisms present different properties and can be chosen to optimize the network with respect to packet losses, handoff latency or packet reordering. Both rely on the assumption of the reception of a SHRT by the MN. Like Cellular IP, HAWAII supports the passive connectivity with a paging mechanism. The paging areas are composed of stations belonging to the same IP multicast group. The paging requests, that must reach all the stations of an area, are transmitted to the multicast group corresponding to this area. To support efficiently Quality of Service, HAWAII defines a native integration of RSVP adapted to the user s mobility. 2.4 EMA EMA [15, 16] defines a generic framework for the mobility management within a wireless domain. Within this framework, it is possible, in theory, to work with any routing protocol to forward the packets. The authors in [15, 16] discuss the possibility of using the TORA [17, 18] ad-hoc network routing protocol with EMA. This choice seems to ensure a good scalability for the system while the EMA architecture allows to adapt TORA to the management of standard wireless access networks that have other properties than ad-hoc networks. Without any assumption on the radio access technology, EMA defines a handover mechanism completely transparent to the upper layers and even to the routing protocol. This mechanism is based on the reception by the MN of a SHRT to initiate the handover management. It starts with a three way handshake between the two IPPOAs to establish 8

9 a soft-state tunnel between them. This tunnel is used to bicast the traffic to the MN while the network establishes one or more new routing paths to the mobile. This is achieved with the usual mechanisms of the chosen routing protocol. When the network has completed the handoff (i.e. updated the routing mechanisms to adapt it to the new point of attachment of the MN), the temporary tunnel is removed. EMA defines two different schemes to perform this procedure: Break Before Make and Make Before Break. They are used if the radio link with the old IPPOA is lost before or after the network has established a new routing path for the MN to the new IPPOA. EMA supports two types of routing: prefix routing (as in classical IP networks) and host specific routing. When its connects to the EMA domain, the mobile obtains a COA from the local subnet. In such a way, the traffic destined for this mobile node can be routed based on its prefix while it remains in the subnet. When the MN changes of subnet, specific routes are injected in the network to reach it. TORA is very well adapted to work this way. 3 Comparison of IP micro-mobility protocols In this section, we compare the different micro-mobility proposals presented in section 2 with respect to the context described in the previous section. 3.1 Handoff Comparison parameters We investigate the handoff management on the basis of the simple network model shown in figure 5 with respect to : handoff management parameters: the interaction with the radio layer, initiator of the handover management mechanism, use of traffic bicasting, etc., handoff latency: the time needed to complete the handoff inside the network, potential packet losses: the amount of lost packets due to the handoff process, involved stations: the amount of MA involved in the handoff management, i.e. that must update their routing data or process messages in the handover mechanism. For this comparison, we assume here that n gate is the average number of hops between a MN and the gateway. The delay between these two hosts is t gate msec. Similarly, n prev is the number of hops between a MN and its former IPPOA (delay: t prev msec). t cross is the average delay in msec between the MN and the so-called crossover node for a given handoff. This node is the first common network entity located on a path between the new IPPOA and the old IPPOA and on the path between the new IPPOA and the gateway. In the case of based mobility management, these concepts must be understood in terms of. For example, in a four levels hierarchy in Hierarchical Mobile IP, n gate would be equal to four. In general, we can assume that t gate t prev t cross. t HA is the average time needed to reach the HA with the classical Mobile IP registration mechanism. When investigating performance of handover mechanisms in micro-mobility, we must consider the important point of move detection. We have already seen that the micro-mobility approach reduces the registration latency as most of the registrations are limited inside the current domain. However, the detection of the occurrence of a handoff is another important source of delay for real-time applications. As the IP handover management takes place after the movement detection, this detection must be as efficient as possible. In other words, any IP handover management mechanism is useless if the movements of the MN (handovers occurrences) are detected too late and packets are already lost. In Mobile IP, the movement detection is made via two algorithms described in [1]. These algorithms are based on the ICMP router discovery messages. Handoff is detected when receiving a Mobility Agent Advertisement with a source address located in another network (beginning with a different prefix) or when the lifetime expires for the last Mobility Agent Advertisement received. With the first algorithm, the detection occurs, on average, after the time between two Agent Advertisement (twice this time in worst case). With the second algorithm, it occurs after the lifetime of the Agent Advertisement. The values of these parameters may (must) be tuned to be adapted to the local network (their 9

10 Gateway Crossover Station Node tcross tgate Internet Base stations coverage area New Base IP POA Station tprev Base stations coverage area Previous Base IP POA Station Mobile s movement Figure 5: A simple model to compare handoff mechanisms default values are 30 min. for the lifetime and 7-10 min. for the rate of Agent Advertisement [7]). We will call this latency t mip. In the case of protocols relying on interaction with the radio layer, we call dt trigger the time between the reception of the radio trigger (ex. SHRT) and the actual radio handoff i.e. the moment when the radio link between the MN and its old IPPOA is removed. This time interval depends obviously on the radio technology, the load, the local topology of the network, the MN movements, etc. In figure 5, dt trigger may represent the time that the mobile crosses the overlapping area, going from point a to point b, if, for example, the trigger is sent when the mobile is at point a. For each proposal, we have defined the uncertainty time. During this time interval, after the radio link with the old IPPOA is deleted, the packets destined to the MN may be lost or incorrectly routed by the network. This parameter is a very important since it reflects the efficiency of a handoff management mechanism with respect to the packet losses. In this comparison, we do not take into account the time needed by the MN to reach the stations on the wireless interface. This time, which can be long, is not relevant for our comparison. Moreover, we also neglect the time needed to transfer packets inside a RAN for the based mobility management proposals. We consider that this is a layer 2 characteristic. However, it can be large in the case of protocols assuming interaction between layers since RAN can cover a very large geographic area. In our comparison, we identify two type of radio technologies: TDMA-like, allowing a MN to communicate only with one base station and CDMA-like, allowing the MN to communicate with more than one base station Handoff comparison The Hierarchical Mobile IP handoff mechanisms are designed to limit the handoff management at a local level while the MN remains in the same hierarchy 3. When changing of IPPOA, the MN must issue a registration request. This registration request must only reach the first with an existing binding for this mobile. This is obviously the crossover node and the time to reach it is thus t cross. When receiving a regional registration request for a MN for which it already has an entry in its visitor s list, the crossover node must send a binding update with a zero lifetime to the previous address of this MN to remove the old route: this is called de-registration. As t cross is the average time to reach the crossover, the total time to reach the crossover node and to remove the old route is 2t cross. When changing of hierarchy, the MN must perform a classical Mobile IP registration with its HA, the latency is thus 2t HA. The uncertainty time is t mip + t cross in the first case. In the case of a registration with the home agent, it is more difficult to evaluate this time interval. Indeed, Hierarchical Mobile IP allows to use the soft handoff mechanisms described in [21] to ensure that the losses occur only during the time needed to reach the previous. If we assume a handoff between two hierarchies belonging to the same domain, the uncertainty time will be t mip + t prev. The handover will involve 2n cross s in the first case and n gate + 1 MA (s in the new hierarchy and the HA) in the second case. Fast Handoff tries to reduce the handoff latency by using a SHRT to detect the mobile movements. When a handoff is almost happening, the network triggers the new to send an Agent Advertisement to the MN via the old before 3 We assume here Hierarchical Mobile IP with multi-levels hierarchy. 10

11 the end of the radio handoff. The MN can thus register with the new with classical Mobile IP mechanisms while still having an IP binding to the old. Three working modes for Fast Handoff are defined in [8]. If the old receives the SHRT and initiates the IP handoff management, the mechanism is called source triggered handoff. If it is the new, it is called target triggered handoff. Finally, if the MN initiates the handoff after receiving a SHRT, we will speak of mobile initiated handoff. Furthermore, the different can exchange Agent Solicitation and Advertisement messages before handoff so that the old can send directly an Agent Advertisement referencing the new to the MN. This allows to skip the Agent Advertisement Request/Reply process between the new and the MN. The uncertainty time is thus reduced to the time needed to complete the registration. With Fast Handoff, the mobile must receive an Agent Advertisement before making a registration with the new, all these messages passing by the old. As the Advertisement can be sent by the old, this leads to a total IP handoff latency of t prev +2t cross in the case of source triggered or mobile initiated handoff, and 2t prev +2t cross with target triggered handoff. The packet losses may be avoided if the crossover is reached by the registration request before the radio handover is completed 4. It is the case when dt trigger is greater than or equal to the IP handoff latency minus the time to receive the registration reply (t cross ). Proactive Handoff also uses a SHRT to anticipate the handoff but in a different way : the handoff is entirely managed by the s. When a detects that handoff is happening, it sends a Handoff Request to the other concerned (it can be the old or the new one). This agent replies with a Handoff Reply and if this reply is positive, the new sends a Regional Registration Request for the mobile to the G. In this way, a can establish an IP binding with a MN before having a radio link with it. The exchange of handoff request/reply messages allows the s to establish a tunnel between them to bicast the packets to the MN. If this occurs before the radio handoff, it is possible to avoid packet losses. This is the case when dt trigger is greater than or equal to 2t prev, the time requested to transfer the request from the old to the new and the reply in the opposite direction. TeleMIP has exactly the same handoff characteristics as Hierarchical Mobile IP with a two level hierarchy since it uses the same mechanisms. With Cellular IP, the handoff mechanism triggers the MN to send a packet that is forwarded hop-by-hop towards the gateway and that must be acknowledged. The latency is thus 2t gate (time to reach the gateway and to receive its acknowledgment) and n gate stations are involved in the handoff process (all stations on the path to the gateway). We can expect that no packet loss will occur with semi-soft handoff if the crossover node receives the semi-soft handoff packet before radio handoff is completed. We can see that dt trigger must be greater or equal to t cross. In the case of hard handoff, the uncertainty time is t mip + t cross losses since packets are lost from the time the mobile changes of station to the time the route update message reaches the crossover node. The HAWAII handoff mechanism is based on an exchange between the old and the new IPPOA. The total latency is thus 2t prev. The forwarding scheme implies a uncertainty time equal to t mip + t prev because packets are lost until the update message reaches the old base station. The non forwarding scheme is faster since the packets are correctly forwarded as soon as the crossover station is aware of the handoff (this is similar to the hard handoff in Cellular IP). In this case, assuming that the MN can be connected with two base stations, the packet losses can be avoided if dt trigger is greater than or equal to t cross. In HAWAII, the only stations located on the path between the two concerned IPPOAs perform a routing update. This very local handoff management involves n prev stations. From a theoretical point of view, EMA defines mechanisms sufficient to avoid packet losses if the handoff can be anticipated. As soon as the tunnel is established, it can be used to bicast the traffic. We can thus avoid losses if dt trigger is greater or equal to the time needed for the three way handshake : 3t prev. The total handoff latency is the time needed to perform the three way handshake followed by the network routing convergence time. Indeed, TORA will build new routes to the MN each time it changes its point of attachment since the three way handshake is finished when the MN injects its new TORA height in the network. Many stations will be aware of the handoff and perform routing updates in addition to those located between the concerned IPPOA and the MN itself. We call N(TORA) the average number of stations involve in the handoff management in a TORA network (this number depends on the network topology [17]). We assume that the network convergence is done in T(TORA)msec. It is obviously difficult to compare this time to the others but we focus here on the EMA handoff management. 4 We consider that the Hierarchical Mobile IP mechanisms are used inside a single hierarchy. In the case of a handoff between two different hierarchies, t cross becomes t HA. 11

12 Table 1: Comparative chart for handoff parameters Protocol Handoff type Radio Layer Hierarchical Mobile IP Fast Handoff Handoff initiator Traffic bicasting Move Detection Latency Total IP Latency Uncertainty time Stations involved L2 trigger Inside a hierarchy - no MN no t mip 2t cross t mip + t cross 2n cross Between hierarchies - no MN no t mip 2t HA t mip + t prev n gate + 1 a Source Trigger CDMA SHRT MN or s yes radio layer 2t cross + t prev max(0, t prev + t cross dt trigger) Target Trigger CDMA SHRT MN or s yes radio layer 2t cross + t prev max(0,2t prev + t cross dt trigger) Mobile initiated CDMA SHRT MN or s yes radio layer 2t cross + t prev max(0, t prev + t cross dt trigger) 2n cross 2n cross 2n cross 12 Proactive Handoff TeleMIP Cellular IP HAWAII EMA (using soft-state tunnels) With Anchor Registration CDMA SHRT MN or s yes radio layer 4t prev max(0,2t prev dt trigger) 2 (old and new ) With Regional Registration dt trigger) CDMA SHRT MN or s yes radio layer 2t prev + 2t max(0,2t prev gate 3 (old and new, G) Between IPPOA - no MN no t mip 2t gate t mip + t gate 2 (G, ) Between G - no MN no t mip 2t HA t mip + t HA 3 (G,, HA) Semi-soft handoff CDMA SHRT MN yes radio layer 2t gate max(0, t cross dt trigger) Hard handoff TDMA no MN no t mip 2t gate t mip + t cross n gate Forwarding scheme TDMA SHRT MN no radio layer 2t prev t mip + t prev n prev Non-forwarding scheme CDMA SHRT MN yes radio layer 2t prev max(0, t cross dt trigger) Make Before Break CDMA SHRT MN yes radio layer 3t prev + T(TORA) Break Before Make TDMA SHRT MN no radio layer 3t prev + T(TORA) max(0,3t prev dt trigger) max(0,3t prev dt trigger) n gate n prev n prev + N(TORA) n prev + N(TORA) a Using smooth handoff

13 3.1.3 Conclusion It is clear that the handover management will obviously remain the most important point for the micro-mobility. The micro-mobility approach within the Mobile IP framework allows to make only one home registration when connecting to a new domain. Inside the domain, we have two sources of latency : the move detection latency and the IP routing update latency. Protocols that remain totally independent of the radio layer rely all on a Mobile IP-like move detection mechanism based on timers and broadcasted IP messages. This requires an established radio link with the new IPPOA. For TDMA-like radio technologies, it means that the radio handoff is already done and that further latency in IP handoff may cause packet losses. In all cases, we can expect that an IP handoff process based on this move detection will always begin after the radio handoff. In the worst case, it may only be finished after the radio handoff and this could cause packet losses. Hierarchical Mobile IP, TeleMIP and Cellular IP (with hard handoff) are concerned by this. To avoid such losses, the other protocols assume the possibility of what we have called a Strong Handoff Radio Trigger (SHRT). This trigger is sent by the radio layer before the radio handoff that contains the new IPPOA of the concerned mobile. On this basis, it is possible to anticipate the radio handoff and, maybe, complete the IP handoff before, so that no packet losses occur. For This, the SHRT must be received sufficiently in advance in time before the radio handoff, depending on the IP routing update algorithm. This method makes thus three important assumptions : it is possible to receive a radio handoff trigger before the actual radio handoff, this trigger provides the new IPPOA of the MN, the trigger arrives sufficiently in advance in time before the radio handoff. If it seems to be possible to receive a radio trigger before the actual radio handoff, the assumption that it can provide the new IPPOA of the MN is very strong. It seems more realistic to assume that we can receive a radio trigger very soon before the handoff, based on power measurements, but that this trigger is only an indication of the imminence of a handoff, containing no new IPPOA. 3.2 Passive connectivity and Paging Only a few proposals explicitly include the support of these features: Hierarchical Mobile IP with its paging extension [14], Cellular IP and HAWAII. These protocols use the classical cellular telephony concepts of location area and paging. As in mobile telephony networks, the stations are grouped in paging areas and the network must perform a paging to find the actual IPPOA of the MN. In Hierarchical Mobile IP and Cellular IP, these paging areas must be sub-trees of a single hierarchy. A major difference between Hierarchical Mobile IP, Cellular IP and HAWAII is their paging algorithm. In Cellular IP, the arrival of a packet destined for an idle MN triggers the paging from the gateway. This paging request is propagated inside the network by stations with paging caches in charge of the concerned paging area. The stations that are to perform the paging requests are thus defined by the network manager and only these machines will maintain paging information. The situation is exactly the same with Hierarchical Mobile IP where the root of the sub-tree in each paging area, called Paging, is responsible for the paging inside this area. HAWAII defines an algorithm to dynamically balance the load of paging among the stations of the network. Based on the current load of each router, a particular station is chosen to perform each paging. The paging information is thus distributed throughout the network to ensure that any station can perform a paging. The passive connectivity is extremely valuable unless the mobile devices have infinite capacity batteries. The paging is a well known and very efficient solution to this problem. It seems to us that a micro-mobility proposal should include an IP paging support, at least as an option. 3.3 Intra-network traffic In this section we focus on the traffic between the MNs connected to the same wireless network. This kind of communication is a large part of today s GSM communications (both voice and short messages services) and we can expect 13

14 that it will remain an important class of traffic in future wireless networks. The effective support of this type of traffic is thus an important concern. With Hierarchical Mobile IP, Proactive Handoff and TeleMIP, this type of traffic will be directed to the HA of the destination. Even with the use of the route optimization extension [21], it will pass through the gateway. Only Fast Handoff defines a routing mechanism that re-uses the informations in the visitor s list to directly route the traffic whenever possible. If a receives a non-encapsulated packet, it looks in its visitor s list for a binding for the destination. If it found such binding, it sends the packet directly. Otherwise, it follows the classical Hierarchical Mobile IP forwarding scheme. With Cellular IP, all the traffic coming from a MN must pass through the gateway, even if the MN is communicating with another host in the same wireless network. This type of routing increases unduly the load on the gateway and the neighboring stations. HAWAII suffers from the same problem. TORA allows EMA networks to manage the intra-network traffic efficiently if the network implements all the features of TORA. The traffic between two mobiles inside the same domain constitutes today an important part of the wireless communications. This kind of traffic must be efficiently managed by the micro-mobility proposals. Fast Handoff mechanism seems to be a very good solution for this. 3.4 Scalability and robustness Current mobile networks support millions of connected users communicating at the same time. We can expect that future large wireless access networks will have the same constrains in terms of users load. For example, a commercial router acting as GGSN in a GPRS network is able to manage 90,000 simultaneous user contexts [5]. These facts are to be related to the increasing load of today s Internet routers: routing tables containing a few hundreds of thousands entries have become a performance problem. The based mobility management proposals, Cellular IP and HAWAII rely on a tree-like wireless access network. A dedicated machine acts as a gateway and is the root of this tree. A direct consequence is that stations close to the gateway are more loaded than the leaf stations. This increasing load is due to traffic processing and soft table handling in memory. The gateway is hence the more heavily loaded station in the network, processing all updates and maintaining tables entries for all the MNs within the network. This table may thus contain so many of entries that its handling by a single machine may become almost impossible. These architectures are weak since they rely on specific routers such as the gateway and the surrounding stations. In the case of Cellular IP and Hierarchical Mobile IP with regional paging, the situation is even worse since only a few stations maintain the paging information, making the network extremely vulnerable to a crash of these stations. HAWAII distributes the paging information inside the network and assigns dynamically the paging processing. This increases its robustness but at the cost of a greater load on the routers memory. On the other hand, Cellular IP basically manages link failure or station crashes with two kinds of refresh mechanisms: the beacon periodically transmitted by the gateway and the routing refreshes sent by the MN. The based mobility management proposals and HAWAII work on the top of IP and benefit from the existing IP recovery mechanisms. We can also mention the special case of TeleMIP which defines an architecture where load-balancing is possible between several Gs. The nodes in Hierarchical Mobile IP, Fast Handoff, Proactive Handoff and TeleMIP are classical Mobile IP. Cellular IP defines stations working with advanced layer two switch capabilities, HAWAII assumes classical IP routers with extended features. HAWAII stations must hence act as IP routers (including maintaining a routing table and actually routing the traffic) in addition to the management of the mobility (and support an IP multicast protocol). Finally, in the case of semi-soft handoff, Cellular IP base stations must support delay device mechanisms. EMA relies on TORA to manage the mobility but aims also at providing a classical prefix-based routing by establishing both subnet and destination specific routes. This seems to be a good compromise with respect to the size of the tables in each station. However, TORA is designed to be an ad-hoc network protocol and provides more than one route to each destination. Each node situated on a route towards a given host must maintain information about this route (its height with respect to this destination). In large networks, the route multiplicity may become a problem because many nodes will maintain redundant informations about MNs or subnets. Moreover, this information will mainly be useless since the largest part of the network is fixed and wired in contrast with ad-hoc wireless network where the availability of more than one route is an extremely valuable feature. On this basis, the tables to be maintained by 14

IP micro-mobility protocols

IP micro-mobility protocols IP micro-mobility protocols Pierre Reinbold University of Namur Belgium pre@info.fundp.ac.be http://www.infonet.fundp.ac.be Olivier Bonaventure Université Catholique de Louvain (UCL), Belgium Bonaventure@info.ucl.ac.be

More information

IPv6-based Beyond-3G Networking

IPv6-based Beyond-3G Networking IPv6-based Beyond-3G Networking Motorola Labs Abstract This paper highlights the technical issues in IPv6-based Beyond-3G networking as a means to enable a seamless mobile Internet beyond simply wireless

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

LECTURE 8. Mobile IP

LECTURE 8. Mobile IP 1 LECTURE 8 Mobile IP What is Mobile IP? The Internet protocol as it exists does not support mobility Mobile IP tries to address this issue by creating an anchor for a mobile host that takes care of packet

More information

Fixed Internetworking Protocols and Networks. IP mobility. Rune Hylsberg Jacobsen Aarhus School of Engineering

Fixed Internetworking Protocols and Networks. IP mobility. Rune Hylsberg Jacobsen Aarhus School of Engineering Fixed Internetworking Protocols and Networks IP mobility Rune Hylsberg Jacobsen Aarhus School of Engineering rhj@iha.dk 1 2011 ITIFN Mobile computing Vision Seamless, ubiquitous network access for mobile

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 Mobile IP 2 Mobile Network Layer: Problems and Concerns Entities and Terminology in Mobile IP Mobile Indirect Routing Mobile IP Agent Advertisement Registration

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

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

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

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

Mobile IP. Mobile Computing. Mobility versus Portability

Mobile IP. Mobile Computing. Mobility versus Portability Mobile IP Mobile Computing Introduction Amount of mobile/nomadic computing expected to increase dramatically in near future. By looking at the great acceptance of mobile telephony, one can foresee a similar

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

Introduction Mobility Support Handover Management Conclutions. Mobility in IPv6. Thomas Liske. Dresden University of Technology

Introduction Mobility Support Handover Management Conclutions. Mobility in IPv6. Thomas Liske. Dresden University of Technology 2005 / High Speed Networks II Outline Introduction Mobility Support Overview of IPv6 Mobility Support Handover Management Mobility Support What means Mobility Support? allow transparent routing of IPv6

More information

Modelling and quantitative analysis of LTRACK A novel mobility management algorithm

Modelling and quantitative analysis of LTRACK A novel mobility management algorithm Mobile Information Systems (006) 1 50 1 IOS Press Modelling and quantitative analysis of LTRACK A novel mobility management algorithm Benedek Kovács, M. Szalay and S. Imre Department of Telecommunications,

More information

OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS

OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS Sandro Grech Nokia Networks (Networks Systems Research) Supervisor: Prof. Raimo Kantola 1 SANDRO GRECH - OPTIMIZING MOBILITY MANAGEMENT IN

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

Mobile IP. rek. Petr Grygárek Petr Grygarek, Advanced Computer Networks Technologies 1

Mobile IP. rek. Petr Grygárek Petr Grygarek, Advanced Computer Networks Technologies 1 Mobile IP Petr Grygárek rek 1 Basic principle Picture from IOS IP and IP Routing Configuration Guide Mobile node maintains the same IP address even while roaming in foreign networks even if it s address

More information

Mobile IP. Mobile IP 1

Mobile IP. Mobile IP 1 Mobile IP Mobile IP 1 Motivation for Mobile IP Routing based on IP destination address, network prefix (e.g. 129.13.42) determines physical subnet change of physical subnet implies change of IP address

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

Internet Services & Protocols. Mobile and Wireless Networks

Internet Services & Protocols. Mobile and Wireless Networks Department of Computer Science Institute for System Architecture, Chair for Computer Networks Internet Services & Protocols Mobile and Wireless Networks Dr.-Ing. Stephan Groß Room: INF 3099 E-Mail: stephan.gross@tu-dresden.de

More information

Mobile IPv6 performance in networks: handover optimizations on the link and network layer

Mobile IPv6 performance in networks: handover optimizations on the link and network layer Mobile IPv6 performance in 802.11 networks: handover optimizations on the link and network layer LaTe project, Networking laboratory, TKK Mikko Hautala mhautala@cc.hut.fi 16.03.2006 Supervisor: Instructor:

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

Mobile & Wireless Networking. Lecture 9: Mobile IP. [Schiller, Section 8.1]

Mobile & Wireless Networking. Lecture 9: Mobile IP. [Schiller, Section 8.1] 192620010 Mobile & Wireless Networking Lecture 9: Mobile IP [Schiller, Section 8.1] Geert Heijenk Outline of Lecture 11 q Mobile IP Basics q 3 parts of Mobile IP: q Advertising Care-of Addresses q Registration

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

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

ECS-087: Mobile Computing

ECS-087: Mobile Computing ECS-087: Mobile Computing Mobile IP Most of the slides borrowed from Prof. Sridhar Iyer Diwakar Yagyasen.1 Effect of Mobility on Protocol Stack Application: new applications and adaptations Transport:

More information

Mobile IP Overview. Based on IP so any media that can support IP can also support Mobile IP

Mobile IP Overview. Based on IP so any media that can support IP can also support Mobile IP Introduction: Mobile IP Overview An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet

More information

Outline. CS5984 Mobile Computing. Local-area Mobility Solutions. Dr. Ayman Abdel-Hamid, CS5984. Regional Registration Framework (MIP_RR) 1/3

Outline. CS5984 Mobile Computing. Local-area Mobility Solutions. Dr. Ayman Abdel-Hamid, CS5984. Regional Registration Framework (MIP_RR) 1/3 CS9 Mobile Computing solutions Outline Dr. yman bdel-hamid Computer Science Department Virginia Tech Mobile IPv Micro-mobility Local-area Mobility Solutions Within the Mobile IP framework Regional Framework

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

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

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

Active source routing for ad-hoc network: seamless integration of wireless environment

Active source routing for ad-hoc network: seamless integration of wireless environment Active source routing for ad-hoc network: seamless integration of wireless environment 1. Introduction Active networking is the emerging technology that will provide new network environment where lots

More information

CSE 4215/5431: Mobile Communications Winter Suprakash Datta

CSE 4215/5431: Mobile Communications Winter Suprakash Datta CSE 4215/5431: Mobile Communications Winter 2013 Suprakash Datta datta@cse.yorku.ca Office: CSEB 3043 Phone: 416-736-2100 ext 77875 Course page: http://www.cse.yorku.ca/course/4215 Some slides are adapted

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

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

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

Mobility Management Protocols for Wireless Networks. By Sanaa Taha

Mobility Management Protocols for Wireless Networks. By Sanaa Taha Mobility Management Protocols for Wireless Networks By outline Mobility Management Mobility Management Models Host-based Mobility Management Protocols Network- based Mobility Management Protocols Which

More information

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo IETF Mobile IP Working Group INTERNET-DRAFT David B. Johnson Rice University Charles Perkins Nokia Research Center 2 July 2000 Mobility Support in IPv6 Status of This

More information

Chapter 3 A New Framework for Multicast Mobility in WiFi Networks

Chapter 3 A New Framework for Multicast Mobility in WiFi Networks Chapter 3 A New Framework for Multicast Mobility in WiFi Networks 3.1 Introduction This chapter presents the designed framework that was produced during this research. The chapter describes about network

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

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

MICRO-MOBILITY MANAGEMENT IN AD-HOC ACCESS NETWORKS

MICRO-MOBILITY MANAGEMENT IN AD-HOC ACCESS NETWORKS MICRO-MOBILITY MANAGEMENT IN AD-HOC ACCESS NETWORKS by Wenping Yang A thesis submitted to the Faculty of Graduate Studies in partial fulfillment of the requirement for the degree of Master of Science in

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

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 8 CMPE 257 Spring'15 1 Announcements Project proposals. Feedback. Class schedule updated. Exam:

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

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

An IP-level Mobility Management Framework Based on Quasi-Registration in Wireless Technologies Convergence

An IP-level Mobility Management Framework Based on Quasi-Registration in Wireless Technologies Convergence An IP-level Mobility Management Framework Based on Quasi-Registration in Wireless Technologies Convergence Ted Taekyoung Kwon, Mario Gerla UCLA Computer Science Los Angeles, CA 90095 tedkwon,gerla @cs.ucla.edu

More information

Mobile Communications Chapter 9: Network Protocols/Mobile IP

Mobile Communications Chapter 9: Network Protocols/Mobile IP Mobile Communications Chapter 9: Network Protocols/Mobile IP Motivation Data transfer Encapsulation Security IPv6 Problems DHCP Ad-hoc s Routing protocols 9.0.1 Motivation for Mobile IP Routing based on

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Wireless Networks Cellular & Mobility Sec 7.4 7.8 Lina Battestilli 7.1 Introduction Wireless Chapter 7 Outline Wireless and Mobile Networks 7.2 Wireless

More information

IP Mobility vs. Session Mobility

IP Mobility vs. Session Mobility IP Mobility vs. Session Mobility Securing wireless communication is a formidable task, something that many companies are rapidly learning the hard way. IP level solutions become extremely cumbersome when

More information

Chapter 8 LOCATION SERVICES

Chapter 8 LOCATION SERVICES Chapter 8 LOCATION SERVICES Distributed Computing Group Mobile Computing Winter 2005 / 2006 Overview Mobile IP Motivation Data transfer Encapsulation Location Services & Routing Classification of location

More information

Outline. CS5984 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Host Mobility Problem Solutions. Network Layer Solutions Model

Outline. CS5984 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Host Mobility Problem Solutions. Network Layer Solutions Model CS5984 Mobile Computing Outline Host Mobility problem and solutions IETF Mobile IPv4 Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 1 2 Host Mobility Problem 1/2 Host Mobility

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

Multicast Technology White Paper

Multicast Technology White Paper Multicast Technology White Paper Keywords: Multicast, IGMP, IGMP Snooping, PIM, MBGP, MSDP, and SSM Mapping Abstract: The multicast technology implements high-efficiency point-to-multipoint data transmission

More information

Outline. CS6504 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Dr. Ayman Abdel-Hamid. Mobile IPv4.

Outline. CS6504 Mobile Computing. Host Mobility Problem 1/2. Host Mobility Problem 2/2. Dr. Ayman Abdel-Hamid. Mobile IPv4. CS6504 Mobile Computing Outline Host Mobility problem and solutions IETF Mobile IPv4 Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Mobile IPv4 1 2 Host Mobility Problem 1/2 Host Mobility

More information

T Computer Networks II. Mobility Issues Contents. Mobility. Mobility. Classifying Mobility Protocols. Routing vs.

T Computer Networks II. Mobility Issues Contents. Mobility. Mobility. Classifying Mobility Protocols. Routing vs. T-0.50 Computer Networks II Mobility Issues 6.0.008 Overview Mobile IP NEMO Transport layer solutions i SIP mobility Contents Prof. Sasu Tarkoma Mobility What happens when network endpoints start to move?

More information

Computer Networks, Andrew Tannenbaum, Chapter 5.6. Computer Networking: A Top Down Approach Featuring the

Computer Networks, Andrew Tannenbaum, Chapter 5.6. Computer Networking: A Top Down Approach Featuring the Mobile IP (IPv4 and IPv6) Dr. John Keeney 3BA33 Elements of a wireless Wired infrastructure wireless hosts laptop, PDA, IP phone run applications may be stationary (nonmobile) or mobile wireless does not

More information

Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks

Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks Fast Location Opposite Update Scheme for Minimizing Handover Latency over Wireless/Mobile Networks Sunguk Lee Research Institute of Industrial Science and Technology Pohang, Gyeongbuk, 790-330, S.KOREA

More information

Performance Analysis of Multicast Mobility in a H-MIP Proxy Environment

Performance Analysis of Multicast Mobility in a H-MIP Proxy Environment Performance Analysis of Multicast Mobility in a H-MIP Proxy Environment Thomas C. Schmidt, Matthias Wählisch {schmidt, mw}@fhtw-berlin.de HAW Hamburg & FHTW Berlin MIPv6 Ready for Release and Now? What

More information

ROUTE OPTIMIZATION EXTENSITON FOR THE MOBILE INTERNET PROTOCOL IN LINUX

ROUTE OPTIMIZATION EXTENSITON FOR THE MOBILE INTERNET PROTOCOL IN LINUX ROUTE OPTIMIZATION EXTENSITON FOR THE MOBILE INTERNET PROTOCOL IN LINUX ABSTRACT The base Mobile Internet Protocol (Mobile IP) provides a means for portable computers to roam freely, changing its point

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

Optimal method to Reducing Link and Signaling Costs in Mobile IP

Optimal method to Reducing Link and Signaling Costs in Mobile IP Optimal method to Reducing Link and Signaling Costs in Mobile IP Sridevi Assistant Professor, Department of Computer Science,Karnatak University,Dharwad Abstract The objective of this research paper is

More information

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land IPv6 1 IPv4 & IPv6 Header Comparison IPv4 Header IPv6 Header Ver IHL Type of Service Total Length Ver Traffic Class Flow Label Identification Flags Fragment Offset Payload Length Next Header Hop Limit

More information

Mobility Management - Basics

Mobility Management - Basics Mobility Management - Basics Summer Semester 2012 Integrated Communication Systems Group Ilmenau University of Technology Content Motivation Problem and possible solutions IP-based mobility management

More information

Module 6: Wireless Mobile Networks

Module 6: Wireless Mobile Networks Module 6: Wireless Mobile Networks SMD123 Computer Communications Kaustubh Phanse Department of Computer Science and Electrical Engineering Luleå University of Technology Lecture Objectives Wireless links

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

Computer Networks. Wireless and Mobile Networks. László Böszörményi Computer Networks Mobile - 1

Computer Networks. Wireless and Mobile Networks. László Böszörményi Computer Networks Mobile - 1 Computer Networks Wireless and Mobile Networks László Böszörményi Computer Networks Mobile - 1 Background Number of wireless (mobile) phone subscribers now exceeds number of wired phone subscribers! Computer

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

Performance Evaluation of Wireless n Using Level 2 and Level 3 Mobility

Performance Evaluation of Wireless n Using Level 2 and Level 3 Mobility Indian Journal of Science and Technology, Vol 11(14), DOI: 10.17485/ijst/2018/v11i14/120616, April 2018 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Performance Evaluation of Wireless 802.11n Using

More information

Routing protocols in WSN

Routing protocols in WSN Routing protocols in WSN 1.1 WSN Routing Scheme Data collected by sensor nodes in a WSN is typically propagated toward a base station (gateway) that links the WSN with other networks where the data can

More information

Routing, Routing Algorithms & Protocols

Routing, Routing Algorithms & Protocols Routing, Routing Algorithms & Protocols Computer Networks Lecture 6 http://goo.gl/pze5o8 Circuit-Switched and Packet-Switched WANs 2 Circuit-Switched Networks Older (evolved from telephone networks), a

More information

ROUTE OPTIMIZATION EXTENSION FOR THE MOBILE INTERNET PROTOCOL IN LINUX

ROUTE OPTIMIZATION EXTENSION FOR THE MOBILE INTERNET PROTOCOL IN LINUX ROUTE OPTIMIZATION EXTENSION FOR THE MOBILE INTERNET PROTOCOL IN LINUX M. L. Jiang and Y. C. Tay ABSTRACT The base Mobile Internet Protocol (Mobile IP)[1] provides a means for portable computers to roam

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

Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity

Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity Virtual Hierarchical Architecture Integrating Mobile IPv6 and MANETs for Internet Connectivity Hyemee Park, Tae-Jin Lee, and Hyunseung Choo School of Information and Communication Engineering Sungkyunkwan

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

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

Novel Mobility Management Algorithms

Novel Mobility Management Algorithms Budapest University of Technology and Economics Department of Telecommunications Novel Mobility Management Algorithms PhD. Thesis Szalay Máté Research supervisor: Dr. Imre Sándor Budapest, 2006. I hereby

More information

Chapter 7. Wireless and Mobile Networks. Computer Networking: A Top Down Approach

Chapter 7. Wireless and Mobile Networks. Computer Networking: A Top Down Approach Chapter 7 Wireless and Mobile Networks Computer Networking: A Top Down Approach 7 th edition Jim Kurose, Keith Ross Pearson/Addison Wesley April 2016 7-1 Background: # wireless (mobile) phone subscribers

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

Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6

Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6 Extended Correspondent Registration Scheme for Reducing Handover Delay in Mobile IPv6 Ved P. Kafle Department of Informatics The Graduate University for Advanced Studies Tokyo, Japan Eiji Kamioka and Shigeki

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 8 CMPE 257 Winter'11 1 Announcements: Student presentations: Security: Jim. Seth: security in

More information

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local 1 v4 & v6 Header Comparison v6 Ver Time to Live v4 Header IHL Type of Service Identification Protocol Flags Source Address Destination Address Total Length Fragment Offset Header Checksum Ver Traffic Class

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

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

Flexible Dynamic Mesh VPN draft-detienne-dmvpn-00

Flexible Dynamic Mesh VPN draft-detienne-dmvpn-00 Flexible Dynamic Mesh VPN draft-detienne-dmvpn-00 Fred Detienne, Cisco Systems Manish Kumar, Cisco Systems Mike Sullenberger, Cisco Systems What is Dynamic Mesh VPN? DMVPN is a solution for building VPNs

More information

Wireless Medium Access Control Protocols

Wireless Medium Access Control Protocols Wireless Medium Access Control Protocols Telecomunicazioni Undergraduate course in Electrical Engineering University of Rome La Sapienza Rome, Italy 2007-2008 Classification of wireless MAC protocols Wireless

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

IEEE C /26. IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/20/>

IEEE C /26. IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/20/> 2003-03-09 IEEE C802.20-03/26 Project Title Date Submitted IEEE 802.20 Working Group on Mobile Broadband Wireless Access Architectural Attributes of an IP-based

More information

Advanced Computer Networks. IP Mobility

Advanced Computer Networks. IP Mobility Advanced Computer Networks 263 3501 00 IP Mobility Patrick Stuedi Spring Semester 2014 1 Oriana Riva, Department of Computer Science ETH Zürich Tuesday 1 April 2014 Outline Last week: Today: Cellular Networks

More information

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 185-189 A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols B.V. Manikyala Rao

More information

WSN Routing Protocols

WSN Routing Protocols WSN Routing Protocols 1 Routing Challenges and Design Issues in WSNs 2 Overview The design of routing protocols in WSNs is influenced by many challenging factors. These factors must be overcome before

More information

Category: Standards Track June Mobile IPv6 Support for Dual Stack Hosts and Routers

Category: Standards Track June Mobile IPv6 Support for Dual Stack Hosts and Routers Network Working Group H. Soliman, Ed. Request for Comments: 5555 Elevate Technologies Category: Standards Track June 2009 Status of This Memo Mobile IPv6 Support for Dual Stack Hosts and Routers This document

More information

O-PMIPv6: Optimized Proxy Mobile IPv6. Ahmad Rasem, Bachelor of Communications Engineering

O-PMIPv6: Optimized Proxy Mobile IPv6. Ahmad Rasem, Bachelor of Communications Engineering O-PMIPv6: Optimized Proxy Mobile IPv6 by Ahmad Rasem, Bachelor of Communications Engineering A thesis submitted to the Faculty of Graduate and Postdoctoral Affairs in partial fulfillment of the requirements

More information

Mobile Communications Mobility Support in Network Layer

Mobile Communications Mobility Support in Network Layer Motivation Mobility support needed to be able to use mobile devices in the Mobile devices need IP address for their communication Applications would like to communicate while being on the move Mobile Communications

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

CSE 123A Computer Netwrking

CSE 123A Computer Netwrking CSE 123A Computer Netwrking Winter 2005 Mobile Networking Alex Snoeren presenting in lieu of Stefan Savage Today s s issues What are implications of hosts that move? Remember routing? It doesn t work anymore

More information

Financial Services Design for High Availability

Financial Services Design for High Availability Financial Services Design for High Availability Version History Version Number Date Notes 1 March 28, 2003 This document was created. This document describes the best practice for building a multicast

More information

How Mobile IP Works? Presenter: Ajoy Singh

How Mobile IP Works? Presenter: Ajoy Singh How Mobile IP Works? Presenter: Ajoy Singh Agenda Required background What problems does Mobile IP solve? Mobile IP: protocol overview Scope Requirements Design goals Functional entities 5/2/2002 How Mobile

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