0% found this document useful (0 votes)
72 views

Cloud Computin1

Cloud computing refers to the provision of computational resources on demand via a computer network. It can be compared to the supply of electricity and gas, or the provision of telephone, television and postal services. A provider's offering of abstracted Internet services is often called "the cloud"

Uploaded by

Samiul Hasan
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Cloud Computin1

Cloud computing refers to the provision of computational resources on demand via a computer network. It can be compared to the supply of electricity and gas, or the provision of telephone, television and postal services. A provider's offering of abstracted Internet services is often called "the cloud"

Uploaded by

Samiul Hasan
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 26

Cloud computing

From Wikipedia, the free encyclopedia


This article appears to contain a large number of buzzwords. Specific concerns can be
found on the Talk page. Please improve this article if you can. (March 2011)

Cloud computing conceptual diagram

Cloud computing refers to the provision of computational resources on demand via a computer network.

Cloud computing can be compared to the supply of electricity and gas, or the provision of telephone, television
and postal services. All of these services are presented to the users in a simple way that is easy to understand
without the users needing to know how the services are provided. This simplified view is called an abstraction.
Similarly, cloud computing offers computer application developers and users an abstract view of services that
simplifies and ignores much of the details and inner workings. A provider's offering of abstracted Internet
services is often called "The Cloud".

Contents
[hide]

• 1 How it works

• 2 Technical Description

• 3 Overview

o 3.1 Comparisons

o 3.2 Characteristics

o 3.3 Architecture

• 4 History

• 5 Key characteristics
• 6 Layers

o 6.1 Client

o 6.2 Application

o 6.3 Platform

o 6.4 Infrastructure

o 6.5 Server

• 7 Deployment models

o 7.1 Public cloud

o 7.2 Community cloud

o 7.3 Hybrid cloud and hybrid

IT delivery

o 7.4 Combined cloud

o 7.5 Private cloud

• 8 Cloud engineering

• 9 Cloud storage

• 10 The Intercloud

• 11 Issues

o 11.1 Privacy

o 11.2 Compliance

o 11.3 Legal

o 11.4 Open source

o 11.5 Open standards

o 11.6 Security

o 11.7 Availability and

performance

o 11.8 Sustainability and siting

• 12 Research

• 13 Criticism of the term

• 14 See also

• 15 References

• 16 External links

[edit]How it works
When a user accesses the cloud for a popular website, many things can happen. The user's IP for example
can be used to establish where the user is located (geolocation). DNS services can then direct the user to a
cluster of servers that are close to the user so the site can be accessed rapidly and in their local language. The
user doesn't login to a server, but they login to the service they are using by obtaining asession id and/or
a cookie which is stored in their browser.

What the user sees in the browser will usually come from a cluster of web servers. The webservers run
software which presents the user with an interface which is used to collect commands or instructions from the
user (the clicks, typing, uploads etc.) These commands are then interpreted by webservers or processed by
application servers. Information is then stored on or retrieved from the database servers or file servers and the
user is then presented with an updated page. The data across the multiple servers is synchronised around the
world for rapid global access .

[edit]Technical Description
Cloud computing is computation, software, data access, and storage services that do not require end-user
knowledge of the physical location and configuration of the system that delivers the services. Parallels to this
concept can be drawn with the electricity grid where end-users consume power resources without any
necessary understanding of the component devices in the grid required to provide the service.

Cloud computing describes a new supplement, consumption, and delivery model for IT services based on
Internet protocols, and it typically involves provisioning of dynamically scalable and often virtualized resources.
[1][2]
It is a byproduct and consequence of the ease-of-access to remote computing sites provided by the
Internet.[3] This frequently takes the form of web-based tools or applications that users can access and use
through a web browser as if they were programs installed locally on their own computers.[4]

The National Institute of Standards and Technology (NIST) provides a somewhat more objective and specific
definition:

Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of
configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be
rapidly provisioned and released with minimal management effort or service provider interaction.[5]

Typical cloud computing providers deliver common business applications online that are accessed from
another Web service or software like a Web browser, while the software and data are stored on servers.

Most cloud computing infrastructures consist of services delivered through common centers and built on
servers. Clouds often appear as single points of access for consumers' computing needs. Commercial offerings
are generally expected to meet quality of service (QoS) requirements of customers, and typically
include service level agreements (SLAs).[6]
[edit]Overview

[edit]Comparisons

Cloud computing derives characteristics from, but should not be confused with:

1. Autonomic computing — "computer systems capable of self-


management"[7]
2. Client–server model – client–server computing refers broadly to
any distributed application that distinguishes between service providers
(servers) and service requesters (clients)[8]
3. Grid computing — "a form of distributed computing and parallel
computing, whereby a 'super and virtual computer' is composed of
acluster of networked, loosely coupled computers acting in concert to
perform very large tasks"
4. Mainframe computer — powerful computers used mainly by large
organizations for critical applications, typically bulk data-processing such
as census, industry and consumer statistics, enterprise resource
planning, and financial transaction processing.[9]
5. Utility computing — the "packaging of computing resources, such as
computation and storage, as a metered service similar to a
traditional public utility, such as electricity";[10]
6. Peer-to-peer – distributed architecture without the need for central
coordination, with participants being at the same time both suppliers and
consumers of resources (in contrast to the traditional client–server model)
7. Service-oriented computing – Cloud computing provides services
related to computing while, in a reciprocal manner, service-oriented
computing consists of the computing techniques that operate on
software-as-a-service.[11]

[edit]Characteristics

The key characteristic of cloud computing is that the computing is "in the cloud" i.e. the processing (and the
related data) is not in a specified, known or static place(s). This is in contrast to a model in which the
processing takes place in one or more specific servers that are known. All the other concepts mentioned are
supplementary or complementary to this concept.

[edit]Architecture
Cloud computing sample architecture

Cloud architecture,[12] the systems architecture of the software systemsinvolved in the delivery of cloud
computing, typically involves multiple cloud components communicating with each other over application
programming interfaces, usually web services and 3-tier architecture. This resembles the Unix philosophy of
having multiple programs each doing one thing well and working together over universal interfaces. Complexity
is controlled and the resulting systems are more manageable than their monolithic counterparts.

