You are on page 1of 15

CLOUD COMPUTING

HUMA FIROZ
Department of computer Applications, AzadIET, Lucknow, INDIA
( feeroz.huma1@gmail.com, feerozhuma@yahoo.com )

ABSTRACTION:

Cloud computing refers to the provision of webservers run software which presents the user with
computational resources on demand via a an interface which is used to collect commands or
network. Cloud computing can be compared to instructions from the user (the clicks, typing, uploads
the supply of electricity and gas, or the provision etc.) These commands are then interpreted by
of telephone, television and postal services. All of webservers or processed by application servers.
Information is then stored on or retrieved from the
these services are presented to the users in a
database servers or file servers and the user is then
simple way that is easy to understand without the presented with an updated page. The data across the
users needing to know how the services are multiple servers is synchronised around the world for
provided. This simplified view is called an rapid global access
abstraction. Similarly, cloud computing offers
computer application developers and users an Technical Description
abstract view of services that simplifies and
ignores much of the details and inner workings. A Cloud computing is computation, software, data
provider's offering of abstracted Internet services access, and storage services that do not require end-
is often called "The Cloud". 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 It is a byproduct and
consequence of the ease-of-access to remote
computing sites provided by the Internet. 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
How it works locally on their own computers.

When a user accesses the cloud for a popular website, The National Institute of Standards and Technology
many things can happen. The user's IP for example (NIST) provides a somewhat more objective and
can be used to establish where the user is located specific definition:
(geolocation). DNS services can then direct the user
to a cluster of servers that are close to the user so the
Cloud computing is a model for enabling convenient,
site can be accessed rapidly and in their local
on-demand network access to a shared pool of
language. The user doesn't login to a server, but they
configurable computing resources (e.g., networks,
login to the service they are using by obtaining a
servers, storage, applications, and services) that can
session id and/or a cookie which is stored in their
be rapidly provisioned and released with minimal
browser.
management effort or service provider interaction.
What the user sees in the browser will usually come
Typical cloud computing providers deliver common
from a cluster of web servers. The
business applications online that are accessed from

Colloquium | by HUMA
FIROZ
another Web service or software like a Web browser, Characteristics
while the software and data are stored on servers.
The key characteristic of cloud computing is that the
Most cloud computing infrastructures consist of computing is "in the cloud" i.e. the processing (and
services delivered through common centers and built the related data) is not in a specified, known or static
on servers. Clouds often appear as single points of place(s). This is in contrast to a model in which the
access for consumers' computing needs. Commercial processing takes place in one or more specific servers
offerings are generally expected to meet quality of that are known. All the other concepts mentioned are
service (QoS) requirements of customers, and supplementary or complementary to this concept.
typically include service level agreements (SLAs)
Architecture
Overview

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 a cluster of networked, loosely coupled Cloud computing sample architecture
computers acting in concert to perform very
large tasks" Cloud architecture, the systems architecture of the
4. Mainframe computer — powerful computers software systems involved in the delivery of cloud
used mainly by large organizations for computing, typically involves multiple cloud
critical applications, typically bulk data- components communicating with each other over
processing such as census, industry and application programming interfaces, usually web
consumer statistics, enterprise resource services and 3-tier architecture. This resembles the
planning, and financial transaction Unix philosophy of having multiple programs each
processing.[9] doing one thing well and working together over
5. Utility computing — the "packaging of universal interfaces. Complexity is controlled and the
computing resources, such as computation resulting systems are more manageable than their
and storage, as a metered service similar to a monolithic counterparts.
traditional public utility, such as electricity";
6. Peer-to-peer – distributed architecture The two most significant components of cloud
without the need for central coordination, computing architecture are known as the front end
with participants being at the same time both and the back end. The front end is the part seen by
suppliers and consumers of resources (in the client, i.e. the computer user. This includes the
contrast to the traditional client–server client’s network (or computer) and the applications
model) used to access the cloud via a user interface such as a
7. Service-oriented computing – Cloud web browser. The back end of the cloud computing
computing provides services related to architecture is the ‘cloud’ itself, comprising various
computing while, in a reciprocal manner, computers, servers and data storage devices.
service-oriented computing consists of the
computing techniques that operate on History
software-as-a-service.

Colloquium | by HUMA
FIROZ
The term "cloud" is used as a metaphor for the In 2007, Google, IBM and a number of universities
Internet, based on the cloud drawing used in the past embarked on a large scale cloud computing research
to represent the telephone network, and later to depict project.In early 2008, Eucalyptus became the first
the Internet in computer network diagrams as an open source AWS API compatible platform for
abstraction of the underlying infrastructure it deploying private clouds. In early 2008, OpenNebula,
represents. enhanced in the RESERVOIR European Commission
funded project, became the first open source software
Cloud computing is a natural evolution of the for deploying private and hybrid clouds and for the
widespread adoption of virtualization, service- federation of clouds.In the same year, efforts were
oriented architecture, autonomic and utility focused on providing QoS guarantees (as required by
computing. Details are abstracted from end-users, real-time interactive applications) to cloud-based
who no longer have need for expertise in, or control infrastructures, in the framework of the IRMOS
over, the technology infrastructure "in the cloud" that European Commission funded project. By mid-2008,
supports them. Gartner saw an opportunity for cloud computing "to
shape the relationship among consumers of IT
The underlying concept of cloud computing dates services, those who use IT services and those who
back to the 1960s, when John McCarthy opined that sell them" and observed that "[o]rganisations are
"computation may someday be organized as a public switching from company-owned hardware and
utility." Almost all the modern-day characteristics of software assets to per-use service-based models" so
cloud computing (elastic provision, provided as a that the "projected shift to cloud computing ... will
utility, online, illusion of infinite supply), the result in dramatic growth in IT products in some
comparison to the electricity industry and the use of areas and significant reductions in other areas."
public, private, government and community forms,
were thoroughly explored in Douglas Parkhill's 1966 Key characteristics
book, The Challenge of the Computer Utility.
• Agility improves with users' ability to
The actual term "cloud" borrows from telephony in rapidly and inexpensively re-provision
that telecommunications companies, who until the technological infrastructure resources.
1990s primarily offered dedicated point-to-point data • Application Programming Interface (API)
circuits, began offering Virtual Private Network accessibility to software that enables
(VPN) services with comparable quality of service machines to interact with cloud software in
but at a much lower cost. By switching traffic to the same way the user interface facilitates
balance utilization as they saw fit, they were able to interaction between humans and computers.
utilize their overall network bandwidth more Cloud computing systems typically use
effectively. The cloud symbol was used to denote the REST-based APIs.
demarcation point between that which was the • Cost is claimed to be greatly reduced and in
responsibility of the provider from that of the user. a public cloud delivery model capital
Cloud computing extends this boundary to cover expenditure is converted to operational
servers as well as the network infrastructure.The first expenditure.This ostensibly lowers barriers
scholarly use of the term “cloud computing” was in a to entry, as infrastructure is typically
1997 lecture by Ramnath Chellappa. provided by a third-party and does not need
to be purchased for one-time or infrequent
Amazon played a key role in the development of intensive computing tasks. Pricing on a
cloud computing by modernizing their data centers utility computing basis is fine-grained with
after the dot-com bubble, which, like most computer usage-based options and fewer IT skills are
networks, were using as little as 10% of their required for implementation (in-house).
capacity at any one time, just to leave room for • Device and location independenceenable
occasional spikes. Having found that the new cloud users to access systems using a web browser
architecture resulted in significant internal efficiency regardless of their location or what device
improvements whereby small, fast-moving "two- they are using (e.g., PC, mobile phone). As
pizza teams" could add new features faster and more infrastructure is off-site (typically provided
easily, Amazon initiated a new product development by a third-party) and accessed via the
effort to provide cloud computing to external Internet, users can connect from anywhere.
customers, and launched Amazon Web Service
(AWS) on a utility computing basis in 2006.

