DNS 루트 서버
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/dns-root-server/" 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/dns-root-server/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-root-server/)
Use the native HTML custom element.
DNS 루트 서버는 [[dns|DNS]] 계층 구조의 최상위 [[nameserver|네임서버]]로, [[tld|TLD]] 네임서버의 위치에 관한 쿼리에 응답하는 역할을 합니다. 논리적으로 A부터 M까지 13개의 루트 서버 주소가 있으며, 각각 다른 기관이 운영하고 [[anycast|애니캐스트]] 라우팅을 통해 전 세계 수백 곳의 물리적 위치에서 접근 가능합니다. ICANN이 관리하는 [[iana|IANA]] 루트 존 데이터베이스는 각 TLD에 대해 어느 네임서버가 권한을 갖는지 정의하며, 루트 서버는 이 [[root-zone|루트 존]] 데이터를 제공합니다. [[recursive-dns|재귀 리졸버]]가 캐시에 없는 이름을 만나면 먼저 루트 서버에 접속하여 담당 TLD 서버를 찾습니다.
예시
The 13 root server identities (a.root-servers.net through m.root-servers.net) collectively handle billions of queries daily; F-root alone operates 200+ nodes, none of which share a single point of failure thanks to anycast.