What is the connection keep-alive feature of HTTP 1.1?
Answer Posted / guest
HTTP 1.1's connection keep-alive feature allows the TCP
connection between a browser and a Web server to remain open
throughout multiple HTTP requests and responses. This
significantly improves the overall performance of
browser-server communication.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is cookies in networking ?
Explain a time server?
What is a listener in networking?
What are the advantages and disadvantages of sockets?
What is network interface name?
Explain look for local ports?
What is socket in java?
What is an http server?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
Why socketutil is used?
How we can make simple java program for Server/Client Communication
What is network programming in java?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
What you know about random port?
Tell me about networking classes and interfaces.