Running head: THE FUTURE OF CLOUD COMPUTING 1

Size: px
Start display at page:

Download "Running head: THE FUTURE OF CLOUD COMPUTING 1"

Transcription

1 Running head: THE FUTURE OF CLOUD COMPUTING 1 The Future of Cloud Computing Patrick O. Eronini Northwestern University

2 THE FUTURE OF CLOUD COMPUTING 2 Abstract This paper examines the evolution of cloud computing and explores its future as potentially one of the significant advances in the history of computing. The phenomenon known as cloud computing represents a fundamental paradigm shift in the way services are innovated, financed, developed, launched, scaled, and maintained. Cloud computing holds a lot of promise but for it to realize its potential, there must be a firm understanding of both its history and its current state. In this paper, a basic introduction to cloud computing and its history are presented. That foundation is followed by a discussion and analysis of the current state of cloud computing. Key elements and potential applications of cloud computing are analyzed in addition to strengths, weaknesses, and opportunities of this technology. Finally, the future of cloud computing is outlined. Key issues discussed include the integration of applications, security improvements, and other ongoing developments in cloud computing. Keywords: cloud computing, pay-per-use, software as a service, software-definenetworking, on-demand computing, virtualization

3 THE FUTURE OF CLOUD COMPUTING 3 The Future of Cloud Computing Cloud computing, by making software even more appealing as a service and impacting the way hardware is laid out, has the ability to the transform the IT industry. Innovators with fresh ideas no longer need large capital for hardware expenses or the human costs to maintain it. Additionally, developers no longer need to worry about over-provisioning or under-provisioning for a service, because of the elasticity afforded by cloud computing (Armbrust et al., 2010). The revolution of cloud computing represents a double-sided blade that fully empowers end users but also strips IT of many of its traditional responsibilities. The cloud will bring with it a new set of advantages, challenges, risks, and opportunities. The biggest aspects of cloud computing involve (1) moving the data center offsite to a third party and (2) buying services rather than maintain on-site applications (Lillard, Garrison, Schiller, & Steele, 2010) Numerous studies, papers, and articles have been published on the various facets of cloud computing. A plethora of these resources were gathered from online journals, online databases, and the Northwestern University library for review. The goal of this paper is to clarify various aspects of cloud computing and to analyze its future and potential applications. This paper seeks to explore what cloud computing is, the elements of its current state, what it holds in its next chapter. Cloud Computing: What s Old is New What is Cloud Computing? Much confusion exists about what exactly cloud computing is and when it s helpful. In Armbrust et al. s (2010) article, cloud computing is defined as both the software applications via

4 THE FUTURE OF CLOUD COMPUTING 4 the internet and the hardware/systems software in the datacenters that provide the service. It is a new name for the old idea of computing as a utility. Armbrust et al. (2010) state that The services themselves have long been referred to as Software as a Service (SaaS). The datacenter hardware and software is what we call a Cloud. When a Cloud is made available in a pay-as you-go manner to the general public, we call it a Public Cloud; the service being sold is Utility Computing. We use the term Private Cloud to refer to internal datacenters of a organization, not made available to the general public. Thus, Cloud Computing is the sum of SaaS and Utility Computing, but does not include Private Clouds. According to Viega (2009), Currently developers work with three major cloud systems categories: software as a service, platform-as-a-service, and infrastructure-as-a-service. Software as a service (SaaS) is the system that consumers will be most familiar with. In SaaS, like Google Docs, the user purchases a subscription to software, but the data and code reside remotely (Viega, 2009). SaaS is at the core of cloud computing. Whether the underlying software is an application, application component, platform, framework, environment, or some other soft infrastructure for composing applications to be delivered as services on the Web, it s all software in the end, says Erdogmus (2009). Cloud computing promises to deliver the functionality of existing services, while it reduces upfront costs that often deter organizations from deploying cutting-edge services. The catalyst for change can be viewed from a costs perspective, because organizations are discovering that investments in IT are often underutilized. Cloud computing is the intersection of

5 THE FUTURE OF CLOUD COMPUTING 5 two trends, IT efficiency and business agility (Marston, Li, Bandyopadhyay, Zhang, & Ghalsasi, 2011). History of Cloud Computing Armbrust et al. (2010) argue that the key catalyst in Cloud Computing coming to the forefront was the construction and operation of extremely large scale commodity-computer datacenters. According to Lillard et al. (2010), the cloud computing first came about in the late 90s with the development of web applications such as Salesforce.com. Its development has been driven by a faster internet that is also cheaper and more reliable. The rise of cloud computing was hindered by the dot com crash, but that enabled the strongest players to survive and today, Google Apps and others are again offering users cloud computing services (Lillard et al., 2010). Lillard et al. (2010) further explain that web-based applications are a key part of the cloud, but they are not the entire picture. The cloud also includes the use of low-cost raw servers that are available on demand. Current State of Cloud Computing The cloud is used by companies and organizations of all sizes. Cloud usage is driven by the innovative applications it provides and much less by the technical aspects of the cloud (Lillard et al., 2010). End users want a quick solution and they want it now. As always, the applications drive the platform and each new platform enables new applications the two go hand-in-hand (Lillard et al., 2010).

