nerdexam
F5

101 · Question #74

Which persistence method will always recognize a client when the client returns to the same virtual server?

The correct answer is D. No persistence method work in all situations.. Every BIG-IP persistence method has inherent technical limitations that prevent it from reliably recognizing every client in every scenario.

Section 3: Load Balancing and High Availability Basics

Question

Which persistence method will always recognize a client when the client returns to the same virtual server?

Options

  • ASSL
  • BMSRDP
  • Cexpression [universal]
  • DNo persistence method work in all situations.
  • Esource address

How the community answered

(17 responses)
  • A
    12% (2)
  • B
    6% (1)
  • D
    76% (13)
  • E
    6% (1)

Why each option

Every BIG-IP persistence method has inherent technical limitations that prevent it from reliably recognizing every client in every scenario.

ASSL

SSL persistence tracks clients by SSL session ID, which changes when a session expires or a client reconnects, causing the persistence record to be lost.

BMSRDP

MSRDP persistence is protocol-specific and only functions with Microsoft Remote Desktop Protocol traffic, making it useless for any other connection type.

Cexpression [universal]

Expression (universal) persistence relies on a user-defined iRule expression to generate a persistence key, but the required data element may not always be present in every client request.

DNo persistence method work in all situations.Correct

No single persistence method is universally reliable because each depends on a specific data element being consistently present. Source address persistence fails when clients share a NAT IP. SSL persistence fails when SSL sessions expire. Cookie persistence fails when cookies are blocked. Universal/expression persistence fails if the matched expression value is absent or changes between requests.

Esource address

Source address persistence fails when multiple clients share a single external IP address via NAT, routing all of those distinct clients to the same pool member regardless of their identity.

Concept tested: BIG-IP persistence method limitations and reliability

Source: https://techdocs.f5.com/en-us/bigip-17-1-0/big-ip-local-traffic-management-profiles-reference/persistence-profiles.html

Topics

#persistence#source address affinity#SSL persistence#universal persistence

Community Discussion

No community discussion yet for this question.

Full 101 Practice