F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 80

An LTM Specialist has a OneConnect profile and HTTP profile configured on a virtual server to load balance an HTTP application.
The following HTTP headers are seen in a network trace when a client connects to the virtual server:
Clientside:

GET / HTTP/1.1 -

Host: 192.168.136.100 -

User-Agent: Mozilla/5.0 -
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-EncodinG. gzip, deflate -

Connection: keep-alive -
Serverside:

HTTP/1.1 200 OK -

DatE. 5 Jun 1989 17:06:55 GMT -
Server: Apache/2.2.14 (Ubuntu)

Vary: Accept-Encoding -

Content-EncodinG. gzip -

Content-LengtH. 3729 -

X-Cnection: close -

Content-TypE. text/html -
The LTM Specialist notices the OneConnect feature is working incorrectly.
Why is OneConnect functioning incorrectly?

Answer options

Correct answer: D

Explanation

The correct answer is D because OneConnect requires the server to maintain persistent connections using HTTP keep-alive. If the server does not support this, it cannot handle multiple requests from the same client efficiently. Options A, B, and C do not address the server's capabilities, which are crucial for OneConnect to function correctly.