
Answer-first summary for fast verification
Answer: Configure session persistence to Client IP and protocol
The correct answer is 'A: Configure session persistence to Client IP and protocol'. Session persistence, also known as sticky sessions, ensures that client requests are always directed to the same server during a session. This is particularly important for web applications that rely on session-based state information. By configuring session persistence to Client IP and protocol, the load balancer will direct requests from the same client to the same backend server, providing a consistent experience for the user.
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
Configure session persistence to Client IP and protocol
B
Set protocol to UDP
C
Disable floating IP (direct server return)
D
Set session persistence to None
No comments yet.