6 THE FUTURE OF CLOUD COMPUTING 6 Elements of Cloud Computing Three components are instrumental to the power of cloud computing. First, The illusion of infinite computing resources available on demand means that users of cloud computing do not need to provision far in advance. The elimination of an up-front commitment by Cloud users allows developers and organizations to start small and scale up hardware resources as needed. Additionally, the ability to pay for use of computing resources on a short-term basis as needed means that resources are freed as required and conservation is rewarded (Armbrust et al., 2010). The modern cloud is optimized by virtualized servers. Now linked to an ever-faster Internet and always-on, always-connected devices, the cloud enables end users to create more servers and use more cloud-based applications (Lillard et al., 2010). Lillard et al. (2010) note that the ability of the cloud to solve the challenge of allowing end users to fully leverage the benefits of technology while lowering costs to the business is a game changer. Virtualization allows the cloud to readily create server space based on demand from end users. It does this by running a new instance of an operating system on an existing server (Lillard et al., 2010). Essentially, this means that servers become services. Virtualization in the cloud allows a virtual server to run different operating systems on the same piece of hardware (Lillard et al., 2010). Additional benefits of this include the ability to constantly manage servers as their usage fluctuates and quickly restoring images on hardware when current hardware fails (Lillard et al., 2010). Armbrust et al. (2010) make some observations about economic models concerning cloud computing. The authors note that the fine-grained economic models enabled by cloud

7 THE FUTURE OF CLOUD COMPUTING 7 computing make tradeoff decisions more fluid, and in particular the elasticity offered by clouds serves to transfer risk (Armbrust et al., 2010). Ambrust el al. (2010) observe that although hardware costs continue to decline, they do so at variable rates Cloud computing can track these changes resulting in a closer match of expenditure to actual resource usage. Finally, Ambrust et al. (2010) deduce that one must additionally examine the expected average and peak resource utilization, especially if the application may have highly variable spikes in resource demand; the practical limits on real-world utilization of purchased equipment; and various operational costs that vary depending on the type of cloud environment being considered. Implementations and Applications of Cloud Computing Every application must have a model of computation, storage, and communication. At one side of the spectrum sits Amazon EC2 whose instances appear very much like physical hardware and enables users to control most the software, down to the kernel. However, Amazon struggles to offer automatic scalability and failover with EC2, because its management issues are very application-dependent. On the other end of the spectrum is Google AppEngine, which is an application domain-specific platform. Google AppEngine possesses a structure that firmly separates a stateless computation level from a stateful storage level. It also strong automatic scaling capabilities and is highly available. Microsoft s Azure is a middle ground between virtual machines like EC2 and applications frameworks like AppEngine (Armbrust et al., 2010). Large companies and federal agencies will likely use private clouds because they have all the benefits of a public cloud hosted within a firewall. Lillard et al. (2010) explain, Full control of who has access to data is maintained while all the benefits of the cloud are realized. End users

8 THE FUTURE OF CLOUD COMPUTING 8 simply buy their cloud services from the private cloud... Another key component of the cloud is collective intelligence, which is the ability of cloud applications to know what everyone in the community is doing and using this information to make the community work better (Lillard et al., 2010). Amazon is great example of this. Collective intelligence has high value in any type of online community, and it will likely continue being a strength of the cloud as time passes. Advantages of Cloud Computing The benefits of SaaS are well known by end users and service providers alike. Service providers enjoy greatly simplified software installation and maintenance and centralized control over versioning; end users can access the service anytime, anywhere, share data and collaborate more easily, and keep their data stored safely in the infrastructure (Armbrust et al., 2010). Advantages of cloud computing include high availability, application integration and support, and high flexibility (Leavitt, 2009). Giniat (2011) explains that the cloud allows large organizations to move away from managing their own data centers to focusing their attention and resources on their competencies. Organizations can deploy SaaS and scale on-demand instead of provisioning datacenters as a result of cloud computing. It allows organizations to pay for computing resources by the hour, which leads to significant cost savings. This is also valuable when demand is not known ahead of time. Armbrust et al. (2010) state that pay-as-you-go cloud computing can charge the application separately for each type of resource, reducing the waste of underutilization. Additionally, groups that execute batch analytics can complete calculations faster using the cost associativity of cloud computing. After all, using 100 EC2 machines for 1 hour costs the same thing as using 1 machine for 1000 hours (Armbrust et al., 2010).

9 THE FUTURE OF CLOUD COMPUTING 9 In cloud computing, users can select a type of service much the way they might buy a book from Amazon. Cloud services are easily outsourced, which lowers business costs that come with maintenance, data centers, servers, compliance, backup and recovery, security, patching, virus protection, configuration management, bandwidth, and on-site support (Lillard et al., 2010). Elasticity is a key component of cloud computing. It is equally valuable to both wellestablished and reputable companies as well as startups. The ability to add or remove resources, one server at a time in some cases, and with a time of minutes and hours rather than days and weeks allows organizations to better match resources to workload. Unexpectedly scaling down is usually associated with a financial cost, but cloud computing eliminates that. Additionally, as hardware costs will fall and new hardware and software technologies become available, cloud providers can pass on savings to customers (Armbrust et al., 2010). Cloud computing helps the development and delivery of new applications. If a group wants to create new software, they can leverage a cloud provider and have instant access to a complete server environment (Lillard et al., 2010). During testing, the group can use the cloud to run hundreds of clients and can free up the servers after testing. As the software applications rolls out, the cloud provider automatically scale out the back-end databases, Web servers, and reporting and analysis tools based on customer demand (Lillard et al., 2010). This means that using the cloud, the backend only has to increase when demand dictates it, and the development group only spends what is needed at any particular time. Disadvantages, Weaknesses, and Obstacles for the Cloud

