Like most general information, a basic definition of Cloud (computing) can be found on Wikipedia i :

Size: px
Start display at page:

Download "Like most general information, a basic definition of Cloud (computing) can be found on Wikipedia i :"

Transcription

1 has been with CBC/Radio-Canada for ten years within the online/digital group. His roles have included Database Administrator, System Administrator, Development Team Lead, Syndication Manager, Project Manager, and his current role of Platform Product Manager. His team manages the platform of tools used to publish and distribute content to the audience via CBC.ca. Introduction The concept of "Clouds" with respect to both corporate and personal computing is currently one of the hottest topics of discussion in technological circles. Like most hot topics, its label is often used but rarely understood. The purpose of this article is to bring some clarity to what the Cloud can mean (i.e., Cloud computing, Cloud services, etc.), as well as why it is important to understand the subject. It is not the intention of this article to represent Cloud services as being good or bad in general or for CBC/Radio- Canada, or to make any specific recommendations. What Does Cloud Mean? Like most general information, a basic definition of Cloud (computing) can be found on Wikipedia i : "Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet)." This definition is necessarily vague, as there are many divergent definitions of what Cloud computing specifically means, and what are its benefits and drawbacks. This article will use the term "Cloud computing" to refer specifically to technical implementations, and "Cloud services" to be both the technical implementations and their related support activities. Computing Memories As a first step in making sense of this, we will take a quick look at how computing has evolved over time. The mainframe systems ii of decades past were essentially large, central computing systems accessed by remote terminals over a network of some kind. Decades ago, this was a necessary configuration for a simple reason: computing was horrendously expensive and the physical requirements of computers were massive. Moreover, the type of data being managed through terminals was generally text-based, which was feasible with the networking capabilities of the time. Thus, it made sense to centralise the expensive bits of the system (CPUs, RAM, storage, HVAC, maintenance by 1 of 9

2 personnel) in one location and keep terminals very lightweight. The other huge advantage of this is that the computing resources were shared among many users, meaning that they were less likely to be idle at any given time. Over time, computing power became continuously and exponentially cheaper, as well as more accessible. At the same time, end-user requirements also became exponentially more complex and demanding. Furthermore, the type of data being worked with moved from text-based to binary (application data, audio, video, etc.), which exceeded the feasible capacity of networks. These trends conspired to make it more economical to place more computing resources on the end-user s desk, replacing the "thin-client" iii terminal with a "thick-client" iv capable of functions that were previously only within the domain of more powerful central computing systems. Commodity Computing Over the past ten years or so, the aforementioned trend has been reversing for a few reasons. Firstly, the rise of the Internet as a ubiquitous platform together with browserbased information access (a thin-client system by definition) have brought the idea of remotely accessing data and functions to the mainstream. We will discuss several examples later on, but Web-based is a good one for now. The other primary driver, of course, is cost. Whereas in the heyday of mainframe systems (still used in niche markets today) computing technology was expensive, computing management is expensive now. Having thick clients scattered all over a user group (be it internal to a business or a public audience) significantly complicates support. Compared to centralised systems, configurations tend to diverge, which makes troubleshooting very difficult, and the ability to physically interact with systems in need of support is more difficult and, in some cases, impossible. The rise of new kinds of mobile clients (smart phones, tablets, etc.) is massively increasing support cost and complexity. Simultaneously, technology has evolved to the point where computing resources (processing, networking, storage, applications, etc.) can be allocated over a network to a user or company as needed, virtually in real-time. This has given rise to the model of computing services being available as a commodity v. Common analogies are drawn between this model and those of utility services, which manage the fractional demands of customers for a pool of physical resources such as electricity or gas, as the "load balancing" philosophy is similar. The concept of commodity computing services will be examined in detail later in this article. by 2 of 9

3 Categories of CBC Sync As also described on the main Wikipedia page i, there are a few different paradigms within which Cloud computing can be categorised. The usefulness of each one depends on the context in which it is employed. Services Paradigm In this model, types of Cloud services are categorised based on which tiers of technology are managed by "someone else". The service provider may be another company, a group within the same company, or both (see the Deployment Paradigm section below). To more easily understand what this means, take a look at Figure 1 vi. Figure 1 Defining Cloud services by service level The following is a brief explanation of what each element in the stack is: Applications: built on the platforms described below, they use and/or produce data for some useful purpose. This can be anything from the GroupWise client to database server software, Microsoft Word, or air traffic control software. Data: the pieces of information that applications use (i.e., documents, audio, video, database tables, s, log files, etc.). by 3 of 9

4 Runtime (environment): another level of software platform that enables the creation and execution of standards-based applications (e.g., Sun Java and Microsoft.NET.). Middleware: software used to broker communication between other forms of software. A common example is a database connector that allows applications to transparently connect to any database vii. Operating System (O/S): a software platform used to support middleware, runtime, and applications (e.g., MS-Windows, Unix, ios). Virtualisation: hardware and software that allows dynamic allocation of servers, storage, and networking. Servers: the actual computing hardware Storage: where data is actually stored (e.g., arrays of hard drives). Networking: transmission devices (cables or transmitters/receivers) and related routing equipment that enable data transfer between computers. It is important to note that the divisions between elements of the software stack depicted above are, in some cases, open to interpretation. Various technologies bridge several levels. The division between Cloud service offerings can be similarly blurred, as many providers offer ranges of services that do not align with the tiers defined above. However, it is a sufficient model for the purposes of our explanation. IaaS Infrastructure as a Service (IaaS) is a service offering geared towards those who have knowledge of how to configure the software portion of the technology stack, but do not want to manage the hardware. If purchased from an external supplier, this type of service is usually billed based on usage (e.g., based on processing cycles, hard drive space consumed, network capacity used, etc.). This model is attractive for those concerned with the capital expense of hardware procurement, or the operational expense (including staff) required to maintain a physical installation. Depending on the service and pricing, it can also mean a significantly more sophisticated architecture than an individual or company could achieve on their own in terms of security, redundancy, and the like. Lastly, there are claims that this is an environmentally friendly option, as it represents the ability to decommission under-used data centres. This claim has not yet been proven, as it depends on tangential information by 4 of 9

5 such as how the electricity was generated to power the IaaS provider's installation, the extent to which it is efficiently implemented, etc. Cons with IaaS mostly pertain to integration and comfort level. IaaS suppliers generally retain the right to allocate resources based on what makes sense for their own load balancing. This means that a client will not necessarily know where their data and applications are physically located (in some cases, even the country they exist in might remain unknown). IaaS arrangements can also require more complex processes for accessing software and data than doing so in a local environment under the client's full control. The most well known example of a company offering pure IaaS services is Rackspace viii. Others that offer storage services include Amazon Web Services ix, Akamai x, and Microsoft Windows Azure (storage) xi. PaaS Platform as a Service (PaaS) is the next level of Cloud services offering. As is implied by the image above, it is incremental to IaaS, having all the features of IaaS and some additional ones. In some cases, PaaS is billed exactly as IaaS plus additional fees for the PaaS-specific services. In other cases, the fees are bundled so the IaaS fees are "hidden". The benefits of PaaS arrangements encompass all of those listed above for IaaS, together with the fact that operating system and software platform maintenance are reduced or eliminated. This includes such things as O/S patching, security (hardening), some performance tuning, etc. Some of these tasks require specialised knowledge, some are very mechanical, and some are both. For many companies, it makes sense to procure these services rather than maintain staff to supply them. A downside of PaaS is that clients may need to evolve at the PaaS supplier's pace in case the platform changes (i.e., the client may not be able to wholly dictate the configuration/patching of the O/S and software platform tiers). At least as significantly, there are still no defined standards between PaaS suppliers, meaning that applications and data configured for one PaaS provider may not be easily transferred to another PaaS supplier. Well-known examples of PaaS include Amazon Elastic Cloud Compute (EC2) xii, Google App Engine xiii, and Microsoft Windows Azure (compute) xiv. SaaS By far the most diverse tier of cloud service categories is Software as a Service (SaaS). In this case, the supplier maintains the entire technology stack, including applications as well as data storage and retrieval. Access is frequently accomplished via a Web browser, but it may also be done via a "thin" proprietary application. Billing for SaaS may involve the items mentioned above for the other categories, and it also usually requires software by 5 of 9

6 licensing fees. In some cases, however, SaaS services are offered for free (usually adsupported). While there may be some client-specific configuration required, the obvious benefit of SaaS is that the client can focus on using applications, instead of maintaining them (or their underlying technologies). For those clients who lack software engineering and development resources, SaaS providers can furnish access to previously inaccessible markets. Because SaaS providers are generally more focussed on product development, they can generally react to market changes faster. Moreover, given that access is through a thin client, those using SaaS applications will always be accessing the most up-to-date version. In addition to the cons noted above for IaaS and PaaS, the cons of SaaS primarily relate to loss of control. This loss of control occurs primarily over the product management of applications since, to a large extent, SaaS clients are at the mercy of SaaS providers in terms of feature releases and product strategy in general. Furthermore, parts of the SaaS vendor space are relatively volatile, with providers starting up (and winding down) frequently and, in other cases, being purchased by larger companies with their own strategic goals. There are many thousands of SaaS providers in the online market today, but some wellknown ones include: * Gmail/Google Docs xv * Salesforce.com xvi * icloud xvii * Dropbox xviii * YouTube xix In addition, companies like Amazon Web Services (AWS) offer SaaS instances of corporate applications by Oracle, Microsoft, SAP, and others xx. Deployment Paradigm The other common way of describing Cloud computing is according to its deployment architecture. This makes sense, as the architecture contributes to many aspects of the system including service agreements, cost and, potentially, economy of scale, security requirements, and the like. Public A public Cloud is one that exists entirely remotely and is accessed over the Internet. The resources of a public Cloud are available and shared publically, although fees may apply for services. Google s SaaS offerings are a good example of public Cloud services. The Service Level Agreement (SLA) for public Cloud services is also shared, although standard tiers may be offered. by 6 of 9

7 Private Private Clouds are implemented and maintained for a single client organisation. They may physically exist anywhere (within a company s private network or on the public Internet), but access to resources is restricted. Because this is the case, security can be significantly tighter than with a public Cloud, and the service can be tailored to the needs of the specific client. In some cases, providers of public Cloud services offer private tiers, which means that a portion of their Cloud is separated out and reserved for the sole use of an individual consumer. Regardless of the implementation details, economy of scale may be lost in this model if the client organisation does not fully use the resources of the Cloud around the clock. Other Some other models exist that share aspects of both private and public Clouds. For example, groups of consumers with similar technical needs may procure or construct a shared or community Cloud, thus realising the benefits of pooled resources, all while taking advantage of a more secure and configurable configuration than what is allowed by public Cloud providers. For more information on these variations, see the NIST definition of Cloud Computing xxi. CBC/Radio-Canada & CBC/Radio-Canada has implemented several systems that could be considered Cloudbased. Some are internal, with the goal of centralising support, and some are more formal external Cloud arrangements with online service providers. NGCN CBC/Radio-Canada s recently rolled-out Next Generation Converged Network is a major investment in private Cloud computing. It is an extremely robust network connecting CBC/Radio-Canada s various centres with the purpose of quickly and reliably transmitting all types of digital data, including uncompressed audio and video when necessary. Furthermore, data transmission can be prioritised based on business strategy (e.g., whether the data is broadcast-critical or not). This technology is the foundation for some of those mentioned below, and will serve CBC/Radio-Canada in this capacity well into the future. Citrix Citrix xxii is a system now widely used for accessing various broadcast applications remotely via a thin client. These include ScheduAll (Schedulink), On Air, and inews. The CBC/Radio-Canada user base for Citrix is over two thousand-strong and growing. by 7 of 9

8 Social Media & Digital Distribution Cloud services are relied on heavily in the online space. This is largely to allow rapid adaptation to changes in the market. An example of this can be seen in the various social media vendors with which CBC/Radio-Canada engages. These include Demand Media xxiii, FileMobile xxiv, Transcontinental xxv, and several other SaaS providers that enable CBC/Radio-Canada s social media platform. Other providers such as Triton Digital and Akamai are used in more of an IaaS capacity for scaled delivery of digital web, audio, and video content to the audience. In Closing The business pressures described at the beginning of this article do not show any sign of waning. Computing technology continues to remain relatively inexpensive, while computing management continues to become more complex and, consequently, expensive. In response to these trends, development of technology (and related workflows and standards) to support Cloud services can be expected to continue and accelerate. There is every reason to believe that Cloud services will be an increasingly attractive business and technology strategy. The choice of the model to use (IaaS, PaaS, SaaS, public/private) will continue to be a decision made on a case-by-case basis depending on the tolerance for risk and cost of a given initiative. With the implementation of the NGCN, the current private Cloud initiatives being undertaken in the broadcast space, and the heavy dependence on SaaS relationships for presenting online and mobile experiences, CBC/Radio-Canada is well positioned to continue making good decisions when it comes to Cloud services. i ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi by 8 of 9

9 xvii xviii xix xx xxi xxii xxiii xxiv xxv by 9 of 9

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

Cloud Computing An Elephant In The Dark

Cloud Computing An Elephant In The Dark Cloud Computing An Elephant In The Dark Amir H. Payberah amir@sics.se Amirkabir University of Technology (Tehran Polytechnic) Amir H. Payberah (Tehran Polytechnic) Cloud Computing 1394/2/7 1 / 60 Amir

More information

Cloud Computing Architecture: A Survey

Cloud Computing Architecture: A Survey Cloud Computing Architecture: A Survey Abstract Now a day s Cloud computing is a complex and very rapidly evolving and emerging area that affects IT infrastructure, network services, data management and

More information

Workflow Administration of Windchill 10.2

Workflow Administration of Windchill 10.2 Workflow Administration of Windchill 10.2 Overview Course Code Course Length TRN-4339-T 2 Days In this course, you will learn about Windchill workflow features and how to design, configure, and test workflow

More information

The Silver Lining: To Build an Effective Cloud Computing Infrastructure, Start With the Right Core Technology

The Silver Lining: To Build an Effective Cloud Computing Infrastructure, Start With the Right Core Technology White Paper The Silver Lining: To Build an Effective Cloud Computing Infrastructure, Start With the Right Core Technology For cloud service providers, choosing optimal enabling technologies is vital to

More information

yvette@yvetteagostini.it yvette@yvetteagostini.it

yvette@yvetteagostini.it yvette@yvetteagostini.it 1 The following is merely a collection of notes taken during works, study and just-for-fun activities No copyright infringements intended: all sources are duly listed at the end of the document This work

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

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

A Study of Infrastructure Clouds

A Study of Infrastructure Clouds A Study of Infrastructure Clouds Pothamsetty Nagaraju 1, K.R.R.M.Rao 2 1 Pursuing M.Tech(CSE), Nalanda Institute of Engineering & Technology,Siddharth Nagar, Sattenapalli, Guntur., Affiliated to JNTUK,

More information

White Paper on CLOUD COMPUTING

White Paper on CLOUD COMPUTING White Paper on CLOUD COMPUTING INDEX 1. Introduction 2. Features of Cloud Computing 3. Benefits of Cloud computing 4. Service models of Cloud Computing 5. Deployment models of Cloud Computing 6. Examples

More information

Outline. What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages

Outline. What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages Ivan Zapevalov 2 Outline What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages 3 What is cloud computing? 4 What is cloud computing? Cloud computing is the

More information

Cloud Computing INTRODUCTION

Cloud Computing INTRODUCTION Cloud Computing INTRODUCTION Cloud computing is where software applications, processing power, data and potentially even artificial intelligence are accessed over the internet. or in simple words any situation

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Cloud Computing Bible Barrie Sosinsky WILEY Wiley Publishing, Inc. About the Author Preface Acknowledgments viii xi xiii Part I: Examining the Value Proposition 1 Chapter 1: Defining Cloud Computing 3

More information

Cloud Computing in the Enterprise An Overview. For INF 5890 IT & Management Ben Eaton 24/04/2013

Cloud Computing in the Enterprise An Overview. For INF 5890 IT & Management Ben Eaton 24/04/2013 Cloud Computing in the Enterprise An Overview For INF 5890 IT & Management Ben Eaton 24/04/2013 Cloud Computing in the Enterprise Background Defining the Cloud Issues of Cloud Governance Issue of Cloud

More information

Cloud Computing Technology

Cloud Computing Technology Cloud Computing Technology The Architecture Overview Danairat T. Certified Java Programmer, TOGAF Silver danairat@gmail.com, +66-81-559-1446 1 Agenda What is Cloud Computing? Case Study Service Model Architectures

More information

Chapter 19 Cloud Computing for Multimedia Services

Chapter 19 Cloud Computing for Multimedia Services Chapter 19 Cloud Computing for Multimedia Services 19.1 Cloud Computing Overview 19.2 Multimedia Cloud Computing 19.3 Cloud-Assisted Media Sharing 19.4 Computation Offloading for Multimedia Services 19.5

More information

Cloud Computing. Karan Saxena * & Kritika Agarwal**

Cloud Computing. Karan Saxena * & Kritika Agarwal** Page29 Cloud Computing Karan Saxena * & Kritika Agarwal** *Student, Sir M. Visvesvaraya Institute of Technology **Student, Dayananda Sagar College of Engineering ABSTRACT: This document contains basic

More information

Oracle Applications and Cloud Computing - Future Direction

Oracle Applications and Cloud Computing - Future Direction Oracle Applications and Cloud Computing - Future Direction February 26, 2010 03:00 PM 03:40 PM Presented By Subash Krishnaswamy skrishna@astcorporation.com Vijay Tirumalai vtirumalai@astcorporation.com

More information

Cloud Computing for SCADA

Cloud Computing for SCADA Cloud Computing for SCADA Moving all or part of SCADA applications to the cloud can cut costs significantly while dramatically increasing reliability and scalability. A White Paper from InduSoft Larry

More information

Business Administration of Windchill PDMLink 10.0

Business Administration of Windchill PDMLink 10.0 Business Administration of Windchill PDMLink 10.0 Overview Course Code Course Length TRN-3160-T 3 Days After completing this course, you will be well prepared to set up and manage a basic Windchill PDMLink

More information

Certified Cloud Computing Professional Sample Material

Certified Cloud Computing Professional Sample Material Certified Cloud Computing Professional Sample Material 1. INTRODUCTION Let us get flashback of few years back. Suppose you have some important files in a system at home but, you are away from your home.

More information

Cloud computing an insight

Cloud computing an insight Cloud computing an insight Overview IT infrastructure is changing according the fast-paced world s needs. People in the world want to stay connected with Work / Family-Friends. The data needs to be available

More information

Bringing the Cloud into Focus. A Whitepaper by CMIT Solutions and Cadence Management Advisors

Bringing the Cloud into Focus. A Whitepaper by CMIT Solutions and Cadence Management Advisors Bringing the Cloud into Focus A Whitepaper by CMIT Solutions and Cadence Management Advisors Table Of Contents Introduction: What is The Cloud?.............................. 1 The Cloud Benefits.......................................

More information

Introduction to Cloud Services

Introduction to Cloud Services Introduction to Cloud Services (brought to you by www.rmroberts.com) Cloud computing concept is not as new as you might think, and it has actually been around for many years, even before the term cloud

More information

RUNNING HEAD: Cloud Computing 1. Cloud Computing. Future of Computer Networking

RUNNING HEAD: Cloud Computing 1. Cloud Computing. Future of Computer Networking RUNNING HEAD: Cloud Computing 1 Cloud Computing Future of Computer Networking Asif U Islam University of North Texas LTEC 4550 Assignment 5 07/31/2014 Cloud Computing 2 Abstract The paper discusses the

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

Cloud Computing and Big Data What Technical Writers Need to Know

Cloud Computing and Big Data What Technical Writers Need to Know Cloud Computing and Big Data What Technical Writers Need to Know Greg Olson, Senior Director Black Duck Software For the Society of Technical Writers Berkeley Chapter Black Duck 2014 Agenda Introduction

More information

An Introduction to Cloud Computing Concepts

An Introduction to Cloud Computing Concepts Software Engineering Competence Center TUTORIAL An Introduction to Cloud Computing Concepts Practical Steps for Using Amazon EC2 IaaS Technology Ahmed Mohamed Gamaleldin Senior R&D Engineer-SECC ahmed.gamal.eldin@itida.gov.eg

More information

Customer Engagement & The Cloud

