nerdexam
Fortinet

NSE4 · Question #261

When configuring a server load balanced virtual IP, which of the following is the best distribution algorithm to be used in applications where the same physical destination server must be maintained…

The correct answer is A. Static. For applications requiring session persistence, the Static distribution algorithm is the optimal choice as it ensures clients consistently connect to the same backend server.

Submitted by anna_se· Apr 18, 2026FortiGate Deployment and System Configuration

Question

When configuring a server load balanced virtual IP, which of the following is the best distribution algorithm to be used in applications where the same physical destination server must be maintained between sessions?

Options

  • AStatic
  • BRound robin
  • CWeighted round robin
  • DLeast connected

How the community answered

(28 responses)
  • A
    93% (26)
  • C
    4% (1)
  • D
    4% (1)

Why each option

For applications requiring session persistence, the Static distribution algorithm is the optimal choice as it ensures clients consistently connect to the same backend server.

AStaticCorrect

The Static distribution algorithm, often implemented through mechanisms like source IP hashing, ensures that once a client establishes a session with a server, all subsequent requests from that client are consistently routed to the same physical server, which is essential for maintaining application state across sessions.

BRound robin

Round robin distributes traffic sequentially without maintaining session affinity.

CWeighted round robin

Weighted round robin distributes traffic based on server weights in a sequential manner, also without maintaining session affinity.

DLeast connected

Least connected directs new connections to the server with the fewest active connections, which does not guarantee session persistence.

Concept tested: Server Load Balancing Session Persistence

Source: https://docs.fortinet.com/document/fortigate/7.4.0/administration-guide/469493/load-balancing-methods

Topics

#server load balancing#virtual IP#session persistence#static distribution

Community Discussion

No community discussion yet for this question.

Full NSE4 Practice