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 mentionedThe question was posed to me in an internship interview.My query is from HTTP in section Application Layer of Computer Network

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