Jump to content

Cloud computing

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Watal (talk | contribs) at 15:31, 3 September 2011 (→‎History). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Cloud computing logical diagram

Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet).

Overview

Cloud computing provides 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, wherein end-users consume power without needing to understand the component devices or infrastructure required to provide the service.

The concept of cloud computing fills a perpetual need of IT: a way to increase capacity or add capabilities on the fly without investing in new infrastructure, training new personnel, or licensing new software. Cloud computing encompasses any subscription-based or pay-per-use service that, in real time over the Internet, extends IT's existing capabilities.[citation needed]

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 may take 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]

Cloud computing providers deliver applications via the internet, which are accessed from a web browser, while the business software and data are stored on servers at a remote location. In some cases, legacy applications (line of business applications that until now have been prevalent in thin client Windows computing) are delivered via a screen-sharing technology, while the computing resources are consolidated at a remote data center location; in other cases, entire business applications have been coded using web-based technologies such as AJAX.

Most cloud computing infrastructures consist of services delivered through shared data-centers and appearing as a single point of access for consumers' computing needs. Commercial offerings may be required to meet service-level agreements (SLAs), but specific terms are less often negotiated by smaller companies.[5][6]

Comparison

Cloud computing shares characteristics with:

Characteristics

Cloud computing exhibits the following key characteristics:

  • Agility improves with users' ability to re-provision technological infrastructure resources.
  • 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 reduced and in a public cloud delivery model capital expenditure is converted to operational expenditure.[12] This is purported to lower 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).[13]
  • Device and location independence[14] 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.[13]
  • 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.[15]
  • Reliability is improved if multiple redundant sites are used, which makes well-designed cloud computing suitable for business continuity and disaster recovery.[16]
  • Scalability and Elasticity 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. [17]
  • Performance is monitored, and consistent and loosely coupled architectures are constructed using web services as the system interface.[13]
  • Security could improve due to centralization of data, 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.[18] 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.[19] 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 that 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.

Architecture

Cloud computing sample architecture

Cloud architecture,[20] the systems architecture of the software systems involved in the delivery of cloud computing, typically involves multiple cloud components communicating with each other over loose coupling mechanism such as messaging queue.

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,[21] and later to depict the Internet in computer network diagrams as an abstraction of the underlying infrastructure it represents.[22]

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.[23]

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 offered primarily 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 and that which was the responsibility of the user. Cloud computing extends this boundary to cover servers as well as the network infrastructure.[24]

After the dot-com bubble, Amazon played a key role in the development of cloud computing by modernizing their data centers, 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.[15][25]

In early 2008, Eucalyptus became 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.[26] 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.[27] 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"[28] 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."[29]

Maturity in the computing and software technologies further fuels supply and is driving it towards total ‘ubiquity and certainty’ in the words of Simon Wardley. Cloud is the paradigm shift that is being created as computing and software pass through this vortex of rapidly growing supply and demand into a mature utility.[30]

Layers

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

Client

A cloud client consists of computer hardware and/or computer software that relies on cloud computing for application delivery and that is in essence useless without it. Examples include some computers, phones and other devices, operating systems, and browsers.[31][32][33]

Application

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.

Platform

Cloud platform services, also known as platform as a service (PaaS), deliver a computing platform and/or solution stack as a service, often consuming cloud infrastructure and sustaining cloud applications.[34] It facilitates deployment of applications without the cost and complexity of buying and managing the underlying hardware and software layers.[35][36]

Infrastructure

Cloud infrastructure services, also known as "infrastructure as a service" (IaaS), deliver computer infrastructure – typically a platform virtualization environment – as a service, along with raw (block) storage and networking. 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; the amount of resources consumed (and therefore the cost) will typically reflect the level of activity.[37]

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.[38][39][40][41]

Deployment models

Cloud computing types

Public cloud

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

Community cloud

Community cloud shares infrastructure between several organisations from a specific community with common concerns (security, compliance, jurisdiction, etc.), whether managed internally or by a third-party and hosted internally or externally. The costs are spread over fewer users than a public cloud (but more than a private cloud), so only some of the benefits of cloud computing are realised.[42]

