A game development studio needs to deploy dedicated backend server instances capable of hosting real-time multiplayer matches. The systems engineering team requires full root access to configure custom Linux kernel network sockets, install specific database middleware, and manage operating system updates. However, the studio wants to avoid purchasing physical hardware or maintaining facility power and cooling. Which of the following cloud service models should the studio implement?
- Infrastructure as a Service (IaaS)Answer
- BPlatform as a Service (PaaS)
- CSoftware as a Service (SaaS)
- DDesktop as a Service (DaaS)
Answer
Infrastructure as a Service (IaaS) is the correct choice because it delivers virtualized infrastructure while granting administrators complete control over operating systems, middleware, and network stack settings.
Infrastructure as a Service (IaaS) provides virtual machines, virtual storage, and virtual networking capabilities. Under the shared responsibility model, the cloud provider manages the physical datacenters and hypervisors, while the customer maintains administrative authority over the guest operating system, device drivers, system kernels, middleware, and applications.
Step-by-Step Solution
Key Concept
Cloud Service Models and Shared Responsibility Boundaries