【多选题】Server load balancing (SLB) is the process of deciding to which server a load-balancing device should send a client request for service. Which predictors are supported on ACE in order to select the be...
A.
Hash address: Selects the server by using a hash value based on either the source or destination IP address, or both
B.
Hash URL: Selects the server by using a hash value based on the requested URL
C.
Hash MAC.Selects the server by using a hash value based on either the source or destination MAC address, or both
D.
Hash header: Selects the server by using a hash value based on the HTTP header name
E.
Hash IP: Selects the server using a hash value based on the IP address
【多选题】In a shared server configuration, which two describe the actions that the listener can take to service a client request?()
A.
The listener hands the connection request directly to a dispatcher.
B.
A dedicated server inherits the connection request from the listener.
C.
The client connects to a dedicated server directly using a protocol address provided by the listener.
D.
The application initiating the session spawns a dedicated server process for the connection request.
E.
The listener issues a redirect message to the client, containing the protocol address of a dispatcher. The client then terminates the network session to the listener and establishes a network session to the dispatcher, using the network address provided in the redirect message.