Persistent HTTP protocol can send multiple objects over TCP / IP - Networking

Q.  In a connection between Client and Server, which protocol can send multiple objects over a TCP / IP?
- Published on 26 Aug 15

a. Non - Persistent HTTP
b. Persistent HTTP
c. All of the Above
d. None of the Above

ANSWER: Persistent HTTP
 

    Discussion

  • Prajakta Pandit   -Posted on 23 Oct 15

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

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

    - Persistent HTTP protocol can send multiple objects over a TCP/IP.

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