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 above

Correct Answer :   Persistent


Explanation : 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.