TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Homa Network Protocol

115 pointsby harporoeder5 months ago

5 comments

wmf5 months ago
Various previous discussions:<p>It&#x27;s time to replace TCP in the datacenter position paper <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33401480">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33401480</a> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42168997">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42168997</a><p>Review of Homa protocol <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28204808">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28204808</a><p>Review of Linux implementation of Homa <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28440542">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28440542</a><p>TCP vs. RPC part 1 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871670">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871670</a> part 2 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871710">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34871710</a> part 3 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35228716">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35228716</a>
sesm5 months ago
For broader context: SCTP is already in the kernel, solves many of the same issues and has been used in mobile core networks for decades.
评论 #42554799 未加载
评论 #42555139 未加载
评论 #42554699 未加载
评论 #42554710 未加载
meltyness5 months ago
Without regard to the detailed background, design or analysis, the approach of plucking a concern out of the Network&#x2F;Data Link layer (prioritization &#x2F; QoS) and moving it up to the Transport is a remarkably simple &#x2F; clever start.<p>At least that&#x27;s how I picture the start of the study of such a design.
评论 #42553889 未加载
mongol5 months ago
What is going on in a datacenter that motivates a protocol like this? I admit I am ignorarant. Is it for internal allocation, say traffic between Kubernetes nodes, this is envisioned?
评论 #42557484 未加载
pclmulqdq5 months ago
Is anyone actually using Homa? I have heard that it has a few fundamental issues as described in the paper, and many people who want what Homa offers are using their own thing.