What does a '504 Gateway Timeout' HTTP status code tell a web user? MCQ with Answer and Explanation

What does a '504 Gateway Timeout' HTTP status code tell a web user?
A. The digital SSL identity certificate has completely expired.
B. The server, while acting as a gateway or proxy, did not receive a timely response from the upstream backend server to complete the request.
C. The browser cache folder space has run out of local memory storage.
D. The user entered an unapproved domain string value inside the search engine interface.
Answer: Option B
Solution (By JKSSB Mock Tests)
A 504 status code means that an intermediate proxy or gateway server timed out while waiting for a response from an internal upstream server during a request loop.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a method to improve website loading speed?
A. Minification of CSS and JavaScript
B. Using a CDN
C. All of the above
D. Browser caching

Correct Answer: Option C


Explanation:
Minification reduces file sizes, CDNs distribute content, and browser caching stores resources locally, all of which improve loading speed.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific email header field identifies the chain of server hosts that routed a message from origin to its final endpoint mailbox destination?
A. Content-Type statement
B. Received header fields
C. Subject header
D. Attachment index tag

Correct Answer: Option B


Explanation:
The 'Received' lines in an email header record each mail server node that processed and passed the message along, aiding in source verification.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a popular web server developed by Microsoft?
A. Tomcat
B. Nginx
C. Apache
D. IIS

Correct Answer: Option D


Explanation:
IIS (Internet Information Services) is a web server developed by Microsoft for Windows servers.

This question belongs to: Computer Internet and Web Technologies