
Answer-first summary for fast verification
Answer: Set session persistence to Client IP
The correct answer is C: Set session persistence to Client IP. This ensures that requests from the same client IP are always directed to the same backend server, providing consistent service. Azure Load Balancer uses session persistence (also known as sticky sessions) to achieve this. By setting the session persistence to Client IP, the same web server will handle successive requests from the same client IP address.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
With 5 Windows Server 2016 VMs configured as web servers and an Azure load balancer named LB1, how do you ensure consistent web server assignment for visitor requests?
A
Disable session persistence
B
Implement health probes
C
Set session persistence to Client IP
D
Configure a 20-minute idle timeout
No comments yet.