Is There a Difference Between Name Server and Domain Name Search Results?

is-there-a-difference-between-name-server-and-domain-name-search-results photo 1

When looking up information about a website, there are different amounts of data you can find based on the type of search you do. You may also find yourself wondering if the same type of search goes by more than one name as well. With that in mind, today’s SuperUser Q&A post has the answers to a confused reader’s question.

Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

Image courtesy of India7 Network (Flickr).

The Question

SuperUser reader yoyo_fun wants to know if there is a difference between name server and domain name search results:

I have seen the terms “name server” and “domain name” both being used, but I am not sure if there is a difference between them or not. Can someone please explain the difference if there is one?

Is there a difference between name server and domain name search results?

The Answer

SuperUser contributor DavidPostill has the answer for us:

Is there a difference between name server and domain name search results?

A “name server” lookup retrieves the IP address associated with a domain name. A “domain name” lookup, also referred to as whois, retrieves the domain’s registration data (the domain owner’s details).

How Do I Perform a Name Server Lookup?

Online using a variety of name server lookup services

On Windows use nslookup

On Unix use dig

Example Output (Source: http://ping.eu/nslookup/):

is-there-a-difference-between-name-server-and-domain-name-search-results photo 2

Example Output (Windows nslookup):

is-there-a-difference-between-name-server-and-domain-name-search-results photo 3

Example Output (Linux dig):

is-there-a-difference-between-name-server-and-domain-name-search-results photo 4

How Do I Perform a Domain Name Lookup?

Online using a variety of domain name lookup services

On Unix use whois

Example Output (Source: https://whois.domaintools.com/google.com):

is-there-a-difference-between-name-server-and-domain-name-search-results photo 5

Example Output (Linux whois):

is-there-a-difference-between-name-server-and-domain-name-search-results photo 6

Further Reading

How do I find the authoritative name-server for a domain name? [StackOverflow]

Domain Name System [Wikipedia]

10 Linux DIG Command Examples for DNS Lookup [The Geek Stuff]

nslookup – Look up IP addresses on a Name Server


Have something to add to the explanation? Sound off in the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.

Article Is There a Difference Between Name Server and Domain Name Search Results? compiled by Original article here

More stories

How to Disable Quick Access in File Explorer on Windows 10

Windows 10’s File Explorer has a new “Quick Access” view. Whenever you open a file browser window, you’ll see a list of “frequent folders” and recent files. This list of folders also replaces the old favorite folders list.

How to Make Your PC Use Less Power

PCs don’t have to be power hogs, but they often are. High-powered desktops with gaming-focused dedicated graphics hardware are the most thirsty for energy, but older PCs are typically less energy-efficient than modern ones.

What Is a VPN, and Why Would I Need One?

A VPN, or Virtual Private Network, allows you to create a secure connection to another network over the Internet. VPNs can be used to access region-restricted websites, shield your browsing activity from prying eyes on public Wi-Fi, and more.

How to Create a Bootable DOS USB Drive

DOS isn’t widely used anymore, but you wouldn’t know if from reading instructions written by manufacturers for BIOS updates, firmware-updating utilities, and other low-level system tools. They will often require you to boot into DOS and run the utility.