10 THE FUTURE OF CLOUD COMPUTING 10 Obstacles to cloud computing concern its adoption, growth, in addition to policy and business obstacles. This table of obstacles and opportunities for adoption and growth of cloud computing is drawn from a study by Armbrust et al. (2010). Obstacle Opportunity Availability of Service Use Multiple Cloud Providers Use Elasticity to Defend DDOS attacks Data Lock-In Standardize APIs Data Confidentiality and Auditability Deploy Encryption; VLANs, and Firewalls; Data Transfer Bottlenecks Data Backup; Lower WAN Router Costs; High Bandwidth LAN Switches Performance Unpredictability Improved Virtual Machine Support; Flash Memory; Gang Scheduling VMs for HPC apps Lillard et al. (2010) and (Leavitt, 2009) discuss many of the same risks. The cloud has significant challenges that need to be understood and in some cases, accepted. These risks include services outages, security, and underperformance from vendors. Vendor lock-in of data is another significant risk. Selecting a well-known cloud provider is one way to reduce risk, but costs can increase when one vendor dominates the market with little competition (Lillard et al., 2010). The Next Chapter in Cloud Computing When push comes to shove, the benefits of cloud computing outweigh the risk, greatly. The future of cloud computing will involve large cloud providers who provide a large suite of services. Amazon provides wonderful operating systems as a service but not server support or managed services. Google, on the other hand, provides managed services, like . At the moment, no major vendor offers a full complement of cloud-based services but it is only a matter of time. As cloud computing matures, it will drive changes in how we view data, how programs are developed, and redefine what we view as boundaries.

11 THE FUTURE OF CLOUD COMPUTING 11 A majority of technology experts believe that by 2020, most people will access software applications online and share and access information through the use of remote server networks cloud cloud computing will become more dominant than the desktop in the next decade (Anderson & Raine, 2010). Integration of Applications Applications that integrate the services of multiple cloud application providers will be featured in the future of cloud computing (Lillard et al., 2010). This will make it easier to create new, robust applications for end users. On the other side, data will be difficult to track and manage because it will be.stored at multiple vendors, with each vendor likely to store the data at multiple sites, and the data will likely keep moving (Lillard et al., 2010). Security Improvements Lillard et al. (2010) describe account control and data control as key items that will be fixed in the future. Controls such as secure sockets layer (SSL) and security login tokens will be used. Critical data will be stored encrypted as a requirement, and the keys for encrypted data will only be available at the customer s site. Additionally, data will not be able to move about geographic area with ease because it will be tagged with the locations where it can be stored. Furthermore, data will be exportable in accordance with specific standards to facilitate data backup and restoration of cloud-based data across vendors (Lillard et al., 2010). According to Lillard et al. (2010), A cottage industry of third-party data storage and restoral can be used to manage these backups in the cloud. Data retention will be dictated by end users rather than cloud vendors, in the future, because it is the users data. While these address many of the current challenges facing the cloud, new obstacles will surely arise.

12 THE FUTURE OF CLOUD COMPUTING 12 Ongoing Developments in Cloud Computing Where there lies an obstacle for cloud computing, there is also an opportunity. It is important that all levels of development in cloud computing aim at horizontal scalability of virtual machines over the efficiency on a single VM. Application software should be able to scale down as quickly as it can scale up. Infrastructure software now runs on virtual machines and not physical machinery and its needs to be more aware of that. Hardware systems should be designed at the scale of the minimum purchase size. Moving forward, operation costs will match performance and purchase costs, thereby recognizing energy proportionality (Armbrust et al., 2010). The cloud of the future will end the relational database. Lillard et al. (2010) state, Relational databases have been the core of applications for over 20 years, creating a deep well of existing code and development know-how that must be redone and relearned. These changes will have a strong impact on the future of cloud computing. Cloud computing will make several classes of existing applications even more compelling. These applications include mobile interactive applications, parallel batch processing, business analytics, and extensions of compute-intensive desktop applications. Services that respond in real time will be drawn to the cloud because they must be highly available and normally rely on huge data sets are often hosted in large data centers (Armbrust et al., 2010). Armbrust et al. (2010) believes that cloud computing presents unique opportunity for batchprocessing and analytics jobs that analyze terabytes of data and can take hours to finish. The clouds cost associativity is a game changer that users can leverage because using a few