Colloquium | by HUMA
FIROZ
• Multi-tenancy enables sharing of resources should be metered per client and application
and costs across a large pool of users thus on a daily, weekly, monthly, and yearly
allowing for: basis.
o Centralization of infrastructure in
locations with lower costs (such as Layers
real estate, electricity, etc.)
o Peak-load capacity increases Once an Internet Protocol connection is established
(users need not engineer for highest among several computers, it is possible to share
possible load-levels) services within any one of the following layers.
o Utilization and efficiency
improvements for systems that are
often only 10–20% utilized.
• Reliability is improved if multiple
redundant sites are used, which makes well
designed cloud computing suitable for
business continuity and disaster recovery.
Nonetheless, many major cloud computing
services have suffered outages, and IT and
business managers can at times do little
when they are affected.
• Scalability via dynamic ("on-demand")
provisioning of resources on a fine-grained, Client
self-service basis near real-time, without See also: Category:Cloud clients
users having to engineer for peak loads.
Performance is monitored, and consistent A cloud client consists of computer hardware and/or
and loosely coupled architectures are computer software that relies on cloud computing for
constructed using web services as the system application delivery, or that is specifically designed
interface. for delivery of cloud services and that, in either case,
• Security could improve due to is essentially useless without it. Examples include
centralization of data, increased security- some computers, phones and other devices, operating
focused resources, etc., but concerns can systems and browsers.
persist about loss of control over certain
sensitive data, and the lack of security for Application
stored kernels.Security is often as good as or
See also: Category:Cloud applications
better than under traditional systems, in part
because providers are able to devote
resources to solving security issues that Cloud application services or "Software as a Service
many customers cannot afford. However, (SaaS)" deliver software as a service over the
the complexity of security is greatly Internet, eliminating the need to install and run the
increased when data is distributed over a application on the customer's own computers and
wider area or greater number of devices and simplifying maintenance and support. People tend to
in multi-tenant systems which are being use the terms "SaaS" and "cloud" interchangeably,
shared by unrelated users. In addition, user when in fact they are two different things.[citation needed]
access to security audit logs may be difficult Key characteristics include:
or impossible. Private cloud installations are
in part motivated by users' desire to retain • Network-based access to, and management
control over the infrastructure and avoid of, commercially available (i.e., not custom)
losing control of information security. software
• Maintenance of cloud computing • Activities that are managed from central
applications is easier, because they do not locations rather than at each customer's site,
need to be installed on each user's computer. enabling customers to access applications
They are easier to support and to improve, remotely via the Web
as the changes reach the clients instantly. • Application delivery that typically is closer
• Metering means that cloud computing to a one-to-many model (single instance,
resources usage should be measurable and multi-tenant architecture) than to a one-to-

Colloquium | by HUMA
FIROZ
one model, including architecture, pricing, Deployment models
partnering, and management characteristics
• Centralized feature updating, which obviates
the need for downloadable patches and
upgrades

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. It
facilitates deployment of applications without the
cost and complexity of buying and managing the
underlying hardware and software layers.

[edit] Infrastructure
See also: Category:Cloud infrastructure

Cloud infrastructure services, also known as


"Infrastructure as a Service (IaaS)", delivers Cloud computing types
computer infrastructure – typically a platform
virtualization environment – as a service. Rather than Public cloud
purchasing servers, software, data-center space or
network equipment, clients instead buy those Public cloud or external cloud describes cloud
resources as a fully outsourced service. Suppliers computing in the traditional mainstream sense,
typically bill such services on a utility computing whereby resources are dynamically provisioned on a
basis and amount of resources consumed (and fine-grained, self-service basis over the Internet, via
therefore the cost) will typically reflect the level of web applications/web services, from an off-site third-
activity. IaaS evolved from virtual private server party provider who bills on a fine-grained utility
offerings. computing basis.

Cloud infrastructure often takes the form of a tier 3 Community cloud


data center with many tier 4 attributes, assembled
from hundreds of virtual machines. A community cloud may be established where
several organizations have similar requirements and
Server seek to share infrastructure so as to realize some of
the benefits of cloud computing. With the costs
The servers layer consists of computer hardware spread over fewer users than a public cloud (but more
and/or computer software products that are than a single tenant) this option is more expensive but
specifically designed for the delivery of cloud may offer a higher level of privacy, security and/or
services, including multi-core processors, cloud- policy compliance. Examples of community clouds
specific operating systems and combined offerings. include Google's "Gov Cloud".

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

