How To Migrate To The Cloud

Size: px
Start display at page:

Download "How To Migrate To The Cloud"

Transcription

1 Moving to the Cloud: Workload Migration Techniques and Approaches Joydipto Banerjee IBM Kolkata, India Abstract The paper presents an important aspect of cloud computing technology, namely migrating enterprise level workloads to a cloud environment, without re-architecting or reengineering the existing applications. How readily an application can be lifted and shifted onto a cloud platform depends on factors like nature of the application, the type of cloud etc. In this respect, the paper explores the methodology of migrations along with the challenges and issues that usually acts as a barrier for organizations trying to pursue this goal. An effort is also made to see how the cloud migration framework maps to the cloud Computing Reference Architecture model. Finally, a set of migration patterns which span the continuum from legacy IT environment to the cloud are included as a common framework for aligning the various migration approaches developed in support of using cloud as a delivery paradigm. I. INTRODUCTION Although much has been discussed about the benefits of cloud computing and the implementation details, there still exists some gap when it comes to giving a direction on how to migrate an organization s workloads to cloud environment. The skills and technology to assess the options, costs and benefits of different clouds intelligently, then make a selection and execute the move may be scant or non-existent. The paper does not delve into how to cloud-orient the existing applications such as componentizing the solution so that individually scalable components can be distributed to separate nodes allowing independent auto-scaling. Instead, the focus is more on how to move the existing applications to cloud with minimum effort. Organizations can typically be categorized into two broad groups one that have not considered moving to cloud and the other one that have already moved to cloud. The first group may be looking to transform their IT organization but may not have considered migration to cloud as part of the modernization journey, although they may very well be aware of the benefits that cloud brings. On the other hand there are organizations that have already adopted cloud but still need help to move their existing applications to the new environment. II. CLOUD MIGRATION FRAMEWORK Migrating workloads into cloud models is inherently an application centric activity where each image/instance in the cloud typically runs a single application workload. As such, moving workloads to cloud environments need to follow a multi-step process to get those applications running correctly in the targeted cloud environment. First, the targeted applications need to be identified and segregated from the other applications running on that same server. Then an image of that application, its underlying Operating System and infrastructure management agents need to be created and added to the cloud catalog. Finally, the image needs to be instantiated in the cloud environment and verified to run with acceptable Quality of Service (QoS) characteristics. The technical considerations for a migration can be summarized as: Software compatibility Reference architecture Workload characteristics Platform dependencies Across all of the migration patterns there are some common themes. These themes are described here in the context of the five phases/steps of moving workload to the cloud and form a high level reference model. Figure 1 illustrates the phases. Initial Screening and Analysis Final Testing and Go-live Planning and Design Tuning the Target Implementing the Migration Fig. 1. The Five step methodology to Cloud Migration A. Initial Screening and Analysis This involves collecting key data on existing workloads, applications and their dependencies, analyzing these data and determining probable migration candidates. Major activities for this phase are: Server Inventory Verification Gathering information on machine and OS type, collection of hardware and software characteristics, establishing a baseline. Server Affinity Analysis - Capturing server application dependency information to establish any undefined /12/$ IEEE

2 systems, constraints, complexity and establishing the appropriate migration move groups. Measuring Server Utilization - Capturing server utilization metrics to determine source to target mappings. Various methods like manual and automated data collection tools, conducting requirement workshops with stakeholders etc. are employed to get the data for analysis. Some of the important questions that are usually raised at this stage are: Will the workload run in the target cloud environment, for example, compatible infrastructure, middleware and operating system image? Will the target cloud environment satisfy performance, availability and other non-functional requirements (NFRs)? Will the target cloud environment comply with applicable security, privacy and regulatory requirements? Will benefits be realized from migration, for example, lower ongoing operating costs, or increased flexibility and responsiveness? The outcome of this phase is generally identification of workloads(e.g., Web Serving, Web applications, Business Intelligence and Data Warehouse, ERP and SCM, Analytics) suitable to be hosted in a given cloud environment, the costs involved and the migration impact. The same is usually provided in the form of Application Report. B. Planning and Design Once the inventory of targeted applications has been identified and prioritized, the logical design of the applications in cloud needs to be accomplished.this step involves detailed planning and design of the target environment(memory, processor, disk storage etc.) as per the given requirement. It includes taking key architectural decisions and hardware sizing after studying the software stacks and patterns of utilization. The rationalization criteria considered during design and planning activities are: Application Criticality, Availability / Downtime Tolerance, Migration Complexity, Application Scheduling Factors, Application to Application Interfaces, Business Constraints. Key work-products from this phase are: Detailed design of the target infrastructure A technical solution document identifying the set of remedial actions that are required to minimize the implementation risk in the subsequent steps A migration plan that identifies sequence with which applications/workloads are to be moved. The target environment is chosen such that it minimizes the amount of remediation/adjustment that needs to be done to the application stack in order to improve the likelihood of success of operation after movement. Once approval for movement has been granted, a more detailed plan is developed including pre and post migration activities, duration of any planned outage window and interlock with any dependency owners (eg. Testers for acceptance testing). C. Implementing the Migration This step is where the workloads are moved to the cloud platform using the most appropriate technique. It involves the following multi-step process: 1) Prepare the target At this stage, it is important that we have a clear vision of the target cloud environment. Depending on wheather the landing zone is a private cloud, public cloud or a hybrid cloud, the target infrastructure preparation is tailored accordingly. The level of preparation also depends on the actual migration scenario adopted(details in the next section). However the common requirement is usually building a virtual machine instance from one of the available images in the target cloud catalog. 2) Migrate - Migrating/creating images from existing workloads, or reinstalling the software stack of the existing workload on the target cloud platform. There are essentially three scenarios for implementing the actual migration: a) Like for like migration: It is the easiest and the most cost-effective way to move workloads from the non-cloud environment to the cloud environment. It usualy takes place for like-for-like environment, i.e those migrations involving Physical-to- Virtual or Virtual-to-Virtual movements with the same OS in the source and target. In this technique all of the applications running in physical servers (or in a virtual machine) are packaged up into an image and added to the cloud catalog and instantiated into a virtual machine on the cloud platform. Technologies such as VMWare Converter and Platespin are used to perform the migration from the customer s source environment to the target cloud environment. This approach will migrate the operating system, middleware, application and any customization, to the target environment in an as-is form. Due to same nature of OS and software in both the source and target, the amount of remediation or porting required in this type of migration is almost negligible. The benefits of this approach are: It is applicable for a variety of existing workloads, even business-critical and those requiring regulatory compliance Requires minimum outage window during migration Minimizes the risk of application failure after standardization and on-boarding It is mostly an automated process and thus has low and predictable costs However the drawback is that this approach minimizes the amount of standardization that is achieved and therefore some of the agility benefits of the cloud environment are obviated. Furthermore, some cloud platforms do not support the ability to import images due to technical limitations, issues with license management and bandwidth limitations that make it difficult to move

