Section 23.8: Simple two-party transmission with guaranteed delivery (Frame 2)                     [prev][home][next]

First, the sender, S, breaks the file into more or less equal sized chunks and encapsulates them into a packet. It also attaches sequence numbers to these chunks, usually starting with 0 or 1, so that the receiver can discover what order they should be in. Fig. 23.8.1 shows the transmission of the file if everything goes okay.


Fig. 23.8.1: Transmission of a reliable bit or byte stream over a
connection oriented protocol