Exam 301b All QuestionsBrowse all questions from this exam
Question 165

-- Exhibit

-- Exhibit --

Refer to the exhibit.

An LTM Specialist is troubleshooting an HTTP monitor that is marking a pool member as down. Connecting to the pool member directly through a browser shows the application is up and functioning correctly.

How should the send string be modified to correct this issue?

    Correct Answer: B

    The correct send string for an HTTP monitor should include the HTTP version in the request. The send string 'GET / HTTP/1.0 ' specifies that the request should be made using HTTP/1.0, which is a standard and correct format for an HTTP request. Without specifying the HTTP version, the server may not understand the request correctly, leading to the pool member being marked as down. Including 'HTTP/1.0' ensures that the request is properly formatted and understood by the server.

Discussion
GVKDOption: B

B - Correct