The two most significant components of cloud computing architecture are known as the front end and the back
end. The front end is the part seen by the client, i.e. the computer user. This includes the client’s network (or
computer) and the applications used to access the cloud via a user interface such as a web browser. The back
end of the cloud computing architecture is the ‘cloud’ itself, comprising various computers, servers and data
storage devices.

[edit]History

The term "cloud" is used as a metaphor for the Internet, based on the cloud drawing used in the past to
represent the telephone network,[13]and later to depict the Internet in computer network diagrams as
an abstraction of the underlying infrastructure it represents.[14]

Cloud computing is a natural evolution of the widespread adoption of virtualization, service-oriented


architecture, autonomic and utility computing. Details are abstracted from end-users, who no longer have need
for expertise in, or control over, the technology infrastructure "in the cloud" that supports them.[15]

The underlying concept of cloud computing dates back to the 1960s, when John McCarthy opined that
"computation may someday be organized as a public utility." Almost all the modern-day characteristics of cloud
computing (elastic provision, provided as a utility, online, illusion of infinite supply), the comparison to the
electricity industry and the use of public, private, government and community forms, were thoroughly explored
in Douglas Parkhill's 1966 book, The Challenge of the Computer Utility.
The actual term "cloud" borrows from telephony in that telecommunications companies, who until the 1990s
primarily offered dedicated point-to-point data circuits, began offering Virtual Private Network (VPN) services
with comparable quality of service but at a much lower cost. By switching traffic to balance utilization as they
saw fit, they were able to utilize their overall network bandwidth more effectively. The cloud symbol was used to
denote the demarcation point between that which was the responsibility of the provider from that of the user.
Cloud computing extends this boundary to cover servers as well as the network infrastructure.[16] The first
scholarly use of the term “cloud computing” was in a 1997 lecture by Ramnath Chellappa.

Amazon played a key role in the development of cloud computing by modernizing their data centers after
the dot-com bubble, which, like most computer networks, were using as little as 10% of their capacity at any
one time, just to leave room for occasional spikes. Having found that the new cloud architecture resulted in
significant internal efficiency improvements whereby small, fast-moving "two-pizza teams" could add new
features faster and more easily, Amazon initiated a new product development effort to provide cloud computing
to external customers, and launched Amazon Web Service (AWS) on a utility computing basis in 2006.[17][18]

In 2007, Google, IBM and a number of universities embarked on a large scale cloud computing research
project.[19] In early 2008, Eucalyptusbecame the first open source AWS API compatible platform for deploying
private clouds. In early 2008, OpenNebula, enhanced in the RESERVOIR European Commission funded
project, became the first open source software for deploying private and hybrid clouds and for the federation of
clouds.[20] In the same year, efforts were focused on providing QoS guarantees (as required by real-time
interactive applications) to cloud-based infrastructures, in the framework of the IRMOS European Commission
funded project.[21] By mid-2008, Gartner saw an opportunity for cloud computing "to shape the relationship
among consumers of IT services, those who use IT services and those who sell them"[22] and observed that
"[o]rganisations are switching from company-owned hardware and software assets to per-use service-based
models" so that the "projected shift to cloud computing ... will result in dramatic growth in IT products in some
areas and significant reductions in other areas."[23]

[edit]Key characteristics

 Agility improves with users' ability to rapidly and inexpensively re-provision


technological infrastructure resources.[24]

 Application Programming Interface (API) accessibility to software that


enables machines to interact with cloud software in the same way the user
interface facilitates interaction between humans and computers. Cloud
computing systems typically use REST-based APIs.

 Cost is claimed to be greatly reduced and in a public cloud delivery


model capital expenditure is converted to operational expenditure.[25]This
ostensibly lowers barriers to entry, as infrastructure is typically provided by a
third-party and does not need to be purchased for one-time or infrequent
intensive computing tasks. Pricing on a utility computing basis is fine-grained
with usage-based options and fewer IT skills are required for implementation
(in-house).[26]

 Device and location independence[27] enable users to access systems


using a web browser regardless of their location or what device they are using
(e.g., PC, mobile phone). As infrastructure is off-site (typically provided by a
third-party) and accessed via the Internet, users can connect from anywhere.
[26]

 Multi-tenancy enables sharing of resources and costs across a large pool of


users thus allowing for:

 Centralization of infrastructure in locations with lower costs (such


as real estate, electricity, etc.)

 Peak-load capacity increases (users need not engineer for highest


possible load-levels)

 Utilization and efficiency improvements for systems that are often


only 10–20% utilized.[17]

 Reliability is improved if multiple redundant sites are used, which makes


well designed cloud computing suitable for business continuityand disaster
recovery.[28] Nonetheless, many major cloud computing services have suffered
outages, and IT and business managers can at times do little when they are
affected.[29][30]

 Scalability via dynamic ("on-demand") provisioning of resources on a fine-


grained, self-service basis near real-time, without users having to engineer for
peak loads. Performance is monitored, and consistent and loosely coupled
architectures are constructed using web services as the system interface.[26]

 Security could improve due to centralization of data,[31] increased security-


focused resources, etc., but concerns can persist about loss of control over
certain sensitive data, and the lack of security for stored kernels.[32] Security is
often as good as or better than under traditional systems, in part because
providers are able to devote resources to solving security issues that many
customers cannot afford.[33] However, the complexity of security is greatly
increased when data is distributed over a wider area or greater number of
devices and in multi-tenant systems which are being shared by unrelated
users. In addition, user access to security audit logs may be difficult or
impossible. Private cloud installations are in part motivated by users' desire to
retain control over the infrastructure and avoid losing control of information
security.

 Maintenance of cloud computing applications is easier, because they do not


need to be installed on each user's computer. They are easier to support and
to improve, as the changes reach the clients instantly.

 Metering means that cloud computing resources usage should be


measurable and should be metered per client and application on a daily,
weekly, monthly, and yearly basis.

[edit]Layers

Once an Internet Protocol connection is established among several computers, it is possible to share services
within any one of the following layers.

