
Answer-first summary for fast verification
Answer: Configure session persistence to Client IP and protocol
To ensure that visitors are serviced by the same web server for each request, you need to configure session persistence. Session persistence, also known as 'sticky sessions', ensures that subsequent requests from the same client are sent to the same server. In Azure Load Balancer, you can achieve this by setting the session persistence to 'Client IP and protocol' which will tie the user session to a specific web server based on the client's IP address and protocol, thereby ensuring a consistent experience. Therefore, the correct answer is 'A'.
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 each visitor request?
A
Configure session persistence to Client IP and protocol
B
Set Idle Time-out to 20 minutes
C
Disable session persistence
D
Enable Floating IP (direct server return)
No comments yet.