Discuss the three main areas of service included in Cloud computing.

What will be an ideal response?


Cloud computing includes three main areas of service: Infrastructure as a Service, Platform as a Service, and Software as a Service.

• Infrastructure as a Service (IaaS) is the delivery of a networked computing infrastructure over the Internet. This infrastructure includes high-end servers with increased storage and processing power, Internet connectivity, a secure environment for housing equipment, and online tools to remotely manage and monitor performance. IaaS provides infrastructure for storing files in the Cloud so that users can access them from anywhere and for managing virtual servers using software tools.

• Platform as a Service (PaaS) is the delivery of a computing platform over the Internet. Developers can create and deploy large-scale business Web applications using development tools that are hosted within the Cloud. PaaS provides the tools for storing, running, and monitoring the performance of social networking, business, and computing applications over the Internet.

• Software as a Service (SaaS) is the delivery of software applications over the Internet. Software applications are stored and deployed from servers on the Internet. SaaS provides the ability for business applications such as Salesforce Social CRM, and consumer applications such as Google Docs, an online office suite for collaboratively creating documents, spreadsheets, and presentations, to run over the Internet.

Computer Science & Information Technology

You might also like to view...

The accompanying figure is an example of a ____ graphic

A. vector B. bitmap C. 3D D. wireframe

Computer Science & Information Technology

(De Morgan’s Laws) In this chapter, we discussed the logical operators &&, || and !. De Morgan’s laws can sometimes make it more convenient for us to express a logical expression. These laws state that the expression !( condition1 && condition2 ) is logically equivalent to the expression ( !condition1 || !condition2 ). Also, the expression !( condition1 || condition2 ) is logically equiv- alent to the expression ( !condition1 && !condition2 ). Use De Morgan’s laws to write equivalent expressions for each of the following, then write a program to show that the original expression and the new expression in each case are equivalent:

a) !( x < 5 ) && !( y >= 7 ) b) !( a == b ) || !( g != 5 ) c) !( ( x <= 8 ) && ( y > 4 ) ) d) !( ( i > 4 ) || ( j <= 6 ) )

Computer Science & Information Technology

When you add filters to an open report, any previous filters do NOT remain in effect

Indicate whether the statement is true or false

Computer Science & Information Technology

John has subscribed to a cloud-based service to synchronize data between his smartphone, tablet, and PC. Before allowing the data to be synchronized, this service uses a process in which the cloud service and the client on the smartphone will verify the security of all devices’ security certificates.   What type of security does the cloud-base service employ?

A. Mutual authentication B. VPN C. IMAP D. Tethering

Computer Science & Information Technology