Exam 101 All QuestionsBrowse all questions from this exam
Question 58

A virtual server is defined per the charts. The last five client connections were to members C, D, A, B, B. Given the conditions shown in the above graphic, if a client with IP address 205.12.45.52 opens a connection to the virtual server, which member will be used for the connection?

    Correct Answer: E

    The virtual server uses the Least Connections load balancing method, which chooses the member with the fewest active connections. Among the available members, E (172.16.20.5:80) has the least number of current connections at 18, compared to B and D, which have 42 and 22 connections respectively. Therefore, the member used for the connection will be E.

Discussion
kokodokoOption: E

The load balancing method is Least Connections, which choose the member that has the least number of active connections. In this case, I think the true answer is E, because this member has least number of current connections.

dkuboOption: D

The priority group is set to less than 2. The status shows that A and C are unavailable, so the packet is forwarded to B and D. Comparing these two, D is the one with the Least Connections.

KZM

Could you please explain to me why option "E" is excluded in comparison?

juantronOption: D

D, as dkubo says, because "less than 2" means you only can select two active members with higher priority.

abdelrahmanismail239

Less than means the minimum number of members that must be available in one priority group before system direct traffic to lower priority group members so I think answer Is E not D

flavioaragonOption: B

B has no priority and received only two connections? Shouldn't I get two more?