1.

The default connection type used by HTTP is _________(a) Persistent(b) Non-persistent(c) Can be either persistent or non-persistent depending on connection request(d) None of the mentioned

Answer» Correct option is (a) Persistent

To explain: By default the http connection is issued with persistent connection. In persistent connection server leaves connection open after sending response. As little as one RTT (Time for a small packet to travel from client to server and back) is required for all referenced objects.


Discussion

No Comment Found

Related InterviewSolutions