Computer Hacking Forensic Investigator (CHFI v10) — Question 515

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

Answer options

Correct answer: B

Explanation

The correct answer is 404, which specifically indicates that the requested resource could not be found on the server. Option A (202) signifies that the request has been accepted for processing but not yet completed. Option C (606) is not a standard HTTP status code, and option D (999) is also not a recognized HTTP status code, making them incorrect.