nerdexam
F5

101 · Question #36

Which statement is true concerning cookie persistence.

The correct answer is A. Cookie persistence allows persistence independent of IP addresses.. Cookie persistence tracks client sessions using browser cookies rather than IP addresses, making it reliable even when clients share IPs or use dynamic addressing.

Section 5: Application Delivery Basics

Question

Which statement is true concerning cookie persistence.

Options

  • ACookie persistence allows persistence independent of IP addresses.
  • BCookie persistence allows persistence even if the data are encrypted from client to pool member.
  • CCookie persistence uses a cookie that stores the virtual server, pool name, and member IP
  • DIf a client's browser accepts cookies, cookie persistence will always cause a cookie to be written

How the community answered

(31 responses)
  • A
    87% (27)
  • B
    3% (1)
  • C
    6% (2)
  • D
    3% (1)

Why each option

Cookie persistence tracks client sessions using browser cookies rather than IP addresses, making it reliable even when clients share IPs or use dynamic addressing.

ACookie persistence allows persistence independent of IP addresses.Correct

Cookie persistence inserts a cookie into the HTTP response that encodes the assigned pool member, and subsequent requests from the client include that cookie regardless of the client's source IP address. This makes it highly effective in environments where many clients share a single IP via NAT, or where a client's IP address changes between requests, because the session binding is carried in the cookie rather than derived from network addressing.

BCookie persistence allows persistence even if the data are encrypted from client to pool member.

Cookie persistence requires the BIG-IP to inspect and inject HTTP headers; if traffic is encrypted end-to-end via SSL passthrough to the pool member, BIG-IP cannot read or modify the cookie, making persistence fail with client-to-member encryption.

CCookie persistence uses a cookie that stores the virtual server, pool name, and member IP

The BIG-IP-inserted cookie stores an encoded reference identifying the pool member, not a plain-text combination of virtual server name, pool name, and member IP address.

DIf a client's browser accepts cookies, cookie persistence will always cause a cookie to be written

A cookie is not always written - in passive cookie mode BIG-IP relies on the application server to set the cookie, and in insert mode a cookie is only generated when a new session is established, not unconditionally on every connection.

Concept tested: F5 cookie persistence IP-independent session tracking

Source: https://techdocs.f5.com/en-us/bigip-16-0-0/big-ip-local-traffic-management-basics/introduction-to-persistence.html

Topics

#cookie persistence#IP independence#persistence types

Community Discussion

No community discussion yet for this question.

Full 101 Practice