Match each cloud computing service model to the primary architectural boundary managed by the cloud service provider.
- Infrastructure as a Service (IaaS)Physical hardware, facilities, core networking, and hypervisor virtualization layer
- Platform as a Service (PaaS)Underlying infrastructure, operating system, middleware, and application runtime environment
- Software as a Service (SaaS)Complete software application stack, application maintenance, platform, and underlying infrastructure
Answer
Infrastructure as a Service (IaaS) matches physical hardware, facilities, core networking, and hypervisor virtualization layer; Platform as a Service (PaaS) matches underlying infrastructure, operating system, middleware, and application runtime environment; Software as a Service (SaaS) matches complete software application stack, application maintenance, platform, and underlying infrastructure.
Each cloud service model defines a distinct demarcation point under the shared responsibility model. Infrastructure as a Service (IaaS) limits provider management to physical facilities and hardware virtualization. Platform as a Service (PaaS) extends provider control to the operating system and runtime environment. Software as a Service (SaaS) places responsibility for the entire application stack on the cloud provider.
Step-by-Step Solution
Key Concept
Cloud Shared Responsibility Model across Service Models