The correct answer is Platform as a Service (PaaS). PaaS provides developers with a ready-to-use platform that includes runtime environments, developer tools, middleware, and database services. Developers can focus on writing code while the provider handles security patches, updates, and infrastructure management.
A. CaaS (Containers as a Service) focuses on deploying and managing containerized applications, not providing full developer platforms.
B. IaaS delivers virtual machines, storage, and networking, but administrators must install and maintain the OS, middleware, and updates.
D. SaaS provides end-user applications (e.g., email, CRM), not platforms for development.
By using PaaS, the developers can build applications quickly and cost-effectively without worrying about underlying infrastructure or system maintenance.
References (CompTIA Network+ N10-009):
Domain: Networking Concepts — Cloud service models (IaaS, PaaS, SaaS, CaaS).
Submit