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]] 쿼리 수를 제한합니다. 속도 제한이 없으면 자동화된 스크레이퍼가 스팸 캠페인이나 경쟁 정보를 위해 등록자 연락처 데이터를 대량으로 수집할 수 있습니다. [[rdap|RDAP]] 프로토콜은 많은 맥락에서 WHOIS를 대체하면서 프로토콜 수준에서 속도 제한 지원을 내장하고 있으며 인증된 사용자와 익명 사용자에 대한 차별화된 응답이 가능합니다. 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.