English 中文(简体)
what is meant by cloud computing? give some examples [closed]
原标题:
问题回答

Cloud Computing is an overarching category. You ve got at least 3 distinct segments in this evolving market:

IaaS: Infrastructure as a Service e.g. Amazon EC2

PaaS: Platform as a Service e.g. Google AppEngine

SaaS: Software as a Service e.g. Salesforce

There is an emergent category also:

DaaS: Database as a Service e.g. Amazon RDS, Microsoft SQL

In short, Cloud Computing relates to computing resources available through the WEB. Of course some folks will disagree to some extent with this definition but it can t be all wrong :-)

What is cloud computing?

Examples :

Check out Windows Azure and Amazon s3

Simply put, cloud computing combines CPU virtualisation, software as a service, and utility computing.

Utility computing refers to treating computing services as a utility that can be delivered like you would deliver water or gas. Easy to turn on, turn off, or increase the flow. This was enabled by effective CPU virtualisation, and the tools to manage these virtual CPUs in a zero-touch manner. Add on top of that, software as a service, and you have cloud computing. Some services are very barebones such as Amazon S3 storage, and others are more complex like salesforce.com CRM.





相关问题
saving just the deltas over a network/internet

Is there currently a filesystem agnostic way to have a file in two locations on a network, change one copy, and have just the changed bits (or more likely blocks) synced to the other copy? It would ...

cloud hosting vs. managed hosting [closed]

It seems the hype about cloud computing cannot be avoided, but the actual transition to that new platform is subject to many discussions... From a Theoretical viewpoint, the following can be said: ...

Many users, many cpus, no delays. Good for cloud?

I wish to set up a CPU-intensive time-important query service for users on the internet. A usage scenario is described below. Is cloud computing the right way to go for such an implementation? If so, ...

Pure Javascript app + Amazon S3?

I m looking to confirm or refute the following: For what I have read so far it is not possible to write a web application with only javascript -- no server side logic -- served from Amazon S3 that ...

Storing files on the Cloud or the FileSystem? [closed]

Simple question, doesn t seem to have been directly asked yet. What are the benefits to storing files (images/videos/documents/etc) on Amazon S3-and-related vs. on the File System your app is ...

热门标签