Pembatasan Laju WHOIS
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/whois-rate-limiting/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/whois-rate-limiting/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/whois-rate-limiting/)
Use the native HTML custom element.
Pembatasan laju WHOIS adalah langkah anti-penyalahgunaan yang diterapkan oleh [[registry-operator|operator registry]] dan [[registrar|registrar]] yang membatasi jumlah kueri [[whois|WHOIS]] yang dapat dilakukan oleh satu alamat IP atau klien dalam jendela waktu tertentu. Tanpa pembatasan laju, scraper otomatis dapat memanen data kontak registran secara massal untuk kampanye spam. Protokol [[rdap|RDAP]] yang menggantikan WHOIS di banyak konteks mendukung pembatasan laju di tingkat protokol dan memungkinkan respons berbeda untuk pengguna yang terautentikasi maupun anonim. Server WHOIS Verisign untuk .com memberlakukan batas sekitar 1.000 kueri per jam per IP.
Contoh
A domain research tool that submits more than a few hundred .com WHOIS queries per hour from the same IP will receive HTTP 429 or connection refusals from Verisign's WHOIS server; the tool must rotate IPs or implement backoff to continue operating.