In service model what kind of cloud service is used
In deployment model where and how the cloud is deployed
1. Iaas -> Infrastructure as a service
2. Pass -> Platform as a service
3. Saas -> Software as a service
In Platform as a Service (PaaS), The cloud service provider manages the infrastructure.
Eg: Servers, Storage, Networking, etc
Whereas users manages app && data
1. Public Cloud - Hosted by Third-party providers
2. Private Cloud - A single organization (on-premises)
3. Hybrid Cloud - When data must stay private but apps require public scalability
Hybrid Cloud is combination of both public && private cloud
Eg: All sensitive data is stored in the private cloud, while the application itself is hosted on the public cloud.