13 THE FUTURE OF CLOUD COMPUTING 13 computers for long time is costs the same as using hundreds for a short time (Armbrust et al., 2010). The complete package in cloud computing may come from giants like Microsoft, small startups, telephone vendors like Verizon, internets behemoths like Google, or the mobile world of Apple (Lillard et al., 2010). According to Lilllard et al. (2010), Whoever secures this new market as the leader must provide full server and application management. Summary and Conclusion Computing as utility has finally emerged as cloud computing. The elasticity of cloud computing matches the requirements of businesses providing services over the Internet, as workloads can increase and decrease so quickly. The construction of large datacenters contributed to the possibility of a pay-as-you-go model for resources, while allowing profits to be made by multiplexing among a large group of customers. In the long term, cloud computing will flourish as providers exploit opportunities by overcoming challenges and obstacles that currently beset cloud computing. Cloud computing will enable end users to run the client/server similarly to how the PC revolution allows users to run the software of their choosing. The cloud has many key components to be successful. It makes end users more efficient, it lowers expenses, and is supported by many large software companies and the federal government. There is no dominant champion in cloud computing right now. If it the industry stays open, then it may facilitate a degree of innovation similar to what is occurring with cell phones. This will only serve to help the cloud become more robust.

14 THE FUTURE OF CLOUD COMPUTING 14 References Anderson, J. Q., & Rainie, H. (2010). The future of cloud computing. Armbrust, M., Fox, A., Griffith, R., Joseph, A. D., Katz, R., Konwinski, A.,... & Zaharia, M. (2010). A view of cloud computing. Communications of the ACM,53(4), Erdogmus, H. (2009). Cloud computing: does Nirvana hide behind the nebula?.software, IEEE, 26(2), 4-6. Giniat, E. J. (2011). cloud computing: innovating the business of health care.healthcare Financial Management, Leavitt, N. (2009). Is cloud computing really ready for prime time. Growth, 27(5). Lillard, T. V., Garrison, C. P., Schiller, C. A., & Steele, J. (2010). The Future of Cloud Computing. Marston, S., Li, Z., Bandyopadhyay, S., Zhang, J., & Ghalsasi, A. (2011). Cloud computing The business perspective. Decision Support Systems, 51(1), Viega, J. (2009). Cloud computing and the common man. Computer, 42(8),

A Review on "Above the Clouds: A Berkeley View of Cloud Computing (Armbrust, Fox, Griffith at.el.)"

A Review on Above the Clouds: A Berkeley View of Cloud Computing (Armbrust, Fox, Griffith at.el.) A Review on "Above the Clouds: A Berkeley View of Cloud Computing (Armbrust, Fox, Griffith at.el.)" Introduction: Cloud computing is the physical form of "computing as a utility". What is Cloud Computing:

More information

Part V Applications. What is cloud computing? SaaS has been around for awhile. Cloud Computing: General concepts

Part V Applications. What is cloud computing? SaaS has been around for awhile. Cloud Computing: General concepts Part V Applications Cloud Computing: General concepts Copyright K.Goseva 2010 CS 736 Software Performance Engineering Slide 1 What is cloud computing? SaaS: Software as a Service Cloud: Datacenters hardware

More information

Above the clouds: A Berkeley View of Cloud Computing

Above the clouds: A Berkeley View of Cloud Computing Partial Review-2 On the paper Above the clouds: A Berkeley View of Cloud Computing By Nikhil Ramteke Sr. No.- 07125 6. Cloud Computing Economics Observation in Cloud Economics mainly concerns with following

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

A New Approach of CLOUD: Computing Infrastructure on Demand

A New Approach of CLOUD: Computing Infrastructure on Demand A New Approach of CLOUD: Computing Infrastructure on Demand Kamal Srivastava * Atul Kumar ** Abstract Purpose: The paper presents a latest vision of cloud computing and identifies various commercially

More information

Cloud Computing Trends

Cloud Computing Trends UT DALLAS Erik Jonsson School of Engineering & Computer Science Cloud Computing Trends What is cloud computing? Cloud computing refers to the apps and services delivered over the internet. Software delivered

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

Session 11 : (additional) Cloud Computing Advantages and Disadvantages

Session 11 : (additional) Cloud Computing Advantages and Disadvantages INFORMATION STRATEGY Session 11 : (additional) Cloud Computing Advantages and Disadvantages Tharaka Tennekoon B.Sc (Hons) Computing, MBA (PIM - USJ) POST GRADUATE DIPLOMA IN BUSINESS AND FINANCE 2014 Cloud

More information

Above the Clouds: A Berkeley View of Cloud Computing & Outlook: Cloudy with a Chance of Security Challenges and. Presented by Nikhil Tripathi

Above the Clouds: A Berkeley View of Cloud Computing & Outlook: Cloudy with a Chance of Security Challenges and. Presented by Nikhil Tripathi Above the Clouds: A Berkeley View of Cloud Computing & Outlook: Cloudy with a Chance of Security Challenges and Improvements 1 Presented by Nikhil Tripathi Introduction Cloud provides resources necessary

More information

Above the Clouds A Berkeley View of Cloud Computing

Above the Clouds A Berkeley View of Cloud Computing UC Berkeley Above the Clouds A Berkeley View of Cloud Computing UC Berkeley RAD Lab Presentation at RPI, September 2011 1 Outline What is it? Why now? Cloud killer apps Economics for users Economics for

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

Li Sheng. lsheng1@uci.edu. Nowadays, with the booming development of network-based computing, more and more

Li Sheng. lsheng1@uci.edu. Nowadays, with the booming development of network-based computing, more and more 36326584 Li Sheng Virtual Machine Technology for Cloud Computing Li Sheng lsheng1@uci.edu Abstract: Nowadays, with the booming development of network-based computing, more and more Internet service vendors

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

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. Examples

