3 ノードを設計する場合。負荷分散されたアプリケーションでは、システム管理者は、HA の目的で各ノードが異なる物理サーバー上で実行されていることを確認する必要があります。システム管理者が設定する必要があるものは次のうちどれですか?
正解:C
Explanation
The correct answer is C. Anti-affinity rule.
An anti-affinity rule is a configuration option that prevents two or more virtual machines (VMs) from running on the same physical host. This can improve the availability and fault tolerance of the VMs, as it reduces the risk of losing multiple VMs due to a single host failure. An anti-affinity rule can also improve the performance and load balancing of the VMs, as it distributes the workload across different hosts and avoids resource contention .
A round-robin method is a load balancing algorithm that distributes incoming requests to a pool of servers in a circular order. A round-robin method does not consider the availability, capacity, or location of the servers, and may assign requests to servers that are overloaded, offline, or far away. A round-robin method does not ensure that each node runs on a different physical server.
A live migration is a process that allows moving a running VM from one physical host to another without interrupting its operation. A live migration can improve the availability and performance of the VMs, as it enables dynamic load balancing, maintenance, and disaster recovery. However, a live migration does not prevent two or more VMs from running on the same physical host in the first place.
A priority queue is a data structure that stores elements based on their priority values. A priority queue allows inserting and removing elements in order of their priority, such that the element with the highest priority is always at the front of the queue. A priority queue can be used to implement scheduling algorithms for processes or tasks, but it does not affect where they run on physical servers.