domain-name-system – 查询DNS通常有速率限制吗?

前端之家收集整理的这篇文章主要介绍了domain-name-system – 查询DNS通常有速率限制吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
查询DNS通常有速率限制吗?如果我想询问8.8.8.8大约30k的查询,我必须多慢地提出请求以免造成或遇到麻烦?

搜索了dns查询的速率限制,但我没有找到任何相关的结果.

解决方法

谷歌确实对其DNS服务器进行了响应速率限制.

你可以在这里看到他们的完整信息:https://developers.google.com/speed/public-dns/docs/security#rate_limit

Google Public DNS implements two kinds of rate control:

  • Rate control of outgoing requests to other nameservers. To protect other DNS nameservers against DoS attacks that could be launched from
    our resolver servers,Google Public DNS enforces per-nameserver QPS
    limits on outgoing requests from each serving cluster.
  • Rate control of outgoing responses to clients. To protect any other systems against amplification and traditional distributed DoS (botnet)
    attacks that could be launched from our resolver servers,Google
    Public DNS performs two types of rate limiting on client queries: To
    protect against traditional volume-based attacks,each server
    imposes per-client-IP QPS and average bandwidth limits.
    To guard against amplification attacks,in which large responses to small queries are exploited,each server enforces a
    per-client-IP maximum average amplification factor. The average
    amplification factor is a configurable ratio of response-to-query
    size,determined from historical traffic patterns observed in our
    server logs.

    If queries from a specific source IP address exceed the maximum QPS,or exceed the average bandwidth or amplification limit consistently (the occasional large response will pass),we return (small) error responses or no response at all.

原文链接:https://www.f2er.com/html/229323.html

猜你在找的HTML相关文章