We need a replacement for TCP in the datacenter [pdf]
web.stanford.edu
We need a replacement for TCP in the datacenter [pdf]
1–10 of 329 posts
Re: We need a replacement for TCP in the datacenter [pdf]
#2Re: We need a replacement for TCP in the datacenter [pdf]
#3Re: We need a replacement for TCP in the datacenter [pdf]
#4I have no problem with alternates to TCP in the DC with a crossbar fabric and far less loss, seems sensible.
I wonder how it would play with QUIC and the session like behaviours now emerging.
Re: We need a replacement for TCP in the datacenter [pdf]
#5> TCP is the wrong protocol for datacenter computing.
> Every aspect of TCP’s design is wrong: there is no part worth keeping.
I cannot disagree and Ousterhout argues well.
> Homa offers an alternative that appears to solve all of TCP’s problems.
I'm well behind the curve on protocols and now I have something to learn more about.
> The best way to bring Homa into widespread usage is integrate it with the RPC frameworks that underly most large-scale datacenter applications.
More or less the case for whatever replaces TCP in a tight computing warehouse setup.
Re: We need a replacement for TCP in the datacenter [pdf]
#6Re: We need a replacement for TCP in the datacenter [pdf]
#7That said, it's an interesting read. TCP is inefficient, but that inefficiency has been patched/masked by hardware solutions.
It's nice to see that someone's still thinking about this this. I remember the days when there were tons of non-IP protocols floating around (IPX, DecNET, AppleTalk, etc). TCP/IP won, which was not an obvious thing at the time.
Re: We need a replacement for TCP in the datacenter [pdf]
#8It's interesting that everyone (including the author) talks about UDP as a lossy protocol, but it doesn't seem that UDP drops actually occur on a routine basis anywhere. The UDP-based DDOS attacks seem to prove that; if UDP really was being dropped, those DDOS attacks wouldn't be so problematic. That said, it's an interesting read. TCP is inefficient, but that inefficiency has been patched/masked by hardware solution…