Since modern routers don't check the header-checksum any more to increase performance I'm wondering what my computer is doing with defective data-packets?

Further reading links appreciated.

link|improve this question
1  
It discards bad packets, and as posted below by BloodPhilia, it requests the same packet again and again until it gets a good one. – Moab Jan 31 '11 at 22:04
feedback

1 Answer

up vote 2 down vote accepted

It requests the data packet again. Wikipedia has a nice article that explains the workings of the TCP (Transmission Control Protocol). This protocol makes sure that lost (or damaged) data packages are intercepted and a packet repeat is then requested. http://en.wikipedia.org/wiki/Transmission_Control_Protocol#Data_transfer

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.