Certified SOC Analyst (CSA) — Question 81
Identify the HTTP status codes that represents the server error.
Answer options
- A. 2XX
- B. 4XX
- C. 1XX
- D. 5XX
Correct answer: D
Explanation
The correct answer is D, as the 5XX status codes specifically indicate server errors, meaning the server failed to fulfill a valid request. Options A (2XX) and C (1XX) represent successful and informational responses respectively, while B (4XX) indicates client errors, not server errors.