Persistent HTTP

Q.  Which of the following statements is/are not true about Persistent HTTP?
- Published on 23 Sep 15

a. TCP connection is closed after the interval timeout by the http server.
b. The new connection is established and maintained for each request object.
c. Persistent will use HTTP version 1.1.
d. None of the above

ANSWER: TCP connection is closed after the interval timeout by the http server.
 

    Discussion

  • Prajakta Pandit   -Posted on 15 Oct 15

    Persistent HTTP :

          - With persistent connections, a server leaves the TCP connection open after sending responses.

          The new connection is established and maintained for each request object.

          - The server closes the connection only when it is not used for certain configurable amount of time.

          - Persistent connections are the default mode for HTTP version 1.1.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)