[edit]Client

See also: Category:Cloud clients

A cloud client consists of computer hardware and/or computer software that relies on cloud computing for
application delivery, or that is specifically designed for delivery of cloud services and that, in either case, is
essentially useless without it. Examples include some computers, phones and other devices, operating
systems andbrowsers.[34][35][36][37][38]

[edit]Application

See also: Category:Cloud applications

Cloud application services or "Software as a Service (SaaS)" deliver software as a service over the Internet,
eliminating the need to install and run the application on the customer's own computers and simplifying
maintenance and support. People tend to use the terms "SaaS" and "cloud" interchangeably, when in fact they
are two different things.[citation needed] Key characteristics include:[39][clarification needed]
 Network-based access to, and management of, commercially available (i.e.,
not custom) software

 Activities that are managed from central locations rather than at each
customer's site, enabling customers to access applications remotely via the
Web

 Application delivery that typically is closer to a one-to-many model (single


instance, multi-tenant architecture) than to a one-to-one model, including
architecture, pricing, partnering, and management characteristics

 Centralized feature updating, which obviates the need for downloadable


patches and upgrades

[edit]Platform

See also: Category:Cloud platforms

Cloud platform services or "Platform as a Service (PaaS)" deliver a computing platform and/or solution stack as
a service, often consuming cloud infrastructure and sustaining cloud applications.[40] It facilitates deployment of
applications without the cost and complexity of buying and managing the underlying hardware and software
layers.[41][42]

[edit]Infrastructure

See also: Category:Cloud infrastructure

Cloud infrastructure services, also known as "Infrastructure as a Service (IaaS)",


delivers computer infrastructure – typically a platform virtualization environment – as a service. Rather than
purchasing servers, software, data-center space or network equipment, clients instead buy those resources as
a fully outsourced service. Suppliers typically bill such services on a utility computing basis and amount of
resources consumed (and therefore the cost) will typically reflect the level of activity. IaaS evolved from virtual
private server offerings.[43]

Cloud infrastructure often takes the form of a tier 3 data center with many tier 4 attributes, assembled from
hundreds of virtual machines.

[edit]Server

The servers layer consists of computer hardware and/or computer software products that are specifically
designed for the delivery of cloud services, including multi-core processors, cloud-specific operating systems
and combined offerings.[34][44][45][46]

[edit]Deployment models
Cloud computing types

[edit]Public cloud
Public cloud or external cloud describes cloud computing in the traditional mainstream sense, whereby
resources are dynamically provisioned on a fine-grained, self-service basis over the Internet, viaweb
applications/web services, from an off-site third-party provider who bills on a fine-grained utility
computing basis.[26]

[edit]Community cloud
A community cloud may be established where several organizations have similar requirements and seek to
share infrastructure so as to realize some of the benefits of cloud computing. With the costs spread over fewer
users than a public cloud (but more than a single tenant) this option is more expensive but may offer a higher
level of privacy, security and/or policy compliance. Examples of community clouds include Google's "Gov
Cloud".[47]

[edit]Hybrid cloud and hybrid IT delivery


The main responsibility of the IT department is to deliver services to the business. With the proliferation of
cloud computing (both private and public) and the fact that IT departments must also deliver services via
traditional, in-house methods, the newest catch-phrase has become “hybrid cloud computing.”[48] Hybrid cloud
is also called hybrid delivery by the major vendors including HP, IBM, Oracle and VMware who offer technology
to manage the complexity in managing the performance, security and privacy concerns that results from the
mixed delivery methods of IT services.[49]

A hybrid storage cloud uses a combination of public and private storage clouds. Hybrid storage clouds are
often useful for archiving and backup functions, allowing local data to be replicated to a public cloud.[50]
Another perspective on deploying a web application in the cloud is using Hybrid Web Hosting, where the
hosting infrastructure is a mix between cloud hosting and managed dedicated servers – this is most commonly
achieved as part of a web cluster in which some of the nodes are running on real physical hardware and some
are running on cloud server instances.[citation needed]

[edit]Combined cloud
Two clouds that have been joined together are more correctly called a "combined cloud". A combined cloud
environment consisting of multiple internal and/or external providers[51] "will be typical for most enterprises".
[52]
By integrating multiple cloud services users may be able to ease the transition to public cloud services while
avoiding issues such as PCI compliance.[53]

[edit]Private cloud
Douglas Parkhill first described the concept of a "private computer utility" in his 1966 book The Challenge of
the Computer Utility. The idea was based upon direct comparison with other industries (e.g. the electricity
industry) and the extensive use of hybrid supply models to balance and mitigate risks.

"Private cloud" and "internal cloud" have been described as neologisms, but the concepts themselves pre-date
the term cloud by 40 years. Even within modern utility industries, hybrid models still exist despite the formation
of reasonably well-functioning markets and the ability to combine multiple providers.

Some vendors have used the terms to describe offerings that emulate cloud computing on private networks.
These (typically virtualizationautomation) products offer the ability to host applications or virtual machines in a
company's own set of hosts. These provide the benefits of utility computing – shared hardware costs, the ability
to recover from failure, and the ability to scale up or down depending upon demand.

Private clouds have attracted criticism because users "still have to buy, build, and manage them" and thus do
not benefit from lower up-front capital costs and less hands-on management,[52] essentially "[lacking] the
economic model that makes cloud computing such an intriguing concept".[54] [55] Enterprise IT organizations use
their own private cloud(s) for mission critical and other operational systems to protect critical infrastructures. [56]

[edit]Cloud engineering
Main article: Cloud engineering

Cloud engineering is the application of a systematic, disciplined, quantifiable, and interdisciplinary approach to
the ideation, conceptualization, development, operation, and maintenance of cloud computing, as well as the
study and applied research of the approach, i.e., the application of engineering to cloud. It is a maturing and
evolving discipline to facilitate the adoption, strategization, operationalization, industrialization, standardization,
productization, commoditization, and governance of cloud solutions, leading towards a cloud ecosystem[further
explanation needed]
. Cloud engineering is also known as cloud service engineering.
[edit]Cloud storage
Main article: Cloud storage

See also: Cloud storage gateway

Cloud storage is a model of networked computer data storage where data is stored on multiple virtual servers,
generally hosted by third parties, rather than being hosted on dedicated servers. Hosting companies operate
large data centers; and people who require their data to be hosted buy or lease storage capacity from them and
use it for their storage needs. The data center operators, in the background, virtualizethe resources according
to the requirements of the customer and expose them as virtual servers, which the customers can themselves
manage. Physically, the resource may span across multiple servers.

[edit]The Intercloud
Main article: Intercloud

The Intercloud[57] is an interconnected global "cloud of clouds"[58][59] and an extension of the Internet "network of
networks" on which it is based.[60] The term was first used in the context of cloud computing in 2007 when Kevin
Kelly stated that "eventually we'll have the intercloud, the cloud of clouds. This Intercloud will have the
dimensions of one machine comprising all servers and attendant cloudbooks on the planet.".[58] It became
popular in 2009[61] and has also been used to describe the datacenter of the future.[62]

The Intercloud scenario is based on the key concept that each single cloud does not have infinite physical
resources. If a cloud saturates the computational and storage resources of its virtualization infrastructure, it
could not be able to satisfy further requests for service allocations sent from its clients. The Intercloud scenario
aims to address such situation, and in theory, each cloud can use the computational and storage resources of
the virtualization infrastructures of other clouds. Such form of pay-for-use may introduce new business
opportunities among cloud providers if they manage to go beyond theoretical framework. Nevertheless, the
Intercloud raises many more challenges than solutions concerning cloud federation, security, interoperability,
quality of service, vendor's lock-ins, trust, legal issues, monitoring and billing.[citation needed]

The concept of a competitive utility computing market which combined many computer utilities together was
originally described by Douglas Parkhill in his 1966 book, the "Challenge of the Computer Utility". This concept
has been subsequently used many times over the last 40 years and is identical to the Intercloud.

[edit]Issues

[edit]Privacy

The cloud model has been criticized by privacy advocates for the greater ease in which the companies hosting
the cloud services control, and thus, can monitor at will, lawfully or unlawfully, the communication and data
stored between the user and the host company. Instances such as the secret NSA program, working
with AT&T, and Verizon, which recorded over 10 million phone calls between American citizens, causes
uncertainty among privacy advocates, and the greater powers it gives to telecommunication companies to
monitor user activity.[63] While there have been efforts (such as US-EU Safe Harbor) to "harmonize" the legal
environment, providers such as Amazon still cater to major markets (typically the United States and
the European Union) by deploying local infrastructure and allowing customers to select "availability zones."[64]

[edit]Compliance

In order to obtain compliance with regulations including FISMA, HIPAA and SOX in the United States, the Data
Protection Directive in the EUand the credit card industry's PCI DSS, users may have to
adopt community or hybrid deployment modes which are typically more expensive and may offer restricted
benefits. This is how Google is able to "manage and meet additional government policy requirements beyond
FISMA"[65][66] and Rackspace Cloud are able to claim PCI compliance.[67] Customers in the EU contracting with
cloud providers established outside the EU/EEA have to adhere to the EU regulations on export of personal
data.[68]

Many providers also obtain SAS 70 Type II certification (e.g. Amazon,[69] Salesforce.com,[70] Google[71] and
Microsoft[72]), but this has been criticised on the grounds that the hand-picked set of goals and standards
determined by the auditor and the auditee are often not disclosed and can vary widely.[73] Providers typically
make this information available on request, under non-disclosure agreement.[74]

[edit]Legal

In March 2007, Dell applied to trademark the term "cloud computing" (U.S. Trademark 77,139,082) in the
United States. The "Notice of Allowance" the company received in July 2008 was canceled in August, resulting
in a formal rejection of the trademark application less than a week later. Since 2007, the number of trademark
filings covering cloud computing brands, goods and services has increased at an almost exponential rate. As
companies sought to better position themselves for cloud computing branding and marketing efforts, cloud
computing trademark filings increased by 483% between 2008 and 2009. In 2009, 116 cloud computing
trademarks were filed, and trademark analysts predict that over 500 such marks could be filed during 2010.[75]

Other legal cases may shape the use of cloud computing by the public sector. On October 29, 2010, Google
filed a lawsuit against the U.S. Department of Interior, which opened up a bid for software that required that
bidders use Microsoft's Business Productivity Online Suite. Google sued, calling the requirement "unduly
restrictive of competition."[76] Scholars have pointed out that, beginning in 2005, the prevalence of open
standards and open source may have an impact on the way that public entities choose to select vendors.[77]

[edit]Open source
Open source software has provided the foundation for many cloud computing implementations.[78] In November
2007, the Free Software Foundation released the Affero General Public License, a version of GPLv3 intended
to close a perceived legal loophole associated with free software designed to be run over a network.[79]

[edit]Open standards
See also: Category:Cloud standards

Most cloud providers expose APIs which are typically well-documented (often under a Creative
Commons license[80]) but also unique to their implementation and thus not interoperable. Some vendors have
adopted others' APIs[81] and there are a number of open standards under development, including
the OGF's Open Cloud Computing Interface. The Open Cloud Consortium (OCC)[82] is working to develop
consensus on early cloud computing standards and practices.

[edit]Security

Main article: Cloud computing security

The relative security of cloud computing services is a contentious issue which may be delaying its adoption.
[83]
Issues barring the adoption of cloud computing are due in large part to the private and public sectors unease
surrounding the external management of security based services. It is the very nature of cloud computing
based services, private or public, that promote external management of provided services. This delivers great
incentive amongst cloud computing service providers in producing a priority in building and maintaining strong
management of secure services.[84]

Organizations have been formed in order to provide standards for a better future in cloud computing services.
One organization in particular, the Cloud Security Alliance is a non-profit organization formed to promote the
use of best practices for providing security assurance within cloud computing.[85]

[edit]Availability and performance


In addition to concerns about security, businesses are also worried about acceptable levels of availability and
performance of applications hosted in the cloud.[86]

