Non Persistent HTTP

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

a. Non Persistent HTTP connection is also called as HTTP keep-alive.
b. All the requests and responses between client and server can be sent over the same connection.
c. Non persistent uses HTTP version 2.0
d. All of the above

ANSWER: All the requests and responses between client and server can be sent over the same connection.
 

    Discussion

  • Prajakta Pandit   -Posted on 15 Oct 15
    Nonpersistent HTTP :

          - A nonpersistent connection is the one that is closed after the server sends the requested object to the client.

          - All the request and response between the same client and server can be sent over the same network.

          - The connection is used exactly for one request and one response.

          - Nonpersistent connections are the default mode for HTTP version 1.0.

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.)