nerdexam
F5

101 · Question #630

A BIG-IP Administrator needs to make sure that requests from a single user are directed to the server that was initially selected (unless that server is marked down). What should the administrator con

The correct answer is C. persistence profile. A persistence profile on F5 BIG-IP ensures that subsequent requests from the same client are directed to the same pool member, maintaining session continuity.

Section 3: Load Balancing and High Availability Basics

Question

A BIG-IP Administrator needs to make sure that requests from a single user are directed to the server that was initially selected (unless that server is marked down). What should the administrator configure?

Options

  • Acaching profile
  • BTCP profile
  • Cpersistence profile
  • Dsecurity policy

How the community answered

(27 responses)
  • B
    4% (1)
  • C
    93% (25)
  • D
    4% (1)

Why each option

A persistence profile on F5 BIG-IP ensures that subsequent requests from the same client are directed to the same pool member, maintaining session continuity.

Acaching profile

A caching profile stores and serves static content to reduce server load, but it does not control which server a request is routed to.

BTCP profile

A TCP profile configures transport-layer connection behavior such as timeouts and buffer sizes, not session stickiness or server selection.

Cpersistence profileCorrect

A persistence profile tracks client connections using methods such as source IP or cookie insertion and forwards repeat requests to the same pool member that handled the initial connection. This is the core mechanism for session persistence on BIG-IP, ensuring stateful applications function correctly. Without it, load balancing would distribute each request independently, potentially breaking session-dependent workflows.

Dsecurity policy

A security policy enforces access control and application firewall rules, not the routing of requests to a specific backend server.

Concept tested: F5 BIG-IP session persistence profile configuration

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

Topics

#persistence profile#session persistence#BIG-IP#load balancing

Community Discussion

No community discussion yet for this question.

Full 101 Practice