There are also concerns about a cloud provider shutting down for financial or legal reasons, which has
happened in a number of cases.[87]

[edit]Sustainability and siting


Although cloud computing is often assumed to be a form of "green computing", there is as of yet no published
study to substantiate this assumption.[88] Siting the servers affects the environmental effects of cloud
computing. In areas where climate favors natural cooling and renewable electricity is readily available, the
environmental effects will be more moderate. Thus countries with favorable conditions, such as Finland,
[89]
Sweden and Switzerland,[90] are trying to attract cloud computing data centers.
SmartBay, marine research infrastructure of sensors and computational technology, is being developed using
cloud computing, an emerging approach to shared infrastructure in which large pools of systems are linked
together to provide IT services. [91]

[edit]Research

A number of universities, vendors and government organizations are investing in research around the topic of
cloud computing.[92] Academic institutions include University of Melbourne (Australia), Georgia Tech, Yale,
Wayne State, Virginia Tech, University of Wisconsin–Madison, Carnegie Mellon, MIT, Indiana University,
University of Massachusetts, University of Maryland, IIT Bombay, North Carolina State University, Purdue
University, University of California, University of Washington, University of Virginia, University of Utah,
University of Minnesota, among others.[93]

Joint government, academic and vendor collaborative research projects include the IBM/Google Academic
Cloud Computing Initiative (ACCI). In October 2007 IBM and Google announced the multi- university project
designed to enhance students' technical knowledge to address the challenges of cloud computing.[94] In April
2009, the National Science Foundation joined the ACCI and awarded approximately $5 million in grants to 14
academic institutions.[95]

In July 2008, HP, Intel Corporation and Yahoo! announced the creation of a global, multi-data center, open
source test bed, called Open Cirrus,[96] designed to encourage research into all aspects of cloud computing,
service and data center management.[97] Open Cirrus partners include the NSF, the University of Illinois (UIUC),
Karlsruhe Institute of Technology, the Infocomm Development Authority (IDA) of Singapore, the Electronics and
Telecommunications Research Institute (ETRI) in Korea, the Malaysian Institute for Microelectronic
Systems(MIMOS), and the Institute for System Programming at the Russian Academy of Sciences (ISPRAS).
[98]
In Sept. 2010, more researchers joined the HP/Intel/Yahoo Open Cirrus project for cloud computing
research. The new researchers are China Mobile Research Institute (CMRI), Spain's Supercomputing Center
of Galicia (CESGA by its Spanish acronym), Georgia Tech's Center for Experimental Research in Computer
Systems (CERCS) and China Telecom.[99][100]

In July 2010, HP Labs India announced a new cloud-based technology designed to simplify taking content and
making it mobile-enabled, even from low-end devices.[101] Called SiteonMobile, the new technology is designed
for emerging markets where people are more likely to access the internet via mobile phones rather than
computers.[102] In Nov. 2010, HP formally opened its Government Cloud Theatre, located at the HP Labs site in
Bristol, England.[103] The demonstration facility highlights high-security, highly flexible cloud computing based on
intellectual property developed at HP Labs. The aim of the facility is to lessen fears about the security of the
cloud. HP Labs Bristol is HP’s second-largest central research location and currently is responsible for
researching cloud computing and security.[104]
The IEEE Technical Committee on Services Computing[105] in IEEE Computer Society sponsors the IEEE
International Conference on Cloud Computing (CLOUD).[106] CLOUD 2010 was held on July 5–10, 2010 in
Miami, Florida

On March 23, 2011, Google, Microsoft, HP, Yahoo, Verizon, Deutsche Telecom and 17 other companies
formed a nonprofit organization called Open Networking Foundation, focused on providing support for a new
cloud initiative called Software-Defined Networking.[107] The initiative is meant to speed innovation through
simple software changes in telecommunications networks, wireless networks, data centers and other
networking areas.[108]

[edit]Criticism of the term


Some have come to criticize the term as being either too unspecific or even misleading. CEO Larry
Ellison of Oracle Corporation asserts that cloud computing is "everything that we already do", claiming that the
company could simply "change the wording on some of our ads" to deploy their cloud-based services.[109][110][111]
[112][113]
Forrester Research VP Frank Gillett questions the very nature of and motivation behind the push for
cloud computing, describing what he calls "cloud washing" in the industry whereby companies relabel their
products as cloud computing resulting in a lot of marketing innovation on top of real innovation.[114]
[115]
GNU's Richard Stallman insists that the industry will only use the model to deliver services at ever
increasing rates over proprietary systems, otherwise likening it to a "marketing hype campaign".[116]

[edit]See also

 Cloud backup
 Cloud engineering
 Cloud gaming
 Data center
 Green computing
 High-performance computing
 List of cloud computing providers
 Open Data Center Alliance
 Hosted desktop
 Cloud Computing Modeling Notation (CCMN)

[edit]References

1. ^ "Gartner Says Cloud Computing Will Be As Influential As E-business".

Gartner.com. Retrieved 2010-08-22.


2. ^ Gruman, Galen (2008-04-07). "What cloud computing really

means". InfoWorld. Retrieved 2009-06-02.

3. ^ "Cloud Computing: Clash of the clouds". The Economist. 2009-10-15.

Retrieved 2009-11-03.

4. ^ Cloud Computing Defined 17 July 2010. Retrieved 26 July 2010.

5. ^ "NIST.gov – Computer Security Division – Computer Security

Resource Center". Csrc.nist.gov.

6. ^ Buyya, Rajkumar; Chee Shin Yeo, Srikumar Venugopal

(PDF).Market-Oriented Cloud Computing: Vision, Hype, and Reality for

Delivering IT Services as Computing Utilities. Department of Computer

Science and Software Engineering, University of Melbourne, Australia. pp. 9.

Retrieved 2008-07-31.

7. ^ "What's In A Name? Utility vs. Cloud vs Grid".

Datacenterknowledge.com. Retrieved 2010-08-22.

8. ^ "Distributed Application Architecture". Sun Microsystem. Retrieved

2009-06-16.

9. ^ "Sun CTO: Cloud computing is like the mainframe".