3 large software images over a network from the as-is environment to the cloud platform. b) Cross platform migration: A cross platform (e.g., Solaris to AIX, Windows to Linux) migration is usually slow and expensive but enables more business agility than like-for-like migration. This type of migration is generally complex because it involves change in hardware type (e.g, SPARC to Intel), OS type and software versions when moving from the source to target. It thus requires a thorough analysis of the application, its dependencies, compatibility of the software in the target environment etc.; code remediation, porting and test. Moreover due to application dependencies, it may involve multiple migration phases before all the in-scope applications are moved over to the target and the existing legacy servers decommissioned. On the other hand, this type of migration has the dual benefit of realising the enterprise s broader IT modernization roadmap along with adoption of cloud technology. A hardware and/or software refresh while moving to a cloud environment promises a better ROI for the organization, makes the IT infrastructure much more manageable and also makes it easier to create new business services. c) Application-only migration: Recently there are new solutions like the Zapp Migration Tool from AppZero[2] which extracts only the in-scope application from the source machine and enables it to run on the target without the need of any re-installation, reengineering or re-deployment. Various scenarios exists by which this kind of migration can be made possible. The essential mechanism by which this works is decoupling the application from its OS and encapsulating it along with its dependencies, cofiguration / registry files, services, runtime libraries into a Virtual Application Appliance. The application and its dependencies thus gets encapsulated in a virtual container, minus the source OS. This virtual container having the application can be copied over to the target and made to run with minimum reconfiguration. This type of migration promises to cut down on the overall migration duration and complexity but it still has its limitation in terms of the type of application handled and the choice of OS it is compatible with currently. 3) Data Migration - Data migration from the current environment to the target cloud environment. The tool choice for data migration is highly dependent upon the target cloud environment, the available migration window, network proximity to the source platform and level of administrative access available to the migration team. The available application downtime or the migration window is particularly an important consideration since the decision to use replication based migration tools or the traditional database migration utilities like export-import need to be taken based on that timeline. 4) Standardization - Standardizing or adjusting the created image so that it is compliant with the infrastructure management services of the cloud environment. 5) Integration - Complete integration wherever required to insure the connectivity from the moved-workload to dependent application services and data in the cloud environment. D. Tuning the Target Environment Once the customer s existing instances have been migrated to the target cloud platform, these instances have to go through an adjustment stage to configure them to the target cloud environment s architecture standards. These include: Removal of any non-standard tools and agents Applying any operating system level security patches Conforming to the target environment security policy or regulatory requirements Installation of the target cloud environment s management tools As part of the migration, the IP address of the migrated server will likely change. As such, it s possible that the configuration of the software running on the migrated instance may need to be updated with the new IP address. Similarly there may be other configuration or application specific hardcoded changes which need to be made at this stage. E. Final testing and go-live This is the final phase where it is confirmed that the migrated workload is performing as expected and the cloud platform now becomes the production environment for the migrated workload. The old source servers and images are usually de-commissioned or re-purposed after a pre-defined period of monitoring. III. MAPPING MIGRATION TO CLOUD COMPUTING REFERENCE ARCHITECTURE The Cloud Computing Reference Architecture (CCRA) [1] is intended to be used as a blueprint / guide for architecting cloud implementations. The CCRA is structured in a modular fashion and defines the fundamental architectural elements constituting a cloud computing environment. Elements of CCRA that should be considered when performing a migration are identified below: Cloud Service Consumer :: Cloud Service Integration Tools :: Change and Configuration Management :: Provisioning :: IT Service Level Management :: IT Asset and License Management

4 Cloud Service Provider :: Business Support Services :: Service Offering Management Cloud Service Provider :: Business Support Services :: Metering Cloud Service Creator :: Service Creation Tools Of course there may be other functional components of CCRA that would also be required for a migration activity. However, the above identified components are the primary ones that are almost always required for a successful migration. IV. WORKLOAD STANDARDIZATION FOR CLOUD MIGRATION Standardization is one of the key features of cloud computing and moving workloads to the cloud involves standardization and in some cases, consolidation of the source workload(s). The figure 2 illustrates the concept. Non Cloud landscape Cloud Fig. 2. Migration to cloud can result in Consolidation The non-cloud environment is usually composed of many different types of source systems, which can be categorized into the following types when considering moving onto a cloud environment: Infrastructure as a Service (IaaS) - virtualized hardware, operating system and system management tools. Platform as a Service (PaaS) - messaging, application and database, middleware management tools Software as a Service (SaaS) - business application The workload characteristics, along with the source and target cloud environments, determine the workload migration complexity and cost. Workloads can be constituted into: A. Simple workloads single application with no dependencies. E.g., HTTP servers, Groupware, small Databases. B. Complex workloads single application with many dependencies, or a group of applications that must move at the same time or extensive version upgrades included in transformation. E.g, Partitioned Databases, Disaster Recovery requirement, Korn or Shell based applications. C. Very complex workloads Third party or custom developed application with significant customization. E.g., C, C++ applications. V. COMMON MIGRATION CONSIDERATIONS A. Issues and Challenges Some of the potential issues and challenges that organizations may face while considering to migrate workloads to cloud are as follows: 1) Identifying the correct workload: This is a major challenge and involves evaluating the existing workloads on a number of parameters. A formal fit-for-purpose workshop to identify and categorize the workloads along with their target environment often helps in most cases. The various parameters taken into consideration are: Technical - security and privacy, ownership, level of customization, integration, virtualization, infrastructure, access to technical resources, etc Operational this involves factors like deployment flexibility, speed to implement, agility, migration ease, IT utilization, etc Multi-tenancy this involves issues dealing with sharing business applications with partners, scalability across multiple locations, globalization, etc Cost of Ownership/ Return on Investment 2) Security and Privacy: Data security and privacy remains one of the primary barriers to migrating workloads to cloud. Understandably, sensitive data requires protection and loss of control is not acceptable. Moreover there is usually a requirement to comply with many regulations that require data governance. Enterprises are thus reluctant to give up their control over sensitive data to service providers. Most of the risks have to do with the accessibility, use and control of data and the danger of having unauthorized access to confidential, proprietary information. A generic model for data security might not be adequate for this purpose. For example, consumers who primarily use collaboration tools and systems would focus on access and policy controls, while clients thinking of moving their healthcare applications on cloud are more concerned with data isolation and encryption. 3) Quality of Service: This is one of the major factors that comes into play when organizations think about moving to cloud. Current standards of Service Level Agreements(SLAs), prevalent in the industry might not be strong enough to gurantee uninterupted availability of running production applications on cloud. In most cases, enterprises get compensated for the amount of time the service was down but that does not cover the business loss that cloud consumers might suffer. Without proper service quality guarantee enterprises may not be ready to host their business critical infrastructure in the cloud.

