ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 18 - SK0-005 discussion

Report
Export

Which of the following is an example of load balancing?

A.
Round robin
Answers
A.
Round robin
B.
Active-active
Answers
B.
Active-active
C.
Active-passive
Answers
C.
Active-passive
D.
Failover
Answers
D.
Failover
Suggested answer: A

Explanation:

Round robin is an example of load balancing. Load balancing is the method of distributing network traffic equally across a pool of resources that support an application. Load balancing improves application availability, scalability, security, and performance by preventing any single resource from being overloaded or unavailable. Round robin is a simple load balancing algorithm that assigns each incoming request to the next available resource in a circular order. For example, if there are three servers (A, B, C) in a load balancer pool, round robin will send the first request to server A, the second request to server B, the third request to server C, the fourth request to server A again, and so on.

Reference: https://simplicable.com/new/load-balancing

asked 02/10/2024
Alonzo M. Carr Sr.
24 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first