RTUComputer ScienceYr 2021 · Sem 72021

Q3Cloud Computing

Question

2 marks

What is Platform as a Service (PaaS)?

Answer

PaaS is a cloud service architecture that provides software developers with a complete, pre-configured development and deployment environment, abstracting away underlying OS and server management.

Platform as a Service (PaaS) mathematically isolates developers from infrastructure chaos. The cloud provider automatically provisions the OS, web server (e.g., Apache), and database (e.g., MySQL). Developers solely write application code (e.g., Node.js or Python) and violently deploy it without ever patching a server.

Back to Paper