How to Adapt Applications for the Cloud Environment Challenges and Solutions in Migrating Applications to the Cloud

Total Page:16

File Type:pdf, Size:1020Kb

How to Adapt Applications for the Cloud Environment Challenges and Solutions in Migrating Applications to the Cloud Institute of Architecture of Application Systems How to Adapt Applications for the Cloud Environment Challenges and Solutions in Migrating Applications to the Cloud Vasilios Andrikopoulos, Tobias Binz, Frank Leymann, Steve Strauch Institute of Architecture of Application Systems, University of Stuttgart, Germany {firstname.lastname}@iaas.uni-stuttgart.de @ARTICLE{andrikopoulos2013adapt,: author = {Andrikopoulos, Vasilios and Binz, Tobias and Leymann, Frank and Strauch, Steve}, title = {How to Adapt Applications for the Cloud Environment}, journal = {Computing}, publisher = {Springer}, volume = {95}, pages = {493-535}, doi = {10.1007/s00607-012-0248-2}, url = {http://dx.doi.org/10.1007/s00607-012-0248-2}, year = {2013} } © 2013 Springer. The final publication is available at link.springer.com. Noname manuscript No. (will be inserted by the editor) How to Adapt Applications for the Cloud Environment Challenges and Solutions in Migrating Applications to the Cloud Vasilios Andrikopoulos · Tobias Binz · Frank Leymann · Steve Strauch Received: date / Accepted: date Abstract The migration of existing applications to the Cloud requires adapting them to a new computing paradigm. Existing works have focused on migrating the whole application stack by means of virtualization and deployment on the Cloud, delegating the required adaptation effort to the level of resource management. With the prolif- eration of Cloud services allowing for more flexibility and better control over the application migration, the migration of individual application layers, or even indi- vidual architectural components to the Cloud, becomes possible. Towards this goal, in this work we focus on the challenges and solutions for each layer when migrat- ing different parts of the application to the Cloud. We categorize different migration types and identify the potential impact and adaptation needs for each of these types on the application layers based on an exhaustive survey of the State of the Art. We also investigate various cross-cutting concerns that need to be considered for the mi- gration of the application, and position them with respect to the identified migration types. Finally, we present some of the open research issues in the field and position our future work targeting these research questions. Keywords Cloud migration · application adaptation · Cloud-enabled applications · data layer · business layer · migration types 1 Introduction The general motivation for the adaptation of existing applications is to keep and im- prove the past investments in software while reacting to changes in the environment. The advent and steadily increasing domination of Cloud computing in the software market means that existing applications need to adapt for this environment. Cloud V. Andrikopoulos Universitatsstrasse¨ 38, 70569 Stuttgart, Germany Tel.: +49-711-685-88475 Fax: +49-711-685-88472 E-mail: [email protected] 2 Vasilios Andrikopoulos et al. computing has become increasingly popular with the industry due to the clear advan- tage of reducing capital expenditure and transforming it into operational costs [8]. This advantage manifests as the saving of fixed costs by leasing rather than buy- ing infrastructure using the pay-per-use model offered by many Cloud providers. Many applications of course are not ready to be moved to the Cloud because the environment is not mature enough for this type of applications, e.g. safety-critical software [10]. For others, it may not make sense to be migrated at all, e.g. embedded systems. Some software will be implemented specifically for the Cloud (Cloud-native applications), but other systems must be adapted to be suitable for the Cloud, making them Cloud-enabled. The latter category is the focus of this work. The emphasis of the existing work is on migrating the whole application based on virtualization technology1. For a number of works like [39,50,55,86], the focus is on Virtual Machines (VMs) as the means for migration. This focus can be attributed to the prevalence of the Infrastructure as a Service (IaaS) service model, as defined e.g. by the National Institute of Standards and Technology (NIST) [54], and the early market position of Amazon Web Services2 that focused on IaaS. Application adap- tation in this context manifests on the level of how to manage a dynamic amount of computational resources in trade-off with the cost of these resources. It can actually be argued that one of the major forces behind the Cloud computing growth the last years is exactly this combination of: – minimum invasiveness to existing application implementations, i.e. simply off- loading the whole application stack on a VM and hosting it remotely, and – delegation of the adaptation concerns to a different level, that of the application resource management. Beyond this VM-based migration of applications on the IaaS model however, new Platform and Software as a Service (PaaS and SaaS, respectively) offerings of Cloud providers enable alternative migration options for applications. Looking into how applications are usually built, i.e. using the three layers pattern (Presentation, Business logic and Data [26]), as shown in Fig.1, it can be seen that it is possible to migrate only one architectural layer to the Cloud, instead of the whole application. The Google App Engine for example can be used for the business layer and Amazon Relational Database Service for the data layer. Furthermore, a set of architectural components from one or more layers can also be moved to the Cloud, and different deployment models (Private, Public, Community and Hybrid Clouds, see [54]) can be used, resulting into a partial migration of the application. A number of questions therefore arise: what part(s) of the application to migrate? How to adapt the application to operate in this mixed environment? Would, at the end of the day, migrating the whole application be a more efficient (in terms of a cost/benefit analysis) solution? In order to answer these questions we need to under- stand both how applications that are traditionally deployed (i.e. without using any Cloud technologies, as shown in Fig.1) should be adapted for the Cloud, and what the impact of this adaptation is to the way that applications usually operate and are 1 See for example: http://www.xen.org, http://www.vmware.com/products/ and http:// www.flexiant.com/ 2 Amazon Web Services: http://aws.amazon.com/ OverviewHow to Adapt of Cloud Applications Application for the Hosting Cloud Topologies Environment 3 Application Layers Application Presentation Presentation Presentation Presentation Layer Layer Layer Layer Business Business Business Business Layer Layer Layer Layer Data Data Data Data Layer Layer Layer Layer Deployment Traditional Private Public Community Models Cloud Cloud Cloud Hybrid Cloud Fig. 1 Overview of Cloud Deployment Models, Application Layers and Possible Migrations managed. The goal of this work is therefore to identify and discuss research chal- lenges and solutions for adapting existing applications for their migration from the traditional environment of a local data center to the Cloud (i.e. Cloud-enabling them). The framework of this discussion is structured around the three-layered applica- tion architecture pattern as depicted by Fig.1, and addresses the general principles and challenges that arise on a per-layer and cross-layer basis when migrating the ap- plication. In this respect, the challenges arising when considering the migration to a particular service delivery model and/or one specific solution are out of the scope of this work. Furthermore, the focus of the discussion of this article will mostly be the two lower layers of the application architectures (Business and Data). While some of the issues discussed affect also the Presentation layer, we feel that the discussion on how to adapt the Presentation layer of applications has many things in common with transforming applications in services, or at least exposing them as services. This discussion is beyond the scope of this work and has been covered in a better way in the literature, see for example [67]. The contributions of this work can be summarized as follows: 1. an identification and categorization of the various types of application migration to the Cloud, 2. an investigation into how the Business and Data application layer can be migrated to the Cloud, and what type of adaptations are required for this purpose, 3. a survey of cross-cutting concerns that affect both layers, and finally, 4. a systematic positioning of a) the layer-specific challenges and b) the cross- cutting concerns in relation to the identified migration types. The rest of this article is structured as follows: Section2 motivates this work by presenting a scenario for which the mere virtualization of the application is not an option. In Section3 we present our categorization of the various migration types. 4 Vasilios Andrikopoulos et al. Sections4 and5 discuss challenges and solutions for migrating architectural compo- nents from the Data and Business layer, respectively, to the Cloud. Section6 presents a series of concerns that affect both layers. Section7 organizes the findings of the pre- vious sections and positions them with respect to the migration types we identified in Section2. Finally, Section8 concludes the article, summarizing the main points and discussing future work. 2 Motivating Scenario Consider the case of a Health Insurance Company (HIC) in Germany that needs to provide access to its billing data to an External
Recommended publications
  • Orchestrating Big Data Analysis Workflows in the Cloud: Research Challenges, Survey, and Future Directions
    00 Orchestrating Big Data Analysis Workflows in the Cloud: Research Challenges, Survey, and Future Directions MUTAZ BARIKA, University of Tasmania SAURABH GARG, University of Tasmania ALBERT Y. ZOMAYA, University of Sydney LIZHE WANG, China University of Geoscience (Wuhan) AAD VAN MOORSEL, Newcastle University RAJIV RANJAN, Chinese University of Geoscienes and Newcastle University Interest in processing big data has increased rapidly to gain insights that can transform businesses, government policies and research outcomes. This has led to advancement in communication, programming and processing technologies, including Cloud computing services and technologies such as Hadoop, Spark and Storm. This trend also affects the needs of analytical applications, which are no longer monolithic but composed of several individual analytical steps running in the form of a workflow. These Big Data Workflows are vastly different in nature from traditional workflows. Researchers arecurrently facing the challenge of how to orchestrate and manage the execution of such workflows. In this paper, we discuss in detail orchestration requirements of these workflows as well as the challenges in achieving these requirements. We alsosurvey current trends and research that supports orchestration of big data workflows and identify open research challenges to guide future developments in this area. CCS Concepts: • General and reference → Surveys and overviews; • Information systems → Data analytics; • Computer systems organization → Cloud computing; Additional Key Words and Phrases: Big Data, Cloud Computing, Workflow Orchestration, Requirements, Approaches ACM Reference format: Mutaz Barika, Saurabh Garg, Albert Y. Zomaya, Lizhe Wang, Aad van Moorsel, and Rajiv Ranjan. 2018. Orchestrating Big Data Analysis Workflows in the Cloud: Research Challenges, Survey, and Future Directions.
    [Show full text]
  • Polycom Realpresence Cloudaxis Open Source Software OFFER
    Polycom® RealPresence® CloudAXIS™ Suite OFFER of Source for GPL and LGPL Software You may have received from Polycom®, certain products that contain—in part—some free software (software licensed in a way that allows you the freedom to run, copy, distribute, change, and improve the software). As a part of this product, Polycom may have distributed to you software, or made electronic downloads, that contain a version of several software packages, which are free software programs developed by the Free Software Foundation. With your purchase of the Polycom RealPresence® CloudAXIS™ Suite, Polycom has granted you a license to the above-mentioned software under the terms of the GNU General Public License (GPL), GNU Library General Public License (LGPLv2), GNU Lesser General Public License (LGPL), or BSD License. The text of these Licenses can be found at the internet address provided in Table A. For at least three years from the date of distribution of the applicable product or software, we will give to anyone who contacts us at the contact information provided below, for a charge of no more than our cost of physically distributing, the following items: • A copy of the complete corresponding machine-readable source code for programs listed below that are distributed under the GNU GPL • A copy of the corresponding machine-readable source code for the libraries listed below that are distributed under the GNU LGPL, as well as the executable object code of the Polycom work that the library links with The software included or distributed for the product, including any software that may be downloaded electronically via the internet or otherwise (the "Software") is licensed, not sold.
    [Show full text]
  • Microsoft License Mobility Through Software Assurance
    Microsoft License Mobility through SoftwareLicense Assurance Mobility through Software Assurance LICENSE MOBILITY THR OUGH SOFTWARE ASSURANCE Authorized Mobility Partners Customers can choose either Microsoft Azure or an Authorized Mobility Partner to utilize the benefits of License Mobility through Software Assurance. On the following pages is a current list of partners who are authorized to assist Microsoft Volume Licensing customers to deploy their dedicated application server workloads using License Mobility through Software Assurance. Please check with Microsoft Azure or these partners to confirm which services they offer and if they serve your region. If your partner is not currently listed, refer them to the License Mobility through Software Assurance website to complete the Microsoft License Mobility Partner Authorization process. For more information, contact your Microsoft account manager or preferred reseller. Note to Partners: If your information below needs to be updated, please contact your Services Provider License Agreement (SPLA) reseller. July 2017 Microsoft Volume Licensing License Mobility through Software Assurance Authorized Mobility Partner Partner home page Microsoft Azure azure.microsoft.com/en-us/pricing/license-mobility/ @XYZ Pty Ltd www.xyznetworks.net.au «@ scriptum» Ltd www.claster.tel «Data center - AVIS» Limited Liabilty Company www.avis-dc.ru 1ST DNS Ltd www.1stdomains.co.uk 2000 Computers & Networks Pty Ltd www.2000cn.com.au 24 Solutions AB www.24solutions.se 24/7 Business Support Ltd www.247businesssupport.co.uk 2AT B.V. www.2at.nl 2CIT IT-specialist AB www.2cit.se 2E2 (IOM) LIMITED www.2e2.co.im 3 PRO d.o.o. www.3pro.hr 3 Step IT Oy www.nevtor.com 321 Internet Pty Ltd www.321.com.au 3-IT bvba www.3-it.be 3M Cogent, Inc www.cogentsystems.com 3NT Solution LLP www.3nt.com 3rdmill Pty Ltd www.3rdmill.com.au 4 Dimensions A/S www.4dim.it 4d Innovations Group (Pty) Ltd www.eset.co.za 4D TECH (PTY)LTD www.4dtech.co.za 4net AG www.4net.ch 5NINES DATA LLC www.5nines.com 7digital Limited www.7digital.com 7Technology Sp.
    [Show full text]
  • In Cloud Computing 1 1 0
    PRIVATE CLOUD e-zine Strategies for building a private cloud In this issue: q TRENDS IN CLOUD COMPUTING 1 1 0 2 By SearchCloudComputing.com Staff R E B M E V q OPEN SOURCE IN THE CLOUD: BOON OR BUST? O N | By Bill Claybrook 4 . 0 N | NO DEMOCRACY FOR APPS IN THE CLOUD? 1 q . L O V By Mike Laverick 1E EDITOR’S LETTER OPEN SOURCE MEETS CLOUD COMPUTING HOME AS CLOUD COMPUTING continues to for evaluating your data center’s mature, IT managers want more. application portfolio and associated They are clamoring for better inte - concerns, including poor application EDITOR’S LETTER gration of cloud platforms with performance and latency, data leak - existing tools, greater control and age, and issues with compliance or TRENDS management, improved self-service, other regulations. and greater portability among cloud But first, in our Cloud One on One environments . interview, we catch up with Altaf OPEN SOURCE Enter open source software, Rupani, the VP of global strategic IN THE CLOUD: which has become the architectural planning and architecture at Dow BOON OR BUST? foundation for many cloud projects . Jones, to explore the company’s Open source software is often lower private cloud rollout and some of cost than proprietary alternatives, its challenges in working with public NO DEMOCRACY FOR APPS IN and its open code base can prevent cloud providers to get the project THE CLOUD? the vendor lock-in common with up and running. The company’s proprietary technologies. Open ongoing efforts may provide a source comes with its challenges, guide for your own initiative.
    [Show full text]
  • Second Year Cloud-Like Management of Grid Sites Research Report
    Second Year Cloud-like Management of Grid Sites Research Report Henar Muñoz Frutos, Ignacio Blasco Lopez, Juan Carlos Cuesta Cuesta, Eduardo Huedo, Rubén Montero, Rafael Moreno, Ignacio Llorente To cite this version: Henar Muñoz Frutos, Ignacio Blasco Lopez, Juan Carlos Cuesta Cuesta, Eduardo Huedo, Rubén Montero, et al.. Second Year Cloud-like Management of Grid Sites Research Report. 2012. hal- 00705635 HAL Id: hal-00705635 https://hal.archives-ouvertes.fr/hal-00705635 Submitted on 8 Jun 2012 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Enhancing Grid Infrastructures with Virtualization and Cloud Technologies Second Year Cloud-like Management of Grid Sites Research Report Deliverable D6.6 (V1.0) 4 June 2012 Abstract This report presents the results of the research and technological development ac- tivities undertaken during the second phase of the project by the three tasks in which WP6 is divided. Mainly, this work has been focused on management of complex multi-tier applications, scaling, monitoring and balancing them to face peaks in demand. In addition, advanced networking (network isolation and fire- walling) and storage capabilities (datastore abstraction and new transfer drivers) have been developed.
    [Show full text]
  • A Generic Development and Deployment Framework for Cloud Computing and Distributed Applications
    Computing and Informatics, Vol. 32, 2013, 461{485 A GENERIC DEVELOPMENT AND DEPLOYMENT FRAMEWORK FOR CLOUD COMPUTING AND DISTRIBUTED APPLICATIONS Binh Minh Nguyen, Viet Tran, Ladislav Hluchy´ Institute of Informatics Slovak Academy of Sciences D´ubravsk´acesta 9 845 07 Bratislava, Slovakia e-mail: fminh.ui, viet.ui, [email protected] Communicated by Jacek Kitowski Abstract. Cloud computing has paved the way for advance of IT-based on demand services. This technology helps decrease capital expenditure and operation costs, solve scalability issue and many more user and provider constraints. However, devel- opment and deployment of distributed applications on cloud environment becomes a more and more complex task. Cloud users must spend a lot of time to prepare, in- stall and configure their applications on clouds. In addition, after development and deployment, the applications almost cannot move from one cloud to another due to the lack of interoperability between them. To address these problems, in this paper we present a novel development and deployment framework for cloud distributed applications/services. Our approach is based on abstraction and object-oriented programming technique, allowing users to easily and rapidly develop and deploy their services into cloud environment. The approach also enables service migration and interoperability among the clouds. Keywords: Cloud computing, distributed application, abstraction, object-oriented programming, interoperability Mathematics Subject Classification 2010: 68-M14 462 B. M. Nguyen, V. Tran, L. Hluch´y 1 INTRODUCTION Cloud computing is described as a business model for on-demand delivery of com- putation power, in which consumers pay providers what they used (\pay-as-you- go").
    [Show full text]
  • Evaluation and Implementation of Security Algorithm in Cloud Computing Infrastructure
    International Journal of Computing and Corporate Research ISSN (Online) : 2249-054X Volume 5 Issue 3 May 2015 International Manuscript ID : 2249054XV5I3052015-01 EVALUATION AND IMPLEMENTATION OF SECURITY ALGORITHM IN CLOUD COMPUTING INFRASTRUCTURE Ashna Sharma M.Tech. Research Scholar Department of Computer Science and Engineering Haryana Engineering College Haryana, India Bandana Sharma Assistant Professor Department of Computer Science and Engineering Haryana Engineering College Haryana, India ABSTRACT International Journal of Computing and Corporate Research ISSN (Online) : 2249-054X Volume 5 Issue 3 May 2015 International Manuscript ID : 2249054XV5I3052015-01 Cloud computing is one of the growing domain in which remote resources are used on demand basis without having the physical infrastructure at the client end. In cloud computing, the actual resources are installed and deployed at remote locations. These resources are accessed remotely with different network based protocols. Cloud Computing technology is considered as a metaphor for Internet or simply Web Based Services in which there is the provision of Computational Resources On-Demand and hides end-user knowledge of the physical location and configuration of server. This manuscript underlines various aspects and dimensions of cloud computing and key technologies with the simulation aspects used in cloud computing. In this paper, a the implementation of secured algorithm for cloud infrastructure is highlighted with the simulation results and found that the dynamic hash key based approach can secure the cloud infrastructure to a huge level. Keywords - Cloud Computing, Cloud Simulation INTRODUCTION Now days, Cloud computing [1] is one of the famous research domains in the academics as well as corporate community for multiple applications.
    [Show full text]
  • Entitlement Control Message Generator
    Open Source Used In ECMG 4.5.3 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-156819513 Open Source Used In ECMG 4.5.3 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-156819513 Contents 1.1 ACE+TAO 5.5.10 + 1.5.10 1.1.1 Available under license 1.2 Apache Commons Codec 1.3. 1.2.1 Available under license 1.3 Apache Commons Lib Apache 2.0 1.3.1 Available under license 1.4 Apache Jakarta Commons Configuration 1.9 1.4.1 Available under license 1.5 Apache Jakarta Commons DBCP 1.4 1.5.1 Available under license 1.6 Apache Jakarta Commons Lang 3.1 1.6.1 Available under license 1.7 Apache Log4j 1.2.16 1.7.1 Available under license 1.8 apache-ant_within-cglib 1.6.5 1.8.1 Available under license 1.9 apache-log4j 1.2.15 1.9.1 Available under license 1.10 apache-log4j 1.2.15 :DUPLICATE 1.10.1 Available under license 1.11 args4j 2.0.12 1.11.1 Available under license 1.12 asm-all-3.3.1_within-cglib 3.3.1 1.12.1 Available under license 1.13 bcprov-jdk16
    [Show full text]
  • Capability Analysis of Cloud Resource Orchestration Frameworks
    Capability Analysis of Cloud Resource Orchestration Frameworks Alireza Khoshkbarforoushha, Australian National University, Australia Meisong Wang, Australian National University, Australia Rajiv Ranjan, CSIRO, Australia Lizhe Wang, Chinese Academy of Sciences, China Leila Alem, CSIRO Computational Informatics, Australia Samee U. Khan, North Dakota State University, USA Boualem Benatallah, University of New South Wales, Australia Abstract Since the inception of cloud computing in mid 2000, academic groups and industry vendors have developed a number of Cloud Re- source Orchestration Frameworks (CROFs) for simplifying the application management. The CROF aids software engineers, scien- tists, and infrastructure administrators to migrate and manage their in-house applications to cloud environments. Despite the higher level of technical maturity of such CROFs, there is clear lack of study that can help cloud application administrators in understand- ing and analyzing the features of CROFs against a common set of concepts and dimensions. Therefore, this study presents a set of generic technical dimensions for clearly analyzing the capabilities of the overriding CROFs. A concise survey and classification of most prominent research work is also presented. Keywords: Cloud Computing, Cloud service management, Cloud resource orchestration. 1. Introduction Cloud computing assembles a large network of virtualized services, namely: hardware resources (compute, storage, network, etc.) and software resources (databases, message queuing systems, monitoring systems, load-balancers, etc.). The new cloud computing ecosystem enables instant access to virtually unlimited software and hardware resources. It offers a number of considerable advantages including no-upfront investment, lower operating cost, and infinite scalabil- ity. However, orchestrating the right set of cloud resources for creating a Quality of Service (QoS) optimized applica- tion architecture remains a challenging technical problem.
    [Show full text]
  • Australian IT Channel Reveals Cloud Pain Points
    Sponsored by OrionVM Sponsored by OrionVM RESULTS OF OUR SURVEY ABOUT CLOUD Australian IT channel 71.2% 56.3% 55.2% 51.7% see market demand for offer Software-as-a-Service offer private or hybrid of channel companies offer reveals cloud pain points cloud storage or Platform-as-a-Service cloud infrastructure public cloud infrastructure Australian IT channel companies are The channel also sees plenty of Security and compliance topped clamouring to sell cloud, but worry demand for cloud services. We asked that wishlist, followed by cloud vendors that incumbent cloud providers aren’t readers to identify the services or that don’t compete with resellers for WHICH CLOUD INFRASTRUCTURE PROVIDERS DO WHAT PROBLEMS DO YOU HAVE WITH YOUR CURRENT CLOUD INFRASTRUCTURE PROVIDER?* offering the structures needed to make applications experiencing greatest customers. YOU CURRENTLY USE OR RESELL?* cloud a viable proposition. end-customer demand, and more than Survey respondents also wanted I do not currently use any cloud 14% That’s one of the findings from a new two-thirds pointed to cloud storage. cloud infrastructure that complements infrastructure providers I am completely satisfied with my current survey of CRN readers, sponsored by Intriguingly, storage beat out tier one their businesses, full control over cloud cloud infrastructure provider 24% Other (please specify) 11% OrionVM and conducted in November and enterprise applications, databases and branding, enterprise-level performance Losing clients that go directly to my cloud provider and/or competitors 25% and resilient infrastructure – further proof December 2018. unified communications. Not enough control over branding and doesn’t allow The survey found that over 44 percent that low prices won’t solve the channel’s me to represent services and solutions as my own 21% None 12% of channel partners and distributors INCUMBENT PLATFORMS cloud needs.
    [Show full text]
  • Fairplay License Server
    Open Source Used In Fairplay DRM License 1.0.4 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-142022930 Open Source Used In Fairplay DRM License 1.0.4 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-142022930 Contents 1.1 Apache Commons Codec 1.3. 1.1.1 Available under license 1.2 Apache Commons Lib Apache 2.0 1.2.1 Available under license 1.3 Apache Commons Lib Apache 2.0 1.3.1 Available under license 1.4 Apache Derby 10.10.1.1 1.4.1 Available under license 1.5 Apache HTTP Server 2.2.9 1.5.1 Available under license 1.6 Apache Jakarta Commons Configuration 1.9 1.6.1 Available under license 1.7 Apache Jakarta Commons HttpClient 3.1 1.7.1 Available under license 1.8 Apache Jakarta Commons Lang 3.1 1.8.1 Available under license 1.9 Apache Log4j 1.2.16 1.9.1 Available under license 1.10 apache-log4j 1.2.15 1.10.1 Available under license 1.11 apache-log4j 1.2.15 :DUPLICATE 1.11.1 Available under license 1.12 args4j 2.0.12 1.12.1 Available under
    [Show full text]
  • Media and Communications Supply Chain Analysis
    Media and Communications Supply Chain Analysis Ovum Report to DBCDE 24 June 2013 – Final report Project Number CYTE0678 Table of contents 1 Key Findings 4 2 Project Background 5 2.1 Scope of the project 5 2.2 Structure of the report 5 2.1 Why the supply chain matters 5 3 Supply chain trends: top-level assessment 7 3.1 Key findings 7 3.2 The traditional supply chain 9 3.3 The emerging supply chain 11 3.4 Competition and innovation 15 3.4.1. Competition 15 3.4.2. Innovation 17 3.5 Consumer implications: top level assessment 18 3.5.1. Revenue models 18 3.5.2. Privacy, security and consumer protection 19 3.5.3. Universal service, local content and community standards 20 4 Supply chain trends: the role of infrastructure and devices 22 4.1 Key findings 22 4.2 The traditional infrastructure supply chain 22 4.3 The emerging infrastructure supply chain 24 4.3.1. Cloud IT infrastructure and platforms 25 4.3.2. IP connectivity and the software defined network 29 4.3.3. Devices and the managed device platform 33 4.3.4. The vendor landscape 35 4.4 Competition and innovation 36 4.4.1. Competition 36 4.4.2. Innovation 38 4.5 Consumer implications 38 4.5.1. Consumer revenue models 38 4.5.3. Service availability and consumer recourse 39 5 Supply chain trends: an industry-level assessment 41 2 5.1 Voice and Messaging Services 41 5.1.1. The traditional supply chain 41 5.1.2.
    [Show full text]