Cloud computing. Examples Cloud computing Cloud computing Web Systems and Algorithms Cloud Computing Chris Brooks Department of Computer Science University of San Francisco What is cloud computing? What separates it from: grid

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. This whitepaper will help you understand the ways cloud computing can benefit your business. Introduction It seems like everyone is talking about

More information

DNA IT - Business IT On Demand

DNA IT - Business IT On Demand DNA IT - Business IT On Demand September 1 2011 DNA IT White Paper: Introduction to Cloud Computing The boom in cloud computing over the past few years has led to a situation that is common to many innovations

More information

Datacenters and Cloud Computing. Jia Rao Assistant Professor in CS http://cs.uccs.edu/~jrao/cs5540/spring2014/index.html

Datacenters and Cloud Computing. Jia Rao Assistant Professor in CS http://cs.uccs.edu/~jrao/cs5540/spring2014/index.html Datacenters and Cloud Computing Jia Rao Assistant Professor in CS http://cs.uccs.edu/~jrao/cs5540/spring2014/index.html What is Cloud Computing? A model for enabling ubiquitous, convenient, ondemand network

More information

WHITE PAPER. IT in the Cloud: Using VMware vcloud for Reliable, Flexible, Shared IT Resources

WHITE PAPER. IT in the Cloud: Using VMware vcloud for Reliable, Flexible, Shared IT Resources WHITE PAPER IT in the Cloud: Using VMware vcloud for Reliable, Flexible, Shared IT Resources Table of Contents IT in the Cloud: Using VMware vcloud for Reliable, Flexible, Shared IT Resources... 3 Cloud

More information

Ø Teaching Evaluations. q Open March 3 through 16. Ø Final Exam. q Thursday, March 19, 4-7PM. Ø 2 flavors: q Public Cloud, available to public

Ø Teaching Evaluations. q Open March 3 through 16. Ø Final Exam. q Thursday, March 19, 4-7PM. Ø 2 flavors: q Public Cloud, available to public Announcements TIM 50 Teaching Evaluations Open March 3 through 16 Final Exam Thursday, March 19, 4-7PM Lecture 19 20 March 12, 2015 Cloud Computing Cloud Computing: refers to both applications delivered

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

Leveraging the Cloud for Data Protection and Disaster Recovery

Leveraging the Cloud for Data Protection and Disaster Recovery WHITE PAPER: Leveraging the Cloud for Data Protection and Disaster Recovery Leveraging the Cloud for Data Protection and Disaster Recovery Bennett Klein DATA MANAGEMENT CUSTOMER SOLUTIONS MARCH 2012 Table

More information

Cloud Computing - Architecture, Applications and Advantages

Cloud Computing - Architecture, Applications and Advantages Cloud Computing - Architecture, Applications and Advantages 1 Arun Mani Tripathi 2 Rizwan Beg NIELIT Ministry of C&I.T., Govt. of India 2 Prof. and Head, Department 1 of Computer science and Engineering,Integral

More information

What Is It? Business Architecture Research Challenges Bibliography. Cloud Computing. Research Challenges Overview. Carlos Eduardo Moreira dos Santos

What Is It? Business Architecture Research Challenges Bibliography. Cloud Computing. Research Challenges Overview. Carlos Eduardo Moreira dos Santos Research Challenges Overview May 3, 2010 Table of Contents I 1 What Is It? Related Technologies Grid Computing Virtualization Utility Computing Autonomic Computing Is It New? Definition 2 Business Business

More information

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information

Navigating Among the Clouds. Evaluating Public, Private and Hybrid Cloud Computing Approaches

Navigating Among the Clouds. Evaluating Public, Private and Hybrid Cloud Computing Approaches Navigating Among the Clouds Evaluating Public, Private and Hybrid Cloud Computing Approaches June 2012 Much like the winds of change that continue to alter the cloud landscape in the skies above, a powerful

More information

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study DISTRIBUTED SYSTEMS AND CLOUD COMPUTING A Comparative Study Geographically distributed resources, such as storage devices, data sources, and computing power, are interconnected as a single, unified resource

More information

The Cloud, Virtualization, and Security

The Cloud, Virtualization, and Security A Cloud: Large groups of remote servers that are networked to allow centralized, shared data storage and online access to computer services or resources A Cloud: Large groups of remote servers that are

More information

Cloud Computing Terms:

Cloud Computing Terms: Cloud Computing Terms: Advertising-based pricing model: A pricing model whereby services are offered to customers at low or no cost, with the service provider being compensated by advertisers whose ads

More information

The benefits of Cloud Computing

The benefits of Cloud Computing WHITE PAPER The benefits of Cloud Computing by Richard Ferriman, CEO (UK) of appichar Ltd The boom in Cloud computing over the past few years has led to a situation that is common to many innovations and

More information

White Paper: Introduction to Cloud Computing

White Paper: Introduction to Cloud Computing White Paper: Introduction to Cloud Computing The boom in cloud computing over the past few years has led to a situation that is common to many innovations and new technologies: many have heard of it, but

More information

Cloud Computing: Obstacles & Opportunities

Cloud Computing: Obstacles & Opportunities Image: John Curley http://www.flickr.com/photos/jay_que/1834540/ UC Berkeley Cloud Computing: Obstacles & Opportunities David Patterson, UC Berkeley Reliable Adaptive Distributed Systems Lab 1 Outline

