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?
Explanation:
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.