ある企業が物理サーバーを廃止し、個々のオペレーティング システムの数を減らすアーキテクチャに置き換えようとしています。このセキュリティ要件を満たすには、次のどの戦略を採用すべきでしょうか。
正解:B
To reduce the number of individual operating systems while decommissioning physical servers, the company should use containerization. Containerization allows multiple applications to run in isolated environments on a single operating system, significantly reducing the overhead compared to running multiple virtual machines, each with its own OS.
Containerization: Uses containers to run multiple isolated applications on a single OS kernel, reducing the need for multiple OS instances and improving resource utilization.
Microservices: An architectural style that structures an application as a collection of loosely coupled services, which does not necessarily reduce the number of operating systems.
Virtualization: Allows multiple virtual machines to run on a single physical server, but each VM requires its own OS, not reducing the number of OS instances.
Infrastructure as code: Manages and provisions computing infrastructure through machine- readable configuration files, but it does not directly impact the number of operating systems.