Colloquium | by HUMA
FIROZ
computing.”Hybrid cloud is also called hybrid These provide the benefits of utility computing –
delivery by the major vendors including HP, IBM, shared hardware costs, the ability to recover from
Oracle and VMware who offer technology to manage failure, and the ability to scale up or down depending
the complexity in managing the performance, upon demand.
security and privacy concerns that results from the
mixed delivery methods of IT services. Private clouds have attracted criticism because users
"still have to buy, build, and manage them" and thus
A hybrid storage cloud uses a combination of public do not benefit from lower up-front capital costs and
and private storage clouds. Hybrid storage clouds are less hands-on management, essentially "[lacking] the
often useful for archiving and backup functions, economic model that makes cloud computing such an
allowing local data to be replicated to a public cloud. intriguing concept".[54] [55] Enterprise IT organizations
use their own private cloud(s) for mission critical and
Another perspective on deploying a web application other operational systems to protect critical
in the cloud is using Hybrid Web Hosting, where the infrastructures. [56]
hosting infrastructure is a mix between cloud hosting
and managed dedicated servers – this is most Cloud engineering
commonly achieved as part of a web cluster in which
some of the nodes are running on real physical Main article: Cloud engineering
hardware and some are running on cloud server
instances.
Cloud engineering is the application of a systematic,
disciplined, quantifiable, and interdisciplinary
Combined cloud approach to the ideation, conceptualization,
development, operation, and maintenance of cloud
Two clouds that have been joined together are more computing, as well as the study and applied research
correctly called a "combined cloud". A combined of the approach, i.e., the application of engineering to
cloud environment consisting of multiple internal cloud. It is a maturing and evolving discipline to
and/or external providers "will be typical for most facilitate the adoption, strategization,
enterprises". By integrating multiple cloud services operationalization, industrialization, standardization,
users may be able to ease the transition to public productization, commoditization, and governance of
cloud services while avoiding issues such as PCI cloud solutions, leading towards a cloud ecosystem.
compliance.[53] Cloud engineering is also known as cloud service
engineering.
Private cloud
Cloud storage
Douglas Parkhill first described the concept of a
"private computer utility" in his 1966 book The Main article: Cloud storage
Challenge of the Computer Utility. The idea was
based upon direct comparison with other industries See also: Cloud storage gateway
(e.g. the electricity industry) and the extensive use of
hybrid supply models to balance and mitigate risks. Cloud storage is a model of networked computer data
storage where data is stored on multiple virtual
"Private cloud" and "internal cloud" have been servers, generally hosted by third parties, rather than
described as neologisms, but the concepts themselves being hosted on dedicated servers. Hosting
pre-date the term cloud by 40 years. Even within companies operate large data centers; and people who
modern utility industries, hybrid models still exist require their data to be hosted buy or lease storage
despite the formation of reasonably well-functioning capacity from them and use it for their storage needs.
markets and the ability to combine multiple The data center operators, in the background,
providers. virtualize the resources according to the requirements
of the customer and expose them as virtual servers,
Some vendors have used the terms to describe which the customers can themselves manage.
offerings that emulate cloud computing on private Physically, the resource may span across multiple
networks. These (typically virtualization automation) servers.
products offer the ability to host applications or
virtual machines in a company's own set of hosts. The Intercloud

