同様の種類のリソースを使用する 3 台の新しいサーバーをセットアップし、同じ OS をインストールして、短期間で準備する必要があります。次のインストール タイプのうち、最も使用される可能性が高いのはどれですか。
正解:C
Comprehensive and Detailed Explanation: When deploying multiple servers that require similar resources and need to be operational quickly, virtualization is often the most efficient approach. Virtualization allows for the creation of multiple virtual machines (VMs) on a single physical server, each running its own instance of an operating system. This method offers several advantages: * Rapid Deployment: VM templates can be used to quickly deploy standardized server environments, reducing setup time. * Resource Efficiency: Virtualization enables better utilization of hardware resources by allocating them dynamically among VMs. * Scalability: Additional virtual servers can be created as needed without the need for additional physical hardware.