You type names like naver.com, but machines need numeric IPs. DNS is the phone book of the internet — this tool looks up its live directory entries.
DNS maps domain names to IP addresses across a distributed database. Your browser asks your ISP's DNS resolver, which chains queries through root, TLD, and authoritative name servers until the final IP is returned.
- **A record:** Maps a domain to an IPv4 address. - **AAAA record:** Maps a domain to IPv6. - **CNAME:** Alias pointing one hostname to another domain. - **MX record:** Mail server destination for the domain. - **TXT record:** Text data for verification, SPF, DKIM, and similar uses.
After you change an A record, some users still see the old site because DNS servers cache answers for the TTL (Time To Live) — often one hour to one day. Global updates complete only after cached entries expire.