nerdexam
F5

201 · Question #6

How is persistence configured.

The correct answer is B. Persistence is a profile type; an appropriate profile is created and associated with virtual server.. Persistence in load balancers is primarily configured by creating specific persistence profiles and associating them with virtual servers to define session affinity behavior.

Configure Load Balancing Features

Question

How is persistence configured.

Exhibit

201 question #6 exhibit

Options

  • APersistence is an option within each pool's definition.
  • BPersistence is a profile type; an appropriate profile is created and associated with virtual server.
  • CPersistence is a global setting; once enabled, loadbalancing choices are superceded by the persistence
  • DPersistence is an option for each pool member. When a pool is defined, each member's definition includes

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    91% (48)
  • C
    6% (3)
  • D
    2% (1)

Why each option

Persistence in load balancers is primarily configured by creating specific persistence profiles and associating them with virtual servers to define session affinity behavior.

APersistence is an option within each pool's definition.

Persistence is generally not an option directly within each pool's definition, as it governs client-side session affinity before traffic is sent to a pool member.

BPersistence is a profile type; an appropriate profile is created and associated with virtual server.Correct

In most advanced load balancer systems, persistence is a configurable profile type that defines the specific persistence method and its settings. This profile is then applied to a virtual server, which acts as the entry point for client connections and applies the defined persistence logic before directing traffic to a pool.

CPersistence is a global setting; once enabled, loadbalancing choices are superceded by the persistence

Persistence is not a global setting; it is typically configured per virtual server to allow different applications to utilize distinct persistence behaviors.

DPersistence is an option for each pool member. When a pool is defined, each member's definition includes

Persistence is not configured per pool member, but rather determines which pool member is chosen for a client's subsequent connections based on the virtual server's profile.

Concept tested: Load balancer persistence configuration architecture

Source: https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/ltm-concepts-11-2-0/ltm-persistence-profiles.html

Topics

#persistence configuration#profiles#virtual server

Community Discussion

No community discussion yet for this question.

Full 201 Practice