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.
WHOIS रेट लिमिटिंग [[registry-operator|रजिस्ट्री ऑपरेटर]] और [[registrar|रजिस्ट्रार]] द्वारा लागू एक एंटी-एब्यूज उपाय है जो एकल IP पते या क्लाइंट द्वारा एक निश्चित समय विंडो के भीतर किए जा सकने वाले [[whois|WHOIS]] क्वेरी की संख्या को प्रतिबंधित करता है। बिना रेट लिमिटिंग के, स्वचालित स्क्रेपर स्पैम कैंपेन के लिए थोक में रजिस्ट्रेंट संपर्क डेटा एकत्र कर सकते हैं। WHOIS की जगह लेने वाला [[rdap|RDAP]] प्रोटोकॉल प्रोटोकॉल स्तर पर रेट-लिमिटिंग समर्थन को शामिल करता है। Verisign का .com WHOIS सर्वर प्रति IP प्रति घंटे लगभग 1,000 क्वेरी की सीमा लागू करता है।
उदाहरण
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.