nerdexam
F5

303 · Question #84

An LTM Specialist needs to deploy a virtual server that will load balance traffic targeting https://register.example.com to a set of three web servers. Persistence needs to be ensured. No persistence

The correct answer is B. tcp, clientssl, http. cookie persistence. The option is wrong, it should be clientssl and serverssl. If the title requires ssl offload instead of encryption, you need clientssl instead of serverssl. irule needs HTTP profile to enable T. If the session cannot be mirrored, the cookie session remains to meet the

Installation and Configuration

Question

An LTM Specialist needs to deploy a virtual server that will load balance traffic targeting https://register.example.com to a set of three web servers. Persistence needs to be ensured. No persistence mirroring is allowed SSL offloading is required. A fourth web server with fewer resources will be used to handle requests from engine bots to https://register.example.comvrobots.txt by an iRule. The (Rule will use the HTTP_REQUEST event. What are the required profile and persistence settings to implement this

Options

  • Atcp. dientssl, hup, source address persistence
  • Btcp, clientssl, http. cookie persistence
  • Ctcp, clientssl, serverssl, ssl persistence
  • Dtcp, clientssl, http, serverssl cookie persistence

How the community answered

(38 responses)
  • A
    16% (6)
  • B
    76% (29)
  • C
    5% (2)
  • D
    3% (1)

Explanation

The option is wrong, it should be clientssl and serverssl. If the title requires ssl offload instead of encryption, you need clientssl instead of serverssl. irule needs HTTP profile to enable T. If the session cannot be mirrored, the cookie session remains to meet the

Topics

#SSL offloading#cookie persistence#load balancing#iRule

Community Discussion

No community discussion yet for this question.

Full 303 Practice