Colloquium | by HUMA
FIROZ
Main article: Intercloud activity.While there have been efforts (such as US-
EU Safe Harbor) to "harmonize" the legal
The Intercloud is an interconnected global "cloud of environment, providers such as Amazon still cater to
clouds" and an extension of the Internet "network of major markets (typically the United States and the
networks" on which it is based. The term was first European Union) by deploying local infrastructure
used in the context of cloud computing in 2007 when and allowing customers to select "availability zones.”
Kevin Kelly stated that "eventually we'll have the
intercloud, the cloud of clouds. This Intercloud will Compliance
have the dimensions of one machine comprising all
servers and attendant cloudbooks on the planet.". It In order to obtain compliance with regulations
became popular in 2009and has also been used to including FISMA, HIPAA and SOX in the United
describe the datacenter of the future. States, the Data Protection Directive in the EU and
the credit card industry's PCI DSS, users may have to
The Intercloud scenario is based on the key concept adopt community or hybrid deployment modes which
that each single cloud does not have infinite physical are typically more expensive and may offer restricted
resources. If a cloud saturates the computational and benefits. This is how Google is able to "manage and
storage resources of its virtualization infrastructure, it meet additional government policy requirements
could not be able to satisfy further requests for beyond FISMA"[65][66] and Rackspace Cloud are able
service allocations sent from its clients. The to claim PCI compliance.[67] Customers in the EU
Intercloud scenario aims to address such situation, contracting with cloud providers established outside
and in theory, each cloud can use the computational the EU/EEA have to adhere to the EU regulations on
and storage resources of the virtualization export of personal data.[68]
infrastructures of other clouds. Such form of pay-for-
use may introduce new business opportunities among Many providers also obtain SAS 70 Type II
cloud providers if they manage to go beyond certification (e.g. Amazon,[69] Salesforce.com,[70]
theoretical framework. Nevertheless, the Intercloud Google[71] and Microsoft[72]), but this has been
raises many more challenges than solutions criticised on the grounds that the hand-picked set of
concerning cloud federation, security, goals and standards determined by the auditor and the
interoperability, quality of service, vendor's lock-ins, auditee are often not disclosed and can vary widely.
trust, legal issues, monitoring and billing.[citation needed] [73]
Providers typically make this information
available on request, under non-disclosure agreement.
[74]
The concept of a competitive utility computing
market which combined many computer utilities
together was originally described by Douglas Parkhill Legal
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 In March 2007, Dell applied to trademark the term
"cloud computing" (U.S. Trademark 77,139,082) in
the Intercloud.
the United States. The "Notice of Allowance" the
company received in July 2008 was canceled in
Issues August, resulting in a formal rejection of the
trademark application less than a week later. Since
Privacy 2007, the number of trademark filings covering cloud
computing brands, goods and services has increased
The cloud model has been criticized by privacy at an almost exponential rate. As companies sought to
advocates for the greater ease in which the companies better position themselves for cloud computing
hosting the cloud services control, and thus, can branding and marketing efforts, cloud computing
monitor at will, lawfully or unlawfully, the trademark filings increased by 483% between 2008
communication and data stored between the user and and 2009. In 2009, 116 cloud computing trademarks
the host company. Instances such as the secret NSA were filed, and trademark analysts predict that over
program, working with AT&T, and Verizon, which 500 such marks could be filed during 2010.
recorded over 10 million phone calls between
American citizens, causes uncertainty among privacy Other legal cases may shape the use of cloud
advocates, and the greater powers it gives to computing by the public sector. On October 29, 2010,
telecommunication companies to monitor user Google filed a lawsuit against the U.S. Department of

Colloquium | by HUMA
FIROZ
Interior, which opened up a bid for software that to promote the use of best practices for providing
required that bidders use Microsoft's Business security assurance within cloud computing.
Productivity Online Suite. Google sued, calling the
requirement "unduly restrictive of competition." Availability and performance
Scholars have pointed out that, beginning in 2005,
the prevalence of open standards and open source
In addition to concerns about security, businesses are
may have an impact on the way that public entities
choose to select vendors. also worried about acceptable levels of availability
and performance of applications hosted in the cloud.
Open source
There are also concerns about a cloud provider
shutting down for financial or legal reasons, which
Open source software has provided the foundation for has happened in a number of cases.
many cloud computing implementations. In
November 2007, the Free Software Foundation Sustainability and siting
released the Affero General Public License, a version
of GPLv3 intended to close a perceived legal
loophole associated with free software designed to be Although cloud computing is often assumed to be a
run over a network. form of "green computing", there is as of yet no
published study to substantiate this assumption.
Siting the servers affects the environmental effects of
Open standards
cloud computing. In areas where climate favors
Category:Cloud standards natural cooling and renewable electricity is readily
available, the environmental effects will be more
Most cloud providers expose APIs which are moderate. Thus countries with favorable conditions,
typically well-documented (often under a Creative such as Finland,Sweden and Switzerland, are trying
Commons license) but also unique to their to attract cloud computing data centers.
implementation and thus not interoperable. Some
vendors have adopted others' APIs and there are a SmartBay, marine research infrastructure of sensors
number of open standards under development, and computational technology, is being developed
including the OGF's Open Cloud Computing using cloud computing, an emerging approach to
Interface. The Open Cloud Consortium (OCC) is shared infrastructure in which large pools of systems
working to develop consensus on early cloud are linked together to provide IT services.
computing standards and practices.
Research
Security
Main article: Cloud computing security A number of universities, vendors and government
organizations are investing in research around the
The relative security of cloud computing services is a topic of cloud computing. Academic institutions
contentious issue which may be delaying its include University of Melbourne (Australia), Georgia
adoption. Issues barring the adoption of cloud Tech, Yale, Wayne State, Virginia Tech, University
computing are due in large part to the private and of Wisconsin–Madison, Carnegie Mellon, MIT,
public sectors unease surrounding the external Indiana University, University of Massachusetts,
management of security based services. It is the very University of Maryland, IIT Bombay, North Carolina
nature of cloud computing based services, private or State University, Purdue University, University of
public, that promote external management of California, University of Washington, University of
provided services. This delivers great incentive Virginia, University of Utah, University of
amongst cloud computing service providers in Minnesota, among others.
producing a priority in building and maintaining
strong management of secure services. Joint government, academic and vendor collaborative
research projects include the IBM/Google Academic
Organizations have been formed in order to provide Cloud Computing Initiative (ACCI). In October 2007
standards for a better future in cloud computing IBM and Google announced the multi- university
services. One organization in particular, the Cloud project designed to enhance students' technical
Security Alliance is a non-profit organization formed knowledge to address the challenges of cloud

Colloquium | by HUMA
FIROZ
computing. In April 2009, the National Science Defined Networking. The initiative is meant to speed
Foundation joined the ACCI and awarded innovation through simple software changes in
approximately $5 million in grants to 14 academic telecommunications networks, wireless networks,
institutions. data centers and other networking areas.

In July 2008, HP, Intel Corporation and Yahoo! Criticism of the term
announced the creation of a global, multi-data center,
open source test bed, called Open Cirrus,designed to Some have come to criticize the term as being either
encourage research into all aspects of cloud too unspecific or even misleading. CEO Larry Ellison
computing, service and data center of Oracle Corporation asserts that cloud computing is
management.Open Cirrus partners include the NSF, "everything that we already do", claiming that the
the University of Illinois (UIUC), Karlsruhe Institute company could simply "change the wording on some
of Technology, the Infocomm Development of our ads" to deploy their cloud-based
Authority (IDA) of Singapore, the Electronics and services.Forrester Research VP Frank Gillett
Telecommunications Research Institute (ETRI) in questions the very nature of and motivation behind
Korea, the Malaysian Institute for Microelectronic the push for cloud computing, describing what he
Systems(MIMOS), and the Institute for System calls "cloud washing" in the industry whereby
Programming at the Russian Academy of Sciences companies relabel their products as cloud computing
(ISPRAS). In Sept. 2010, more researchers joined the resulting in a lot of marketing innovation on top of
HP/Intel/Yahoo Open Cirrus project for cloud real innovation.GNU's Richard Stallman insists that
computing research. The new researchers are China the industry will only use the model to deliver
Mobile Research Institute (CMRI), Spain's services at ever increasing rates over proprietary
Supercomputing Center of Galicia (CESGA by its systems, otherwise likening it to a "marketing hype
Spanish acronym), Georgia Tech's Center for campaign"
Experimental Research in Computer Systems
(CERCS) and China Telecom.

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. Called SiteonMobile, the new technology is References
designed for emerging markets where people are
more likely to access the internet via mobile phones 1. ^ "Gartner Says Cloud Computing
rather than computers.In Nov. 2010, HP formally Will Be As Influential As E-business".
opened its Government Cloud Theatre, located at the Gartner.com.
HP Labs site in Bristol, England.The demonstration http://www.gartner.com/it/page.jsp?
facility highlights high-security, highly flexible cloud id=707508. Retrieved 2010-08-22.
computing based on intellectual property developed 2. ^ Gruman, Galen (2008-04-07).
at HP Labs. The aim of the facility is to lessen fears "What cloud computing really means".
about the security of the cloud. HP Labs Bristol is InfoWorld.
HP’s second-largest central research location and http://www.infoworld.com/d/cloud-
currently is responsible for researching cloud computing/what-cloud-computing-really-
computing and security. means-031. Retrieved 2009-06-02.
3. ^ "Cloud Computing: Clash of the
The IEEE Technical Committee on Services clouds". The Economist. 2009-10-15.
Computing in IEEE Computer Society sponsors the http://www.economist.com/displaystory.cfm
IEEE International Conference on Cloud Computing ?story_id=14637206. Retrieved 2009-11-03.
(CLOUD).CLOUD 2010 was held on July 5–10, 4. ^ Cloud Computing Defined 17
2010 in Miami, Florida July 2010. Retrieved 26 July 2010.
5. ^ "NIST.gov – Computer Security
On March 23, 2011, Google, Microsoft, HP, Yahoo, Division – Computer Security Resource
Verizon, Deutsche Telecom and 17 other companies Center". Csrc.nist.gov.
formed a nonprofit organization called Open 6. ^ Buyya, Rajkumar; Chee Shin
Networking Foundation, focused on providing Yeo, Srikumar Venugopal (PDF). Market-
support for a new cloud initiative called Software- Oriented Cloud Computing: Vision, Hype,

Colloquium | by HUMA
FIROZ
and Reality for Delivering IT Services as 15. ^ Danielson, Krissi (2008-03-26).
Computing Utilities. Department of "Distinguishing Cloud Computing from
Computer Science and Software Utility Computing". Ebizq.net.
Engineering, University of Melbourne, http://www.ebizq.net/blogs/saasweek/2008/0
Australia. pp. 9. 3/distinguishing_cloud_computing/.
http://www.gridBus.org/~raj/papers/hpcc200 Retrieved 2010-08-22.
8_keynote_cloudcomputing.pdf. Retrieved 16. ^ "July, 1993 meeting report from
2008-07-31. the IP over ATM working group of the
7. ^ "What's In A Name? Utility vs. IETF".
Cloud vs Grid". Datacenterknowledge.com. http://mirror.switch.ch/ftp/doc/ietf/ipatm/at
http://www.datacenterknowledge.com/archi m-minutes-93jul.txt. Retrieved 2010-08-22.
ves/2008/Mar/25/whats_in_a_name_utility_ 17. ^ a b Jeff Bezos' Risky Bet.
vs_cloud_vs_grid.html. Retrieved 2010-08- 18. ^ [1].
22. 19. ^ Google and I.B.M. Join in 'Cloud
8. ^ "Distributed Application Computing' Research
Architecture". Sun Microsystem. 20. ^ B. Rochwerger, J. Caceres, R.S.
http://java.sun.com/developer/Books/jdbc/ch Montero, D. Breitgand, E. Elmroth, A.
07.pdf. Retrieved 2009-06-16. Galis, E. Levy, I.M. Llorente, K. Nagin, Y.
9. ^ "Sun CTO: Cloud computing is Wolfsthal, E. Elmroth, J. Caceres, M. Ben-
like the mainframe". Yehuda, W. Emmerich, F. Galan. "The
Itknowledgeexchange.techtarget.com. 2009- RESERVOIR Model and Architecture for
03-11. Open Federated Cloud Computing", IBM
http://itknowledgeexchange.techtarget.com/ Journal of Research and Development, Vol.
mainframe-blog/sun-cto-cloud-computing- 53, No. 4. (2009)
is-like-the-mainframe/. Retrieved 2010-08- 21. ^ D. Kyriazis, A. Menychtas, G.
22. Kousiouris, K. Oberle, T. Voith, M.
10. ^ "It's probable that you've Boniface, E. Oliveros, T. Cucinotta, S.
misunderstood 'Cloud Computing' until Berger, “A Real-time Service Oriented
now". TechPluto. Infrastructure”, International Conference on
http://portal.acm.org/citation.cfm? Real-Time and Embedded Systems (RTES
id=1496091.1496100&coll=&dl=ACM&CF 2010), Singapore, November 2010
ID=21518680&CFTOKEN=18800807. 22. ^ Keep an eye on cloud computing,
Retrieved 2010-09-14. Amy Schurr, Network World, 2008-07-08,
11. ^ "Service-Oriented Computing citing the Gartner report, "Cloud Computing
and Cloud Computing: Challenges and Confusion Leads to Opportunity". Retrieved
Opportunities". IEEE Internet Computing. 2009-09-11.
http://www.computer.org/portal/web/csdl/do 23. ^ Gartner Says Worldwide IT
i/10.1109/MIC.2010.147. Retrieved 2010- Spending On Pace to Surpass $3.4 Trillion
12-04. in 2008, Gartner, 2008-08-18. Retrieved
12. ^ "Building GrepTheWeb in the 2009-09-11.
Cloud, Part 1: Cloud Architectures". 24. ^ "Infrastructure Agility: Cloud
Developer.amazonwebservices.com. Computing as a Best Practice".
http://developer.amazonwebservices.com/co Edgewatertech.wordpress.com. 2010-01-15.
nnect/entry.jspa? http://edgewatertech.wordpress.com/2009/0
externalID=1632&categoryID=100. 4/24/best-practice-cloud-computing/.
Retrieved 2010-08-22. Retrieved 2010-08-22.
13. ^ "Writing & Speaking". 25. ^ "Recession Is Good For Cloud
Sellsbrothers.com. Computing – Microsoft Agrees".
http://www.sellsbrothers.com/writing/intro2t Cloudave.com.
api/default.aspx?content=pstn.htm. http://www.cloudave.com/link/recession-is-
Retrieved 2010-08-22. good-for-cloud-computing-microsoft-agrees.
14. ^ "The Internet Cloud". Retrieved 2010-08-22.
Thestandard.com. 26. ^ a b c d "Defining "Cloud Services"
http://www.thestandard.com/article/0,1902,5 and "Cloud Computing"". Blogs.idc.com.
466,00.html. Retrieved 2010-08-22.

