開発者は、5 つの Web ノードを含む Web アプリケーションを作成しています。開発者の主な目標は、エンド ユーザーがアプリケーションを常に利用できるようにすることです。開発者が Web アプリケーションを設計するときに使用する必要があるのは次のうちどれですか?
正解:A
Round robin is a load balancing technique that distributes requests among multiple web nodes in a circular order. It ensures that each web node receives an equal amount of requests and improves the availability and performance of the web application. Verified References: [Round robin], [Load balancing]