Itknowledgeexchange.techtarget.com. 2009-03-11. Retrieved 2010-08-22.

10. ^ "It's probable that you've misunderstood 'Cloud Computing' until now".
TechPluto. Retrieved 2010-09-14.

11. ^ "Service-Oriented Computing and Cloud Computing: Challenges and


Opportunities". IEEE Internet Computing. Retrieved 2010-12-04.

12. ^ "Building GrepTheWeb in the Cloud, Part 1: Cloud Architectures".


Developer.amazonwebservices.com. Retrieved 2010-08-22.

13. ^ "Writing & Speaking". Sellsbrothers.com. Retrieved 2010-08-22.


14. ^ "The Internet Cloud". Thestandard.com. Retrieved 2010-08-22.
15. ^ Danielson, Krissi (2008-03-26). "Distinguishing Cloud Computing from
Utility Computing". Ebizq.net. Retrieved 2010-08-22.

16. ^ "July, 1993 meeting report from the IP over ATM working group of the
IETF". Retrieved 2010-08-22.

17. ^ a b Jeff Bezos' Risky Bet.


18. ^ [1].
19. ^ Google and I.B.M. Join in 'Cloud Computing' Research
20. ^ B. Rochwerger, J. Caceres, R.S. Montero, D. Breitgand, E. Elmroth,
A. Galis, E. Levy, I.M. Llorente, K. Nagin, Y. Wolfsthal, E. Elmroth, J.

Caceres, M. Ben-Yehuda, W. Emmerich, F. Galan. "The RESERVOIR Model

and Architecture for Open Federated Cloud Computing", IBM Journal of

Research and Development, Vol. 53, No. 4. (2009)

21. ^ D. Kyriazis, A. Menychtas, G. Kousiouris, K. Oberle, T. Voith, M.


Boniface, E. Oliveros, T. Cucinotta, S. Berger, “A Real-time Service Oriented

Infrastructure”, International Conference on Real-Time and Embedded

Systems (RTES 2010), Singapore, November 2010

22. ^ Keep an eye on cloud computing, Amy Schurr, Network World, 2008-
07-08, citing the Gartner report, "Cloud Computing Confusion Leads to

Opportunity". Retrieved 2009-09-11.

23. ^ Gartner Says Worldwide IT Spending On Pace to Surpass $3.4


Trillion in 2008, Gartner, 2008-08-18. Retrieved 2009-09-11.

24. ^ "Infrastructure Agility: Cloud Computing as a Best Practice".


Edgewatertech.wordpress.com. 2010-01-15. Retrieved 2010-08-22.

25. ^ "Recession Is Good For Cloud Computing – Microsoft Agrees".


Cloudave.com. Retrieved 2010-08-22.

26. ^ a b c d "Defining "Cloud Services" and "Cloud Computing"".


Blogs.idc.com. 2008-09-23. Retrieved 2010-08-22.

27. ^ Farber, Dan (2008-06-25). "The new geek chic: Data centers".
News.cnet.com. Retrieved 2010-08-22.

28. ^ King, Rachael (2008-08-04). "Cloud Computing: Small Companies


Take Flight". Businessweek.com. Retrieved 2010-08-22.

29. ^ "Google Apps Admins Jittery About Gmail, Hopeful About Future".
Pcworld.com. 2008-08-15. Retrieved 2010-08-22.

30. ^ "New Resource, Born of a Cloud Feud". Datacenterknowledge.com.


2009-06-03. Retrieved 2010-08-22.

31. ^ "Exari: Death By Laptop". Exari.blogspot.com. 2006-05-08. Retrieved


2010-08-22.

32. ^ "Encrypted Storage and Key Management for the cloud".


Cryptoclarity.com. 2009-07-30. Retrieved 2010-08-22.

33. ^ Mills, Elinor (2009-01-27). "Cloud computing security forecast: Clear


skies". News.cnet.com. Retrieved 2010-08-22.

34. ^ a b Nimbus Cloud Guide[dead link]


35. ^ "Microsoft's cloud operating system, Windows Azure, to go live in
January". Geek.com. 2009-11-18. Retrieved 2010-08-22.

36. ^ Claburn, Thomas. "Google Reveals Nexus One 'Super Phone'".


Informationweek.com. Retrieved 2010-08-22.

37. ^ "What Makes a Cloud Computer?". Gigaom.com. 2008-06-22.


Retrieved 2010-08-22.

38. ^ by Brian BraikerSeptember 02, 2008 (2008-09-02). "The Cloud's


Chrome Lining". Newsweek.com. Retrieved 2010-08-22.

39. ^ 2005 Software as a Service Taxonomy and Research Guide[dead link]


40. ^ "An example of a 'Cloud Platform' for building applications".
Eccentex.com. Retrieved 2010-08-22.

41. ^ Jack Schofield (2008-04-17). "Google angles for business users with
'platform as a service'". London: Guardian. Retrieved 2010-08-22.

42. ^ "The Emerging Cloud Service Architecture". Aws.typepad.com. 2008-


06-03. Retrieved 2010-08-22.

43. ^ "EMC buys Pi and forms a cloud computing group".


Searchstorage.techtarget.com. 2008-02-21. Retrieved 2010-08-22.

44. ^ Myslewski, Rik (2009-12-02). "Intel puts cloud on single megachip".


Theregister.co.uk. Retrieved 2010-08-22.

45. ^ Duffy, Jim (2009-05-12). "Cisco unveils cloud computing platform for
service providers". Infoworld.com. Retrieved 2010-08-22.

46. ^ Microsoft Plans 'Cloud' Operating System


47. ^ Claburn, Thomas. "Google's "Gov Cloud" Wins $7.2 Million Los
Angeles Contract". Informationweek.com. Retrieved 2010-08-22.

48. ^ InternetNews:“VMware Makes Cloud Partner, Product News.” David


Needle. Feb. 8, 2011

49. ^ Internet News: “HP Details Hybrid Approach to Cloud Services.” David
Needle. Nov.2, 2010.

50. ^ Managing Private and Hybrid Clouds for Data Storage, SNIA, Jan
2010