Colloquium | by HUMA
FIROZ
2008-09-23. http://blogs.idc.com/ie/?p=190. articleID=222200331. Retrieved 2010-08-
Retrieved 2010-08-22. 22.
27. ^ Farber, Dan (2008-06-25). "The 37. ^ "What Makes a Cloud
new geek chic: Data centers". Computer?". Gigaom.com. 2008-06-22.
News.cnet.com. http://news.cnet.com/8301- http://gigaom.com/2008/06/22/what-makes-
13953_3-9977049-80.html. Retrieved 2010- a-good-cloud-computer/. Retrieved 2010-
08-22. 08-22.
28. ^ King, Rachael (2008-08-04). 38. ^ by Brian BraikerSeptember 02,
"Cloud Computing: Small Companies Take 2008 (2008-09-02). "The Cloud's Chrome
Flight". Businessweek.com. Lining". Newsweek.com.
http://www.businessweek.com/technology/c http://www.newsweek.com/id/156911.
ontent/aug2008/tc2008083_619516.htm. Retrieved 2010-08-22.
Retrieved 2010-08-22. 39. ^ 2005 Software as a Service
29. ^ "Google Apps Admins Jittery Taxonomy and Research Guide[dead link]
About Gmail, Hopeful About Future". 40. ^ "An example of a 'Cloud
Pcworld.com. 2008-08-15. Platform' for building applications".
http://www.pcworld.com/businesscenter/arti Eccentex.com.
cle/149892/google_apps_admins_jittery_abo http://www.eccentex.com/platform/workflo
ut_gmail_hopeful_about_future.html. w.html. Retrieved 2010-08-22.
Retrieved 2010-08-22. 41. ^ Jack Schofield (2008-04-17).
30. ^ "New Resource, Born of a Cloud "Google angles for business users with
Feud". Datacenterknowledge.com. 2009-06- 'platform as a service'". London: Guardian.
03. http://www.guardian.co.uk/technology/2008
http://www.datacenterknowledge.com/archi /apr/17/google.software. Retrieved 2010-08-
ves/2008/09/22/a-new-resource-born-of-a- 22.
cloud-feud/A. Retrieved 2010-08-22. 42. ^ "The Emerging Cloud Service
31. ^ "Exari: Death By Laptop". Architecture". Aws.typepad.com. 2008-06-
Exari.blogspot.com. 2006-05-08. 03.
http://exari.blogspot.com/2006/05/death-by- http://aws.typepad.com/aws/2008/06/the-
laptop.html. Retrieved 2010-08-22. forthcoming.html. Retrieved 2010-08-22.
32. ^ "Encrypted Storage and Key 43. ^ "EMC buys Pi and forms a cloud
Management for the cloud". computing group".
Cryptoclarity.com. 2009-07-30. Searchstorage.techtarget.com. 2008-02-21.
http://www.cryptoclarity.com/CryptoClarity http://searchstorage.techtarget.com/news/arti
LLC/Welcome/Entries/2009/7/23_Encrypte cle/0,289142,sid5_gci1301852,00.html.
d_Storage_and_Key_Management_for_the_ Retrieved 2010-08-22.
cloud.html. Retrieved 2010-08-22. 44. ^ Myslewski, Rik (2009-12-02).
33. ^ Mills, Elinor (2009-01-27). "Intel puts cloud on single megachip".
"Cloud computing security forecast: Clear Theregister.co.uk.
skies". News.cnet.com. http://www.theregister.co.uk/2009/12/02/int
http://news.cnet.com/8301-1009_3- el_scc/. Retrieved 2010-08-22.
10150569-83.html. Retrieved 2010-08-22. 45. ^ Duffy, Jim (2009-05-12). "Cisco
34. ^ a b Nimbus Cloud Guide[dead link] unveils cloud computing platform for
35. ^ "Microsoft's cloud operating service providers". Infoworld.com.
system, Windows Azure, to go live in http://www.infoworld.com/d/cloud-
January". Geek.com. 2009-11-18. computing/cisco-unveils-cloud-computing-
http://www.geek.com/articles/news/microsof platform-service-providers-113. Retrieved
ts-cloud-operating-system-windows-azure- 2010-08-22.
to-go-live-in-january-20091118/. Retrieved 46. ^ Microsoft Plans 'Cloud'
2010-08-22. Operating System
36. ^ Claburn, Thomas. "Google 47. ^ Claburn, Thomas. "Google's
Reveals Nexus One 'Super Phone'". "Gov Cloud" Wins $7.2 Million Los
Informationweek.com. Angeles Contract". Informationweek.com.
http://www.informationweek.com/news/soft http://www.informationweek.com/news/serv
ware/web_services/showArticle.jhtml?