5 4) Cost Savings Potential: Enterprises need to first get a feel of real cost savings before committing to put their workloads on to cloud. The return on investment (ROI), Capex versus Opex costs benefits, utilization, etc. are important considerations for an organization before investing on cloud. 5) Network Performance / Responsiveness: Cloud computing is inheirently network centric. This becomes all the more important when migrating applications on to cloud environment, since network bandwidth becomes a critical factor. Higher bandwidth ofcourse means higher costs and organizations need to find a balance between the two, when considering any cloud migrations. 6) Integration Complexity: Since most business applications are not independent and do not work in isolation, it becomes very important to understand the integration complexity when considering a migration. Possibilities include integration with existing on-premise applications, other cloud applications, up-stream/down-stream connections etc. B. General Best Practices It is very important to understand and determine the target cloud environment at the outset, since the migration strategies and planning would be guided by the choice of the landing zone. A thorough workload analysis must be done to estimate migration costs, potential benefits and identify candidates for moving to cloud. Migration must address the needs of both existing workloads as well as new workloads. It is important to understand that migration may address an entire workload or just one or more of its constituent parts. The organizational impacts of migration must be considered, especially when it is addressing consolidation during migration and those ancillary effects on other systems. VI. CLOUD MIGRATION PATTERNS Some definite patterns emerge from the commonly found repeatable migration scenarios that exist today. Some of these are described below. A. Traditional IT to Public Cloud This pattern is focused on the movement and migration of workloads from an existing, non-cloud style, infrastructure to an off-premise public cloud style environment. In this scenario there is a set catalog of target platforms which are statically defined; therefore, the movement/migration of workloads to cloud must take into consideration, the OS and platform stacks supported by the cloud service provider. In addition, the movement of workloads in this pattern will include any reengineering, updated integration and process updates which may be required to maintain expected functionality and SLAs. Choosing the right workload to migrate to the public cloud is a vitally important process to use in determining when or how to migrate an existing workload to this environment. B. Private Cloud to Public Cloud In this context a private cloud environment implies that a client s infrastructure has been configured in a private cloud style, meaning it is provisioned for exclusive use by a single organization comprising multiple consumers (e.g., business units) and is on the client s premises (e.g. in their data center facility). A public cloud style infrastructure is one which is provisioned in an off-premise and open use environment exhibiting multi-tenant characteristics (e.g. meaning workloads are likely on a shared physical computing, network, and storage environment). This pattern is focused on the movement (and potential migration) of one or more workloads from the private to the public cloud environment. It s important to note that not all workloads (or workload components) need be moved to the public cloud. It s also important to note the public cloud environment may be owned, managed, and operated by the organization, a third party, or some combination of them, and it may exist on or off premises. C. Private Cloud to Hybrid Cloud A hybrid cloud combines the benefits and challenges contained in both the public and private deployment models. Most notable among these challenges is maintaining the integrity of application and data level integration as some or all of the components of a workload are migrated between environments. Thus this workload movement pattern covers the bi-directional movement of workloads between a public and private cloud deployment model and covers both full and partial migration. This is an important aspect since, in the case of partial movement, the aforementioned integration integrity will be critical to maintain. D. Public Cloud to Private Cloud This is a less traditional movement and migration pattern since there s a lot of excitement concerning the move away from a traditional environment to a cloud style environment and there is a lot of exaggerated assumptions about the guaranteed value that moving to a public model will provide. However there are times when a workload can be developed, built and tested in a public cloud environment (which does not have a focus on production level workloads) and then moved back on premise to a client s internal cloud where mission critical and/or production level applications will run. Moreover, there are many cases where an application can be tested with the need to expose sensitive information in a public model, and then be brought back on premise to complete testing with the data at full fidelity. In many cases, this workload movement and migration pattern also supports a performance testing scenario in the public venue before moving back internally. E. Public Cloud to Public Cloud This is typically expected to be transparent to the user of the cloud environment and involves a migration and movement effort to lift and move a workload between two cloud environments which are using the public delivery model. This is especially evident when a client wants to move between cloud providers, such as moving from Amazon EC2 to the IBM

