nerdexam
Cisco

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.

Submitted by mike_84· Mar 6, 2026Security Monitoring

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)
  • A
    2% (1)
  • B
    7% (3)
  • C
    76% (31)
  • D
    15% (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.

Aan access attempt was made from the Mosaic web browser

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.

Ba successful access attempt was made to retrieve the password file

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.

Ca successful access attempt was made to retrieve the root of the websiteCorrect

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.

Da denied access attempt was made to retrieve the password file

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

#Web server logs#Log analysis#HTTP status codes#Access logs

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice