What does a '502 Bad Gateway' HTTP status code return imply about a web link connection state? MCQ with Answer and Explanation

What does a '502 Bad Gateway' HTTP status code return imply about a web link connection state?
A. One server on the internet received an invalid response from another edge server it accessed while attempting to fulfill the request.
B. The user's computer network cable is unplugged.
C. The client browser used an invalid or expired login session password.
D. The URL has been completely deleted and will never be recovered.
Answer: Option A
Solution (By JKSSB Mock Tests)
A 502 Bad Gateway error indicates that a gateway or proxy server on the network path received an invalid or unreadable response from the upstream backend server.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
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. Subject header
C. Received header fields
D. Attachment index tag

Correct Answer: Option C


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 #2
What is the default port for HTTPS?
A. 8080
B. 21
C. 80
D. 443

Correct Answer: Option D


Explanation:
HTTPS uses port 443 by default. Port 80 is for HTTP, 8080 is often used as alternative HTTP, and 21 is for FTP.

This question belongs to: Computer Internet and Web Technologies
Question #3
What mechanism does an online streaming video channel implement over web connections to adjust video quality dynamically on the fly based on fluctuations in a user's real-time internet bandwidth?
A. Adaptive Bitrate Streaming (ABS)
B. Altering local hardware DNS settings dynamically
C. Static FTP file compression adjustments
D. Running outbound SMTP mail transport routines

Correct Answer: Option A


Explanation:
Adaptive Bitrate Streaming monitors network conditions and device performance in real time, shifting between higher and lower quality video streams to prevent playback buffering.

This question belongs to: Computer Internet and Web Technologies