Hybrid cloud

Hybrid cloud is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together, offering the benefits of multiple deployment models.[42]

Private cloud

Private cloud is infrastructure operated solely for a single organization, whether managed internally or by a third-party and hosted internally or externally.[42]

They 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,[43] essentially "[lacking] the economic model that makes cloud computing such an intriguing concept".[44][45]

The Intercloud

The Intercloud[46] is an interconnected global "cloud of clouds"[47][48] and an extension of the Internet "network of networks" on which it is based.[49][50][51]

Issues

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.[52] 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."[53]

Compliance

In order to obtain compliance with regulations including FISMA, HIPAA, and SOX in the United States, the Data Protection Directive in the EU and the credit card industry's PCI DSS, users may have to adopt community or hybrid deployment modes that 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"[54][55] and Rackspace Cloud or QubeSpace are able to claim PCI compliance.[56]

Many providers also obtain SAS 70 Type II certification, 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.[57] Providers typically make this information available on request, under non-disclosure agreement.[58]

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.[59]

Criticism

The novelty of the concept of cloud computing has been a subject of dispute, as some have pointed out that much of the technology and infrastructure had already been in place long before the term itself existed. CEO Larry Ellison of Oracle Corporation, for example, 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.[60][61][62][63][64]

GNU's Richard Stallman argues 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".[65]

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 rapidly. 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.[66]

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."[67] 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.[68]

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

Most transitions to a cloud computing solution entail a change from a technically managed solution to a contractually managed solution. This change necessitates increased IT contract negotiation skills to establish the terms of the relationship and vendor management skills to maintain the relationship. All rights and responsibilities that are associated with the relationship between a client and a cloud computing services provider must be codified in the contract and effectively managed until the relationship has been terminated. The specific risks and issues to be addressed in your contract with a cloud provider will vary on a case by case basis, depending upon your specific use needs. Key risks and issues that are either unique to cloud computing or essential to its effective adoption typically involve service level agreements; data processing and access; provider infrastructure and security; and contract and vendor management.[70] It is essential to ensure that each of these key risks and issues is effectively evaluated and addressed in your contract with a cloud provider.

The NIST definition categorizes cloud computing into three service models: software as a service (SaaS), infrastructure as a services (IaaS) and platform as a service (PaaS).[71] A key common word here is "service", so one of the key issues to consider when negotiating and managing your contract with a cloud provider is the level of service that will be required to meet your needs. Since much of the relationship between an organization and a cloud computing provider will be contractually governed, it is important for the contract to include service-level agreements (SLAs) stating specific parameters and minimum levels for each element of the service provided. The SLAs must be enforceable and state specific remedies that apply when they are not met. Aspects of cloud computing services where SLAs may be pertinent include: service availability, performance and response time, error correction time; and latency. The specific definitions of pertinent SLA terms in a contract are important as well. Such definitions in standard cloud provider contracts often provide a very narrow way of measuring SLA parameters. For example, these contracts may define "downtime" so as to exclude any time that service is unavailable due to maintenance that was scheduled or announced in advance. Calculation of downtime might be restricted to a minimum number of consecutive minutes or a minimum percentage error rate. Downtime could be measured by spreading it over a specified time period such as a week or a month. Such clauses can collectively result in a fairly narrow definition of total downtime. Contracts should state specific remedies, such as corrections or penalties, for when SLAs are not met. Corrections codify what steps a cloud provider must take to prevent a future failure to meet an SLA. Penalties often take the form of a financial credit, so it's important to codify when and how a credit will be provided. The goal of such penalties is not to get credits but to motivate the supplier to provide the required level of service. Other ways to motivate appropriate performance include reputational penalties (a full-page ad in The New York Times announcing missed service levels can be a strong motivator) and rewards for exceeding service levels. Once you've effectively negotiated your SLA language in the contract and you've adopted the cloud service, your work is not done. You must then begin to continually monitor the cloud provider's performance to ensure that they continue to meet those SLAs until such time as the contract is terminated and you move to an alternative solution.[72]

The virtual nature of cloud computing makes it easy to forget that the service depends on a physical data center. All cloud computing vendors are not created equal; there are both new and established vendors in this market space, so they don't all have the same knowledge and infrastructure in place. To ensure that you select a cloud provider that has well run, efficiently structured data centers, it's important that an organization take steps to understand and verify the infrastructure operations management proceses and mechanisms that the cloud provider has in place. A good starting point in gathering this information can be to use a questionnaire. The Cloud Security Alliance's Consensus Assessments Initiative Questionnaire serves as one good example which to leverage to build your own questionnaire.[73] Examples of key areas to evaluate include: capacity and resource planning; data replications, storage, distribution and recovery; change management policies and procedures; virtual server provisioning and management; asset inventory and management policies and procedures; and software development quality assurance. Once you've identified the appropriate practices, you can determine which address your specific needs, then codify them in the contract. One easy way to do this is to incorporate the cloud provider's responses into the contract as the minimum requirements for the cloud provider to meet in providing their service to you.[74]

There have been a number of prominent data security breaches recently, all of which serve to demonstrate one of the risks common to any cloud service adoption: The cloud provider may not handle your data as securely as you would like. When you use any cloud computing service, you are trusting it with information, whether that be personal, regulated, proprietary or otherwise sensitive information. In doing so, you lose some of the control, or at least perceived control, that you had when you did the same things yourself. The first step to take in mitigating this risk is reading and understanding the cloud provider’s standard terms and conditions. The next step is to obtain as much knowledge as possible about the mechanisms and processes that the cloud provider has in place to keep your information secure. One way to obtain this knowledge is to leverage a questionnaire approach as noted above. Another option is to review the cloud provider's own documentation of their information security practices and processes. Some key information security issues to consider investigating in this process include: secure gateway environment; audit/penetration tests & reports; security monitoring systems; multitenancy data segregation; identity and access management; and encryption. Once you've identified the cloud provider's standard practices, compare those to your own needs relative to the type and sensitivity of the information you'll be entrusting to the cloud. Determine which mechanisms, practices and processes are the most important to meet your specific needs, and negotiate to codify them in the contract.[75]

Open source

Open-source software has provided the foundation for many cloud computing implementations, one prominent example being the Hadoop framework.[76] 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.[77]

Open standards

Most cloud providers expose APIs that are typically well-documented (often under a Creative Commons license[78]) but also unique to their implementation and thus not interoperable. Some vendors have adopted others' APIs and there are a number of open standards under development, with a view to delivering interoperability and portability.[79]

Security

As cloud computing is achieving increased popularity, concerns are being voiced about the security issues introduced through the adoption of this new model. The effectiveness and efficiency of traditional protection mechanisms are being reconsidered as the characteristics of this innovative deployment model differ widely from those of traditional architectures.[80]

The relative security of cloud computing services is a contentious issue that may be delaying its adoption.[81] 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 among cloud computing service providers in producing a priority in building and maintaining strong management of secure services.[82] Security issues have been categorized into sensitive data access, data segregation, privacy, bug exploitation, recovery, accountability, malicious insiders, management console security, account control, and multi-tenancy issues. Solution to various cloud security issues vary through cryptography, particularly public key infrastructure (PKI), use of multiple cloud providers, standardization of APIs, improving virtual machine support and legal support.[80][83][84]

Sustainability

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.[85] 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,[86] Sweden and Switzerland,[87] are trying to attract cloud computing data centers.

Abuse

As with privately purchased hardware, crackers posing as legitimate customers can purchase the services of cloud computing for nefarious purposes. This includes password cracking and as a means of launching attacks.[88] In 2009, a banking trojan illegally used the popular Amazon service as a command and control channel that issued software updates and malicious instructions to PCs that were infected by the malware.[89]

Research

Many universities, vendors and government organizations are investing in research around the topic of cloud computing:[90][91]

  • In October 2007 the Academic Cloud Computing Initiative (ACCI) was announced as a multi-university project designed to enhance students' technical knowledge to address the challenges of cloud computing.[92]
  • On March 23, 2011, a nonprofit organization called Open Networking Foundation was founded, focused on providing support for a new cloud initiative called Software-Defined Networking.[93]

