Match each organizational deployment requirement to the cloud service model that best fits the administrative management scope.
- Configuring custom virtual networks, installing a specific Linux kernel version, and managing guest operating system security patches.Infrastructure as a Service (IaaS)
- Uploading application source code into a managed execution framework while leaving database administration and web server OS maintenance to the cloud vendor.Platform as a Service (PaaS)
- Subscribing to a fully managed web-based customer relationship management (CRM) suite where users interact solely through an application web UI.Software as a Service (SaaS)
Answer
Configuring guest operating system patches and virtual networking matches Infrastructure as a Service (IaaS). Uploading source code into a managed execution environment matches Platform as a Service (PaaS). Accessing a web-based CRM suite without managing backend platform infrastructure matches Software as a Service (SaaS).
The correct pairings align with the cloud shared responsibility model boundaries: configuring virtual machines and operating systems requires Infrastructure as a Service (IaaS); building application code on pre-configured developer platforms requires Platform as a Service (PaaS); consuming a fully vendor-hosted web application requires Software as a Service (SaaS).
Step-by-Step Solution
Key Concept
Cloud Service Models and Shared Responsibility Boundaries (IaaS, PaaS, SaaS)
Estimated Time:1m 30s