Customer Engagement & The Cloud Customer Engagement & The Cloud Silverbear Membership Customer Engagement & The Cloud There has been a lot of talk and hype recently surrounding this new phenomenon called the Cloud". A lot of senior business

More information

Dr.K.C.DAS HEAD PG Dept. of Library & Inf. Science Utkal University, Vani Vihar,Bhubaneswar

Dr.K.C.DAS HEAD PG Dept. of Library & Inf. Science Utkal University, Vani Vihar,Bhubaneswar Dr.K.C.DAS HEAD PG Dept. of Library & Inf. Science Utkal University, Vani Vihar,Bhubaneswar There is potential for a lot of confusion surrounding the definition of cloud computing. In its basic conceptual

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

Cloud Computing. Adam Barker

Cloud Computing. Adam Barker Cloud Computing Adam Barker 1 Overview Introduction to Cloud computing Enabling technologies Different types of cloud: IaaS, PaaS and SaaS Cloud terminology Interacting with a cloud: management consoles

More information

CLOUD COMPUTING: WHAT YOU SHOULD KNOW

CLOUD COMPUTING: WHAT YOU SHOULD KNOW CLOUD COMPUTING: WHAT YOU SHOULD KNOW There is hardly a topic creating more of a buzz in software industry, than the Cloud. Cloud computing is a dramatic shift in the way we think about providing computing

More information

Cloud Computing. Cloud computing:

Cloud Computing. Cloud computing: Cloud computing: Cloud Computing A model of data processing in which high scalability IT solutions are delivered to multiple users: as a service, on a mass scale, on the Internet. Network services offering:

