📝 Question
#1930
The default connection type used by HTTP is _________
✓
Correct Answer
C. Can be either persistent or non-persistent depending on connection request
💡
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.
⌨️ Press
A
B
C
D
to select