6 cloud or vice versa. Considerations of platform, hypervisor, integration, data formats, and lower level IaaS dependencies must taken into account. As the cloud provider market becomes more saturated, there will be more options for clients to choose among the best price or capability offered by the service providers. F. Traditional IT to Private Cloud This is one of the more complex movement patterns as it requires several stages of movement and migration and may also require several stages of re-engineering leading to a final standardized tech stack. The primary reason for additional complexity in this pattern is because this is usually a first time cloud migration activity for the enterprise. Moreover, traditional IT environments typically have a set of custom applications in a heterogeneous technology environment with a myriad of integrations and interconnections (at the infrastructure, middleware, application and data layers). The movement of this complex environment to a cloud requires the potential re-engineering of workloads at some or all of these layers. This is because when setting up the private cloud infrastructure, the enterprise needs to maintain, if not improve, the same level of security, integration and operational efficieny that it is used to in the current traditional IT environment. VII. CONCLUSIONS Cloud computing promises a path to higher efficiency, agility, quality, security, governance and standardization in the delivery, consumption and operation of IT services, all at reduced capital and operational expense. The potential of cloud computing is, however, easily matched by the challenge and effort to transform traditional IT to a cloud model. There is no one-size-fits-all cloud, and it is up to each business to decide how much change is tolerable and to decide how far into the cloud to step. As with all journeys, planning goes a long way in reaching the destination. Taking the time to understand the different layers of cloud, to assess the suitability of applications to different clouds and to acquire whatever skills may be needed to execute the move may make a significant difference. ACKNOWLEDGMENT The author would like to thank the Business Application Modernization department of IBM for providing the opportunity to research and work on this subject. REFERENCES [1] Michael Behrendt et al., Introduction and Architecture Overview - IBM Cloud Computing Reference Architecture 2.0, The Open Group, pp , February Available: MSubmission doc [2] Introduction to AppZero. Available: [3] Joydipto Banerjee, Debasis R Choudhuri and L K Swift, Accelerate to Green IT - A Practical Guide to Application Migration and Re-hosting, developerworks, July Available: [4] Joydipto Banerjee, Real-world Journey to Your Own Private Cloud, Part 1: Prepare the concept, developerworks, July Available:

Building an AWS-Compatible Hybrid Cloud with OpenStack

Building an AWS-Compatible Hybrid Cloud with OpenStack Building an AWS-Compatible Hybrid Cloud with OpenStack AWS is Transforming IT Amazon Web Services (AWS) commands a significant lead in the public cloud services market, with revenue estimated to grow from

More information

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Part I of an ebook series of cloud infrastructure and platform fundamentals not to be avoided when preparing

More information

How To Compare The Two Cloud Computing Models

How To Compare The Two Cloud Computing Models WHITE PAPER Elastic Cloud Infrastructure: Agile, Efficient and Under Your Control - 1 - INTRODUCTION Most businesses want to spend less time and money building and managing infrastructure to focus resources

More information

DEPARTMENT AGENCY STATEMENT OF OBJECTIVES FOR CLOUD MIGRATION SERVICES: INVENTORY, APPLICATION MAPPING, AND MIGRATION PLANNING MONTH YYYY TEMPLATE

DEPARTMENT AGENCY STATEMENT OF OBJECTIVES FOR CLOUD MIGRATION SERVICES: INVENTORY, APPLICATION MAPPING, AND MIGRATION PLANNING MONTH YYYY TEMPLATE DEPARTMENT AGENCY STATEMENT OF OBJECTIVES FOR CLOUD MIGRATION SERVICES: INVENTORY, APPLICATION MAPPING, AND MIGRATION PLANNING MONTH YYYY TEMPLATE 1 Introduction and Instructions This sample Statement

More information

Elastic Private Clouds

Elastic Private Clouds White Paper Elastic Private Clouds Agile, Efficient and Under Your Control 1 Introduction Most businesses want to spend less time and money building and managing IT infrastructure to focus resources on

More information

How To Manage Cloud Management

How To Manage Cloud Management WHITE PAPER Five Steps to Successful Integrated Cloud Management Sponsored by: HP Mary Johnston Turner May 2011 Robert P. Mahowald IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA

More information

> Solution Overview COGNIZANT CLOUD STEPS TRANSFORMATION FRAMEWORK THE PATH TO GROWTH

> Solution Overview COGNIZANT CLOUD STEPS TRANSFORMATION FRAMEWORK THE PATH TO GROWTH > Solution Overview COGNIZANT CLOUD STEPS TRANSFORMATION FRAMEWORK A comprehensive, tool-based framework speeds up the time to value for your cloud-enabled business transformation projects. It s accepted:

More information

OPEN DATA CENTER ALLIANCE Usage Model: Guide to Interoperability Across Clouds

OPEN DATA CENTER ALLIANCE Usage Model: Guide to Interoperability Across Clouds sm OPEN DATA CENTER ALLIANCE Usage Model: Guide to Interoperability Across Clouds SM Table of Contents Legal Notice... 3 Executive Summary... 4 Purpose... 5 Overview... 5 Interoperability... 6 Service

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c

More information

vcloud Virtual Private Cloud Fulfilling the promise of cloud computing A Resource Pool of Compute, Storage and a Host of Network Capabilities

vcloud Virtual Private Cloud Fulfilling the promise of cloud computing A Resource Pool of Compute, Storage and a Host of Network Capabilities vcloud Virtual Private Cloud A Resource Pool of Compute, Storage and a Host of Network Capabilities Fulfilling the promise of cloud computing FULFILLING THE PROMISE OF CLOUD COMPUTING Businesses are looking

More information

Transformation to a ITaaS Model & the Cloud

Transformation to a ITaaS Model & the Cloud Transformation to a ITaaS Model & the Cloud CIO Summit - Miami November, 2014 John Cullen Laddie Suk EMC Global Professional Services John.cullen@emc.com Laddie.suk@emc.com 1 Agenda Business Challenges

More information

Overview. The Cloud. Characteristics and usage of the cloud Realities and risks of the cloud

Overview. The Cloud. Characteristics and usage of the cloud Realities and risks of the cloud Overview The purpose of this paper is to introduce the reader to the basics of cloud computing or the cloud with the aim of introducing the following aspects: Characteristics and usage of the cloud Realities

More information

How To Use The Dcml Framework

How To Use The Dcml Framework DCML Framework Use Cases Introduction Use Case 1: Monitoring Newly Provisioned Servers Use Case 2: Ensuring Accurate Asset Inventory Across Multiple Management Systems Use Case 3: Providing Standard Application

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T U n i fied Cloud Management Increases IT- as- a - S e r vi c e Ag i l i t y November 2013 Adapted from VMware Unifies Cloud Management Portfolio with a Focus

More information

CLOUD COMPUTING An Overview

CLOUD COMPUTING An Overview CLOUD COMPUTING An Overview Abstract Resource sharing in a pure plug and play model that dramatically simplifies infrastructure planning is the promise of cloud computing. The two key advantages of this

