nerdexam
F5

101 · Question #37

How is persistence configured.

The correct answer is B. Persistence is a profile type; an appropriate profile is created and associated with virtual server.. On F5 BIG-IP, persistence is implemented as a named profile type that an administrator creates and then associates with a virtual server, rather than a pool-level or global setting.

Section 5: Application Delivery Basics

Question

How is persistence configured.

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
  • DPersistence is an option for each pool member. When a pool is defined, each member's definition

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    95% (38)
  • D
    3% (1)

Why each option

On F5 BIG-IP, persistence is implemented as a named profile type that an administrator creates and then associates with a virtual server, rather than a pool-level or global setting.

APersistence is an option within each pool's definition.

Persistence profiles are not defined inside a pool's configuration; pools define load balancing methods and member lists, while persistence is handled at the virtual server level through a separate profile association.

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

F5 BIG-IP implements persistence methods (Source Address Affinity, Cookie, Universal, etc.) as dedicated profile types. An administrator creates a persistence profile with the desired method and parameters, then associates that profile directly with a virtual server - making persistence flexible and independently configurable per virtual server.

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

Persistence is not a global BIG-IP setting; it is scoped to individual virtual servers via profile association, allowing different virtual servers to have different or no persistence configurations.

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

Persistence is not configured per individual pool member; it is applied at the virtual server level using a persistence profile that tracks client connections across all eligible pool members.

Concept tested: F5 BIG-IP persistence profile configuration and association

Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-local-traffic-management-getting-started-with-profiles/persistence-profiles.html

Topics

#persistence configuration#persistence profiles#virtual server profile

Community Discussion

No community discussion yet for this question.

Full 101 Practice