An organization is planning to deploy different IT workloads to the cloud. Match each business scenario to the cloud model that best describes its deployment.
- Public cloudAn online booking startup deploys its API and front-end interface on Azure App Services, utilizing Azure's global infrastructure without owning or managing physical hardware.
- Private cloudA medical research center processes highly sensitive genomic data on physical servers located within its own datacenter to ensure total regulatory control.
- Hybrid cloudA manufacturing firm runs its primary assembly line control system on local physical servers in its factories while using Azure Synapse Analytics for aggregated historical reporting.
- Multi-cloudA logistics company hosts its GPS vehicle tracking service on one public cloud provider and its supply-chain predictive analytics on a different public cloud provider, with no on-premises infrastructure.
Cevap
Public cloud matches the online booking startup; Private cloud matches the medical research center; Hybrid cloud matches the manufacturing firm; Multi-cloud matches the logistics company.
Matching Public cloud with the online booking startup is correct because it uses third-party public cloud services (Azure App Services). Matching Private cloud with the medical research center is correct because the research center hosts workloads on dedicated hardware in its own datacenter. Matching Hybrid cloud with the manufacturing firm is correct because it combines local physical servers (on-premises) with public cloud analytics (Azure Synapse Analytics). Matching Multi-cloud with the logistics company is correct because it distributes workloads across two distinct public cloud providers (AWS and Azure) without utilizing on-premises infrastructure.
Adım Adım Çözüm
Anahtar Kavram
Cloud deployment models determine where data is stored and where applications run, categorized into public, private, hybrid, and multi-cloud environments.