
Answer-first summary for fast verification
Answer: Set session persistence to Client IP
The correct option is B: Set session persistence to Client IP. Session persistence ensures that all requests from a client are sent to the same backend server, maintaining the session state necessary for applications such as web applications requiring authentication or maintaining shopping carts.
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 session persistence for visitors across requests?
A
Enable 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
No comments yet.