
Answer-first summary for fast verification
Answer: Set session persistence to Client IP
The correct answer is B. Setting session persistence to Client IP ensures that traffic from the same client IP is routed to the same backend instance. This configuration is necessary to ensure that visitors are consistently serviced by the same web server across multiple requests.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
With 5 Windows Server 2016 VMs configured as web servers and an Azure load balancer named LB1, how do you ensure session persistence for the same web server across requests?
A
Disable Floating IP (direct server return)
B
Set session persistence to Client IP
C
Change protocol to UDP
D
Set Idle Time-out to 20 minutes