nerdexam
F5

101 · Question #488

The administrator wants client request to be directed to the same pool member through the session based on the client IP address. Which persistence method should the administrator choose?

The correct answer is D. Source address affinity persistence. Source address affinity persistence directs client requests to the same pool member based on the client's source IP address, ensuring IP-based session stickiness.

Section 3: Load Balancing and High Availability Basics

Question

The administrator wants client request to be directed to the same pool member through the session based on the client IP address. Which persistence method should the administrator choose?

Options

  • ASSL persistence
  • Bdestination address affinity persistence
  • Ccookie persistence
  • DSource address affinity persistence

How the community answered

(52 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    4% (2)
  • D
    92% (48)

Why each option

Source address affinity persistence directs client requests to the same pool member based on the client's source IP address, ensuring IP-based session stickiness.

ASSL persistence

SSL persistence uses the SSL session ID as the persistence key, not the client IP address, making it unsuitable when IP-based stickiness is the requirement.

Bdestination address affinity persistence

Destination address affinity persistence routes traffic based on the destination IP address (server side), not the client's source IP.

Ccookie persistence

Cookie persistence relies on an HTTP cookie to track sessions and is not based on the client's IP address, requiring HTTP-level inspection.

DSource address affinity persistenceCorrect

Source address affinity persistence uses the client's source IP address as the session key so that all subsequent requests from the same IP are routed to the same pool member. This method operates at the network layer and is the correct choice when the requirement is IP-based session affinity regardless of the protocol or application content. It is commonly used for clients behind NAT or when cookie-based methods are unavailable.

Concept tested: BIG-IP source address affinity persistence method

Source: https://techdocs.f5.com/en-us/bigip-14-1-0/big-ip-local-traffic-management-getting-started-guide/persistence-and-virtual-servers.html

Topics

#persistence#source address affinity#session persistence#load balancing

Community Discussion

No community discussion yet for this question.

Full 101 Practice