More information

Server and Application Migration made easy. Ask us how!

Server and Application Migration made easy. Ask us how! Server and Application Migration made easy. Ask us how! Blue Turtle Technologies has taken the guesswork out of migrating applications and servers to Microsoft Azure, Windows Server 2012R2 or Microsoft

More information

Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module

Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module WHITE PAPER May 2015 Contents Advantages of NEC / Iron Mountain National

More information

Virtualization in a Multipurpose Commercial Data Center

Virtualization in a Multipurpose Commercial Data Center Virtualization in a Multipurpose Commercial Data Center Gartner Data Center Conference December 6, 2010 Hostway Corporation Global Provider of Infrastructure, Platforms, and Web Enabled Business Applications

More information

W H I T E P A P E R E n a b l i n g D a t a c e n t e r A u t o mation with Virtualized Infrastructure

W H I T E P A P E R E n a b l i n g D a t a c e n t e r A u t o mation with Virtualized Infrastructure W H I T E P A P E R E n a b l i n g D a t a c e n t e r A u t o mation with Virtualized Infrastructure Sponsored by: VMware Tim Grieser August 2008 IDC OPINION Global Headquarters: 5 Speen Street Framingham,

More information

Selecting the right Cloud. Three steps for determining the most appropriate Cloud strategy

Selecting the right Cloud. Three steps for determining the most appropriate Cloud strategy Selecting the right Cloud Three steps for determining the most appropriate Cloud strategy Selecting the most appropriate cloud model can be a challenging process for organisations and IT executives tasked

More information

Private & Hybrid Cloud: Risk, Security and Audit. Scott Lowry, Hassan Javed VMware, Inc. March 2012

Private & Hybrid Cloud: Risk, Security and Audit. Scott Lowry, Hassan Javed VMware, Inc. March 2012 Private & Hybrid Cloud: Risk, Security and Audit Scott Lowry, Hassan Javed VMware, Inc. March 2012 Private and Hybrid Cloud - Risk, Security and Audit Objectives: Explain the technology and benefits behind

More information

IT AS A SERVICE BROKER

IT AS A SERVICE BROKER IT AS A SERVICE BROKER MIT Sloan CIO Symposium May 21, 2014 Thomas P. Roloff Senior Vice President EMC Global Services twitter: @TRoloff 1 Why Transformation? Business is Changing Faster Than IT Business

More information

I D C V E N D O R S P O T L I G H T

I D C V E N D O R S P O T L I G H T I D C V E N D O R S P O T L I G H T L e ve r a g i n g N e x t - Generation Servi c e D e l i ve r y: T h e M o ve t o C l o ud Servi c e s November 2011 Adapted from CSC Innoventure 2011: Good Things

More information

Leveraging the Cloud. September 22, 2011. Digital Government Institute Cloud-Enabled Government Conference Washington, DC

Leveraging the Cloud. September 22, 2011. Digital Government Institute Cloud-Enabled Government Conference Washington, DC Leveraging the Cloud September 22, 2011 Digital Government Institute Cloud-Enabled Government Conference Washington, DC General Dynamics Information Technology Aerospace Combat Systems $29.3 billion in

More information

Enterprise Cloud Adoption- Deployment Models, Workloads and Industry Perspective

Enterprise Cloud Adoption- Deployment Models, Workloads and Industry Perspective Enterprise Cloud Adoption- Deployment Models, Workloads and Industry Perspective Prabhakar Attaluri IBM Friday, August 16, 2013 8:00 9:00AM Room 309, Hynes Convention Center Session Number 14066 Abstract

More information

Cloud computing: Innovative solutions for test environments

Cloud computing: Innovative solutions for test environments IBM Global Services April 2009 Cloud computing: Innovative solutions for test environments Speed test cycles and reduce cost to gain a competitive edge Page No.2 Contents 2 Executive summary 3 Leading

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

Healthcare: La sicurezza nel Cloud October 18, 2011. 2011 IBM Corporation

Healthcare: La sicurezza nel Cloud October 18, 2011. 2011 IBM Corporation Healthcare: La sicurezza nel Cloud October 18, 2011 Cloud Computing Tests The Limits Of Security Operations And Infrastructure Security and Privacy Domains People and Identity Data and Information Application

More information

Datamation. Find the Right Cloud Computing Solution. Executive Brief. In This Paper

Datamation. Find the Right Cloud Computing Solution. Executive Brief. In This Paper Find the Right Cloud Computing Solution In This Paper There are three main cloud computing deployment models: private, public, and hybrid The true value of the cloud is achieved when the services it delivers

More information

IBM PureFlex System. The infrastructure system with integrated expertise

IBM PureFlex System. The infrastructure system with integrated expertise IBM PureFlex System The infrastructure system with integrated expertise 2 IBM PureFlex System IT is moving to the strategic center of business Over the last 100 years information technology has moved from

More information

Developing SAP Enterprise Cloud Computing Strategy

Developing SAP Enterprise Cloud Computing Strategy White Paper WFT Cloud Technology SAP Cloud Integration Service Provider Developing SAP Enterprise Cloud Computing Strategy SAP Cloud Computing is a significant IT paradigm change with the potential to

More information

Cloud vision and capabilities

Cloud vision and capabilities Nov 7, 2012 Cloud vision and capabilities - N-Cloud framework - Introduction Marv Mouchawar President, Cloud Services NTT DATA Inc Kazuhiro Gomi President & CEO NTT America Steve Nola CEO, Cloud Solutions

More information

Infopaper. Demystifying Platform as a Service

Infopaper. Demystifying Platform as a Service Demystifying Platform as a Service The dividing lines between PaaS and IaaS may be blurring, but it s important for outsourcers of IT infrastructure to understand what sets Private PaaS apart from commodity

More information

SOA and Cloud in practice - An Example Case Study

SOA and Cloud in practice - An Example Case Study SOA and Cloud in practice - An Example Case Study 2 nd RECOCAPE Event "Emerging Software Technologies: Trends & Challenges Nov. 14 th 2012 ITIDA, Smart Village, Giza, Egypt Agenda What is SOA? What is

More information

HP S POINT OF VIEW TO CLOUD