51. ^ Eric Krangel (2009-02-10). "IBM Embraces Juniper For Its Smart
'Hybrid Cloud', Disses Cisco (IBM)". Businessinsider.com. Retrieved 2010-

08-22.
52. ^ a b Foley, John. "Private Clouds Take Shape". Informationweek.com.
Retrieved 2010-08-22.

53. ^ "Forecast for 2010: The Rise of Hybrid Clouds". Gigaom.com. 2010-
01-01. Retrieved 2010-08-22.

54. ^ Haff, Gordon (2009-01-27). "Just don't call them private clouds".
News.cnet.com. Retrieved 2010-08-22.

55. ^ "There's No Such Thing As A Private Cloud". Informationweek.com.


2010-06-30. Retrieved 2010-08-22.

56. ^ "Cutting Through the Cloud Hype". forbes.com. 2010-07-15. Retrieved


2010-12-31.

57. ^ Bernstein, David; Ludvigson, Erik; Sankar, Krishna; Diamond, Steve;


Morrow, Monique (2009-05-24). Blueprint for the Intercloud – Protocols and

Formats for Cloud Computing Interoperability. IEEE Computer Society. pp.

328–336.doi:10.1109/ICIW.2009.55.

58. ^ a b "Kevin Kelly: A Cloudbook for the Cloud". Kk.org. Retrieved 2010-
08-22.

59. ^ "Intercloud is a global cloud of clouds". Samj.net. 2009-06-22.


Retrieved 2010-08-22.

60. ^ "Vint Cerf: Despite Its Age, The Internet is Still Filled with Problems".
Readwriteweb.com. Retrieved 2010-08-22.

61. ^ "SP360: Service Provider: From India to Intercloud". Blogs.cisco.com.


Retrieved 2010-08-22.

62. ^ Canada. "Head in the clouds? Welcome to the future".


Theglobeandmail.com. Retrieved 2010-08-22.

63. ^ Cauley, Leslie (2006-05-11). "NSA has massive database of


Americans' phone calls". Usatoday.com. Retrieved 2010-08-22.

64. ^ "Feature Guide: Amazon EC2 Availability Zones".


Developer.amazonwebservices.com. Retrieved 2010-08-22.

65. ^ "FISMA compliance for federal cloud computing on the horizon in


2010". Searchcompliance.techtarget.com. Retrieved 2010-08-22.

66. ^ "Google Apps and Government". Googleenterprise.blogspot.com.


2009-09-15. Retrieved 2010-08-22.

67. ^ "Cloud Hosting is Secure for Take-off: Mosso Enables The


Spreadsheet Store, an Online Merchant, to become PCI Compliant".

Rackspacecloud.com. 2009-03-14. Retrieved 2010-08-22.


68. ^ "How the New EU Rules on Data Export Affect Companies in and
Outside the EU | Dr. Thomas Helbing – Kanzlei für Datenschutz-, Online- und

IT-Recht". Thomashelbing.com. Retrieved 2010-08-22.

69. ^ "AWS Completes SAS70 Type II Audit". Aws.amazon.com. Retrieved


2010-08-22.

70. ^ "Trust Salesforce.com". Trust Salesforce.com. Retrieved 2010-08-22.


71. ^ Feigenbaum, Eran (2008-11-04). "SAS 70 Type II for Google Apps".
Googleenterprise.blogspot.com. Retrieved 2010-08-22.

72. ^ "Securing Microsoft's Cloud Infrastructure". Blogs.technet.com. 2009-


05-28. Retrieved 2010-08-22.

73. ^ "Amazon gets SAS 70 Type II audit stamp, but analysts not satisfied".
Searchcloudcomputing.techtarget.com. 2009-11-17. Retrieved 2010-08-22.

74. ^ "Assessing Cloud Computing Agreements and Controls".


Wistechnology.com. Retrieved 2010-08-22.

75. ^ "Inside Trademarks March 24, 2010". Insidetrademarks.com. 2010-


03-24. Retrieved 2010-08-22.

76. ^ Google, Inc. vs. the United States


77. ^ Casson and Ryan, Open Standards, Open Source Adoption in the
Public Sector, and Their Relationship to Microsoft’s Market Dominance

78. ^ "Open source fuels growth of cloud computing, software-as-a-


service". Networkworld.com. Retrieved 2010-08-22.

79. ^ "AGPL: Open Source Licensing in a Networked Age". Redmonk.com.


2009-04-15. Retrieved 2010-08-22.

80. ^ GoGrid Moves API Specification to Creative Commons[dead link]


81. ^ "Eucalyptus Completes Amazon Web Services Specs with Latest
Release". Ostatic.com. Retrieved 2010-08-22.

82. ^ "Open Cloud Consortium.org". Open Cloud Consortium.org. 1999-02-


22. Retrieved 2010-08-22.

83. ^ "Are security issues delaying adoption of cloud computing?".


Networkworld.com. Retrieved 2010-08-22.

84. ^ "Security of virtualization, cloud computing divides IT and security


pros". Networkworld.com. 2010-02-22. Retrieved 2010-08-22.

85. ^ "Cloud Security Alliance Official web page". Cloudsecurityalliance.org.


Retrieved 2010-08-22.
86. ^ Mullins, Robert (2010-06-16). "IDC Survey: Risk In The Cloud".
Network Computing. Retrieved 2010-08-22.

87. ^ Scheier, Robert L. (2009-04-20). "What to do if your cloud provider


disappears | Cloud Computing". InfoWorld. Retrieved 2010-08-22.

88. ^ James Urquhart (January 7, 2010). "Cloud computing's green


paradox". CNET News. Retrieved March 12, 2010. "...there is some

significant evidence that the cloud is encouraging more compute

consumption"

89. ^ Finland – First Choice for Siting Your Cloud Computing Data Center..
Retrieved 4 August 2010.

90. ^ Swiss Carbon-Neutral Servers Hit the Cloud.. Retrieved 4 August


2010.

91. ^ Katrice R. Jalbuena (March 19, 2009). "SmartBay pilot information


