1.

How will the HTTP GET request be sent from the browser?(a) Remote server(b) Local server(c) By itself(d) Standby ServerThe question was posed to me by my school teacher while I was bunking the class.This question is from Browser Parsing and Rendering in division Graphics and Rendering of JavaScript

Answer»

Right option is (a) Remote server

Explanation: The two most common methods of http are GET and post. Once the TCP/IP CONNECTION has been established, the browser sends an HTTP GET request over the connection to the remote server. The remote server FINDS the resource and returns it in an HTTP Response, the STATUS of which is 200 to indicate a good response.



Discussion

No Comment Found

Related InterviewSolutions