Colloquium | by HUMA
FIROZ
ices/saas/showArticle.jhtml? 58. ^ a b "Kevin Kelly: A Cloudbook
articleID=221100129. Retrieved 2010-08- for the Cloud". Kk.org.
22. http://www.kk.org/thetechnium/archives/200
48. ^ InternetNews:“VMware Makes 7/11/a_cloudbook_for.php. Retrieved 2010-
Cloud Partner, Product News.” David 08-22.
Needle. Feb. 8, 2011 59. ^ "Intercloud is a global cloud of
49. ^ Internet News: “HP Details clouds". Samj.net. 2009-06-22.
Hybrid Approach to Cloud Services.” David http://samj.net/2009/06/intercloud-is-global-
Needle. Nov.2, 2010. cloud-of-clouds.html. Retrieved 2010-08-22.
50. ^ Managing Private and Hybrid 60. ^ "Vint Cerf: Despite Its Age, The
Clouds for Data Storage, SNIA, Jan 2010 Internet is Still Filled with Problems".
51. ^ Eric Krangel (2009-02-10). "IBM Readwriteweb.com.
Embraces Juniper For Its Smart 'Hybrid http://www.readwriteweb.com/archives/vint
Cloud', Disses Cisco (IBM)". _cerf_despite_its_age_the.php?
Businessinsider.com. mtcCampaign=2765. Retrieved 2010-08-22.
http://www.businessinsider.com/2009/2/ibm 61. ^ "SP360: Service Provider: From
-embraces-juniper-for-its-smart-hybrid- India to Intercloud". Blogs.cisco.com.
cloud-disses-cisco-ibm. Retrieved 2010-08- http://blogs.cisco.com/sp/comments/from_in
22. dia_to_intercloud/. Retrieved 2010-08-22.
52. ^ a b Foley, John. "Private Clouds 62. ^ Canada. "Head in the clouds?
Take Shape". Informationweek.com. Welcome to the future".
http://www.informationweek.com/news/serv Theglobeandmail.com.
ices/business/showArticle.jhtml? http://www.theglobeandmail.com/servlet/sto
articleID=209904474. Retrieved 2010-08- ry/LAC.20071129.TWLINKS29/TPStory/B
22. usiness. Retrieved 2010-08-22.
53. ^ "Forecast for 2010: The Rise of 63. ^ Cauley, Leslie (2006-05-11).
Hybrid Clouds". Gigaom.com. 2010-01-01. "NSA has massive database of Americans'
http://gigaom.com/2010/01/01/on-the-rise- phone calls". Usatoday.com.
of-hybrid-clouds/. Retrieved 2010-08-22. http://www.usatoday.com/news/washington/
54. ^ Haff, Gordon (2009-01-27). "Just 2006-05-10-nsa_x.htm. Retrieved 2010-08-
don't call them private clouds". 22.
News.cnet.com. http://news.cnet.com/8301- 64. ^ "Feature Guide: Amazon EC2
13556_3-10150841-61.html. Retrieved Availability Zones".
2010-08-22. Developer.amazonwebservices.com.
55. ^ "There's No Such Thing As A http://developer.amazonwebservices.com/co
Private Cloud". Informationweek.com. nnect/entry.jspa?
2010-06-30. externalID=1347&categoryID=112.
http://www.informationweek.com/cloud- Retrieved 2010-08-22.
computing/blog/archives/2009/01/theres_no 65. ^ "FISMA compliance for federal
_such.html. Retrieved 2010-08-22. cloud computing on the horizon in 2010".
56. ^ "Cutting Through the Cloud Searchcompliance.techtarget.com.
Hype". forbes.com. 2010-07-15. http://searchcompliance.techtarget.com/new
http://www.forbes.com/2010/07/15/virtualiz s/article/0,289142,sid195_gci1377298,00.ht
ation-automation-resources-technology- ml. Retrieved 2010-08-22.
cloud-computing.html. Retrieved 2010-12- 66. ^ "Google Apps and Government".
31. Googleenterprise.blogspot.com. 2009-09-15.
57. ^ Bernstein, David; Ludvigson, http://googleenterprise.blogspot.com/2009/0
Erik; Sankar, Krishna; Diamond, Steve; 9/google-apps-and-government.html.
Morrow, Monique (2009-05-24). Blueprint Retrieved 2010-08-22.
for the Intercloud – Protocols and Formats 67. ^ "Cloud Hosting is Secure for
for Cloud Computing Interoperability. IEEE Take-off: Mosso Enables The Spreadsheet
Computer Society. pp. 328–336. Store, an Online Merchant, to become PCI
doi:10.1109/ICIW.2009.55. Compliant". Rackspacecloud.com. 2009-03-
http://www2.computer.org/portal/web/csdl/d 14.
oi/10.1109/ICIW.2009.55. http://www.rackspacecloud.com/blog/2009/

Colloquium | by HUMA
FIROZ
03/05/cloud-hosting-is-secure-for-take-off- 78. ^ "Open source fuels growth of
mosso-enables-the-spreadsheet-store-an- cloud computing, software-as-a-service".
online-merchant-to-become-pci-compliant/. Networkworld.com.
Retrieved 2010-08-22. http://www.networkworld.com/news/2008/0
68. ^ "How the New EU Rules on Data 72808-open-source-cloud-computing.html.
Export Affect Companies in and Outside the Retrieved 2010-08-22.
EU | Dr. Thomas Helbing – Kanzlei für 79. ^ "AGPL: Open Source Licensing
Datenschutz-, Online- und IT-Recht". in a Networked Age". Redmonk.com. 2009-
Thomashelbing.com. 04-15.
http://www.thomashelbing.com/en/how- http://redmonk.com/sogrady/2009/04/15/ope
new-eu-rules-data-export-affect-companies- n-source-licensing-in-a-networked-age/.
and-outside-eu. Retrieved 2010-08-22. Retrieved 2010-08-22.
69. ^ "AWS Completes SAS70 Type II 80. ^ GoGrid Moves API Specification
Audit". Aws.amazon.com. to Creative Commons[dead link]
http://aws.amazon.com/about-aws/whats- 81. ^ "Eucalyptus Completes Amazon
new/2009/11/11/aws-completes-sas70-type- Web Services Specs with Latest Release".
ii-audit/. Retrieved 2010-08-22. Ostatic.com.
70. ^ "Trust Salesforce.com". Trust http://ostatic.com/blog/eucalyptus-
Salesforce.com. http://trust.salesforce.com/. completes-amazon-web-services-specs-with-
Retrieved 2010-08-22. latest-release. Retrieved 2010-08-22.
71. ^ Feigenbaum, Eran (2008-11-04). 82. ^ "Open Cloud Consortium.org".
"SAS 70 Type II for Google Apps". Open Cloud Consortium.org. 1999-02-22.
Googleenterprise.blogspot.com. http://opencloudconsortium.org. Retrieved
http://googleenterprise.blogspot.com/2008/1 2010-08-22.
1/sas-70-type-ii-for-google-apps.html. 83. ^ "Are security issues delaying
Retrieved 2010-08-22. adoption of cloud computing?".
72. ^ "Securing Microsoft's Cloud Networkworld.com.
Infrastructure". Blogs.technet.com. 2009-05- http://www.networkworld.com/news/2009/0
28. 42709-burning-security-cloud-
http://blogs.technet.com/gfs/archive/2009/05 computing.html. Retrieved 2010-08-22.
/27/securing-microsoft-s-cloud- 84. ^ "Security of virtualization, cloud
infrastructure.aspx. Retrieved 2010-08-22. computing divides IT and security pros".
73. ^ "Amazon gets SAS 70 Type II Networkworld.com. 2010-02-22.
audit stamp, but analysts not satisfied". http://www.networkworld.com/news/2010/0
Searchcloudcomputing.techtarget.com. 22210-virtualization-cloud-security-
2009-11-17. debate.html. Retrieved 2010-08-22.
http://searchcloudcomputing.techtarget.com/ 85. ^ "Cloud Security Alliance Official
news/article/0,289142,sid201_gci1374629,0 web page". Cloudsecurityalliance.org.
0.html. Retrieved 2010-08-22. http://www.cloudsecurityalliance.org/.
74. ^ "Assessing Cloud Computing Retrieved 2010-08-22.
Agreements and Controls". 86. ^ Mullins, Robert (2010-06-16).
Wistechnology.com. "IDC Survey: Risk In The Cloud". Network
http://wistechnology.com/articles/6954/. Computing.
Retrieved 2010-08-22. http://www.networkcomputing.com/cloud-
75. ^ "Inside Trademarks March 24, computing/cloud-minuses-outweigh-pluses-
2010". Insidetrademarks.com. 2010-03-24. for-businesses.php. Retrieved 2010-08-22.
http://insidetrademarks.com/2010/03/24/clo 87. ^ Scheier, Robert L. (2009-04-20).
ud-computing-trademark-trends/. Retrieved "What to do if your cloud provider
2010-08-22. disappears | Cloud Computing". InfoWorld.
76. ^ Google, Inc. vs. the United States http://www.infoworld.com/d/cloud-
77. ^ Casson and Ryan, Open computing/what-do-if-your-cloud-provider-
Standards, Open Source Adoption in the disappears-508. Retrieved 2010-08-22.
Public Sector, and Their Relationship to 88. ^ James Urquhart (January 7,
Microsoft’s Market Dominance 2010). "Cloud computing's green paradox".