HP S POINT OF VIEW TO CLOUD HP S POINT OF VIEW TO CLOUD Frank Bloch Director Technology Consulting 2010 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice 3 GLOBAL MEGA

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Fundamental Concepts and Models 1 1. Roles and Boundaries Could provider The organization that provides the cloud based IT resources Cloud consumer An organization (or a human) that has a formal contract

More information

Managing Traditional Workloads Together with Cloud Computing Workloads

Managing Traditional Workloads Together with Cloud Computing Workloads Managing Traditional Workloads Together with Cloud Computing Workloads Table of Contents Introduction... 3 Cloud Management Challenges... 3 Re-thinking of Cloud Management Solution... 4 Teraproc Cloud

More information

Windows Server Virtualization An Overview

Windows Server Virtualization An Overview Microsoft Corporation Published: May 2006 Abstract Today s business climate is more challenging than ever and businesses are under constant pressure to lower costs while improving overall operational efficiency.

More information

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

Implementing Hybrid Cloud at Microsoft

Implementing Hybrid Cloud at Microsoft Implementing Hybrid Cloud at Microsoft Published September 2013 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed as reference documentation

More information

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com IJCSIT, Volume 1, Issue 5 (October, 2014) e-issn: 1694-2329 p-issn: 1694-2345 A STUDY OF CLOUD COMPUTING MODELS AND ITS FUTURE Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India

More information

The Private Cloud Your Controlled Access Infrastructure

The Private Cloud Your Controlled Access Infrastructure White Paper: Private Clouds The ongoing debate on the differences between a Public and Private Cloud are broad and often loud. The bottom line is that it s really about how the resource, or computing power,

More information

CLOUD TECH SOLUTION AT INTEL INFORMATION TECHNOLOGY ICApp Platform as a Service

CLOUD TECH SOLUTION AT INTEL INFORMATION TECHNOLOGY ICApp Platform as a Service CLOUD TECH SOLUTION AT INTEL INFORMATION TECHNOLOGY ICApp Platform as a Service Open Data Center Alliance, Inc. 3855 SW 153 rd Dr. Beaverton, OR 97003 USA Phone +1 503-619-2368 Fax: +1 503-644-6708 Email:

More information

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Contents Executive Summary................................................ 1 Hybrid Cloud Delivery..............................................

More information

HP Converged Cloud Cloud Platform Overview. Shane Pearson Vice President, Portfolio & Product Management

HP Converged Cloud Cloud Platform Overview. Shane Pearson Vice President, Portfolio & Product Management HP Converged Cloud Cloud Platform Overview Shane Pearson Vice President, Portfolio & Product Management Cloud is the biggest disruption since the Internet 1970-80s Mainframe 1990s Client/Server 2000s The

More information

Planning the Migration of Enterprise Applications to the Cloud

Planning the Migration of Enterprise Applications to the Cloud Planning the Migration of Enterprise Applications to the Cloud A Guide to Your Migration Options: Private and Public Clouds, Application Evaluation Criteria, and Application Migration Best Practices Introduction

More information

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing

More information

Virtualization, SDN and NFV

Virtualization, SDN and NFV Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,

More information

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES TABLE OF CONTENTS Introduction... 3 Overview: Delphix Virtual Data Platform... 4 Delphix for AWS... 5 Decrease the

More information

journey to a hybrid cloud

journey to a hybrid cloud journey to a hybrid cloud Virtualization and Automation VI015SN journey to a hybrid cloud Jim Sweeney, CTO GTSI about the speaker Jim Sweeney GTSI, Chief Technology Officer 35 years of engineering experience

More information

Accelerate server virtualization to lay the foundation for cloud

Accelerate server virtualization to lay the foundation for cloud IBM Global Technology Services Thought Leadership White Paper January 2012 Accelerate server virtualization to lay the foundation for cloud Analytics combine with standard, repeatable processes for quicker

More information

Architecting the Cloud

Architecting the Cloud Architecting the Cloud Sumanth Tarigopula Director, India Center, Best Shore Applications Services 2011Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Capacity Management for Cloud Computing Chris Molloy Distinguished Engineer Member, IBM Academy of Technology October 2009 1 Is a cloud like touching an elephant? 2 Gartner defines cloud computing as a

More information

A white paper from Fordway on CLOUD COMPUTING. Why private cloud should be your first step on the cloud computing journey - and how to get there

A white paper from Fordway on CLOUD COMPUTING. Why private cloud should be your first step on the cloud computing journey - and how to get there A white paper from Fordway on CLOUD COMPUTING Why private cloud should be your first step on the cloud computing journey - and how to get there PRIVATE CLOUD WHITE PAPER January 2012 www.fordway.com Page

More information

Virtualizing Apache Hadoop. June, 2012

Virtualizing Apache Hadoop. June, 2012 June, 2012 Table of Contents EXECUTIVE SUMMARY... 3 INTRODUCTION... 3 VIRTUALIZING APACHE HADOOP... 4 INTRODUCTION TO VSPHERE TM... 4 USE CASES AND ADVANTAGES OF VIRTUALIZING HADOOP... 4 MYTHS ABOUT RUNNING

More information

Always On Infrastructure for Software as a Ser vice

Always On Infrastructure for Software as a Ser vice Solution Brief: Always On Infrastructure for Software as a Ser vice WITH EGENERA CLOUD SUITE SOFTWARE Egenera, Inc. 80 Central St. Boxborough, MA 01719 Phone: 978.206.6300 www.egenera.com Introduction

More information

Hybrid Cloud Computing

Hybrid Cloud Computing Dr. Marcel Schlatter, IBM Distinguished Engineer, Delivery Technology & Engineering, GTS 10 November 2010 Hybrid Computing Why is it becoming popular, Patterns, Trends, Impact Hybrid Definition and Scope

More information

A Strawman Model. NIST Cloud Computing Reference Architecture and Taxonomy Working Group. January 3, 2011

A Strawman Model. NIST Cloud Computing Reference Architecture and Taxonomy Working Group. January 3, 2011 A Strawman Model NIST Cloud Computing Reference Architecture and Taxonomy Working Group January 3, 2011 Objective Our objective is to define a neutral architecture consistent with NIST definition of cloud

More information

Validating Enterprise Systems: A Practical Guide

