An organization is evaluating different cloud models to determine the best approach for hosting its services. Match each cloud model to the description that best represents its typical implementation.
- Public cloudAn organization runs its web application on shared hardware infrastructure owned and managed by a third-party cloud provider, accessed over the internet.
- Private cloudAn organization hosts its legacy applications on dedicated physical servers located entirely within its own secure on-premises datacenter.
- Hybrid cloudAn organization connects its local Active Directory server with Azure Active Directory to sync identities across on-premises and cloud environments.
- Multi-cloudAn organization distributes its containerized microservices across Microsoft Azure and Amazon Web Services (AWS) without connecting the two environments.
Answer
Public cloud matches the description of running web applications on shared hardware infrastructure owned by a third-party provider. Private cloud matches hosting legacy applications on dedicated physical servers within a secure on-premises datacenter. Hybrid cloud matches connecting a local Active Directory server with Azure Active Directory. Multi-cloud matches distributing microservices across Microsoft Azure and Amazon Web Services (AWS) without connecting them.
Public cloud uses shared hardware from a third-party provider. Private cloud utilizes dedicated, single-tenant hardware on-premises. Hybrid cloud connects on-premises assets to public cloud resources. Multi-cloud uses multiple independent public cloud providers.
Step-by-Step Solution
Key Concept
Cloud deployment models (public, private, hybrid, and multi-cloud) determine resource ownership, accessibility, and integration levels.
Estimated Time:1m 0s