ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 181 - AZ-104 discussion

Report
Export

You have five Azure virtual machines that run Windows Server 2016. The virtual machines are configured as web servers.

You have an Azure load balancer named LB1 that provides load balancing services for the virtual machines.

You need to ensure that visitors are serviced by the same web server for each request.

What should you configure?

A.
Floating IP (direct server return) to Enabled
Answers
A.
Floating IP (direct server return) to Enabled
B.
Idle Time-out (minutes) to 20
Answers
B.
Idle Time-out (minutes) to 20
C.
Protocol to UDP
Answers
C.
Protocol to UDP
D.
Session persistence to Client IP and Protocol
Answers
D.
Session persistence to Client IP and Protocol
Suggested answer: D

Explanation:

With Sticky Sessions when a client starts a session on one of your web servers, session stays on that specific server. To configure An Azure Load-Balancer For Sticky Sessions set Session persistence to Client IP or to Client IP and protocol.

On the following image you can see sticky session configuration:

Note:

ß Client IP and protocol specifies that successive requests from the same client IP address and protocol combination will be handled by the same virtual machine.

ß Client IP specifies that successive requests from the same client IP address will be handled by the same virtual machine.

Reference:

https://cloudopszone.com/configure-azure-load-balancer-for-sticky-sessions/

asked 26/09/2024
Tarun Sharma
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first