Validating Enterprise Systems: A Practical Guide Table of Contents Validating Enterprise Systems: A Practical Guide Foreword 1 Introduction The Need for Guidance on Compliant Enterprise Systems What is an Enterprise System The Need to Validate Enterprise

More information

END TO END DATA CENTRE SOLUTIONS COMPANY PROFILE

END TO END DATA CENTRE SOLUTIONS COMPANY PROFILE END TO END DATA CENTRE SOLUTIONS COMPANY PROFILE About M 2 TD M2 TD is a wholly black Owned IT Consulting Business. M 2 TD is a provider of data center consulting and managed services. In a rapidly changing

More information

W H I T E P A P E R. Reducing Server Total Cost of Ownership with VMware Virtualization Software

W H I T E P A P E R. Reducing Server Total Cost of Ownership with VMware Virtualization Software W H I T E P A P E R Reducing Server Total Cost of Ownership with VMware Virtualization Software Table of Contents Executive Summary............................................................ 3 Why is

More information

Cloud Computing Backgrounder

Cloud Computing Backgrounder Cloud Computing Backgrounder No surprise: information technology (IT) is huge. Huge costs, huge number of buzz words, huge amount of jargon, and a huge competitive advantage for those who can effectively

More information

HCL AXON SAP Cloud Services

HCL AXON SAP Cloud Services Executive Briefing HCL AXON SAP Cloud Services The ability to offer any IT infrastructure or service on a virtual basis TABLE OF CONTENTS Cloud Platforms So What does this mean for SAP in Banking? HCL

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2009 Vol. 8, No. 5, July-August 2009 The Five-Step Program To Cloud! Mahesh H. Dodani, IBM,

More information

Brochure. Update your Windows. HP Technology Services for Microsoft Windows 2003 End of Support (EOS) and Microsoft Migrations

Brochure. Update your Windows. HP Technology Services for Microsoft Windows 2003 End of Support (EOS) and Microsoft Migrations Brochure Update your Windows HP Technology Services for Microsoft End of Support (EOS) and Microsoft Migrations Stabilize and secure your infrastructure Microsoft will end support for Windows Server 2003/R2

More information

IJRSET 2015 SPL Volume 2, Issue 11 Pages: 29-33

IJRSET 2015 SPL Volume 2, Issue 11 Pages: 29-33 CLOUD COMPUTING NEW TECHNOLOGIES 1 Gokul krishnan. 2 M, Pravin raj.k, 3 Ms. K.M. Poornima 1, 2 III MSC (software system), 3 Assistant professor M.C.A.,M.Phil. 1, 2, 3 Department of BCA&SS, 1, 2, 3 Sri

More information

VMware's Cloud Management Platform Simplifies and Automates Operations of Heterogeneous Environments and Hybrid Clouds

VMware's Cloud Management Platform Simplifies and Automates Operations of Heterogeneous Environments and Hybrid Clouds VMware's Cloud Platform Simplifies and Automates Operations of Heterogeneous Environments and Hybrid Clouds Ekkarat Klinbubpa Senior Business Development Manager, VMware 2009 VMware Inc. All rights reserved

More information

Cloud Security Who do you trust?

Cloud Security Who do you trust? Thought Leadership White Paper Cloud Computing Cloud Security Who do you trust? Nick Coleman, IBM Cloud Security Leader Martin Borrett, IBM Lead Security Architect 2 Cloud Security Who do you trust? Cloud

More information

Bringing Together the Essential Elements of Private Cloud

Bringing Together the Essential Elements of Private Cloud White Paper Bringing Together the Essential Elements of Private Cloud Introduction: The Growing Need for Cloud-Based Services It s no secret that many types and sizes of businesses are moving to cloud

More information

Written Testimony. Mark Kneidinger. Director, Federal Network Resilience. Office of Cybersecurity and Communications

Written Testimony. Mark Kneidinger. Director, Federal Network Resilience. Office of Cybersecurity and Communications Written Testimony of Mark Kneidinger Director, Federal Network Resilience Office of Cybersecurity and Communications U.S. Department of Homeland Security Before the U.S. House of Representatives Committee

More information

Realizing the Value Proposition of Cloud Computing

Realizing the Value Proposition of Cloud Computing Realizing the Value Proposition of Cloud Computing CIO s Enterprise IT Strategy for Cloud Jitendra Pal Thethi Abstract Cloud Computing is a model for provisioning and consuming IT capabilities on a need

More information

NCTA Cloud Architecture

NCTA Cloud Architecture NCTA Cloud Architecture Course Specifications Course Number: 093019 Course Length: 5 days Course Description Target Student: This course is designed for system administrators who wish to plan, design,

More information

Cloud: What an Enterprise Must Know

Cloud: What an Enterprise Must Know Cloud: What an Enterprise Must Know What You Will Learn This document is addressed to business and technology leaders at enterprises worldwide, with the expectation that the reader has a basic understanding

More information

Software as a Service (SaaS) Testing Challenges- An Indepth

Software as a Service (SaaS) Testing Challenges- An Indepth www.ijcsi.org 506 Software as a Service (SaaS) Testing Challenges- An Indepth Analysis Prakash.V Ravikumar Ramadoss Gopalakrishnan.S Assistant Professor Department of Computer Applications, SASTRA University,

More information

Cloud computing insights from 110 implementation projects

Cloud computing insights from 110 implementation projects IBM Academy of Technology Thought Leadership White Paper October 2010 Cloud computing insights from 110 implementation projects IBM Academy of Technology Survey 2 Cloud computing insights from 110 implementation

More information

Cloud Computing: The Need for Portability and Interoperability

Cloud Computing: The Need for Portability and Interoperability I D C E X E C U T I V E I N S I G H T S Cloud Computing: The Need for Portability and Interoperability August 2010 By Jean Bozman, Research Vice President, Enterprise Servers and Gary Chen, Research Manager,

More information

NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization

NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization White Paper NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization NFV Orchestration Overview Network Function Virtualization (NFV) technology, in combination

More information

Red Hat Cloud, HP Edition:

Red Hat Cloud, HP Edition: Red Hat Cloud, HP Edition: Private IaaS Clouds 2 Red Hat Cloud 2 Red Hat Enterprise Virtualization 3 Red Hat Enterprise Linux 3 Red Hat Network Satellite 3 HP CloudSystem Matrix and HP Converged Infrastructure

