
Answer-first summary for fast verification
Answer: Configure session persistence to Client IP and protocol
The correct answer is A. Configuring session persistence to Client IP and protocol ensures that successive requests from the same client IP address and protocol combination will be handled by the same virtual machine. This is useful for scenarios where it's important for a client to maintain a session with a specific server, such as for user sessions on a web server. The other options do not address the requirement to ensure that visitors are consistently serviced by the same web server for each request.
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 session persistence to None
C
Enable Floating IP (direct server return)
D
Change the protocol to UDP
No comments yet.