セキュリティ管理者が新しい Web サーバーをインストールしました。管理者は、別のサーバーのリソースが枯渇したため、アプリケーションの容量を増やすためにこれを実行しました。各サーバーの接続数を半分に分割するには、管理者は次のアルゴリズムのうちどれを使用する必要がありますか?
正解:C
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.