Detecting lost packets with TCP
TCP protocol ensures that data is not lost during transmission. It is done by receiving acknowledgement from receiving side that network packet is received and not lost. If acknowledgement is not received in specified time frame, then this packet is resend. Recipient host will figure out if data is duplicated and it will discard duplicates.
Comments
Post a Comment