惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Attack and Defense Labs
Attack and Defense Labs
S
Secure Thoughts
V2EX - 技术
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Cloudbric
Cloudbric
Google Online Security Blog
Google Online Security Blog
Schneier on Security
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Help Net Security
Help Net Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
L
Lohrmann on Cybersecurity
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
NISL@THU
NISL@THU
N
News and Events Feed by Topic
T
Tenable Blog
S
Security @ Cisco Blogs
N
News and Events Feed by Topic
The Hacker News
The Hacker News
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
V
Visual Studio Blog
P
Proofpoint News Feed
Webroot Blog
Webroot Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog
The Register - Security
The Register - Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东

Neuman’s blog

Menghaoran How To Download Video From Website 如何去消耗服务端资源 长度与宽度 依赖于第三方服务的场景要怎么测试 Gui测试之图片识别 别做拒绝成长的苹果树 Spring Boot Test Zookeeper
Dns Vs Whois
2025-09-13 · via Neuman’s blog

DNS: The Phone Book Itself

  • What it is: The Domain Name System (DNS) is the system that translates the friendly website names you type (like google.com) into the numerical IP addresses that computers use to find each other (like 142.251.42.206). It’s the actual lookup process.
  • Simple Analogy: DNS is the phone book. You look up a name (e.g., “Jane’s Pizza”), and it gives you the phone number you need to call to reach them.
  • Key Purpose: Finding the correct server. It answers the question: “Where is this website located?”

WHOIS: The “Who Owns This?” Section

  • What it is: WHOIS is a protocol and a database that stores information about who registered a domain name. It’s a directory of who owns what.
  • Simple Analogy: WHOIS is like the section in the phone book that lists who the phone number is registered to, their address, and when they registered it. It’s about ownership and registration details.
  • Key Purpose: Identifying the domain owner. It answers the questions: “Who owns this website?”, “When did they register it?”, and “How can I contact them?”

Side-by-Side Comparison

Feature DNS (Domain Name System) WHOIS (Who Is)
Main Job Finding an address. Translates a domain name to an IP address. Finding an owner. Provides registration details for a domain.
Analogy The phone book that gives you a number. The listing that tells you who the number belongs to.
What it answers Where is google.com?” Who owns google.com?”
Information it gives IP addresses, mail server info, etc. Owner’s name, contact info, registrar, registration & expiry dates.
When you use it Every time you visit a website (your browser does this automatically). When you need to investigate a domain, contact the owner, or check if a domain is available.

A Simple Example

Let’s say you want to visit example.com.

  1. Your computer uses DNS: It’s like your computer shouting, “Hey, everyone, what’s the address for example.com?!” A DNS server answers back, “It’s 93.184.216.34!” Your browser then uses that number to connect to the website.
  2. You get curious and use WHOIS: You wonder, “Who actually owns example.com?” You go to a WHOIS lookup website (like whois.icann.org), type in the domain, and it tells you the registration company, when it was created, and when it will expire.

In a Nutshell:

  • DNS is for computers to find websites. It’s about location.
  • WHOIS is for people to find out about website owners. It’s about ownership.

They work together to make the internet function, but they serve two completely different purposes.