More information

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series www.cumulux.com

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series www.cumulux.com ` CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS Review Business and Technology Series www.cumulux.com Table of Contents Cloud Computing Model...2 Impact on IT Management and

More information

Cloud Computing. What is Cloud Computing?

Cloud Computing. What is Cloud Computing? Cloud Computing What is Cloud Computing? Cloud computing is where the organization outsources data processing to computers owned by the vendor. Primarily the vendor hosts the equipment while the audited

More information

INTRODUCTION THE CLOUD

INTRODUCTION THE CLOUD INTRODUCTION As technologies rapidly evolve, companies are responding with creative business models and exciting ways to reach new markets. But major technology shifts and the influx of information that

More information

Virtualization 101 ASPE RESOURCE SERIES. Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor

Virtualization 101 ASPE RESOURCE SERIES. Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor ASPE RESOURCE SERIES Virtualization 101 Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor Real Skills. Real Results. Real IT. in partnership with Virtualization 101

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

Cloud Computing: The Next Computing Paradigm

Cloud Computing: The Next Computing Paradigm Cloud Computing: The Next Computing Paradigm Ronnie D. Caytiles 1, Sunguk Lee and Byungjoo Park 1 * 1 Department of Multimedia Engineering, Hannam University 133 Ojeongdong, Daeduk-gu, Daejeon, Korea rdcaytiles@gmail.com,

More information

The Cloud at Crawford. Evaluating the pros and cons of cloud computing and its use in claims management

The Cloud at Crawford. Evaluating the pros and cons of cloud computing and its use in claims management The Cloud at Crawford Evaluating the pros and cons of cloud computing and its use in claims management The Cloud at Crawford Wikipedia defines cloud computing as Internet-based computing, whereby shared

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Cloud Computing Today David Hirsch April 2013 Outline What is the Cloud? Types of Cloud Computing Why the interest in Cloud computing today? Business Uses for the Cloud Consumer Uses for the Cloud PCs

More information

Cloud Computing An Introduction

Cloud Computing An Introduction Cloud Computing An Introduction Distributed Systems Sistemi Distribuiti Andrea Omicini andrea.omicini@unibo.it Dipartimento di Informatica Scienza e Ingegneria (DISI) Alma Mater Studiorum Università di

More information

OTM in the Cloud. Ryan Haney

OTM in the Cloud. Ryan Haney OTM in the Cloud Ryan Haney The Cloud The Cloud is a set of services and technologies that delivers real-time and ondemand computing resources Software as a Service (SaaS) delivers preconfigured applications,

More information

Relational Databases in the Cloud

Relational Databases in the Cloud Contact Information: February 2011 zimory scale White Paper Relational Databases in the Cloud Target audience CIO/CTOs/Architects with medium to large IT installations looking to reduce IT costs by creating

More information

E-Business Technology

E-Business Technology E-Business Technology Presented to: Prof. Dr. Eduard Heindl By: Bhupesh Sardana BCM WS 2010-11 Date: 21-Jan-2011 Business Case Your business is growing exponentially. Your computing need & usage is getting

More information

CLOUD COMPUTING OVERVIEW

CLOUD COMPUTING OVERVIEW 2110414 - Large Scale Computing Systems 1 CLOUD COMPUTING OVERVIEW 2110414 Large Scale Computing Systems Natawut Nupairoj, Ph.D. Outline 2 Overview Cloud Approaches Real-World Case Study 2110414 - Large

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

Implementing & Developing Cloud Computing on Web Application

Implementing & Developing Cloud Computing on Web Application Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information

CLOUD COMPUTING SECURITY ISSUES

CLOUD COMPUTING SECURITY ISSUES CLOUD COMPUTING SECURITY ISSUES Florin OGIGAU-NEAMTIU IT Specialist The Regional Department of Defense Resources Management Studies, Brasov, Romania The term cloud computing has been in the spotlights

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

Building Blocks of the Private Cloud

Building Blocks of the Private Cloud www.cloudtp.com Building Blocks of the Private Cloud Private clouds are exactly what they sound like. Your own instance of SaaS, PaaS, or IaaS that exists in your own data center, all tucked away, protected

More information

Role of Cloud Computing in Education

Role of Cloud Computing in Education Role of Cloud Computing in Education Kiran Yadav Assistant Professor, Dept. of Computer Science. Govt. College for Girls, Gurgaon, India ABSTRACT: Education plays an important role in maintaining the economic

More information

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2 DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing Slide 1 Slide 3 A style of computing in which dynamically scalable and often virtualized resources are provided as a service over the Internet.

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-0056. Volume: 02 Issue: 05 Aug-2015 www.irjet.net p-issn: 2395-0072

International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-0056. Volume: 02 Issue: 05 Aug-2015 www.irjet.net p-issn: 2395-0072 Fear of Cloud Vinnakota Saran Chaitanya 1, G. Harshavardhan Reddy 2 1 UG Final year student, Department of Computer Science and Engineering, G. Pulla Reddy Engineering College, Andhra Pradesh, India 2

More information

Cloud Computing and Business Intelligence

Cloud Computing and Business Intelligence Database Systems Journal vol. V, no. 4/2014 49 Cloud Computing and Business Intelligence Alexandru Adrian TOLE Romanian American University, Bucharest, Romania adrian.tole@yahoo.com The complexity of data

More information

Security Considerations for Public Mobile Cloud Computing

Security Considerations for Public Mobile Cloud Computing Security Considerations for Public Mobile Cloud Computing Ronnie D. Caytiles 1 and Sunguk Lee 2* 1 Society of Science and Engineering Research Support, Korea rdcaytiles@gmail.com 2 Research Institute of

More information

Research Paper Available online at: www.ijarcsse.com A COMPARATIVE STUDY OF CLOUD COMPUTING SERVICE PROVIDERS

Research Paper Available online at: www.ijarcsse.com A COMPARATIVE STUDY OF CLOUD COMPUTING SERVICE PROVIDERS Volume 2, Issue 2, February 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: A COMPARATIVE STUDY OF CLOUD

More information

Creating Dynamic IT Infrastructure at Reduced Cost with Cloud Computing

Creating Dynamic IT Infrastructure at Reduced Cost with Cloud Computing Creating Dynamic IT Infrastructure at Reduced Cost with Cloud Computing White Paper Date: 12/9/2011 Version: 0.4 (Final) Author: Matt Baker, Clarity Business and IT Solutions Creating Dynamic IT Infrastructure

More information

Presented by Mike Jennings President BEI

Presented by Mike Jennings President BEI Presented by Mike Jennings President BEI Cloud Computing Defined Benefits of Cloud Computing Risks of Cloud Computing When and How to Utilize Cloud Computing Recommendations 2 Cloud Computing Defined 3

More information

Global Innovations in Cloud Computing Services and Deployment

Global Innovations in Cloud Computing Services and Deployment Global Innovations in Cloud Computing Services and Deployment Fathima Rifaa.P 1 Department of ECE, Excel College of Technology, Affiliated to Anna University, Pallakkapalayam India 1 ABSTRACT: Cloud computing

More information

Cloud Computing Paradigm Shift. Jan Šedivý

Cloud Computing Paradigm Shift. Jan Šedivý Cloud Computing Paradigm Shift Jan Šedivý Business expectations Improving business processes Reducing enterprise costs Increasing the use of information/analytics Improving enterprise workforce effectiveness

More information

White paper December 2008. Addressing single sign-on inside, outside, and between organizations

White paper December 2008. Addressing single sign-on inside, outside, and between organizations White paper December 2008 Addressing single sign-on inside, outside, and between organizations Page 2 Contents 2 Overview 4 IBM Tivoli Unified Single Sign-On: Comprehensively addressing SSO 5 IBM Tivoli

More information

Essential Characteristics of Cloud Computing: On-Demand Self-Service Rapid Elasticity Location Independence Resource Pooling Measured Service

Essential Characteristics of Cloud Computing: On-Demand Self-Service Rapid Elasticity Location Independence Resource Pooling Measured Service Cloud Computing Although cloud computing is quite a recent term, elements of the concept have been around for years. It is the maturation of Internet. Cloud Computing is the fine end result of a long chain;

More information

System Administration of Windchill 10.2

System Administration of Windchill 10.2 System Administration of Windchill 10.2 Overview Course Code Course Length TRN-4340-T 3 Days In this course, you will gain an understanding of how to perform routine Windchill system administration tasks,

More information

Overview of cloud computing and the Nectar services

Overview of cloud computing and the Nectar services Module 1 Overview of cloud computing and the Nectar services Introduction This documentation provides a general introduction to cloud computing and an overview of the NeCTAR Research Cloud, Virtual Laboratories

More information

APP DEVELOPMENT ON THE CLOUD MADE EASY WITH PAAS

APP DEVELOPMENT ON THE CLOUD MADE EASY WITH PAAS APP DEVELOPMENT ON THE CLOUD MADE EASY WITH PAAS This article looks into the benefits of using the Platform as a Service paradigm to develop applications on the cloud. It also compares a few top PaaS providers

More information

Five More Myths About SaaS and Cloud Computing

Five More Myths About SaaS and Cloud Computing A For Senior Corporate Decision-Makers and Cloud Computing What You Really Should Know To Compete In Today s Rapidly Changing Marketplace An Independent analysis published on behalf of SoftServe. Executive

More information

Cloud Computing in Higher Education: Impact and Challenges

Cloud Computing in Higher Education: Impact and Challenges Cloud Computing in Higher Education: Impact and Challenges Anju Gautam Research Scholar, Jagannath University, Jaipur Abstract: Cloud computing is a slogan at present days. It has altered the entire state

More information

Implementing Cloud Computing Technology in Enterprise Resource Planning Systems

Implementing Cloud Computing Technology in Enterprise Resource Planning Systems Implementing Cloud Computing Technology in Enterprise Resource Planning Systems Pragya Kulhare 1, Sukriti Lumba 2 1 Assistant Professor, Computer Science Department, Jaipur National University, Jaipur

More information

WHAT DOES IT SERVICE MANAGEMENT LOOK LIKE IN THE CLOUD? An ITIL based approach

WHAT DOES IT SERVICE MANAGEMENT LOOK LIKE IN THE CLOUD? An ITIL based approach WHAT DOES IT SERVICE MANAGEMENT LOOK LIKE IN THE CLOUD? An ITIL based approach Marc Jansen Computer Science Institute University of Applied Sciences Ruhr West Tannenstr. 43, 46240 Bottrop Germany marc.jansen@hs-ruhrwest.de

More information

Cloud Computing & Hosting Solutions

Cloud Computing & Hosting Solutions Cloud Computing & Hosting Solutions SANTA FE COLLEGE CTS2356: NETWORK ADMIN DANIEL EAKINS 4/15/2012 1 Cloud Computing & Hosting Solutions ABSTRACT For this week s topic we will discuss about Cloud computing

More information

Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges.

Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges. Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges. B.Kezia Rani 1, Dr.B.Padmaja Rani 2, Dr.A.Vinaya Babu 3 1 Research Scholar,Dept of Computer Science, JNTU, Hyderabad,Telangana

More information

What is Cloud Computing? First, a little history. Demystifying Cloud Computing. Mainframe Era (1944-1978) Workstation Era (1968-1985) Xerox Star 1981!

What is Cloud Computing? First, a little history. Demystifying Cloud Computing. Mainframe Era (1944-1978) Workstation Era (1968-1985) Xerox Star 1981! Demystifying Cloud Computing What is Cloud Computing? First, a little history. Tim Horgan Head of Cloud Computing Centre of Excellence http://cloud.cit.ie 1" 2" Mainframe Era (1944-1978) Workstation Era

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Chapter 4: Fundamental Concepts and Models Nora Almezeini MIS Department, CBA, KSU From Cloud Computing by Thomas Erl, Zaigham Mahmood, and Ricardo Puttini(ISBN: 0133387526) Copyright 2013 Arcitura Education,

More information

The cloud - ULTIMATE GAME CHANGER ===========================================

The cloud - ULTIMATE GAME CHANGER =========================================== The cloud - ULTIMATE GAME CHANGER =========================================== When it comes to emerging technologies, there is one word that has drawn more controversy than others: The Cloud. With cloud

More information

Shaping Your IT. Cloud

Shaping Your IT. Cloud Shaping Your IT Cloud Hybrid Cloud Models Enable Organizations to Leverage Existing Resources and Augment IT Services As dynamic business demands continue to place unprecedented burden on technology infrastructure,

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Cloud Computing I (intro) 15 319, spring 2010 2 nd Lecture, Jan 14 th Majd F. Sakr Lecture Motivation General overview on cloud computing What is cloud computing Services

More information

Cloud Computing 159.735. Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009

Cloud Computing 159.735. Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009 Cloud Computing 159.735 Submitted By : Fahim Ilyas (08497461) Submitted To : Martin Johnson Submitted On: 31 st May, 2009 Table of Contents Introduction... 3 What is Cloud Computing?... 3 Key Characteristics...

More information

Abstract 1. INTRODUCTION

Abstract 1. INTRODUCTION Abstract CLOUD COMPUTING GauravBawa & Sheena Girdhar DAV Institute of Engineering and Technology, Jalandhar Email: gaurav.daviet@yahoo.com, sheenagirdhar@gmail.com Contact Numbers: 09417614654,09914658188

More information

SCADA Cloud Computing

SCADA Cloud Computing SCADA Cloud Computing Information on Cloud Computing with SCADA systems Version: 1.0 Erik Daalder, Business Development Manager Yokogawa Electric Corporation Global SCADA Center T: +31 88 4641 360 E: erik.daalder@nl.yokogawa.com

More information

Introduction to Windchill Projectlink 10.2

Introduction to Windchill Projectlink 10.2 Introduction to Windchill Projectlink 10.2 Overview Course Code Course Length TRN-4270 1 Day In this course, you will learn how to participate in and manage projects using Windchill ProjectLink 10.2. Emphasis

More information

Kent State University s Cloud Strategy

Kent State University s Cloud Strategy Kent State University s Cloud Strategy Table of Contents Item Page 1. From the CIO 3 2. Strategic Direction for Cloud Computing at Kent State 4 3. Cloud Computing at Kent State University 5 4. Methodology

More information

The Evolving Threat Landscape and New Best Practices for SSL

The Evolving Threat Landscape and New Best Practices for SSL The Evolving Threat Landscape and New Best Practices for SSL sponsored by Dan Sullivan Chapter 2: Deploying SSL in the Enterprise... 16 Infrastructure in Need of SSL Protection... 16 Public Servers...

More information

/ WHITEPAPER / THE EVOLUTION OF CLOUD ADOPTION IN AUSTRALIA. By Melbourne IT Enterprise Services

/ WHITEPAPER / THE EVOLUTION OF CLOUD ADOPTION IN AUSTRALIA. By Melbourne IT Enterprise Services / WHITEPAPER / THE EVOLUTION OF CLOUD ADOPTION IN AUSTRALIA By Melbourne IT Enterprise Services THE EVOLUTION OF CLOUD According to the United States Department of Commerce Computer Security Division i,

More information

Introduction What is the cloud

Introduction What is the cloud Overview/Description: Discussion on the benefits of hosting the campus card system in the cloud. Topic will cover a general overview of what the cloud is; how the cloud hosted solution can benefit the

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

Cloud Computing in the Enterprise: A Question of Control.. And who has it. INF5210 Ben Eaton 12/11/2013

Cloud Computing in the Enterprise: A Question of Control.. And who has it. INF5210 Ben Eaton 12/11/2013 Cloud Computing in the Enterprise: A Question of Control.. And who has it. INF5210 Ben Eaton 12/11/2013 1 The Cloud We all use it as consumers But I m going to talk about cloud computing in an enterprise

More information

Creative Shorts: Twelve lifecycle management principles for world-class cloud development

Creative Shorts: Twelve lifecycle management principles for world-class cloud development Creative Shorts: Twelve lifecycle management principles for world-class cloud development Foundations for optimal development on and for the cloud A Creative Intellect Consulting Shorts Report Series (ALM)

More information

6 Cloud strategy formation. 6.1 Towards cloud solutions

6 Cloud strategy formation. 6.1 Towards cloud solutions 6 Cloud strategy formation 6.1 Towards cloud solutions Based on the comprehensive set of information, collected and analysed during the strategic analysis process, the next step in cloud strategy formation

More information

T H E E D U C A T I O N C L O U D. Freedom... a true Cloud based solution for education!

T H E E D U C A T I O N C L O U D. Freedom... a true Cloud based solution for education! T H E E D U C A T I O N C L O U D Freedom... a true Cloud based solution for education! Contents T H E E D U C A T I O N C L O U D What is Freedom? 04 Freedom... a Cloud based solution for education! High

More information

How cloud computing can transform your business landscape

How cloud computing can transform your business landscape How cloud computing can transform your business landscape Introduction It seems like everyone is talking about the cloud. Cloud computing and cloud services are the new buzz words for what s really a not

More information

Cloud Computing and Amazon Web Services

Cloud Computing and Amazon Web Services Cloud Computing and Amazon Web Services Gary A. McGilvary edinburgh data.intensive research 1 OUTLINE 1. An Overview of Cloud Computing 2. Amazon Web Services 3. Amazon EC2 Tutorial 4. Conclusions 2 CLOUD

More information

Will Cloud Computing Change Standards in IT- Service Management?

Will Cloud Computing Change Standards in IT- Service Management? Will Cloud Computing Change Standards in IT- Service Management? Marc Jansen Computer Science Institute University of Applied Sciences Ruhr West Tannenstr. 43, 46240 Bottrop Germany marc.jansen@hs-ruhrwest.de

More information

White Paper. Cloud Computing. Effective Web Solution Technology Investment. January 2011. www.k-bc.co.uk

White Paper. Cloud Computing. Effective Web Solution Technology Investment. January 2011. www.k-bc.co.uk White Paper Cloud Computing Effective Web Solution Technology Investment January 2011 www.k-bc.co.uk Cloud Computing The future of effective technology investment The benefit of web solution technology

More information

Using Cloud Computing to Drive Innovation: Technological Opportunities and

Using Cloud Computing to Drive Innovation: Technological Opportunities and Using Cloud Computing to Drive Innovation: Technological Opportunities and Management Challenges Edgar A. Whitley Based on work with Leslie P Willcocks and Will Venters MSc Management, Information Systems

More information

Cloud Computing. Security SaaS. ance. Complia. Cloud Storage. Colocs. Docker. European. Scalability IaaS. Bit barns

Cloud Computing. Security SaaS. ance. Complia. Cloud Storage. Colocs. Docker. European. Scalability IaaS. Bit barns Scalability Identity manag gement Elas sticity IaaS Cloud Service Provider Colocs Security SaaS PaaS Complia ance Docker Cloud Computing cloudcert NIST Encryption at Rest Private Clouds batterie Big Dat

More information