Question: When an HTTP server initiates a close() at its end of a connection, it must then wait in TCP state FIN_WAIT_2 for the client to
When an HTTP server initiates a close() at its end of a connection, it must then wait in TCP state FIN_WAIT_2 for the client to close the other end. What mechanism within the TCP protocol could help an HTTP server deal with noncooperative or poorly implemented clients that do not close from their end? If possible, find out about the programming interface for this mechanism, and indicate how an HTTP server might apply it.
Step by Step Solution
3.39 Rating (155 Votes )
There are 3 Steps involved in it
One mechanism within the TCP protocol that could help an HTTP server deal with noncooperative or poo... View full answer
Get step-by-step solutions from verified subject matter experts
