Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does SUMI differ from TCP?

differ sumi TCP
0
Posted

How does SUMI differ from TCP?

0

SUMI’s file transfer protocol and TCP have much the same goal: reliability, guaranteed order, retransmissions. However, there are some subtle differences. Of course, SUMI’s data packets can be spoofed which is not possible with TCP. In SUMI, a client-to-server messages have high-latency. The message has to travel to the IRC server, and the IRC server has to send it to the final destination. For this reason, client-to-server acknowledgements must be minimized as much as possible; and therefore a acknowledgement mechanism similar to TCP’s own “selective acknowledgements” (see RFC2018) is used. Only the sequence numbers of missing packets are transmitted. Additionally, the window size is transmitted with each acknowledgement, implicitedly acknowledging all packets not listed as successfully received. SUMI has a window, although it does not (yet) “slide” as TCP’s does. Fortunately, the server-to-client channel has about the same bandwidth and latency as it would with TCP. In this regard, S

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123