Q3. Which of the e following error message represents bad file request?
A.502
B.404
C.503
D.401
Correct Answer: B.
Explanation:
Some of the important error messages are:
Client side:
404-not found (specified file not found on server side)
401 - unauthorized
Server side:
500 - internal server error
502 - Server overloaded
503 - service unavailable
504 - gateway timeout