See also

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. ^ Buyya, Rajkumar. "Market-Oriented Cloud Computing: Vision, Hype, and Reality for Delivering IT Services as Computing Utilities" (PDF). Department of Computer Science and Software Engineering, University of Melbourne, Australia: 9. Retrieved 2008-07-31. {{cite journal}}: Cite journal requires |journal= (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  6. ^ "Getting clear about cloud computing". The Irish Times.
  7. ^ "What's In A Name? Utility vs. Cloud vs Grid". Datacenterknowledge.com. Retrieved 2010-08-22.
  8. ^ "Distributed Application Architecture" (PDF). 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. ^ "Recession Is Good For Cloud Computing – Microsoft Agrees". CloudAve. Retrieved 2010-08-22.
  13. ^ a b c d "Defining "Cloud Services" and "Cloud Computing"". IDC. 2008-09-23. Retrieved 2010-08-22.
  14. ^ Farber, Dan (2008-06-25). "The new geek chic: Data centers". CNET News. Retrieved 2010-08-22.
  15. ^ a b Jeff Bezos' Risky Bet.
  16. ^ King, Rachael (2008-08-04). "Cloud Computing: Small Companies Take Flight". Businessweek. Retrieved 2010-08-22.
  17. ^ "Defining and Measuring Cloud Elasticity". KIT Software Quality Departement. Retrieved 13 August 2011.
  18. ^ "Encrypted Storage and Key Management for the cloud". Cryptoclarity.com. 2009-07-30. Retrieved 2010-08-22.
  19. ^ Mills, Elinor (2009-01-27). "Cloud computing security forecast: Clear skies". CNET News. Retrieved 2010-08-22.
  20. ^ "Building GrepTheWeb in the Cloud, Part 1: Cloud Architectures". Developer.amazonwebservices.com. Retrieved 2010-08-22.
  21. ^ "Writing & Speaking". Sellsbrothers.com. Retrieved 2010-08-22.
  22. ^ "The Internet Cloud". Thestandard.com. Retrieved 2010-08-22.
  23. ^ Danielson, Krissi (2008-03-26). "Distinguishing Cloud Computing from Utility Computing". Ebizq.net. Retrieved 2010-08-22.
  24. ^ "July, 1993 meeting report from the IP over ATM working group of the IETF". Retrieved 2010-08-22.
  25. ^ [1].
  26. ^ 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)
  27. ^ 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
  28. ^ 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.
  29. ^ Gartner Says Worldwide IT Spending On Pace to Surpass Trillion in 2008, Gartner, 2008-08-18. Retrieved 2009-09-11.
  30. ^ History of the Cloud,History of the Cloud, 2011-09-01.
  31. ^ Claburn, Thomas. "Google Reveals Nexus One 'Super Phone'". InformationWeek. Retrieved 2010-08-22.
  32. ^ "What Makes a Cloud Computer?". Gigaom.com. 2008-06-22. Retrieved 2010-08-22.
  33. ^ by Brian BraikerSeptember 02, 2008 (2008-09-02). "The Cloud's Chrome Lining". Newsweek.com. Retrieved 2010-08-22.{{cite web}}: CS1 maint: numeric names: authors list (link)
  34. ^ "An example of a 'Cloud Platform' for building applications". Eccentex.com. Retrieved 2010-08-22.
  35. ^ Jack Schofield (2008-04-17). "Google angles for business users with 'platform as a service'". London: Guardian. Retrieved 2010-08-22.
  36. ^ "The Emerging Cloud Service Architecture". Aws.typepad.com. 2008-06-03. Retrieved 2010-08-22.
  37. ^ "EMC buys Pi and forms a cloud computing group". Searchstorage.techtarget.com. 2008-02-21. Retrieved 2010-08-22.
  38. ^ Nimbus Cloud Guide[dead link]
  39. ^ Myslewski, Rik (2009-12-02). "Intel puts cloud on single megachip". Theregister.co.uk. Retrieved 2010-08-22.
  40. ^ Duffy, Jim (2009-05-12). "Cisco unveils cloud computing platform for service providers". Infoworld.com. Retrieved 2010-08-22.
  41. ^ Markoff, John (2008-10-27). "Microsoft Plans 'Cloud' Operating System". Nytimes.com. Retrieved 2011-08-20.
  42. ^ a b c "The NIST Definition of Cloud Computing (Draft)" (PDF). National Institute of Science and Technology. Retrieved 24 July 2011.
  43. ^ Foley, John. "Private Clouds Take Shape". InformationWeek. Retrieved 2010-08-22.
  44. ^ Haff, Gordon (2009-01-27). "Just don't call them private clouds". CNET News. Retrieved 2010-08-22.
  45. ^ "There's No Such Thing As A Private Cloud". InformationWeek. 2010-06-30. Retrieved 2010-08-22.
  46. ^ 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: 328–336. doi:10.1109/ICIW.2009.55. {{cite journal}}: Cite journal requires |journal= (help)
  47. ^ "Kevin Kelly: A Cloudbook for the Cloud". Kk.org. Retrieved 2010-08-22.
  48. ^ "Intercloud is a global cloud of clouds". Samj.net. 2009-06-22. Retrieved 2010-08-22.
  49. ^ "Vint Cerf: Despite Its Age, The Internet is Still Filled with Problems". Readwriteweb.com. Retrieved 2010-08-22.
  50. ^ "SP360: Service Provider: From India to Intercloud". Blogs.cisco.com. Retrieved 2010-08-22.
  51. ^ Canada (2007-11-29). "Head in the clouds? Welcome to the future". Toronto: Theglobeandmail.com. Retrieved 2010-08-22.
  52. ^ Cauley, Leslie (2006-05-11). "NSA has massive database of Americans' phone calls". USATODAY.com. Retrieved 2010-08-22.
  53. ^ "Feature Guide: Amazon EC2 Availability Zones". Amazon Web Services. Retrieved 2010-08-22.
  54. ^ "FISMA compliance for federal cloud computing on the horizon in 2010". SearchCompliance.com. Retrieved 2010-08-22.
  55. ^ "Google Apps and Government". Official Google Enterprise Blog. 2009-09-15. Retrieved 2010-08-22.
  56. ^ "Cloud Hosting is Secure for Take-off: Mosso Enables The Spreadsheet Store, an Online Merchant, to become PCI Compliant". Rackspace. 2009-03-14. Retrieved 2010-08-22.
  57. ^ "Amazon gets SAS 70 Type II audit stamp, but analysts not satisfied". SearchCloudComputing.com. 2009-11-17. Retrieved 2010-08-22.
  58. ^ "Assessing Cloud Computing Agreements and Controls". WTN News. Retrieved 2010-08-22.
  59. ^ "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". Dr. Thomas Helbing. Retrieved 2010-08-22.
  60. ^ “”. "Larry Ellison – What The Hell Is Cloud Computing?". YouTube. Retrieved 2010-08-22. {{cite web}}: |author= has numeric name (help)
  61. ^ Farber, Dan (2008-09-26). "Oracle's Ellison nails cloud computing". CNET News. Retrieved 2010-08-22.
  62. ^ "Oracle launches worldwide cloud-computing tour". Computerworld. 2010-02-10. Retrieved 2010-08-22.
  63. ^ By James Rogers (2009-12-18). "Oracle's Ellison Issues Cloud Challenge". Thestreet.com. Retrieved 2010-08-22.
  64. ^ "Oracle desperately seeking cloud cred". Searchcloudcomputing.techtarget.com. 2010-02-16. Retrieved 2010-08-22.
  65. ^ Cloud computing is a trap, warns GNU founder Richard Stallman, The Guardian, par Bobbie Johnson, 29 septembre 2008
  66. ^ "Inside Trademarks March 24, 2010". Insidetrademarks.com. 2010-03-24. Retrieved 2010-08-22.
  67. ^ "Google, Inc. vs. the United States". Scribd.com. 2010-10-31. Retrieved 2011-08-20.
  68. ^ "Casson and Ryan, Open Standards, Open Source Adoption in the Public Sector, and Their Relationship to Microsoft's Market Dominance". Papers.ssrn.com. Retrieved 2011-08-20.
  69. ^ Scheier, Robert L. (2009-04-20). "What to do if your cloud provider disappears | Cloud Computing". InfoWorld. Retrieved 2010-08-22.
  70. ^ Trappler, Thomas J. "If It's in the Cloud, Get It on Paper: Cloud Computing Contract Issues (EDUCAUSE Quarterly) | EDUCAUSE". Educause.edu. Retrieved 2011-08-20.
  71. ^ http://csrc.nist.gov/publications/drafts/800-145/Draft-SP-800-145_cloud-definition.pdf
  72. ^ http://www.computerworld.com/s/article/9216037/The_Cloud_Contract_Adviser_Service_level_agreements?taxonomyId=158&pageNumber=1
  73. ^ https://cloudsecurityalliance.org/research/initiatives/consensus-assessments-initiative/
  74. ^ http://www.computerworld.com/s/article/9216786/The_Cloud_Contract_Adviser_Know_your_provider_s_infrastructure?taxonomyId=158&pageNumber=1
  75. ^ http://www.computerworld.com/s/article/9217604/The_Cloud_Contract_Adviser_Making_sure_your_information_is_secure?taxonomyId=158&pageNumber=1
  76. ^ "Open source fuels growth of cloud computing, software-as-a-service". Network World. Retrieved 2010-08-22.
  77. ^ "AGPL: Open Source Licensing in a Networked Age". Redmonk.com. 2009-04-15. Retrieved 2010-08-22.
  78. ^ GoGrid Moves API Specification to Creative Commons[dead link]
  79. ^ "Eucalyptus Completes Amazon Web Services Specs with Latest Release". Ostatic.com. Retrieved 2010-08-22.
  80. ^ a b Zissis, Dimitrios (2010). "Addressing cloud computing security issues". Future Generation Computer Systems. doi:10.1016/j.future.2010.12.006. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  81. ^ "Are security issues delaying adoption of cloud computing?". Network World. Retrieved 2010-08-22.
  82. ^ "Security of virtualization, cloud computing divides IT and security pros". Network World. 2010-02-22. Retrieved 2010-08-22.
  83. ^ Armbrust, M (2010). "A view of cloud computing". Communication of the ACM. 53 (4): 50–58. doi:10.1145/1721654.1721672. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)CS1 maint: extra punctuation (link)
  84. ^ Anthens, G. "Security in the cloud". Communications of the ACM. 53 (11). doi:10.1145/1839676.1839683.
  85. ^ 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
  86. ^ Finland – First Choice for Siting Your Cloud Computing Data Center.. Retrieved 4 August 2010.
  87. ^ Swiss Carbon-Neutral Servers Hit the Cloud.. Retrieved 4 August 2010.
  88. ^ Alpeyev, Pavel (2011-05-14). "Amazon.com Server Said to Have Been Used in Sony Attack". Bloomberg. Retrieved 2011-08-20.
  89. ^ http://www.theregister.co.uk/2011/05/14/playstation_network_attack_from_amazon/
  90. ^ "Cloud Net Directory. Retrieved 2010-03-01". Cloudbook.net. Retrieved 2010-08-22.
  91. ^ "– National Science Foundation (NSF) News – National Science Foundation Awards Millions to Fourteen Universities for Cloud Computing Research – US National Science Foun". Nsf.gov. Retrieved 2011-08-20.
  92. ^ ""IBM, Google Team on an Enterprise Cloud." May 2008. Rich Miller Retrieved 2010-04-01". DataCenterKnowledge.com. 2008-05-02. Retrieved 2010-08-22.
  93. ^ "Open Networking Foundation News Release". Openflow.org. 2011-03-21. Retrieved 2011-08-20.

Media related to Cloud computing at Wikimedia Commons Cloud Computing