200-201 · Question #92
Refer to the exhibit. What does the message indicate?
The correct answer is C. a successful access attempt was made to retrieve the root of the website. The message indicates a successful access attempt to retrieve the web server's root directory, typically represented by a 'GET /' request with a 200 OK status.
Question
Refer to the exhibit. What does the message indicate?
Options
- Aan access attempt was made from the Mosaic web browser
- Ba successful access attempt was made to retrieve the password file
- Ca successful access attempt was made to retrieve the root of the website
- Da denied access attempt was made to retrieve the password file
How the community answered
(41 responses)- A2% (1)
- B7% (3)
- C76% (31)
- D15% (6)
Why each option
The message indicates a successful access attempt to retrieve the web server's root directory, typically represented by a 'GET /' request with a 200 OK status.
While a User-Agent string in the log might indicate the browser, the primary message typically conveys the access attempt's target and outcome, not solely the browser.
Accessing a 'password file' would usually involve a specific file path (e.g., /etc/passwd) and would likely be a more critical event than a general root directory access.
A typical web server log entry showing a 'GET /' request followed by a '200 OK' status code signifies that a client successfully accessed the root directory of the website. This confirms the request was processed and the content was delivered without issues.
A 'denied access attempt' would be indicated by an HTTP error status code, such as 401 (Unauthorized) or 403 (Forbidden), not a successful '200 OK' status.
Concept tested: Web server log interpretation
Source: https://learn.microsoft.com/en-us/iis/manage/provisioning-and-managing-iis/configure-logging-for-iis
Topics
Community Discussion
No community discussion yet for this question.