IasS vs PasS vs SaaS Flashcards
1
Q
What is Infrastructure as a service (IaaS)?
A
- Instant computing infrastructure, provisioned and managed over the internet.
- Aims to give you the most control over the provided hardware that runs your application
- E.g. virtual machines (VMs), storage, and operating systems.
You rent hardware instead of buying
2
Q
Explain common laaS use cases
A
- Migrating workloads: Managed similar to on-prem infrastructure & provides easy migration path.
- Test and development: Teams can quickly set-up & dispose test/dev environments with fast & economical scaling.
3
Q
What is Platform as a service (PaaS)?
A
- Provides an environment for building, testing, and deploying software applications
- Aims to help creating an application quickly without managing the underlying infrastructure.
- E.g. for a web app / Azure SQL databases you don’t need to install an operating system, web server, or even system updates.
4
Q
What is Software as a service (SaaS)?
A
- Software that is centrally hosted and managed for the end customer.
- E.g. Office 365, Skype, and Dynamics CRM Online.
5
Q
Explain Management Resposabilities amongst services
A
- IaaS: user is responsible for managing the operating systems, data, and applications.
- PaaS: user is responsible for the applications and data they run and store.
- SaaS: user just uses the software.