Network Working Group | H. Chan (Ed.) |
Internet-Draft | Huawei Technologies |
Intended status: Informational | September 2012 |
Expires: March 03, 2013 |
Requirements for Distributed Mobility Management
draft-ietf-dmm-requirements-02
This document defines the requirements for Distributed Mobility Management (DMM) in IPv6 deployments. The traditionally hierarchical structure of cellular networks has led to deployment models which are in practice centralized. Mobility management with logically centralized mobility anchoring in current mobile networks is prone to suboptimal routing and raises scalability issues. Such centralized functions can lead to single points of failure and inevitably introduce longer delays and higher signaling loads for network operations related to mobility management. The objective is to enhance mobility management in order to meet the primary goals in network evolution, i.e., improve scalability, avoid single points of failure, enable transparent mobility support to upper layers only when needed, and so on. Distributed mobility management must be secure and compatible with existing network deployments and end hosts.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http:/⁠/⁠datatracker.ietf.org/⁠drafts/⁠current/⁠.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
This Internet-Draft will expire on March 03, 2013.
Copyright (c) 2012 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http:/⁠/⁠trustee.ietf.org/⁠license-⁠info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
In the past decade a fair number of mobility protocols have been standardized [RFC6275] [RFC5944] [RFC5380] [RFC6301] [RFC5213]. Although the protocols differ in terms of functions and associated message formats, we can identify a few key common features:
The presence of the centralized mobility anchor allows a mobile node to remain reachable when it is not connected to its home domain. The anchor point, among other tasks, ensures connectivity by forwarding packets destined to, or sent from, the mobile node. In practice, most of the deployed architectures today have a small number of centralized anchors managing the traffic of millions of mobile nodes. Compared with a distributed approach, a centralized approach is likely to have several issues or limitations affecting performance and scalability, which require costly network dimensioning and engineering to resolve.
To optimize handovers from the perspective of mobile nodes, the base protocols have been extended to efficiently handle packet forwarding between the previous and new points of attachment. These extensions are necessary when applications have stringent requirements in terms of delay. Notions of localization and distribution of local agents have been introduced to reduce signaling overhead [Paper-Distributed.Centralized.Mobility]. Unfortunately, today we witness difficulties in getting such protocols deployed, resulting in sub-optimal choices for the network operators.
Moreover, the availability of multi-mode devices and the possibility of using several network interfaces simultaneously have motivated the development of even more protocol extensions to add more capabilities to the base protocol. In the end, deployment is further complicated with the multitude of extensions.
Mobile users are, more than ever, consuming Internet content; such traffic imposes new requirements on mobile core networks for data traffic delivery. When the traffic demand exceeds available capacity, service providers need to implement new strategies such as selective traffic offload (e.g. 3GPP work items LIPA/SIPTO [TS.23829]) through alternative access networks (e.g. WLAN) [Paper-Mobile.Data.Offloading]. Moreover, the presence of content providers closer to the mobile/fixed Internet Service Providers network requires taking into account local Content Delivery Networks (CDNs) while providing mobility services.
When demand exceeds capacity, both traffic offloading and CDN mechanisms could benefit from the development of mobile architectures with fewer levels of routing hierarchy introduced into the data path by the mobility management system. This trend towards so-called "flat networks" is reinforced by a shift in user traffic behavior. In particular, there is an increase in direct communications among peers in the same geographical area. Distributed mobility management in a truly flat mobile architecture would anchor the traffic closer to the point of attachment of the user, overcoming the suboptimal route stretch of a centralized mobility scheme.
While deploying today's mobile networks, service providers face new challenges. Mobility patterns indicate that, more often than not, mobile nodes remain attached to the same point of attachment for considerable periods of time [Paper-Locating.User] . Therefore it is not uncommon to observe that specific IP mobility management support is not required for applications that launch and complete their sessions while the mobile node is connected to the same point of attachment. However, currently, IP mobility support is designed for always-on operation, maintaining all parameters of the context for each mobile subscriber for as long as they are connected to the network. This can result in a waste of resources and ever-increasing costs for the service provider. Infrequent node mobility coupled with application intelligence suggest that mobility can be provided selectively, thus simplifying the context maintained in the different nodes of the mobile network.
The DMM charter addresses two complementary aspects of mobility management procedures: the distribution of mobility anchors towards a more flat network and the dynamic activation/deactivation of mobility protocol support as an enabler to distributed mobility management. The former aims at positioning mobility anchors (HA, LMA) closer to the user; ideally, mobility agents could be collocated with the first-hop router. The latter, facilitated by the distribution of mobility anchors, aims at identifying when mobility support must be activated and identifying sessions that do not require mobility management support -- thus reducing the amount of state information that must be maintained in various mobility agents of the mobile network. The key idea is that dynamic mobility management relaxes some of the constraints of previously-standardized mobility management solutions and, by doing so, it can avoid the establishment of non-optimal tunnels between two topologically distant anchors.
Given this motivational background in this section, this document compares distributed mobility management with centralized mobility management in Section 3. The requirements to address these problems are given in Section 4. Finally, security considerations are discussed in Section 5.
The problem statement and the use cases [I-D.yokota-dmm-scenario] can be found in [Paper-Distributed.Mobility.Review].
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL","SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].
All the general mobility-related terms and their acronyms used in this document are to be interpreted as defined in the Mobile IPv6 base specification [RFC6275], in the Proxy mobile IPv6 specification [RFC5213], and in Mobility Related Terminology [RFC3753]. These terms include the following: mobile node (MN), correspondent node (CN), and home agent (HA) as per [RFC6275]; local mobility anchor (LMA) and mobile access gateway (MAG) as per [RFC5213], and context as per [RFC3753].
In addition, this draft introduces the following term.
Mobility management functions may be implemented at different layers of the protocol stack. At the IP (network) layer, they may reside in the network or in the mobile node. In particular, a network-based solution resides in the network only. It therefore enables mobility for existing hosts and network applications which are already in deployment but lack mobility support.
At the IP layer, a mobility management protocol supporting session continuity is typically based on the principle of distinguishing between identifier and routing address and maintaining a mapping between the two. In Mobile IP, the home address serves as an identifier of the device whereas the care-of-address (CoA) takes the role of the routing address. The binding between these two is maintained at the home agent (mobility anchor). If packets can be continuously delivered to a mobile node at its home address, then all sessions using that home address are unaffected even though the routing address (CoA) changes.
The next two subsections explain centralized and distributed mobility management functions in the network.
In centralized mobility management, the mapping information between the persistent node identifier and the changing IP address of a mobile node (MN) is kept at a single mobility anchor. At the same time, packets destined to the MN are routed via this anchor. In other words, such mobility management systems are centralized in both the control plane and the data plane.
Many existing mobility management deployments make use of centralized mobility anchoring in a hierarchical network architecture, as shown in Figure 1. Examples of such centralized mobility anchors are the home agent (HA) and local mobility anchor (LMA) in Mobile IPv6 [RFC6275] and Proxy Mobile IPv6 [RFC5213], respectively. Current cellular networks such as the Third Generation Partnership Project (3GPP) UMTS networks, CDMA networks, and 3GPP Evolved Packet System (EPS) networks employ centralized mobility management too. In particular, Gateway GPRS Support Node (GGSN) and Serving GPRS Support Node (SGSN) in the 3GPP UMTS hierarchical network, and the Packet data network Gateway (P-GW) and Serving Gateway (S-GW) in the 3GPP EPS network, respectively, act as anchors in a hierarchy.
UMTS 3GPP SAE MIP/PMIP +------+ +------+ +------+ | GGSN | | P-GW | |HA/LMA| +------+ +------+ +------+ /\ /\ /\ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ +------+ +------+ +------+ +------+ +------+ +------+ | SGSN | | SGSN | | S-GW | | S-GW | |MN/MAG| |MN/MAG| +------+ +------+ +------+ +------+ +------+ +------+
Figure 1. Centralized mobility management.
Mobility management functions may also be distributed to multiple networks as shown in Figure 2, so that a mobile node in any of these networks may be served by a closeby mobility function (MF).
+------+ +------+ +------+ +------+ | MF | | MF | | MF | | MF | +------+ +------+ +------+ +------+ | ---- | MN | ----
Figure 2. Distributed mobility management.
Mobility management may be partially or fully distributed. In the former case only the data plane is distributed. Fully distributed mobility management implies that both the data plane and the control plane are distributed. These different approaches are described in detail in [I-D.yokota-dmm-scenario].
A distributed mobility management scheme for future flat IP-based mobile network architecture consisting of access nodes is proposed in [Paper-Distributed.Dynamic.Mobility]. Its benefits over centralized mobility management are shown through simulations in [Paper-Distributed.Centralized.Mobility]. Moreover, the (re)use and extension of existing protocols in the design of both fully distributed mobility management [Paper-Migrating.Home.Agents] [Paper-Distributed.Mobility.SAE] and partially distributed mobility management [Paper-Distributed.Mobility.PMIP] [Paper-Distributed.Mobility.MIP] have been reported in the literature. Therefore, before designing new mobility management protocols for a future flat IP architecture, it is recommended to first consider whether existing mobility management protocols can be extended to serve a flat IP architecture.
After comparing distributed mobility management against centralized deployment in Section 3, this section states the requirements as follows:
This requirement addresses problems PS1, PS2, PS3, and PS4 in the following.
This requirement addresses the problems PS5 as well as the other related problem O-PS1.
This requirement addresses the following related problem O-PS2.
Distributed mobility management (DMM) requires two kinds of security considerations: First, access network security that only allows a legitimate mobile host/router to access the DMM service; Second, end-to-end security that protects signaling messages for the DMM service. Access network security is required between the mobile host/router and the access network providing the DMM service. End-to-end security is required between nodes that participate in the DMM protocol.
It is necessary to provide sufficient defense against possible security attacks, or to adopt existing security mechanisms and protocols to provide sufficient security protections. For instance, EAP-based authentication can be used for access network security, while IPsec can be used for end-to-end security.
None
This problem statement document is a joint effort among the following participants. Each individual has made significant contributions to this work.
Dapeng Liu: liudapeng@chinamobile.com
Pierrick Seite: pierrick.seite@orange-ftgroup.com
Hidetoshi Yokota: yokota@kddilabs.jp
Charles E. Perkins: charliep@computer.org
Melia Telemaco: telemaco.melia@alcatel-lucent.com
Elena Demaria: elena.demaria@telecomitalia.it
Peter McCann: Peter.McCann@huawei.com
Kostas Pentikousis: k.pentikousis@huawei.com
Tricci So: tso@zteusa.com
Jong-Hyouk Lee: jh.lee@telecom-bretagne.eu
Jouni Korhonen: jouni.korhonen@nsn.com
Sri Gundavelli: sgundave@cisco.com
Carlos J. Bernardos: cjbc@it.uc3m.es
Marco Liebsch: Marco.Liebsch@neclab.eu
Wen Luo: luo.wen@zte.com.cn
Georgios Karagiannis: g.karagiannis@utwente.nl
Julien Laganier: jlaganier@juniper.net
Wassim Michel Haddad: Wassam.Haddad@ericsson.com
Alexandru Petrescu: alexandru.petrescu@gmail.com
Seok Joo Koh: sjkoh@knu.ac.kr
Dirk von Hugo: Dirk.von-Hugo@telekom.de
Ahmad Muhanna: amuhanna@awardsolutions.com
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. |
[RFC6275] | Perkins, C., Johnson, D. and J. Arkko, "Mobility Support in IPv6", RFC 6275, July 2011. |
[RFC5213] | Gundavelli, S., Leung, K., Devarapalli, V., Chowdhury, K. and B. Patil, "Proxy Mobile IPv6", RFC 5213, August 2008. |
[RFC3963] | Devarapalli, V., Wakikawa, R., Petrescu, A. and P. Thubert, "Network Mobility (NEMO) Basic Support Protocol", RFC 3963, January 2005. |
[RFC5380] | Soliman, H., Castelluccia, C., ElMalki, K. and L. Bellier, "Hierarchical Mobile IPv6 (HMIPv6) Mobility Management", RFC 5380, October 2008. |
[RFC5944] | Perkins, C., "IP Mobility Support for IPv4, Revised", RFC 5944, November 2010. |
[RFC6301] | Zhu, Z., Wakikawa, R. and L. Zhang, "A Survey of Mobility Support in the Internet", RFC 6301, July 2011. |
[RFC3753] | Manner, J. and M. Kojo, "Mobility Related Terminology", RFC 3753, June 2004. |
[I-D.yokota-dmm-scenario] | Yokota, H, Seite, P, Demaria, E and Z Cao, "Use case scenarios for Distributed Mobility Management", Internet-Draft draft-yokota-dmm-scenario-00, October 2010. |
[I-D.ietf-netext-pd-pmip] | Zhou, X, Korhonen, J, Williams, C, Gundavelli, S and C Bernardos, "Prefix Delegation for Proxy Mobile IPv6", Internet-Draft draft-ietf-netext-pd-pmip-02, March 2012. |
[TS.23829] | 3GPP, "Local IP Access and Selected IP Traffic Offload (LIPA-SIPTO)", 3GPP TR 23.829 10.0.1, October 2011. |
[Paper-Locating.User] | Kirby, G, "Locating the User", Communication International, 1995. |
[Paper-Mobile.Data.Offloading] | Lee, K, Lee, J, Yi, Y, Rhee, I and S Chong, "Mobile Data Offloading: How Much Can WiFi Deliver?", SIGCOMM 2010, 2010. |
[Paper-Distributed.Dynamic.Mobility] | Bertin, P, Bonjour, S and J-M Bonnin, "A Distributed Dynamic Mobility Management Scheme Designed for Flat IP Architectures", Proceedings of 3rd International Conference on New Technologies, Mobility and Security (NTMS), 2008. |
[Paper-Distributed.Centralized.Mobility] | Bertin, P, Bonjour, S and J-M Bonnin, "A Distributed or Centralized Mobility", Proceedings of Global Communications Conference (GlobeCom), December 2009. |
[Paper-Migrating.Home.Agents] | Wakikawa, R, Valadon, G and J Murai, "Migrating Home Agents Towards Internet-scale Mobility Deployments", Proceedings of the ACM 2nd CoNEXT Conference on Future Networking Technologies, December 2006. |
[Paper-Distributed.Mobility.SAE] | Fisher, M, Anderson, F.U, Kopsel, A, Schafer, G and M Schlager, "A Distributed IP Mobility Approach for 3G SAE", Proceedings of the 19th International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), 2008. |
[Paper-Distributed.Mobility.Review] | Chan, H, Yokota, H, Xie, J, Seite, P and D Liu, "Distributed and Dynamic Mobility Management in Mobile Internet: Current Approaches and Issues, Journal of Communications, vol. 6, no. 1, pp. 4-15, Feb 2011. ", Proceedings of GlobeCom Workshop on Seamless Wireless Mobility, February 2011. |
[Paper-Distributed.Mobility.PMIP] | Chan, H, "Proxy Mobile IP with Distributed Mobility Anchors", Proceedings of GlobeCom Workshop on Seamless Wireless Mobility, December 2010. |
[Paper-Distributed.Mobility.MIP] | Chan, H, "Distributed Mobility Management with Mobile IP", Proceedings of IEEE International Communication Conference (ICC) Workshop on Telecommunications: from Research to Standards, June 2012. |