SK0-005 · Question #215
SK0-005 Question #215: Real Exam Question with Answer & Explanation
The correct answer is A: Round robin. 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.
Question
A developer is creating a web application that will contain five web nodes. The developer's main goal is to ensure the application is always available to the end users. Which of the following should the developer use when designing the web application?
Options
- ARound robin
- BLink aggregation
- CNetwork address translation
- DBridged networking
Explanation
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.
Topics
Community Discussion
No community discussion yet for this question.