Q. Why are HTTP redirects significant?

  • (A) TCP connection available
  • (B) Complete roundtrip absent
  • (C) Complete roundtrip present
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Complete roundtrip absent
Explanation: HTTP redirects are significant because they cause a complete roundtrip for each redirect. The original request is returned from the web server as either a 301 or a 302 with the path to the new location. The browser must then initialize a new TCP connection and send a new request for the new location.
Explanation by: Mr. Dubey
HTTP redirects are significant because they cause a complete roundtrip for each redirect. The original request is returned from the web server as either a 301 or a 302 with the path to the new location. The browser must then initialize a new TCP connection and send a new request for the new location.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
166
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate