HTTP on TCP: Stateless Protocol on the Internet's Stateful Network
The Internet is a stateful network. Services such as connection management, congestion control, and error recovery are all made possible via the TCP protocol. When it comes to transmitting data reliably, these services are a must. In response to requ...
blog.sofwancoder.com6 min read
Ajay Chandrasekar
Network Engineer. Beginning my Journey As Engineer.
One question here !! So in general do server keep the session of the users active using keepalIve ? Or is it like clients sent all request at one go and server responds back for all and close the connection?