TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Direct Server Response is a cure for DDoS. Why is it not used?

1 点作者 truetraveller超过 2 年前
From the Google handbook:<p>&gt;If user requests are small and replies are large (e.g., most HTTP requests), DSR provides tremendous savings, because only a small fraction of traffic need traverse the load balancer. Even better, DSR does not require us to keep state on the load balancer device. See https:&#x2F;&#x2F;sre.google&#x2F;sre-book&#x2F;load-balancing-frontend&#x2F;<p>Seems too good to be true. How can I implement DSR? Can I do so on EC2 &#x2F; DigitalOcean, perhaps with floating ip addreses? Or, do I need physical hardware? Tried Googling, but there&#x27;s very little info on how to actually implement DSR.

1 comment

throwaway888abc超过 2 年前
<a href="https:&#x2F;&#x2F;www.haproxy.com&#x2F;blog&#x2F;layer-4-load-balancing-direct-server-return-mode&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.haproxy.com&#x2F;blog&#x2F;layer-4-load-balancing-direct-s...</a>