system operational in Galway Bay". EcoSeed. Retrieved November 10, 2010.

"SmartBay is being developed using Cloud computing, an emerging approach

to shared infrastructure in which large pools of systems are linked together to

provide IT services."

92. ^ "Cloud Net Directory. Retrieved 2010-03-01". Cloudbook.net.


Retrieved 2010-08-22.

93. ^ nsf.gov – National Science Foundation (NSF) News – National


Science Foundation Awards Millions to Fourteen Universities for Cloud

Computing Research – US National Science Foun...

94. ^ ""IBM, Google Team on an Enterprise Cloud." May 2008. Rich Miller
Retrieved 2010-04-01". DataCenterKnowledge.com. 2008-05-02. Retrieved

2010-08-22.

95. ^ "National Science Foundation press release. September 2008.


"National Science Foundation Awards Millions to Fourteen Universities for

Cloud Computing Research." Retrieved 2010-03-01". Nsf.gov. Retrieved

2010-08-22.

96. ^ "HP News Release. "HP, Intel and Yahoo! Create Global Cloud
Computing Research Test Bed." July 2008". Hp.com. 2008-07-29. Retrieved

2010-08-22.

97. ^ "HP News Release. "HP, Intel and Yahoo! Attract Leading Research
Organizations to Collaborative Cloud Computing Test Bed. June 2009".

Hp.com. Retrieved 2010-08-22.


98. ^ "Open Cirrus: the Open Cloud Computing Research Testbed."
99. ^ IDG News Service. “More join HP, Intel and Yahoo on Open Cirrus
cloud test bed.” Perez. Sept. 2010

100. ^ Open Cirrus Video

101. ^ "Information Week: “HP Labs India offers SiteonMobile for

emerging markets.” Ribeiro, IDG News Service\Bangalore Bureau July 2010".

Informationweek.in. 2010-07-09. Retrieved 2010-08-22.

102. ^ "IDG: San Francisco Chronicle: “HP Labs uses cloud

technology to simplify mobile web access.” Ribeiro. July 2010". Sfgate.com.

Retrieved 2010-08-22.[dead link]

103. ^ ZDNet UK. “HP Labs unveils G-Cloud demo facility.”

104. ^ “HP Lifts Curtain on G-Cloud Theatre.” HP News Release.

Nov. 2010

105. ^ "IEEE Technical Committee on Services Computing".

Tab.computer.org. Retrieved 2010-08-22.

106. ^ "IEEE International Conference on Cloud Computing

(CLOUD)". Thecloudcomputing.org. Retrieved 2010-08-22.

107. ^ Open Networking Foundation News Release. March 21,

2011.

108. ^ ComputerWorld: “Google and other titans form Open

Networking Foundation.” Noyes, March 23, 2011.

109. ^ “”. "Larry Ellison – What The Hell Is Cloud Computing?".

Youtube.com. Retrieved 2010-08-22.

110. ^ Farber, Dan (2008-09-26). "Oracle's Ellison nails cloud

computing". News.cnet.com. Retrieved 2010-08-22.

111. ^ "Oracle launches worldwide cloud-computing tour".

Computerworld.com.au. 2010-02-10. Retrieved 2010-08-22.

112. ^ By James Rogers (2009-12-18). "Oracle's Ellison Issues

Cloud Challenge". Thestreet.com. Retrieved 2010-08-22.

113. ^ "Oracle desperately seeking cloud cred".

Searchcloudcomputing.techtarget.com. 2010-02-16. Retrieved 2010-08-22.

114. ^ “” (2008-09-29). "Cloud Computing is Hyped and

Overblown". Youtube.com. Retrieved 2010-08-22.


115. ^ "Cloud Computing is Hyped and Overblown, Forrester's

Frank Gillett Big Tech Companies Have "Cloud Envy"". Beet.tv. Retrieved

2010-08-22.

116. ^ Cloud computing is a trap, warns GNU founder Richard

Stallman The Guardian, Monday 29 September 2008 14.11 BST

[edit]External links

Wikimedia Commons has


media related to: Cloud
computing

 Cloud Computing Dashboard and Resources on Academic Room

[hide]v · d · eCloud computing

Clients Browsers · Devices (Netbooks · Tablets · Smartphones) · Operating Systems (Android · iOS · Windows Phone 7 · Linux)

Applications Google Apps · Microsoft Online · NetSuite · Salesforce

Platforms App Engine · Azure · Engine Yard · Force.com · Heroku · MTurk · RightScale · S3 · SimpleDB · SQS

Infrastructure EC2 · Eucalyptus · FlexiScale · GoGrid · Joyent · Nimbus · Rackspace Cloud · VPC

Technologies Networking · Security · Datacenters · Cloud storage · Internet · Structured storage · Virtualization · Web Services · Virtual Applianc

Categories: Centralized computing | Cloud computing

• Log in / create account


• Article
• Discussion
• Read
• Edit
• View history

• Main page
• Contents
• Featured content
• Current events
• Random article
• Donate to Wikipedia
Interaction
• Help
• About Wikipedia
• Community portal
• Recent changes
• Contact Wikipedia
Toolbox
Print/export
Languages
• ‫العربية‬
• Беларуская
• Български
• Català
• Česky
• Dansk
• Deutsch
• Español
• Esperanto
• Euskara
• ‫فارسی‬
• Français
• 한국어
• िहनदी
• Bahasa Indonesia
• Italiano
• ‫עברית‬
• Lietuvių
• Magyar
• Македонски
• മലയാളം
• Bahasa Melayu
• Nederlands
• नेपाली
• 日本語
• Norsk (bokmål)
• Polski
• Português
• Română
• Русский
• Simple English
• Slovenščina
• Suomi
• Svenska
• தமிழ்
• తలుగు
• ไทย
• Українська
• Tiếng Việt
• 中文

• This page was last modified on 26 March 2011 at 14:00.


• Text is available under the Creative Commons Attribution-ShareAlike License;

additional terms may apply. See Terms of Use for details.


Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit
organization.
• Contact us

• Privacy policy

• About Wikipedia

• Disclaimers

You might also like