More information

CLOUD COMPUTING. A Primer

CLOUD COMPUTING. A Primer CLOUD COMPUTING A Primer A Mix of Voices The incredible shrinking CIO CIO Magazine, 2004 IT Doesn t Matter, The cloud will ship service outside the institution and ship power from central IT groups to

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

THOUGHT LEADERSHIP. Journey to Cloud 9. Navigating a path to secure cloud computing. Alastair Broom Solutions Director, Integralis

THOUGHT LEADERSHIP. Journey to Cloud 9. Navigating a path to secure cloud computing. Alastair Broom Solutions Director, Integralis Journey to Cloud 9 Navigating a path to secure cloud computing Alastair Broom Solutions Director, Integralis March 2012 Navigating a path to secure cloud computing 2 Living on Cloud 9 Cloud computing represents

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

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information

The Definitive Guide to the Cloud and Kentico CMS THOMAS ROBBINS

The Definitive Guide to the Cloud and Kentico CMS THOMAS ROBBINS The Definitive Guide to the Cloud and Kentico CMS THOMAS ROBBINS Contents Introduction... 4 What is Cloud Computing?... 4 The Benefits of the Cloud... 6 Full Hardware Utilization... 6 Lower Power Costs...

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

How On-Premise ERP Deployment Compares to a Cloud (SaaS) Deployment of Microsoft Dynamics NAV

How On-Premise ERP Deployment Compares to a Cloud (SaaS) Deployment of Microsoft Dynamics NAV How On-Premise ERP Deployment Compares to a Cloud (SaaS) Deployment of Microsoft Dynamics NAV 13875 Cerritos Corporate Dr., #A Cerritos, CA 90703 Toll Free : (800) 969-APEX Tel : (562) 926-6820 E-mail

More information

Cloud Computing. Figure 1

Cloud Computing. Figure 1 HRG Insight: Cloud Computing Keeping apprised of terminology in today s constantly changing IT landscape can be a fulltime job for IT decisionmakers. Some terms lend themselves to a fairly educated guess

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

Contents. Introduction. What is the Cloud? How does it work? Types of Cloud Service. Cloud Service Providers. Summary

Contents. Introduction. What is the Cloud? How does it work? Types of Cloud Service. Cloud Service Providers. Summary Contents Introduction What is the Cloud? How does it work? Types of Cloud Service Cloud Service Providers Summary Introduction The CLOUD! It seems to be everywhere these days; you can t get away from it!

More information

Emerging Technology for the Next Decade

Emerging Technology for the Next Decade Emerging Technology for the Next Decade Cloud Computing Keynote Presented by Charles Liang, President & CEO Super Micro Computer, Inc. What is Cloud Computing? Cloud computing is Internet-based computing,

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

Office 365 SharePoint Online White Paper

Office 365 SharePoint Online White Paper Office 365 SharePoint Online White Paper Introduction Overview Cloud computing is slowly changing the way IT companies are offering their software solutions and services. Through cloud computing, IT companies

More information

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION Cloud Computing can provide great flexibility for the Estate Master user. You can access your feasibilities, manage you projects

More information

All can damage or destroy your company s computers along with the data and applications you rely on to run your business.

All can damage or destroy your company s computers along with the data and applications you rely on to run your business. All can damage or destroy your company s computers along with the data and applications you rely on to run your business. Losing your computers doesn t have to disrupt your business if you take advantage

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises

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

The Cloud as a Platform

The Cloud as a Platform The Cloud as a Platform A Guide for Small and Medium Business As the cloud evolves from basic online software tools to a full platform for business, it can provide ways for your business to do more, grow

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Cloud Computing: Comparison with Previous Technique and Research Challenges Nimisha Gupta Bharti Chauhan Tanvi Anand Charul Dewan Assistant Professor(IT), ABSTRACT Cloud computing has recently emerged

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

Getting Familiar with Cloud Terminology. Cloud Dictionary

Getting Familiar with Cloud Terminology. Cloud Dictionary Getting Familiar with Cloud Terminology Cloud computing is a hot topic in today s IT industry. However, the technology brings with it new terminology that can be confusing. Although you don t have to know

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

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

Survey On Cloud Computing

Survey On Cloud Computing Survey On Cloud Computing 1,2 Heena I. Syed 1, Naghma A. Baig 2 Jawaharlal Darda Institute of Engineering & Technology, Yavatmal,M.S., India. 1 kauser.heena853@gmail.com 2 naghmabaig@gmail.com Abstract

More information

How To Run A Cloud Computer System

How To Run A Cloud Computer System Cloud Technologies and GIS Nathalie Smith nsmith@esri.com Agenda What is Cloud Computing? How does it work? Cloud and GIS applications Esri Offerings Lots of hype Cloud computing remains the latest, most

More information

DEFINING CLOUD COMPUTING: AN ATTEMPT AT GIVING THE CLOUD AN IDENTITY. adnan_khalid56@hotmail.com

DEFINING CLOUD COMPUTING: AN ATTEMPT AT GIVING THE CLOUD AN IDENTITY. adnan_khalid56@hotmail.com DEFINING CLOUD COMPUTING: AN ATTEMPT AT GIVING THE CLOUD AN IDENTITY Adnan Khalid* a,dr. Muhammad Shahbaz b, Dr. Athar Masood c d Department of Computer Science, Government College University Lahore, Pakistan,

