1.

Why are HTTP redirects significant?(a) TCP connection available(b) Complete roundtrip absent(c) Complete roundtrip present(d) TCP connection not availableThis question was addressed to me in an internship interview.The question is from Performance Navigation and Memory topic in chapter Invocation and Performance Navigation of JavaScript

Answer»

Right option is (b) Complete ROUNDTRIP absent

The explanation is: 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.



Discussion

No Comment Found

Related InterviewSolutions