301b Exam QuestionsBrowse all questions from this exam

301b Exam - Question 156


-- Exhibit

-- Exhibit --

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?

Show Answer
Correct Answer: C

The server's response shows a '404 Not Found' error, indicating that the requested resource '/test_page.html' does not exist on the web server. To resolve this, the '/test_page.html' needs to be added to the server so that the health monitor can receive the expected 'SERVER IS UP' response.

Discussion

1 comment
Sign in to comment
GVKDOption: C
Feb 13, 2024

C - Correct Server returns 404 Not Found error.