Match each cloud model to the workload scenario that best illustrates its implementation.
- Public cloudAn online education portal hosts all its video-on-demand services and web servers on shared infrastructure provided by Microsoft Azure.
- Private cloudA healthcare provider hosts patient record databases on a dedicated hardware cluster in a local data center that is not shared with any other organizations.
- Hybrid cloudA research institute stores confidential research data on an on-premises network while using Azure Virtual Machines to scale up large public simulation workloads.
- Multi-cloudA SaaS provider deploys its databases on Amazon Web Services (AWS) and its machine learning APIs on Microsoft Azure to leverage the unique services of each provider.
Answer
Public cloud matches the online education portal scenario. Private cloud matches the healthcare provider scenario. Hybrid cloud matches the research institute scenario. Multi-cloud matches the SaaS provider scenario.
The correct matches align the scenarios based on infrastructure ownership, sharing, and combination. Public cloud uses shared public infrastructure, private cloud uses dedicated single-tenant infrastructure, hybrid cloud combines on-premises and public cloud, and multi-cloud uses multiple public cloud providers.
Step-by-Step Solution
Key Concept
Cloud deployment models (Public, Private, Hybrid, Multi-cloud) define where resources are deployed, who owns the physical hardware, and how those resources are accessed.
Estimated Time:1m 30s