Colloquium | by HUMA
FIROZ
CNET News. http://news.cnet.com/8301- Organizations to Collaborative Cloud
19413_3-10428065-240.html. Retrieved Computing Test Bed. June 2009". Hp.com.
March 12, 2010. "...there is some significant http://www.hp.com/hpinfo/newsroom/press/
evidence that the cloud is encouraging more 2009/090608a.html?
compute consumption" jumpid=reg_R1002_USEN. Retrieved 2010-
89. ^ Finland – First Choice for Siting 08-22.
Your Cloud Computing Data Center.. 98. ^ "Open Cirrus: the Open Cloud
Retrieved 4 August 2010. Computing Research Testbed."
90. ^ Swiss Carbon-Neutral Servers 99. ^ IDG News Service. “More join
Hit the Cloud.. Retrieved 4 August 2010. HP, Intel and Yahoo on Open Cirrus cloud
91. ^ Katrice R. Jalbuena (March 19, test bed.” Perez. Sept. 2010
2009). "SmartBay pilot information system 100. ^ Open Cirrus Video
operational in Galway Bay". EcoSeed. 101. ^ "Information Week: “HP Labs
http://ecoseed.org/en/living-green-article- India offers SiteonMobile for emerging
list/article/6-living-green/1067-smartbay- markets.” Ribeiro, IDG News
pilot-information-system-operational-in- Service\Bangalore Bureau July 2010".
galway-bay. Retrieved November 10, 2010. Informationweek.in. 2010-07-09.
"SmartBay is being developed using Cloud http://www.informationweek.in/Mobile/10-
computing, an emerging approach to shared 07-
infrastructure in which large pools of 09/HP_Labs_India_offers_SiteonMobile_for
systems are linked together to provide IT _emerging_markets.aspx. Retrieved 2010-
services." 08-22.
92. ^ "Cloud Net Directory. Retrieved 102. ^ "IDG: San Francisco Chronicle:
2010-03-01". Cloudbook.net. “HP Labs uses cloud technology to simplify
http://www.cloudbook.net/directories/resear mobile web access.” Ribeiro. July 2010".
ch-clouds. Retrieved 2010-08-22. Sfgate.com. http://www.sfgate.com/cgi-
93. ^ nsf.gov – National Science bin/article.cgi?
Foundation (NSF) News – National Science f=/g/a/2010/07/08/urnidgns852573C400693
Foundation Awards Millions to Fourteen 8800025775A001A2D85.DTL#ixzz0tB7X8
Universities for Cloud Computing Research Iti. Retrieved 2010-08-22.[dead link]
– US National Science Foun... 103. ^ ZDNet UK. “HP Labs unveils G-
94. ^ ""IBM, Google Team on an Cloud demo facility.”
Enterprise Cloud." May 2008. Rich Miller 104. ^ “HP Lifts Curtain on G-Cloud
Retrieved 2010-04-01". Theatre.” HP News Release. Nov. 2010
DataCenterKnowledge.com. 2008-05-02. 105. ^ "IEEE Technical Committee on
http://www.datacenterknowledge.com/archi Services Computing". Tab.computer.org.
ves/2008/05/02/ibm-google-team-on-an- http://tab.computer.org/tcsc. Retrieved
enterprise-cloud/. Retrieved 2010-08-22. 2010-08-22.
95. ^ "National Science Foundation 106. ^ "IEEE International Conference
press release. September 2008. "National on Cloud Computing (CLOUD)".
Science Foundation Awards Millions to Thecloudcomputing.org.
Fourteen Universities for Cloud Computing http://www.thecloudcomputing.org.
Research." Retrieved 2010-03-01". Nsf.gov. Retrieved 2010-08-22.
http://www.nsf.gov/news/news_summ.jsp? 107. ^ Open Networking Foundation
cntn_id=114686. Retrieved 2010-08-22. News Release. March 21, 2011.
96. ^ "HP News Release. "HP, Intel 108. ^ ComputerWorld: “Google and
and Yahoo! Create Global Cloud Computing other titans form Open Networking
Research Test Bed." July 2008". Hp.com. Foundation.” Noyes, March 23, 2011.
2008-07-29. 109. ^ “”. "Larry Ellison – What The
http://www.hp.com/hpinfo/newsroom/press_ Hell Is Cloud Computing?". Youtube.com.
kits/2008/cloudresearch/index.html? http://www.youtube.com/watch?
jumpid=reg_R1002_USEN. Retrieved 2010- v=0FacYAI6DY0. Retrieved 2010-08-22.
08-22.
110. ^ Farber, Dan (2008-09-26).
97. ^ "HP News Release. "HP, Intel
"Oracle's Ellison nails cloud computing".
and Yahoo! Attract Leading Research

Colloquium | by HUMA
FIROZ
News.cnet.com. http://news.cnet.com/8301-
13953_3-10052188-80.html. Retrieved
2010-08-22.
111. ^ "Oracle launches worldwide
cloud-computing tour".
Computerworld.com.au. 2010-02-10.
http://www.computerworld.com.au/article/3
35674/oracle_launches_worldwide_cloud-
computing_tour/. Retrieved 2010-08-22.
112. ^ By James Rogers (2009-12-18).
"Oracle's Ellison Issues Cloud Challenge".
Thestreet.com.
http://www.thestreet.com/story/10649557/1/
oracles-ellison-issues-cloud-challenge.html.
Retrieved 2010-08-22.
113. ^ "Oracle desperately seeking
cloud cred".
Searchcloudcomputing.techtarget.com.
2010-02-16.
http://searchcloudcomputing.techtarget.com/
news/article/0,289142,sid201_gci1384202,0
0.html. Retrieved 2010-08-22.
114. ^ “” (2008-09-29). "Cloud
Computing is Hyped and Overblown".
Youtube.com.
http://www.youtube.com/watch?
v=f7wv1i8ubng. Retrieved 2010-08-22.
115. ^ "Cloud Computing is Hyped and
Overblown, Forrester's Frank Gillett Big
Tech Companies Have "Cloud Envy"".
Beet.tv. http://www.beet.tv/2008/09/cloud-
computing.html. Retrieved 2010-08-22.
116. ^ Cloud computing is a trap, warns
GNU founder Richard Stallman The
Guardian, Monday 29 September 2008
14.11 BST

Colloquium | by HUMA
FIROZ

You might also like