nerdexam
EC-Council

312-49 · Question #383

When reviewing web logs, you see an entry for resource not found in the HTTP status code filed. What is the actual error code that you would see in the log for resource not found?

The correct answer is B. 404. HTTP status code 404 (Not Found) is the standard response code a web server returns when the requested resource cannot be located. It is one of the most recognizable HTTP error codes. For context: 202 means 'Accepted,' 505 means 'HTTP Version Not Supported,' and 909 is not a…

Submitted by jordan8· Apr 18, 2026Network Forensics

Question

When reviewing web logs, you see an entry for resource not found in the HTTP status code filed. What is the actual error code that you would see in the log for resource not found?

Options

  • A202
  • B404
  • C505
  • D909

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    91% (29)
  • C
    3% (1)

Explanation

HTTP status code 404 (Not Found) is the standard response code a web server returns when the requested resource cannot be located. It is one of the most recognizable HTTP error codes. For context: 202 means 'Accepted,' 505 means 'HTTP Version Not Supported,' and 909 is not a valid HTTP status code. Web server logs record these codes in the status field, making 404 the definitive indicator that a resource was not found.

Topics

#HTTP status codes#Web logs#Log analysis#Network protocols

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice