hyper heterogeneous cloud based ims software architecture
play

Hyper Heterogeneous Cloud-based IMS Software Architecture: A - PDF document

Hyper Heterogeneous Cloud-based IMS Software Architecture: A Proof-of-Concept and Empirical Analysis Pascal Potvin 1,2 , Hanen Garcia Gamardo 1,2 , Kim-Khoa Nguyen 2, Mohamed Cheriet 2 1 Ericsson Canada inc., Town of Mount-Royal, Canada


  1. Hyper Heterogeneous Cloud-based IMS Software Architecture: A Proof-of-Concept and Empirical Analysis Pascal Potvin 1,2 , Hanen Garcia Gamardo 1,2 , Kim-Khoa Nguyen 2, Mohamed Cheriet 2 1 Ericsson Canada inc., Town of Mount-Royal, Canada {pascal.potvin, hanen.garciagamardo}@ericsson.com 2 École de Techologie Supérieure, Montréal, Canada {knguyen}@synchromedia.ca {mohamed.cheriet}@etsmtl.ca Abstract. The IP Multimedia Subsystem (IMS) defined by the 3GPP has been mainly developed and deployed by telephony vendors on vendor-specific hardware. Recent advances in Network Function Virtualisation (NFV) technology paved the way for virtualized hardware and telephony function elasticity. As such, Telecom vendors have started to embrace the cloud as a deployment platform, usually selecting a privileged virtualization platform. Operators would like to deploy telecom functionality on their already existing IT cloud platforms. Achieving such flexibility would require the telecom vendors to adopt a software architecture allowing deployment on many cloud platforms or even heterogeneous cloud platforms. We propose a distributed software architecture enabling the deployment of a single software version on multiple cloud platforms thus allowing for a solution-based deployment. We also present a prototype we developed to study the characteristics of this architecture. Keywords: Cloud Computing, Heterogeneous Cloud, IMS, NFV, Software Architecture 1 Introduction The IMS [1] is a standardized solution that addresses an operator’s need to provide advanced services on top of both mobile and fixed networks. It uses the Session Initiation Protocol (SIP) to establish and manage sessions. Fig. 1.A presents a view of the IMS as it is currently standardized. We consider the simplified view of the IMS with its main functions; Call Session Control Functions (CSCF), Home Subscriber Server (HSS), Multimedia Telephony (MMTEL) and Media Resource Functions (MRF) circled in Fig 1.A. Current IMS deployments are typically done on vendor- specific hardware. For example, Ericsson has a family of hardware platforms [2] for IMS deployment purposes. In other words, IMS functions are customarily deployed on dedicated physical nodes. Fig. 1.B shows a possible deployment of the core IMS functionality on server racks. The Network Function Virtualisation (NFV) standardization effort [3] has recently sought to introduce virtualization platforms for telephony functions and IMS. The

  2. NFV standard leverages the evolution of the current (predominantly) vendor-based hardware deployment consisting of Physical Network Functions (PNF) to a vendor- agnostic hardware platform running on virtualized hardware with Virtual Network Functions (VNF). NFV introduces the concept of elasticity for telephony application deployment, allowing a wide range of potential implementations of the elasticity concept from no implementation at all to fully automated. Fig. 1. (A) The IP Multimedia Subsystem (IMS) with the simplified view we consider being circled; (B) A possible IMS deployment on server racks. Until very recently, the deployment of a VNF was still executed on a per node basis, thus providing coarse scalability and limited elasticity [4]. The problems associated with such coarse scalability are well covered in [5] and the general problem of scaling the IMS [6] is considered in [4] and [7]. Prior solutions focused on resource over-provisioning to solve scalability issues leading to poor resource utilization derived from scaling on a per-node basis. A dynamic distribution, or concentration of IMS functionality has been proposed [8], but this still maintains node-based coarse scaling. This approach helps increase utilization but fails to solve the over-provisioning issue. A similar approach, so called “Merge-IMS” [9] proposes a pool of IMS VMs containing CSCF and HSS functionality whereby a specific VM instance is assigned to a subscriber at registration. Today, Cloud providers usually build their cloud on homogeneous commoditized hardware to reduce acquisition and operating costs. As Cloud technology is being adopted, Telecom vendors might have to deploy their software on an operator’s cloud which is very different from one operator to another. Part of the Telecom vendor’s software functionality might be better suited for certain types of hardware. Given this, the ability to deploy the same software in a solution-defined heterogeneous pool of computing resources is desirable. The remaining sections of this paper are organized as follows. Section 2 presents previous work related to our research. Section 3 describes the three main layers of the “Hyper Heterogeneous Cloud” architecture we named Unity: i) the Unity architecture and the Unity framework, ii) the re-designed IMS application running on the Unity framework, and iii) the hardware platform used for our implementation and

  3. experimentations. Section 4 describes our experiment and finally in Section 5 we discuss our findings and conclusions. 2 Related Work So far, the definition of “Heterogeneous Cloud” is still unclear. Some authors associate it to the Cloud software stack currently being built by multiple vendors [10] e.g. a management tool from one vendor driving a hypervisor from another. Others associate it to the use of hardware clusters that contain heterogeneous equipment [11],[12] e.g. general purpose computing platforms sitting next to specialized accelerators or mixed-characteristic general computing platforms where some equipment has faster processing, better I/O capacity or provides different memory/storage capacities. Nevertheless, much work has been done on the Heterogeneous Cloud. In [11] the authors propose a solution to schedule tasks to best fit hardware computing resources; in [12] the authors propose a cloud built of a mix of Central Processing Unit (CPU) and Graphical Processing Unit (GPU) based computing resources through virtualization. Another CPU/GPU study [13] looks at how proper allocation and scheduling on such heterogeneous cloud can benefit Hadoop [14] workload. Unfortunately, to the best of our knowledge, no architecture has yet been proposed for the telecom sector in order to provide portability between multiple cloud environments or to enable solution-oriented heterogeneous cloud deployments. At the same time, no approach has been proposed to distribute and instantiate core IMS functionality in an on-demand, per subscriber and per service basis. This paper is therefore dedicated to address the following questions: i) Can we define a cloud-based software architecture that can be easily deployed on heterogeneous hardware clusters (containers, virtual machines, bare metal servers clusters, specialized accelerator clusters…)?, ii) Can we implement an IMS over such an architecture in order to provide on-demand per subscriber and per service functionality?, and finally, iii) what would be the characteristics of such an architecture and how does it compare to a node-based deployment? 3 Unity Cloud The “Hyper Heterogeneous Cloud” architecture named Unity that we propose in this paper can be deployed on a set of different hardware infrastructures, using a mix of management tools and a mix of deployment technologies. In other words, part of the deployment may be on Virtual Machines (VMs), on containers and on bare metal to take advantages of the various platforms and their availability. Our goal is to build a system and software architecture which allows a single software base to be deployed on heterogeneous hardware and cloud platforms. Specific requirements are met through deployment configuration rather than a design for a specific platform set. To study the characteristics of a Hyper Heterogeneous Cloud Deployment Software Architecture, we built a simplified IMS system on a Microservices-based

  4. architecture [15]. This gives us the flexibility to distribute the IMS functions on a combination of platforms, through a Descriptor file which defines the available pools of platform resources and the deployment model of the Microservices. The Meta Manager and Orchestrator we built can deploy the functionality on heterogeneous platforms. This approach allows defining Hybrid deployments since the defined platforms could as well be provided by a Public Cloud. The list of Microservices developed for the Unity Cloud and the IMS functionality implemented is detailed later in this paper. We first focus on the software architecture and infrastructure enabling a Hyper Heterogeneous Cloud deployment. Fig. 2. Distributed deployment of Units on Pouch scaling as needed. Fig. 3. Concept of Pouch deployed on XaaS. In this architecture the Cloud platform is responsible for allocating computing, network and storage resources to provide the required telecom functionality on a per- user or per-service basis. In order to cater to the heterogeneity of the platforms (PaaS, IaaS, BareMetal, etc.) we introduce an abstraction layer which represents an instance of a computing resource on a platform. We define a Pouch (Fig. 2 and Fig. 3) as a computing resource combined with a lightweight platform framework. The framework supports functions which are offered as a library to the application code

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend