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-protocol/" 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-protocol/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/whois-protocol/)
Use the native HTML custom element.
WHOIS 프로토콜(RFC 3912)은 TCP 포트 43을 통해 도메인 이름, IP 주소, 자율 시스템에 대한 등록 데이터를 제공하는 쿼리-응답 프로토콜입니다. 원래 평문이고 비인증 방식인 WHOIS는 구조화된 접근 제어 조회를 위한 [[rdap|RDAP]]에 의해 대부분 대체되었습니다. 2018년 이후 GDPR로 인한 삭제로 WHOIS 응답에서 표시되는 개인 데이터가 크게 줄었으며, [[icann|ICANN]]의 SSAD 프레임워크가 비공개 데이터에 대한 접근을 관리합니다.
예시
Running `whois example.com` on the command line queries a WHOIS server on port 43 and returns registration information in unstructured plain text.