More information

Achieve the Five Holy Grails of Business with the Cloud

Achieve the Five Holy Grails of Business with the Cloud Achieve the Five Holy Grails of Business with the oip technology represents a radical shift in the traditional IT model, but like most game-changing developments, it s a simple idea that makes so much

More information

Cloud Computing: Elastic, Scalable, On-Demand IT Services for Everyone. Table of Contents. Cloud.com White Paper April 2010. 1 Executive Summary...

Cloud Computing: Elastic, Scalable, On-Demand IT Services for Everyone. Table of Contents. Cloud.com White Paper April 2010. 1 Executive Summary... Cloud Computing: Elastic, Scalable, On-Demand IT Services for Everyone Cloud.com White Paper April 2010 Table of Contents 1 Executive Summary... 2 2 Motivation Around Cloud Computing... 2 3 Comparing Cloud

More information

An Overview on Important Aspects of Cloud Computing

An Overview on Important Aspects of Cloud Computing An Overview on Important Aspects of Cloud Computing 1 Masthan Patnaik, 2 Ruksana Begum 1 Asst. Professor, 2 Final M Tech Student 1,2 Dept of Computer Science and Engineering 1,2 Laxminarayan Institute

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

The Cloud as a Platform

The Cloud as a Platform The Cloud as a Platform A Guide for Small and Midsize Business As the cloud evolves from basic online software tools to a full platform for business, it can provide ways for your business to do more, grow

More information

THE INS AND OUTS OF CLOUD COMPUTING

THE INS AND OUTS OF CLOUD COMPUTING THE INS AND OUTS OF CLOUD COMPUTING and Its Impact on the Network April 2010 Rev. A 04/10 SPIRENT 1325 Borregas Avenue Sunnyvale, CA 94089 USA Email: Web: sales@spirent.com http://www.spirent.com AMERICAS

More information

CHAPTER 2 THEORETICAL FOUNDATION

CHAPTER 2 THEORETICAL FOUNDATION CHAPTER 2 THEORETICAL FOUNDATION 2.1 Theoretical Foundation Cloud computing has become the recent trends in nowadays computing technology world. In order to understand the concept of cloud, people should

More information

NAREIM Session: Dangers and challenges of The Cloud. President, NiceNets Consulting, LLC

NAREIM Session: Dangers and challenges of The Cloud. President, NiceNets Consulting, LLC Main Types of Cloud Environments: - Public Cloud: A service built on an external platform run by a cloud service provider such as IBM, Amazon Web Services or Microsoft Azure. Subscribers can get access

More information

WHITE PAPER. 5 Ways Your Organization is Missing Out on Massive Opportunities By Not Using Cloud Software

WHITE PAPER. 5 Ways Your Organization is Missing Out on Massive Opportunities By Not Using Cloud Software WHITE PAPER 5 Ways Your Organization is Missing Out on Massive Opportunities By Not Using Cloud Software Cloud software allows your organization to focus on its strengths and outsource tough data storage

More information

CIS 4930/6930 Spring 2014 Introduction to Data Science Data Intensive Computing. University of Florida, CISE Department Prof.

CIS 4930/6930 Spring 2014 Introduction to Data Science Data Intensive Computing. University of Florida, CISE Department Prof. CIS 4930/6930 Spring 2014 Introduction to Data Science Data Intensive Computing University of Florida, CISE Department Prof. Daisy Zhe Wang Cloud Computing and Amazon Web Services Cloud Computing Amazon

More information

Lecture 02a Cloud Computing I

Lecture 02a Cloud Computing I Mobile Cloud Computing Lecture 02a Cloud Computing I 吳 秀 陽 Shiow-yang Wu What is Cloud Computing? Computing with cloud? Mobile Cloud Computing Cloud Computing I 2 Note 1 What is Cloud Computing? Walking

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

Public or Private Cloud: The Choice is Yours

Public or Private Cloud: The Choice is Yours white paper Public or Private Cloud: The Choice is Yours Current Cloudy Situation Facing Businesses There is no debate that most businesses are adopting cloud services at a rapid pace. In fact, a recent

More information

Future of the Healthcare Cloud:

Future of the Healthcare Cloud: Future of the Healthcare Cloud: Medical Grade Infrastructure David M. Hamilton Senior Vice President, Enterprise Services Siemens Medical Solutions USA, Inc. Daniel J. Emig Vice President, Managed Services

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

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

High Performance Computing Cloud Computing. Dr. Rami YARED

High Performance Computing Cloud Computing. Dr. Rami YARED High Performance Computing Cloud Computing Dr. Rami YARED Outline High Performance Computing Parallel Computing Cloud Computing Definitions Advantages and drawbacks Cloud Computing vs Grid Computing Outline

More information

Relocating Windows Server 2003 Workloads

Relocating Windows Server 2003 Workloads Relocating Windows Server 2003 Workloads An Opportunity to Optimize From Complex Change to an Opportunity to Optimize There is much you need to know before you upgrade to a new server platform, and time

More information

Increasing Sales Through Adoption of the Applied Educational Systems Software as a Service (SaaS) Model

