A smart-agriculture startup uses IoT sensors to monitor soil moisture levels across various farms. The startup stores sensor telemetry data in databases hosted by an external cloud provider to utilize machine learning APIs. However, the startup also operates dedicated, high-security server racks in a local co-location facility to store proprietary crop genetics research data and run specialized analysis algorithms.
Which cloud deployment model is represented by this infrastructure?
- APrivate
- BPublic
- HybridAnswer
- DSoftware as a Service (SaaS)
Answer
Hybrid
The correct answer is Hybrid. A hybrid deployment model combines public cloud services (such as databases and APIs hosted by a third-party provider) with private infrastructure (such as dedicated server racks in a co-location facility). This allows the organization to keep sensitive data on-premises while taking advantage of public cloud capabilities.
Step-by-Step Solution
Key Concept
Cloud deployment models determine where data is stored and how infrastructure is managed. A hybrid model combines public cloud resources with private or on-premises infrastructure to balance scalability and control.