nerdexam
F5

101 · Question #34

If a client's browser does not accept cookies, what occurs when the client connects to a virtual server using cookie persistence.

The correct answer is C. The connection request is loadbalanced to an available pool member.. When a client's browser does not accept cookies, BIG-IP cannot maintain cookie persistence and falls back to standard load balancing for that connection.

Section 5: Application Delivery Basics

Question

If a client's browser does not accept cookies, what occurs when the client connects to a virtual server using cookie persistence.

Options

  • AThe connection request is not processed.
  • BThe connection request is sent to an pology.server.The connection request is sent to
  • CThe connection request is loadbalanced to an available pool member.
  • DThe connection request is refused and the client is sent a "server not available" message.

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    15% (4)
  • C
    74% (20)
  • D
    4% (1)

Why each option

When a client's browser does not accept cookies, BIG-IP cannot maintain cookie persistence and falls back to standard load balancing for that connection.

AThe connection request is not processed.

The connection request is still processed by BIG-IP; the inability to set a cookie only affects session persistence, not whether the request is accepted and forwarded.

BThe connection request is sent to an pology.server.The connection request is sent to

BIG-IP does not redirect the request to an apology server when cookies are unavailable - it handles the connection normally through load balancing.

CThe connection request is loadbalanced to an available pool member.Correct

If a client refuses cookies, the BIG-IP system has no way to store or read a persistence record for that client, so it treats the connection as a new session with no persistence in effect. The request is then distributed to an available pool member using the configured load balancing algorithm, just as it would be without any persistence profile.

DThe connection request is refused and the client is sent a "server not available" message.

BIG-IP does not refuse the connection or return an error message when a client does not accept cookies; the request proceeds without persistence.

Concept tested: F5 cookie persistence fallback to load balancing

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

Topics

#cookie persistence#browser cookies#load balancing fallback

Community Discussion

No community discussion yet for this question.

Full 101 Practice