More information

RED HAT CLOUDFORMS ENTERPRISE- GRADE MANAGEMENT FOR AMAZON WEB SERVICES

RED HAT CLOUDFORMS ENTERPRISE- GRADE MANAGEMENT FOR AMAZON WEB SERVICES TECHNOLOGY DETAIL RED HAT CLOUDFORMS ENTERPRISE- GRADE MANAGEMENT FOR AMAZON WEB SERVICES ABSTRACT Do you want to use public clouds like Amazon Web Services (AWS) to flexibly extend your datacenter capacity,

More information

WHY SERVICE PROVIDERS NEED A CARRIER PaaS SOLUTION cpaas for Network

WHY SERVICE PROVIDERS NEED A CARRIER PaaS SOLUTION cpaas for Network WHY SERVICE PROVIDERS NEED A CARRIER PaaS SOLUTION cpaas for Network Functions Virtualization White Paper Carrier PaaS provides the tools service providers need to transform their current network operational

More information

Hybrid Cloud Customer Engagements

Hybrid Cloud Customer Engagements Hybrid Cloud Customer Engagements Juergen Schneider, IBM Distinguished Engineer, IBM Cloud Unit IBM Corporation 1 Agenda Why is Hybrid Cloud so important? Why are Enterprises approaching Hybrid Cloud solutions?

More information

Datacenter Management and Virtualization. Microsoft Corporation

Datacenter Management and Virtualization. Microsoft Corporation Datacenter Management and Virtualization Microsoft Corporation June 2010 The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the

More information

Managing Public Cloud Workloads

Managing Public Cloud Workloads Managing Public Cloud Workloads CHALLENGES AND BEST PRACTICES Page 1 of 10 Large companies are shifting more aggressively to the public cloud today for running a variety of production applications at scale.

More information

Cloud Computing. Bringing the Cloud into Focus

Cloud Computing. Bringing the Cloud into Focus Cloud Computing Bringing the Cloud into Focus November 2011 Introduction Ken Cochrane CEO, IT/NET Partner, KPGM Performance and Technology National co-leader IT Advisory Services KPMG Andrew Brewin Vice

More information

Planning a Successful Cloud Strategy Identify existing assets, assess your business needs, and develop a technical and business plan for your cloud

Planning a Successful Cloud Strategy Identify existing assets, assess your business needs, and develop a technical and business plan for your cloud SOLUTION WHITE PAPER Planning a Successful Cloud Strategy Identify existing assets, assess your business needs, and develop a technical and business plan for your cloud Table of Contents Executive Summary

More information

VMware Strategy: The Software-Defined Enterprise

VMware Strategy: The Software-Defined Enterprise VMware Strategy: The Software-Defined Enterprise VCCF Athens 2014 Stefanos Gouliotis Territory Manager IT Technology Eras Mainframe Client-Server Mobile-Cloud Millions of Apps Billions of Users The exponential

More information

Windows Server 2003 End of Support Options

Windows Server 2003 End of Support Options Windows Server 2003 End of Support Options February 26, 2015 Copyright 2015 CompuCom Systems, Inc. All rights reserved. This document is copyright protected with all rights reserved and may not be reproduced

More information

See Appendix A for the complete definition which includes the five essential characteristics, three service models, and four deployment models.

See Appendix A for the complete definition which includes the five essential characteristics, three service models, and four deployment models. Cloud Strategy Information Systems and Technology Bruce Campbell What is the Cloud? From http://csrc.nist.gov/publications/nistpubs/800-145/sp800-145.pdf Cloud computing is a model for enabling ubiquitous,

More information

A Mainframe Guy and Cloud Computing

A Mainframe Guy and Cloud Computing A Mainframe Guy and Cloud Computing Per Fremstad, IBM pensjonist 2 Computing models: A bit of history 1950 s / 60 s / 70 s - Centralized Sharing and reliability Dumb, text-based terminals ----> PC s 1980

More information

Commercial Software Licensing

Commercial Software Licensing Commercial Software Licensing CHAPTER 12: Prepared by DoD ESI January 2013 Chapter Overview Most software licenses today are either perpetual or subscription. Perpetual licenses involve software possession

More information

Whitepaper. The ABC of Private Clouds. A viable option or another cloud gimmick?

Whitepaper. The ABC of Private Clouds. A viable option or another cloud gimmick? Whitepaper The ABC of Private Clouds A viable option or another cloud gimmick? Although many organizations have adopted the cloud and are reaping the benefits of a cloud computing platform, there are still

More information

IBM Cloud Security Draft for Discussion September 12, 2011. 2011 IBM Corporation

IBM Cloud Security Draft for Discussion September 12, 2011. 2011 IBM Corporation IBM Cloud Security Draft for Discussion September 12, 2011 IBM Point of View: Cloud can be made secure for business As with most new technology paradigms, security concerns surrounding cloud computing

More information

LOW RISK ADOPTION OF CLOUD INFRA- STRUCTURE FOR ENTERPRISES

LOW RISK ADOPTION OF CLOUD INFRA- STRUCTURE FOR ENTERPRISES LOW RISK ADOPTION OF CLOUD INFRA- STRUCTURE FOR ENTERPRISES Business leaders are recognising that with the emergence of enterprise grade cloud computing, there is no good reason to continue to invest in

More information

WhitePaper. Private Cloud Computing Essentials

WhitePaper. Private Cloud Computing Essentials Private Cloud Computing Essentials The 2X Private Cloud Computing Essentials This white paper contains a brief guide to Private Cloud Computing. Contents Introduction.... 3 About Private Cloud Computing....

More information

Cloud Computing and Data Center Consolidation

Cloud Computing and Data Center Consolidation Cloud Computing and Data Center Consolidation Charles Onstott, PMP Chief Technology Officer, Enterprise IT Services SAIC Steven Halliwell General Manager for State and Local and Education Sales Amazon

More information

Oracle Cloud Computing Strategy

Oracle Cloud Computing Strategy Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended

More information

Grid Computing Vs. Cloud Computing

Grid Computing Vs. Cloud Computing International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid

More information