Mobility Management Framework in Software Defined Networks
|
|
|
- Eustace Glenn
- 10 years ago
- Views:
Transcription
1 , pp Mobility Management Framework in Software Defined Networks Kyoung-Hee Lee Department of Computer Engineering, Pai Chai University, Korea Abstract There have been quite a number of approaches for mobility management in IP networks to provide service continuity to mobile nodes traveling across heterogeneous wireless networks. One of the reasons making those existing approaches difficult to be applied into real network environment is that they commonly require significant functional updates on network devices including routers, control servers and mobile terminals. The complexity to manage huge mobility information and much overhead to exchange mobility control messages also became obstacles to deploy those approaches. Recently, software defined networking is being considered as a dynamic and scalable architecture which can resolve those limitations by decoupling network control and data forwarding functions, and enabling the network control to become directly programmable in a centralized manner. In this paper, we address some issues and possible solutions to introduce a well-known IP mobility management approach, PMIPv6, into software defined networks. A feasible MM framework is also proposed with consideration of efficiently utilizing the features and advantages of the software defined networking architecture. Keywords: Mobility Management, PMIPv6, Software Defined Networking 1. Introduction For a couple of decades, mobility management (MM) techniques in IP networks have been got a lot of attention as fundamental solutions to provide service continuity to mobile users moving around various wireless networks. There have been lots of MM approaches, including Mobile IP (MIP) [1-2] and Proxy MIP (PMIP) [3], which were carefully designed and proposed to give an efficient framework and practical protocols to address this issue. Those approaches commonly require some special network entities to manage location information and to control handover situation of mobile nodes (MNs), for example, called Localized Mobility Agent (LMA) and Mobility Access Gateway (MAG) in PMIPv6. Those new functions should be implemented either on additional control servers or numerous access/gateway routers in all over the existing networks. It requires replacing a huge number of network devices or sweeping functional updates on the current network infrastructure. This would be one of the major reasons making those MM approaches difficult to be deployed into the real networks. Another critical problem could be the complexity to manage all mobility information of a tremendous number of MNs and the message overhead to control frequent handovers of them. A location of an MN changes often as it moves continuously, and routing paths for the MN should be updated in time from/to all corresponding nodes communicating with the MN. Those updates should be done at all relevant routers and switches scattered in the networks as well as mobility control servers. These heavy MM procedures may degrade the speed and utilization of networks but the network service providers have not found proper commercial ISSN: IJSEIA Copyright c 2014 SERSC
2 merits to endure the degradation even though it is evident that the MM service could provide their customers with an innovative networking environment. Recently, software defined networking (SDN) architecture emerges as a key solution to overcome complexity caused by thousands of protocols and control functions implemented in the current network infrastructure and to provide network operators with a managed and programmable control plane separated from the underlying data-forwarding plane [4]. In the SDN architecture, most of networking functions, including routing, management, mobility, quality of service (QoS) and access control, can be implemented as software in the control plane which does not require computational overhead and resources in switches or routers residing in the data-forwarding plane. This feature may enable some enhanced networking services such as mobility support among various wireless networks to be introduced into the real networks covering wide areas. In this paper, we consider how to deploy a well-known MM approach, PMIPv6 [3], into the SDN architecture. A feasible framework to efficiently implement PMIPv6 over SDN is proposed accordingly. Some relevant issues or problems are introduced, and the possible solutions are also proposed. 2. Related work 2.1. SDN Architecture According to Open Networking Foundation (ONF), SDN is defined as an architecture decoupling the network control and forwarding functions to enable the network control to become directly programmable and the underlying infrastructure to be abstracted for applications and network services [4-5]. Figure 1 shows a logical view of SDN architecture. Figure 1. Logical View of SDN Architecture As shown in the figure, most network services (i.e., protocols and controls) are centralized at SDN control software. The SDN controller manages all network devices in the underlying infrastructure layer, which are virtualized a single logical switch. Network operators can control the networks through standard interfaces (e.g., OpenFlow) independently of network device vendors. The network devices are only equipped with data-forwarding functions controlled by the SDN controller. This makes design and operation of a network simpler and more efficient. APIs between application layer and control layer can provide a virtualized 2 Copyright c 2014 SERSC
3 network environment and means to apply various polices regarding routing, access control, traffic engineering, power management, etc OpenFlow OpenFlow is a key element of the SDN architecture, which is an ONF standard protocol to remotely control the forwarding tables of switches or routers [9]. OpenFlow controller, a part of SDN controller, gives instructions through secure channels to OpenFlow switches which are generally layer 2 (L2) switches with OpenFlow client software. An OpenFlow switch manages multiple flow tables to handle and forward packets to their destinations. Figure 2 shows the OpenFlow protocol architecture introduced in a survey paper on SDN [10]. Figure 2. OpenFlow Protocol Architecture An entry in flow table consists of a rule (or match fields) used to match incoming packets, consequential packet handling actions and statistics (i.e., a counter of packets matched to the rule). Match files may contain information found in the packet header, ingress port and metadata. Actions, a set of instructions, are to be applied upon a match and dictating how to handle those matching packets. A counter is used to collect statistics for the particular flow such as the number of received packets. An OpenFlow switch make, update and delete the flow entries in its flow tables according to instructions delivered through OpenFlow protocol from the OpenFlow controller RouteFlow RouteFlow is one of deployment frameworks for SDN, which is being developed as an open source project [11]. This approach runs IP routing protocols (e.g., BGP and OSPF) at a centralized RouteFlow server and generates the forwarding information base (FIB) according to the configured routing protocols. The server collects IP and ARP tables to be translated into OpenFlow rules which are finally installed in the associated programmable switches in the networks [12]. Figure 3 shows the architecture of RouteFlow approach described in [12]. A RouteFlow server generates and operates virtual machines (VMs) in the SDN control plane. A VM in the RouteFlow server is mapped to a particular OpenFlow switch in the data-forwarding plane. VMs build a virtual topology and run an open source routing protocol, Quagga [13-14]. The RouteFlow server continuously monitors the status of routing tables in VMs. If a change is Copyright c 2014 SERSC 3
4 found from the routing tables, the RouteFlow server makes a corresponding flow entry and delivers it to a relevant OpenFlow switch immediately. Figure 3. RouteFlow architecture The RouteFlow architecture illustrates a specific and efficient direction to accommodate IP routing protocols in the SDN control plane. The following chapters of this paper address frameworks to apply two well-known IP-based MM approaches into the SDN architecture based on the RouteFlow approach. 3. PMIPv6 over SDN A demand of network-based control to mobility support has been continuously increased to minimize the functional changes on a user terminal device. PMIPv6, which is a standard MM framework developed by IETF, defines a Localized MM (LMM) domain and specifies the architecture and protocol to handle mobility within an LMM domain with a networkbased manner [3, 15]. In the PMIPv6 architecture, an LMA and several MAGs constitute an LMM domain. An MAG initiates and executes a layer 3 (L3) handover procedure for an MN. The LMA manages all MN s location information while they are moving among MAGs in a single LMM domain. A data tunnel is established between the LMA and each MAG to forward packets for MNs. When an MN enters a particular MAG s area, the MAG registers its own IP address with the LMA as the MN s care-of-address (CoA). The home address (HoA) of the MN does not change in a single LMM domain. By managing the binding information of the MN s HoA and CoA, the LMA can properly forward packets from the outside of the LMM domain to MNs. Figure 4 illustrates an MM framework deploying PMIPv6 into the SDN architecture based on RouteFlow. The network topology in the figure consists of a single LMM domain. Three VMs in the control plane are running the PMIPv6 protocol to act as an LMA and two MAGs, respectively. VM #1 plays a role of the LMA located at the gateway router and it is logically mapped to Switch #1 (SW #1). VM #2 and VM #3 are two MAGs running at access routers (ARs), which are mapped to SW #2 and SW #3, respectively. All switches are assumed to be OpenFlow switches. Flow tables on those switches are managed by the SDN controller (i.e., RouteFlow server) according to the status of routing tables in VMs. Bidirectional IP-in-IP tunnels are established among those switches to deliver packets from/to MNs. 4 Copyright c 2014 SERSC
5 Figure 4. PMIPv6 Architecture over SDN The operations of PMIPv6 in the control plane are not different from those of the existing PMIPv6 standard. If an MN moves from the SW #1 s area to the SW #2 s area, MAG2 in VM #3 initiates an L3 handover procedure for the MN. MAG2 sends a Proxy Binding Update (PBU) message to the LMA in VM #1 to notify a change of the MN s location. Then the LMA updates its binding cache so that MAG2 represents the MN s CoA. After updating the binding cache, the LMA replies to MAG2 with a Proxy Binding Acknowledgement (PBA) message. The RouteFlow server translates the changes in the LMA s binding cache into OpenFlow rules. These rules are immediately installed to SW #1 through OpenFlow protocol. Thereafter, SW #1 forwards incoming packets destined to the MN toward a tunnel established to SW #3. Figure 5. Flow Tables in OpenFlow Switches Figure 5 depicts a simple example of flow tables in the OpenFlow switches to support mobility of the MN visiting the SW #3 s area as shown in Figure 4. If a packet arrives from outside of the LMM domain and its destination address points to the MN, SW #1 encapsulates Copyright c 2014 SERSC 5
6 and forwards the packet to MAG2 through port 3 (Rule 1 of SW #1). When receiving the packet, SW #3 decapsulates it and forwards the inner packet to the MN through port 2 (Rule 2 of SW #3). On the other hands, a packet sent from the MN arrives at port 2 of SW #3. Then SW #3 encapsulates and forwards the packet to SW #1 through port 1 (Rule 1 of SW #3). When an encapsulated packet arrives from SW #3, SW #1 decapsulates it and forwards the inner packet to outside of the LMM domain through port 1 (Rule 3 of SW #1). Rule 2 in the SW #1 s flow table give directions to handle a packet which is delivered from MAG1 and destined to the MN (i.e., a case that another MN in the SW #1 s area sends a packet to the MN in the SW #2 s area). 4. Considerations on the Proposed Framework One of open issues on deploying PMIPv6 into the real networks is how an MAG quickly knows an entry of an MN which has just moved from another MAG s area. Because an MAG initiates an L3 handover procedure of PMIPv6 for an MN, how rapidly it knows the MN s visit is quite important in the aspect of performance on handling handover situations. The PMIPv6 standard does not restrict what could be a trigger to instruct an MAG to send a PBU message to an LMA [3]. This issue can be more serious problem when PMIPv6 is deployed over the SDN architecture since an MAG at the control plane is separated from a switch in the data-forwarding plane, which is physically connected to MNs. A reasonable solution is to introduce cross-layer functionality between L2 and L3 layers. An L2 event that a MN changes its point of attachment (PoA) can be useful information for upper layer protocols to efficiently control L3 or higher layer handovers. IEEE standard, Media Independent Handover (MIH) service, provides such functions enabling upper layers to precisely know the underlying link status and behaviors [16]. Those functions do not support only local cross-layer interactions at a single node but also serve the remote interactions among different nodes. There have been some network-based MM approaches accelerating handover control with those L2/L3 interaction functions [6-8]. This idea could be employed by the proposed framework to reduce handover latency affected by the L2 handover notification time. A weakness of this solution is all PoAs and MAGs should be equipped with additional functions for L2/L3 interaction. An MAG s functions could be easily updated because it is implemented at a VM. But it is not a simple requirement to add new functions to all type of PoAs used for various wireless access networks. Another possible solution is to use Internet Control Message Protocol (ICMP), which has been proposed by the PMIPv6 standard [3]. According to the scheme, an MN broadcasts an ICMP Router Solicitation (RS) message after attaching a PoA located in a new MAG s area. This RS message is delivered to the MAG and could be a trigger to start an L3 handover procedure. This process is basically performed by an MN to solicit an IPv6 prefix to be used in a new network. Thus the advantage of network-based control is kept while requiring no additional functions on MNs. A drawback of this approach could be a handover latency may increase according to the time that an MN s current IPv6 prefix is expired and it sends an RS message to get a new prefix. The PMIPv6 control message flows in [3] need be slightly modified when assuming the underlying network is based on the SDN architecture. Because an MAG is located inside of a VM in the control plane, an MN s RS message cannot be directly delivered to the MAG. An OpenFlow switch mapped to the MAG should encapsulate the RS message and forward it to the MAG. A reply to the MN, a Router Advertisement (RA) message from the MAG, should be also encapsulated and delivered through the OpenFlow switch. Figure 6 shows a modified message flow according to this consideration. 6 Copyright c 2014 SERSC
7 Figure 6. Modified PMIPv6 Message Flow over SDN Another issue on the proposed PMIPv6 architecture over SDN is concerned in its tunneling scheme. PMIPv6 establishes a data tunnel between an LMA and each MAG to forward packets for MNs residing in the LMM domain. This concentrates overhead to manage all MN s location information on the LMA and enables MAGs to handle packets for MNs more simply. On the other hand, the LMA may suffer from excessive data traffic since all packets from/to MNs definitely have to path through the LMA. Anyway, this tunneling scheme looks suitable for PMIPv6 deployment in legacy networks. A question could be the tunneling scheme is still efficient when we assume the underlying networks are SDNs. An OpenFlow switch may be equipped with tunneling functions. If packets from/to lots of MNs share a single data tunnel, an MAG s burden would decrease due to escape of individual routing for the packets. However, to maximize the benefits of SDN architecture, a switch needs to mainly perform data-forwarding functions such as flow switching, VLAN switching, etc. An OpenFlow switch may have a group table which a group entry consists of a Group ID of multiple flows and a set of corresponding actions (i.e., action bucket) [9]. The advantage from sharing a single data tunnel can be replaced with the effect of group table by allocating the same Group ID to multiple MNs and putting their common actions into the action bucket. Thus the overhead from packet encapsulation/decapsulation of tunneling scheme may not need to be endured any more in the SDN architecture. In the PMIPv6 network, to exchange packets between two MNs which are located in a single LMM domain but in different MAG s areas, those packets should pass through an LMA and two data tunnels. It may cause a bottleneck problem at the LMA while a lot of MNs are visiting the LMM domain and they exchange much traffic with each other. This problem can be mitigated if we assume that the tunnels are not mandatory. Because an LMA knows a list of all MNs staying in its domain, it can easily install rules to the underlying data plane so as to handle those internal packets to be delivered along the shortest path among MAGs. Thus a switch mapped to the LMA can escape from burden to handle those internal packets. Above aforementioned issues, there remain several considerations to make the proposed PMIPv6 architecture over SDN more feasible to be deployed into real networks. Massive mobility information will be concentrated at a single node, the RouteFlow server, since all LMA and MAGs are running in VMs in the RouteFlow server. How to efficiently distribute MM functions of a single server into the data center needs to be carefully studied to address this issue. It is also to be determined whether the growth of flow tables in OpenFlow switches Copyright c 2014 SERSC 7
8 is affordable when the number of MNs considerably increases and they frequently moves across the networks. How the distance between the RouteFlow server and OpenFlow switches affects the handover control latency would be another important research issue in the future. 5. Conclusions In this paper, we introduced an idea that SDN technology can be used to build a proper environment to accommodate the existing MM approaches. The SDN architecture decouples network control and data forwarding functions and enables the network control to become directly programmable in a centralized manner. These features may solve the limitations of the existing MM approaches, which they commonly require significant functional updates on network devices including routers and switches. We proposed a framework to deploy a well-known MM protocol, PMIPv6, into the SDN architecture. The proposed MM framework is based on the RouteFlow approach so that all functions of LMA and MAGs are implemented in VMs of the RouteFlow server in the control domain. This enables an OpenFlow switch in the network to properly handle packets for MNs without any functional changes for mobility support. It was presented how flow tables in OpenFlow switches can be managed according to PMIPv6 operations. We addressed some considerations on the proposed PMIPv6 architecture over SDN, including L3 handover triggering, data tunneling and intra-domain packet delivery, with possible solutions on them. For future work, how to enhance the proposed framework by distributing burden to handle massive mobility information into a cloud data center will be carefully studied. Acknowledgements This work was supported by the research grant of Pai Chai University in References [1] C. Perkins, IP Mobility Support for IPv4, RFC 5944, IETF, (2010). [2] C. Perkins, D. Johnson, J. Arkko, Mobility Support in IPv6. RFC 6275, IETF, (2011). [3] S. Gundavelli, K. Leung, V. Devarapalli, K. Chowdhury, B. Patil, Proxy Mobile IPv6, RFC 5213, IETF, (2008). [4] ONF White Paper, Software-Defined Networking: The New Norm for Networks, ONF, (2012). [5] ONF White Paper, SDN Architecture Overview, ONF, (2013). [6] K. Lee, H. Lee, W. Ryu, and Y. Han, A Scalable Network-based Mobility Management Framework in Heterogeneous IP-based Networks,Telecommunication Systems Journal, vol. 52, no. 4, (2013). [7] S. Lee, K. Lee, H. Lee, S. Hong and J. Park, An Enhanced Network-based Mobility Management Protocol for a Fast Mobility Support, KSII Transactions on Internet and Information Systems, vol. 5, no. 11, (2011). [8] K. Lee, H. Lee, and Y, Han, An IPv4/IPv6 Traversal Scheme with Seamless Mobility Support over Heterogeneous Wireless Networks, International Journal of Multimedia and Ubiquitous Engineering, vol. 9, no. 1, (2014). [9] ONF Standard, OpenFlow Switch Specification Version 1.4.0, ONF, (2013). [10] A. Nunes, M. Mendonca, X. Nguyen, K. Obraczka, and T. Turletti, A Survey of Software-Defined Networking: Past, Present, and Future of Programmable Networks, Communications Surveys & Tutorials, IEEE, vol. 99, (2014). [11] RouteFlow. [12] M. Nascimento, C. Rothenberg, M. Salvador, C. Corrêa, S. Lucena, and M. Magalhães, Virtual routers as a service: the RouteFlow approach leveraging software-defined networks, Proceedings of the 6th International Conference on Future Internet Technologies, (2011) June 13-15; Seoul, Korea. [13] Quagga Routing Suite, [14] M. Nascimento, C. Rothenberg, M. Salvador, and M. Magalhães, QuagFlow: Partnering Quagga with OpenFlow. Proceedings of the ACM SIGCOMM 2010 conference, (2010) August 30-September 3; New Delhi, India. 8 Copyright c 2014 SERSC
9 [15] K. Kong, W. Lee, Y. Han, M. Shin, and H. You, Mobility management for all-ip mobile networks: mobile IPv6 vs. proxy mobile IPv6, IEEE Wireless Communications, vol. 15, no. 2, (2008). [16] K. Taniuchi, Y. Ohba, V. Fajardo, S. Das, M. Tauil, Y. Cheng, A. Dutta, D. Baker, M. Yajnik, D. Famolari, IEEE : Media independent handover: Features, applicability, and realization, IEEE Communication Magazine, vol. 47, no. 1, (2009). Author Kyounghee Lee, he received his M.S. and Ph.D. degrees in Korea Advanced Institute of Science and Technology (KAIST) in 2000 and 2006, respectively. From 2006 to 2013, he worked for Electronics and Telecommunications Research Institute (ETRI). Since 2013, he has been a faculty member of Department of Computer Engineering in Pai Chai University. He has expertise in international standardization on mobility management technology area as a Rapporteur of Q.22/SG13 in ITU-T. His research interests include mobile communications, Internet QoS, real-time multimedia service and cloud computing. Copyright c 2014 SERSC 9
10 10 Copyright c 2014 SERSC
Network Mobility Support Scheme on PMIPv6 Networks
Network Mobility Support Scheme on PMIPv6 Networks Hyo-Beom Lee 1, Youn-Hee Han 2 and Sung-Gi Min 1 1 Dept. of Computer Science and Engineering, Korea University, Seoul, South Korea. [email protected]
Data Structure and Switch Categorization for Mobility Management Service in Software Defined Networking
Vol.117 (Information Technology and Computer Science 2015), pp.1-5 http://dx.doi.org/10.14257/astl.2015.117.01 Data Structure and Switch Categorization for Mobility Management Service in Software Defined
Proxy Mobile IPv6-Based Handovers for VoIP Services in Wireless Heterogeneous Networks
IACSIT International Journal of Engineering and Technology, Vol. 4, No. 5, October 12 Proxy Mobile IPv6-Based Handovers for VoIP Services in Wireless Heterogeneous Networks N. P. Singh and Brahmjit Singh
How To Make A Vpc More Secure With A Cloud Network Overlay (Network) On A Vlan) On An Openstack Vlan On A Server On A Network On A 2D (Vlan) (Vpn) On Your Vlan
Centec s SDN Switch Built from the Ground Up to Deliver an Optimal Virtual Private Cloud Table of Contents Virtualization Fueling New Possibilities Virtual Private Cloud Offerings... 2 Current Approaches
Load Balancing Mechanism for Proxy Mobile IPv6 Networks: An IP Multicast Perspective
Load Balancing Mechanism for Proxy Mobile IPv6 Networks: An IP Multicast Perspective Tien-Thinh Nguyen and Christian Bonnet Department of Mobile Communications EURECOM Sophia-Antipolis, France Email: {Tien-Thinh.Nguyen,
OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS
OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS Matt Eclavea ([email protected]) Senior Solutions Architect, Brocade Communications Inc. Jim Allen ([email protected]) Senior Architect, Limelight
Open Source Network: Software-Defined Networking (SDN) and OpenFlow
Open Source Network: Software-Defined Networking (SDN) and OpenFlow Insop Song, Ericsson LinuxCon North America, Aug. 2012, San Diego CA Objectives Overview of OpenFlow Overview of Software Defined Networking
REDUCING PACKET OVERHEAD IN MOBILE IPV6
REDUCING PACKET OVERHEAD IN MOBILE IPV6 ABSTRACT Hooshiar Zolfagharnasab 1 1 Department of Computer Engineering, University of Isfahan, Isfahan, Iran [email protected] [email protected] Common Mobile
SOFTWARE-DEFINED NETWORKING AND OPENFLOW
SOFTWARE-DEFINED NETWORKING AND OPENFLOW Freddie Örnebjär TREX Workshop 2012 2012 Brocade Communications Systems, Inc. 2012/09/14 Software-Defined Networking (SDN): Fundamental Control
Mobility on IPv6 Networks
Mobility on IPv6 Networks Pedro M. Ruiz Project Manager Agora Systems S.A. Global IPv6 Summit Madrid 13-15 March 2002 Pedro M. Ruiz (c) Agora Systems S.A, 2002 1 Outline Motivation MIPv6 architecture MIPv6
SDN- based Mobile Networking for Cellular Operators. Seil Jeon, Carlos Guimaraes, Rui L. Aguiar
SDN- based Mobile Networking for Cellular Operators Seil Jeon, Carlos Guimaraes, Rui L. Aguiar Background The data explosion currently we re facing with has a serious impact on current cellular networks
Mobile IP Part I: IPv4
Mobile IP Part I: IPv4 Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 [email protected] These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-06/ 12-1 q Mobile
Distributed Mobility Management for future 5G networks: overview and analysis of existing approaches
Distributed Mobility Management for future 5G networks: overview and analysis of existing approaches Fabio Giust, Luca Cominardi, Carlos J. Bernardos University Carlos III of Madrid, Spain, E-mail: {fgiust,cjbc}@it.uc3m.es
Mobility Management for All-IP Core Network
Mobility Management for All-IP Core Network Mobility Management All-IP Core Network Standardization Special Articles on SAE Standardization Technology Mobility Management for All-IP Core Network PMIPv6
Home Agent placement and assignment in WLAN with Cellular Networks
Home Agent placement and assignment in WLAN with Cellular Networks Selvakumar.R, Senior Lecturer, Department of Computer Science and Engineering V.M.K.V.Engineering College, Salem-636 308 Tamilnadu, India.
A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks
A Proxy Mobile IP based Layer-3 Handover Scheme for Mobile WiMAX based Wireless Mesh Networks Min-Kim, Jong-min Kim, Hwa-sung Kim Dept. of Electronics and Communications Engineering Kwangwoon University
A Mobile Ad-hoc Satellite and Wireless Mesh Networking Approach for Public Safety Communications
A Mobile Ad-hoc Satellite and Wireless Mesh Networking Approach for Public Safety Communications G. Iapichino, C. Bonnet Mobile Communications Department Eurecom Sophia Antipolis, France {Iapichin, Bonnet}@eurecom.fr
IP Flow Mobility: Smart Traffic Offload for Future Wireless Networks
1 IP Flow Mobility: Smart Traffic Offload for Future Wireless Networks Antonio de la Oliva, Carlos J. Bernardos, Maria Calderon, Telemaco Melia and Juan Carlos Zuniga Universidad Carlos III de Madrid,
Ethernet-based Software Defined Network (SDN) Cloud Computing Research Center for Mobile Applications (CCMA), ITRI 雲 端 運 算 行 動 應 用 研 究 中 心
Ethernet-based Software Defined Network (SDN) Cloud Computing Research Center for Mobile Applications (CCMA), ITRI 雲 端 運 算 行 動 應 用 研 究 中 心 1 SDN Introduction Decoupling of control plane from data plane
Extending Networking to Fit the Cloud
VXLAN Extending Networking to Fit the Cloud Kamau WangŨ H Ũ Kamau Wangũhgũ is a Consulting Architect at VMware and a member of the Global Technical Service, Center of Excellence group. Kamau s focus at
MOBILITY MANAGEMENT FOR ALL-IP MOBILE NETWORKS: MOBILE IPV6 VS. PROXY MOBILE IPV6
ARCHITECTURES AND P ROTOCOLS FOR MOBILITY MANAGEMENT IN ALL-IP MOBILE N ETWORKS MOBILITY MANAGEMENT FOR ALL-IP MOBILE NETWORKS: MOBILE IPV6 VS. PROXY MOBILE IPV6 KI-SIK KONG AND WONJUN LEE, KOREA UNIVERSITY
Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC)
Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) http://users.encs.concordia.ca/~glitho/ Outline 1. LTE 2. EPC architectures (Basic and advanced) 3. Mobility management in EPC 4.
6 Mobility Management
Politecnico di Milano Facoltà di Ingegneria dell Informazione 6 Mobility Management Reti Mobili Distribuite Prof. Antonio Capone Introduction Mobility management allows a terminal to change its point of
VXLAN: Scaling Data Center Capacity. White Paper
VXLAN: Scaling Data Center Capacity White Paper Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where
INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY
INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK SOFTWARE DEFINED NETWORKING A NEW ARCHETYPE PARNAL P. PAWADE 1, ANIKET A. KATHALKAR
SOFTWARE-DEFINED NETWORKING AND OPENFLOW
SOFTWARE-DEFINED NETWORKING AND OPENFLOW Eric Choi < [email protected]> Senior Manager, Service Provider Business Unit, APJ 2012 Brocade Communications Systems, Inc. EPF 7 2012/09/17 Software-Defined Networking
Network Virtualization and Software-defined Networking. Chris Wright and Thomas Graf Red Hat June 14, 2013
Network Virtualization and Software-defined Networking Chris Wright and Thomas Graf Red Hat June 14, 2013 Agenda Problem Statement Definitions Solutions She can't take much more of this, captain! Challenges
Deploying IPv6 Service Across Local IPv4 Access Networks
Deploying IPv6 Service Across Local IPv4 Access Networks ALA HAMARSHEH 1, MARNIX GOOSSENS 1, RAFE ALASEM 2 1 Vrije Universiteit Brussel Department of Electronics and Informatics ETRO Building K, Office
Software Defined Networking (SDN) - Open Flow
Software Defined Networking (SDN) - Open Flow Introduction Current Internet: egalitarian routing/delivery based on destination address, best effort. Future Internet: criteria based traffic management,
software networking Jithesh TJ, Santhosh Karipur QuEST Global
software defined networking Software Defined Networking is an emerging trend in the networking and communication industry and it promises to deliver enormous benefits, from reduced costs to more efficient
Limitations of Current Networking Architecture OpenFlow Architecture
CECS 572 Student Name Monday/Wednesday 5:00 PM Dr. Tracy Bradley Maples OpenFlow OpenFlow is the first open standard communications interface that enables Software Defined Networking (SDN) [6]. It was
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 SDN - An Overview... 2 SDN: Solution Layers and its Key Requirements to be validated...
DEMYSTIFYING ROUTING SERVICES IN SOFTWAREDEFINED NETWORKING
DEMYSTIFYING ROUTING SERVICES IN STWAREDEFINED NETWORKING GAUTAM KHETRAPAL Engineering Project Manager, Aricent SAURABH KUMAR SHARMA Principal Systems Engineer, Technology, Aricent DEMYSTIFYING ROUTING
White Paper. SDN 101: An Introduction to Software Defined Networking. citrix.com
SDN 101: An Introduction to Software Defined Networking citrix.com Over the last year, the hottest topics in networking have been software defined networking (SDN) and Network ization (NV). There is, however,
An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework
An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework Zutao Zhu Zhenjun Li YunYong Duan Department of Business Support Department of Computer Science Department of Business
Software Defined Networking & Openflow
Software Defined Networking & Openflow Autonomic Computer Systems, HS 2015 Christopher Scherb, 01.10.2015 Overview What is Software Defined Networks? Brief summary on routing and forwarding Introduction
A SURVEY OF MOBILITY MANAGEMENT PROTOCOLS
A SURVEY OF MOBILITY MANAGEMENT PROTOCOLS Wei Siang Hoh, Sashikumar Muthut, Bi-Lynn Ong, Mohamed Elshaikh, Mohd Nazri Mohd Warip and R. Badlishah Ahmad School of Computer and Communication Engineering,
Understanding OpenFlow
Understanding OpenFlow Technical Whitepaper June, 2014 Saurabh Kumar Agarwal Email: [email protected] Abstract Technical overview of OpenFlow Switch Specification, Version 1.0.0, published on December
Ten Things to Look for in an SDN Controller
Ten Things to Look for in an SDN Controller Executive Summary Over the last six months there has been significant growth in the interest that IT organizations have shown in Software-Defined Networking
SDN and NFV in the WAN
WHITE PAPER Hybrid Networking SDN and NFV in the WAN HOW THESE POWERFUL TECHNOLOGIES ARE DRIVING ENTERPRISE INNOVATION rev. 110615 Table of Contents Introduction 3 Software Defined Networking 3 Network
On the Impacts of Distributed and Dynamic Mobility Management Strategy: A Simulation Study
On the Impacts of Distributed and Dynamic Mobility Management Strategy: A Simulation Study Seil Jeon Instituto de Telecomunicações Campus Universitário de Santiago Aveiro, Portugal [email protected] Sérgio
Mobile IP. Bheemarjuna Reddy Tamma IIT Hyderabad. Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP
Mobile IP Bheemarjuna Reddy Tamma IIT Hyderabad Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP IP Refresher Mobile IP Basics 3 parts of Mobile IP: Outline Advertising Care-of Addresses
Qualifying SDN/OpenFlow Enabled Networks
Qualifying SDN/OpenFlow Enabled Networks Dean Lee Senior Director, Product Management Ixia Santa Clara, CA USA April-May 2014 1 Agenda SDN/NFV a new paradigm shift and challenges Benchmarking SDN enabled
How To Manage A Virtualization Server
Brain of the Virtualized Data Center Contents 1 Challenges of Server Virtualization... 3 1.1 The virtual network breaks traditional network boundaries... 3 1.2 The live migration function of VMs requires
An Introduction to Software-Defined Networking (SDN) Zhang Fu
An Introduction to Software-Defined Networking (SDN) Zhang Fu Roadmap Reviewing traditional networking Examples for motivating SDN Enabling networking as developing softwares SDN architecture SDN components
Wireless & Mobile. Working Group
Wireless & Mobile Working Group Table of Contents 1 Executive Summary... 3 2 Mission & Motivation... 3 3 Scope... 3 4 Goals & Non-Goals... 4 5 Deliverables... 5 6 Milestones... 6 7 Example Use Cases Summaries...
Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam
Cloud Networking Disruption with Software Defined Network Virtualization Ali Khayam In the next one hour Let s discuss two disruptive new paradigms in the world of networking: Network Virtualization Software
Standardization on Mobility Management Architectures and Protocols for All-IP Mobile Networks
Standardization on Mobility Management Architectures and Protocols for All-IP Mobile Networks This paper gives an overview of standardization activities on mobility management (MM) architectures and protocols
AIN: A Blueprint for an All-IP Data Center Network
AIN: A Blueprint for an All-IP Data Center Network Vasileios Pappas Hani Jamjoom Dan Williams IBM T. J. Watson Research Center, Yorktown Heights, NY Abstract With both Ethernet and IP powering Data Center
A Major Functionality in Next Generation Networks Using -- Mobility Management
A Major Functionality in Next Generation Networks Using -- Mobility Management Sunil kumar J, Satyanarayana Gadadda, K.Sateesh Kumar Assistant Professor, Department of Electrical and computer science Engineering,
A Coordinated. Enterprise Networks Software Defined. and Application Fluent Programmable Networks
A Coordinated Virtual Infrastructure for SDN in Enterprise Networks Software Defined Networking (SDN), OpenFlow and Application Fluent Programmable Networks Strategic White Paper Increasing agility and
SDN. WHITE PAPER Intel Ethernet Switch FM6000 Series - Software Defined Networking. Recep Ozdag Intel Corporation
WHITE PAPER Intel Ethernet Switch FM6000 Series - Software Defined Networking Intel Ethernet Switch FM6000 Series - Software Defined Networking Recep Ozdag Intel Corporation Software Defined Networking
The Road to SDN: Software-Based Networking and Security from Brocade
WHITE PAPER www.brocade.com SOFTWARE NETWORKING The Road to SDN: Software-Based Networking and Security from Brocade Software-Defined Networking (SDN) presents a new approach to rapidly introducing network
Network Security: Network Flooding. Seungwon Shin GSIS, KAIST
Network Security: Network Flooding Seungwon Shin GSIS, KAIST Detecting Network Flooding Attacks SYN-cookies Proxy based CAPCHA Ingress/Egress filtering Some examples SYN-cookies Background In a TCP 3-way
Software Defined Networking What is it, how does it work, and what is it good for?
Software Defined Networking What is it, how does it work, and what is it good for? slides stolen from Jennifer Rexford, Nick McKeown, Michael Schapira, Scott Shenker, Teemu Koponen, Yotam Harchol and David
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
Inter-Domain Mobility Management Based on the Proxy Mobile IP in Mobile Networks
J Inf Process Syst http://dx.doi.org/10.3745/jips.03.0037 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Inter-Domain Mobility Management Based on the Proxy Mobile IP in Mobile Networks Moneeb Gohar*
Multicasting on SDN. Prof. Sunyoung Han Konkuk University [email protected] 23 July 2015
Multicasting on SDN Prof. Sunyoung Han Konkuk University [email protected] 23 July 2015 1 Contents 1. Software Defined Networking (SDN) 2. OpenFlow 3. Multicasting 4. Open vswitch 5. OpenFlow Protocol
Network Functions Virtualization (NFV) for Next Generation Networks (NGN)
P a g e 1 Network Functions Virtualization (NFV) for Next Generation Networks (NGN) Summary Network Functions Virtualization (NFV) has drawn industry attention. Network Virtualization aims to transform
IPv6 Networks: Protocol Selection for Mobile Node
International Journal of Emerging Engineering Research and Technology Volume 2, Issue 4, July 2014, PP 16-24 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) IPv6 Networks: Protocol Selection for Mobile
Software Defined Networking for Telecom Operators: Architecture and Applications
2013 8th International Conference on Communications and Networking in China (CHINACOM) Software Defined Networking for Telecom Operators: Architecture and Applications Jian-Quan Wang China Unicom Research
Introduction to Mobile IPv6
1 Introduction to Mobile IPv6 III IPv6 Global Summit Moscow Dr. Dimitrios Kalogeras [email protected] GRNET Outline Introduction Relevant Features of IPv6 Major Differences between MIPv4 and MIPv6 Mobile
Efficient Mobility Management in 6LoWPAN Wireless Sensor Networks
Efficient Mobility Management in 6LoWPAN Wireless Sensor Networks Abdelwahed Berguiga, Habib Youssef PRINCE Research Unit, ISITCom, Hammam Sousse University of Sousse, Tunisia [email protected],
Data Center Network Virtualisation Standards. Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair
Data Center Network Virtualisation Standards Matthew Bocci, Director of Technology & Standards, IP Division IETF NVO3 Co-chair May 2013 AGENDA 1. Why standardise? 2. Problem Statement and Architecture
Software-Defined Network (SDN) & Network Function Virtualization (NFV) Po-Ching Lin Dept. CSIE, National Chung Cheng University
Software-Defined Network (SDN) & Network Function Virtualization (NFV) Po-Ching Lin Dept. CSIE, National Chung Cheng University Transition to NFV Cost of deploying network functions: Operating expense
Mobility Management 嚴 力 行 高 雄 大 學 資 工 系
Mobility Management 嚴 力 行 高 雄 大 學 資 工 系 Mobility Management in Cellular Systems Cellular System HLR PSTN MSC MSC VLR BSC BSC BSC cell BTS BTS BTS BTS MT BTS BTS BTS BTS HLR and VLR HLR (Home Location Register)
Software Defined Networking and OpenFlow: a Concise Review
Software Defined Networking and OpenFlow: a Concise Review Stefano Forti [email protected] MSc in Computer Science and Networking Scuola Superiore Sant'Anna - University of Pisa 1. Introduction
IP-based Mobility Management for a Distributed Radio Access Network Architecture. [email protected]
IP-based Mobility Management for a Distributed Radio Access Network Architecture [email protected] Outline - Definition IP-based Mobility Management for a Distributed RAN Architecture Page 2 Siemens
A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC. September 18, 2014.
A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC September 18, 2014 Charles Sun www.linkedin.com/in/charlessun @CharlesSun_ 1 What is SDN? Benefits
SOFTWARE DEFINED NETWORKS REALITY CHECK. DENOG5, Darmstadt, 14/11/2013 Carsten Michel
SOFTWARE DEFINED NETWORKS REALITY CHECK DENOG5, Darmstadt, 14/11/2013 Carsten Michel Software Defined Networks (SDN)! Why Software Defined Networking? There s a hype in the industry!! Dispelling some myths
Boosting mobility performance with Multi-Path TCP
Boosting mobility performance with Multi-Path TCP Name SURNAME 1, Name SURNAME 2 1 Organisation, Address, City, Postcode, Country Tel: +countrycode localcode number, Fax: + countrycode localcode number,
ITU-T Future Networks and Its Framework of Virtualization
ITU-T Future Networks and Its Framework of Virtualization Ziaul Ain Usmani 1, Dr. Gulabchand K. Gupta 2 1 Research Scholar, JJT University, Jhunjhunu, Rajasthan, India 2 Western College of Commerce and
TRILL Large Layer 2 Network Solution
TRILL Large Layer 2 Network Solution Contents 1 Network Architecture Requirements of Data Centers in the Cloud Computing Era... 3 2 TRILL Characteristics... 5 3 Huawei TRILL-based Large Layer 2 Network
A Study on Software Defined Networking
A Study on Software Defined Networking Yogita Shivaji Hande, M. Akkalakshmi Research Scholar, Dept. of Information Technology, Gitam University, Hyderabad, India Professor, Dept. of Information Technology,
What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates
What is SDN? And Why Should I Care? Jim Metzler Vice President Ashton Metzler & Associates 1 Goals of the Presentation 1. Define/describe SDN 2. Identify the drivers and inhibitors of SDN 3. Identify what
Telecom. White Paper. Inter-SDN Controller Communication: Using Border Gateway Protocol
Telecom White Paper Inter-SDN Controller Communication: Using Border Gateway Protocol About the Authors Deepankar Gupta Deepankar Gupta is an Associate Consultant and Lead Engineer working in the IP and
MOBILE VIDEO WITH MOBILE IPv6
MOBILE VIDEO WITH MOBILE IPv6 DANIEL MINOLI WILEY A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS PREFACE ABOUT THE AUTHOR xi xiii 1 THE MOBILE USER ENVIRONMENT: SMART PHONES, PORTABLE MEDIA PLAYERS (PMPs),
WHITE PAPER. Network Virtualization: A Data Plane Perspective
WHITE PAPER Network Virtualization: A Data Plane Perspective David Melman Uri Safrai Switching Architecture Marvell May 2015 Abstract Virtualization is the leading technology to provide agile and scalable
OpenFlow - the key standard of Software-Defined Networks. Dmitry Orekhov, Epam Systems
OpenFlow - the key standard of Software-Defined Networks Dmitry Orekhov, Epam Systems Software-defined network The Need for a New Network Architecture Limitations of Current Networking Technologies Changing
A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio and Benny Rochwerger IBM
Presenter: Vinit Jain, STSM, System Networking Development, IBM System & Technology Group A Case for Overlays in DCN Virtualization Katherine Barabash, Rami Cohen, David Hadas, Vinit Jain, Renato Recio
QoS Provisioning in Mobile Internet Environment
QoS Provisioning in Moile Internet Environment Salem Lepaja ([email protected]), Reinhard Fleck, Nguyen Nam Hoang Vienna University of Technology, Institute of Communication Networks, Favoritenstrasse
Autonomicity Design in OpenFlow Based Software Defined Networking
GC'12 Workshop: The 4th IEEE International Workshop on Management of Emerging Networks and Services Autonomicity Design in OpenFlow Based Software Defined Networking WANG Wendong, Yannan HU, Xirong QUE,
Security improvement in IoT based on Software Defined Networking (SDN)
Security improvement in IoT based on Software Defined Networking (SDN) Vandana C.P Assistant Professor, New Horizon College of Engineering Abstract With the evolving Internet of Things (IoT) technology,
Software Defined Networking
Software Defined Networking Richard T. B. Ma School of Computing National University of Singapore Material from: Scott Shenker (UC Berkeley), Nick McKeown (Stanford), Jennifer Rexford (Princeton) CS 4226:
Using LISP for Secure Hybrid Cloud Extension
Using LISP for Secure Hybrid Cloud Extension draft-freitasbellagamba-lisp-hybrid-cloud-use-case-00 Santiago Freitas Patrice Bellagamba Yves Hertoghs IETF 89, London, UK A New Use Case for LISP It s a use
Network Virtualization
Network Virtualization What is Network Virtualization? Abstraction of the physical network Support for multiple logical networks running on a common shared physical substrate A container of network services
SERVICE DISCOVERY AND MOBILITY MANAGEMENT
Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)
Network Functions Virtualization in Home Networks
Network Functions Virtualization in Home Networks Marion Dillon Timothy Winters Abstract The current model of home networking includes relatively low- cost, failure- prone devices, requiring frequent intervention
