セキュリティ管理者が新しい Web サーバーをインストールしました。管理者は、別のサーバーでリソースが不足しているため、アプリケーションの容量を増やすためにこれを行いました。管理者が各サーバーの接続数を半分に分割するために使用するアルゴリズムは、次のうちどれですか?
正解:B
Explanation Round-robin is a type of load balancing algorithm that distributes traffic to a list of servers in rotation. It is a static algorithm that does not take into account the state of the system for the distribution of tasks. It assumes that all servers have equal capacity and can handle an equal amount of traffic.