Server crash = How does a TCP/IP (and the browser-client) behave after this?

Posted by jens on Stack Overflow See other posts from Stack Overflow or by jens
Published on 2011-01-06T03:44:54Z Indexed on 2011/01/06 3:54 UTC
Read the original article Hit count: 296

Filed under:
|
|

Hello Experts,

i would be thankfull for an explanation what happens with HTTP(TCP/IP) transmissions when the server crashes unexpectedly, how does the client Browser (Firefox / IE) handle this event.

What happens in the following two standard cases:

Clients-actively sends data: The TCP/IP Connection has been estableshed and the Client (Web-Browser) is Sending a POST Request with some data and in the middle of the process of sending the server crashes. What does this mean for the client? As far as I know TCP/IP does not "acknowledge" a send data-package so the client does not know that the server crashed. How will the client behave? (Firefox and Internet Explorer)?

The Server is actively sending data: As above the tcp/ip connection has been established and the Server is sending a large website to the client (browser). In the middle of the sending-process the server crashes, so no futher packets are sent. How does the client browser react to this event (Firefox and Interne Expolrer)

Thank you very much!! Jens

© Stack Overflow or respective owner

Related posts about http

Related posts about browser