
Answer-first summary for fast verification
Answer: Determine the configuration for client IP-based session persistence.
The correct answer is D: 'Session persistence to Client IP'. This configuration ensures that traffic from the same client IP is consistently routed to the same backend instance, thus providing session persistence needed for the visitors to be serviced by the same web server for each request. This is crucial for web applications that require a continuous session state for users, such as shopping carts or user profiles.
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 server allocation for client requests?
A
Select the configuration for session persistence based on client IP protocol.
B
Choose the option to eliminate session persistence.
C
Specify the setting to prevent direct server return.
D
Determine the configuration for client IP-based session persistence.
No comments yet.