Increasing Sales Through Adoption of the Applied Educational Systems Software as a Service (SaaS) Model Applied Educational Systems SaaS Advantage Increasing Sales Through Adoption of the Applied Educational Systems Software as a Service (SaaS) Model Version 1.0 Engage. Learn. Succeed. www.aeseducation.com

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

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

Data Centers and Cloud Computing. Data Centers. MGHPCC Data Center. Inside a Data Center

Data Centers and Cloud Computing. Data Centers. MGHPCC Data Center. Inside a Data Center Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises

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

CHAPTER 8 CLOUD COMPUTING

CHAPTER 8 CLOUD COMPUTING CHAPTER 8 CLOUD COMPUTING SE 458 SERVICE ORIENTED ARCHITECTURE Assist. Prof. Dr. Volkan TUNALI Faculty of Engineering and Natural Sciences / Maltepe University Topics 2 Cloud Computing Essential Characteristics

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS377 Guest Lecture Tian Guo 1 Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Case Study: Amazon EC2 2 Data Centers

More information

Public Clouds. Krishnan Subramanian Analyst & Researcher Krishworld.com. A whitepaper sponsored by Trend Micro Inc.

Public Clouds. Krishnan Subramanian Analyst & Researcher Krishworld.com. A whitepaper sponsored by Trend Micro Inc. Public Clouds Krishnan Subramanian Analyst & Researcher Krishworld.com A whitepaper sponsored by Trend Micro Inc. Introduction Public clouds are the latest evolution of computing, offering tremendous value

More information

Are You in Control of Your Cloud Data? Expanded options for keeping your enterprise in the driver s seat

Are You in Control of Your Cloud Data? Expanded options for keeping your enterprise in the driver s seat Are You in Control of Your Cloud Data? Expanded options for keeping your enterprise in the driver s seat EXECUTIVE SUMMARY Hybrid IT is a fact of life in companies today. Increasingly, the way to deploy

More information

Backing up to the Cloud

Backing up to the Cloud Backing up to the Cloud Practical Considerations Chander Kant CEO Zmanda, Inc. 1 Zmanda Worldwide Leader in Open Source Backup 500,000+ Protected Systems Open Source. Open APIs. Open Formats. Smashes traditional

More information

Mapping Your Path to the Cloud. A Guide to Getting your Dental Practice Set to Transition to Cloud-Based Practice Management Software.

Mapping Your Path to the Cloud. A Guide to Getting your Dental Practice Set to Transition to Cloud-Based Practice Management Software. Mapping Your Path to the Cloud A Guide to Getting your Dental Practice Set to Transition to Cloud-Based Practice Management Software. Table of Contents Why the Cloud? Mapping Your Path to the Cloud...4

More information

NEXT-GENERATION, CLOUD-BASED SERVER MONITORING AND SYSTEMS MANAGEMENT

NEXT-GENERATION, CLOUD-BASED SERVER MONITORING AND SYSTEMS MANAGEMENT NEXT-GENERATION, CLOUD-BASED SERVER MONITORING AND SYSTEMS MANAGEMENT COVERS INTRODUCTION A NEW APPROACH CUSTOMER USE CASES FEATURES ARCHITECTURE V 1.0 INTRODUCTION & OVERVIEW Businesses use computers

More information

Whitepaper: Cloud Computing for Credit Unions

Whitepaper: Cloud Computing for Credit Unions Whitepaper: Cloud Computing for Credit Unions A new twist on an old strategy MYCU SERVICES December 29, 2011 Authored by: Lingle, Linda Table of Contents Introduction... 2 Cloud Providers... 3 Cloud Components...

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 Data-intensive computing systems Cloud Computing University of Verona Computer Science Department Damiano Carra Acknowledgements! Credits Part of the course material is based on slides provided by the

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

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

About me & Submission details

About me & Submission details About me & Submission details Parveen Yadav Security Researcher aka Ethical Hacker. Working as a Freelancer. White Hat Hacking work. Few Recognitions :- Got listed my name in Google Hall of fame,amazon,paypal,adobe

More information

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise 2 Executive Summary The growth of Software- as-

More information

FOR THE FUTURE OF DATA CENTERS?

FOR THE FUTURE OF DATA CENTERS? WHAT DOES THE CLOUD MEAN FOR THE FUTURE OF DATA CENTERS? A WHITEPAPER BROUGHT TO YOU BY SEI WHAT DOES THE CLOUD MEAN FOR THE FUTURE OF DATA CENTERS? files via the Internet to a hard drive located in a

More information

Competitive Comparison Between Microsoft and VMware Cloud Computing Solutions

Competitive Comparison Between Microsoft and VMware Cloud Computing Solutions Competitive Comparison Between Microsoft and VMware Cloud Computing Solutions Introduction As organizations evaluate how cloud computing can help them improve business agility, reduce management complexity

More information

Is Your Network Cloud Ready? Network Enable Your Cloud With MPLS VPNs

Is Your Network Cloud Ready? Network Enable Your Cloud With MPLS VPNs A FROST & SULLIVAN EXECUTIVE SUMMARY Is Your Network Cloud Ready? Network Enable Your Cloud With MPLS VPNs In Collaboration With: View the ondemand version of the ebroadcast: www.frost.com/mpls Frost &

More information