A software development team is building a custom customer portal application. The team wants to upload and manage their proprietary source code and database schemas without being responsible for configuring web server software, installing operating system patches, or maintaining physical server hardware. Which of the following cloud service models best fulfills these operational requirements?
- Platform as a Service (PaaS)Answer
- BInfrastructure as a Service (IaaS)
- CSoftware as a Service (SaaS)
- DDesktop as a Service (DaaS)
Answer
Platform as a Service (PaaS) is the correct cloud service model because it abstracts away operating system and hardware management while allowing customer control over application code.
Platform as a Service (PaaS) provides a ready-to-use development and deployment platform. The cloud provider handles physical infrastructure, operating system maintenance, and runtime environments, allowing developers to manage only their custom application code and data.
Step-by-Step Solution
Key Concept
Cloud Service Models (IaaS vs PaaS vs SaaS) Shared Responsibility Boundaries
Estimated Time:1m 0s