Refer to the exhibit.
The decoded TCPDump capture is a trace of a failing health monitor. The health monitor is sending the
string shown in the capture; however, the server response is NOT as expected. The receive string is set to
‘SERVER IS UP’.
What is the solution?

A.
The GET request Host header field requires a host name.
B.
Incorrect syntax in send string. ‘HTTP/1.1’ should be ‘HTTP1.1’.
C.
The /test_page.html does NOT exist on the web server and should be added.
D.
Incorrect syntax in send string. ‘Connection: Close’ should be ‘Connection: Open’.