Web Hosting Information

Fun with DNS: Three Useful Commands


The DNS is a distributed, hierarchical database where authority flows from the top (or root) of the hierarchy downward.

When thinking of the structure of the DNS, imagine an inverted tree. Each branch of the tree is within a zone of authority; however, multiple branches of the tree can be within a single zone.

The software (Bind being the most common) that stores domain name information is called a domain name server. A single name server can be authoritative for multiple zones. All zones have a primary master and a secondary master name server that provides authoritative responses for their zones.

If you query a name server not authoritative for a particular zone, that name server will most likely have up-to-date information. This is because zone information propagates throughout the Internet at regular intervals, and name servers cache zone information for which they are not authoritative.

DNS Commands

There are three crucial commands that can put all the DNS information you need at your fingertips. The way to use this article is to try each of the commands listed on a domain name, so you can see what the output looks like. Learn by doing!

Zone file database records divide DNS information into three primary types: NS (Name Server) records, MX (Mail Exchange) records, and A (Address) records. NS records indicate the name servers. MX records indicate the hosts that handle e-mail delivery; the priority (pri) number indicates the order in which mail servers are used, with the lowest number receiving the highest priority. The A (Address) records map hostnames to IP addresses, the real names of machines.

host

This is the simplest of the DNS commands. It is a quick way to determine the IP address of a hostname:

: host www.your-domain-name.com

The -a option will return all of the DNS information in verbose format.

: host -a www.your-domain-name.com

Now that you know the IP address for www.your-domain-name.com, try a reverse lookup.

: host IP-ADDRESS

dig (domain information groper)

This command gathers and returns DNS information in a format the name server can use directly. You will find it easy to query specific name servers with dig.

You can quickly determine the Name servers of your host or any other host:

: dig ns your-host.com

Then you check your (or another) website against the host's name servers:

: dig www.your-domain-name.com @ns.your-host.com

Dig can provide output that is in the same format as the zone file itself. Here is how to get the whole zone file:

: dig any your-domain-name.com

Here are the most useful dig query types: dig any (gathers all DNS information), dig ns (gathers name server information), dig mx (gathers mail exchanger information) and dig a (gathers network address information).

The dig command can also do reverse lookups with output formatted for the zone file:

: dig -x IP-Address

nslookup

You can use this tool as a single line command, or you can use it interactively, which distinguishes it from the other DNS commands. Once you have started nslookup, type set all to list the default options. As with dig you can choose the server (name server) you want to query, and you can decide the type of DNS information on which to focus.

Just as you can issue commands to nslookup interactively, you can also change the initial defaults by starting a .nslookuprc file. The format of the .nslookup is one command per line:

set type=NS
set domain=srvns.your-host.com
set timeout=10

Conclusion

These three commands can provide you with most of the information you need about your domain names. They are powerful tools, and this article should provide you enough information to get started or offer a quick refresher if you already use these commands.

About the Author:

Dan Forootan founded EZ Publishing, Inc. in 1998. EZ Publishing's Small Business Web Hosting provides the essential tools for using the Web as a marketing tool. The package includes web hosting, the StreamSend permission-based email marketing solution. Please email questions or comments about this article to articles@ezpublishing.com. Thank you.


MORE RESOURCES:

Host Color Announced CDN Web Hosting with One Month Trial on NetDNA CDN
openPR (press release)
(openPR) - HostColor.com, a global web hosting provider with infrastructure in United States and Europe announced that it has added NetDNA content delivery network (CDN) to Shared, Reseller, VPS and Dedicated hosting services. The hosting provider now ...



Naked Security

Web-hosting service DreamHost warns users of password hack
CNET
by Edward Moyer January 21, 2012 11:35 AM PST Follow @edatnews That's the word from the Web-hosting service and domain name registrar, which sent an e-mail to customers last night saying that their FTP passwords may have been accessed by hackers.
DreamHost database hacked: Change your FTP/shell access and email passwordsNetwork World
Dreamhost informs customers of database breachInquirer
DreamHost resets customer FTP passwords following database breachITworld.com
Techworld.com -TheHostingNews.com (press release)
all 39 news articles »


International Business Times

Top Web Hosting Firms of 2012 [SLIDESHOW]
International Business Times
By Surojit Chatterjee: Subscribe to Surojit Chatterjee's RSS feed There are many Web hosting firms, but to find success in your business, you need to find the right one. How do you find the right Web hosting firm? The best way to determine whether a ...
WebHostRanking.com Names vServer Center February Host of the MonthPR Web (press release)
Making The Switch To VPS Web Internet Hosting ServiceHostReview.com (press release) (blog)

all 5 news articles »


Cpanel Web Hosting - Is It Easy To Use?
Caribbean Media Vision
Many people are seeking cpanel web hosting sites. These are unix based control panels. They provide graphical interfacing. They also have automated tools that make the process much simpler. It is a three tier structure that also allows for third party ...
BlueHostCoupon.us Announces New 2012 Coupon Code for BlueHostPR Web (press release)

all 4 news articles »


Parallels Announces Finalists for its Third Annual Partner Awards
MyHostNews.com (press release)
By MyHostNews.com Web Hosting News – RENTON, WA — Parallels®, the hosting and cloud services enablement leader, today announced the finalists for its Third Annual Partner Awards. Winners will be officially announced and recognized at Parallels Summit ...



Express Computer

Green Web Hosting
Express Computer
In order to reduce the adverse impact on the ecological system and total carbon footprint caused due to various hosting related operations, a lot of web hosting providers are currently using precautions that will cut down the electrical power ...

and more »


Web Hosting Provider BrainHost.com Announces 50-Yard Line Big Game Special
PR Web (press release)
It's almost time for the Big Game, and web hosting provider BrainHost.com is getting in on the action! Everyone wants to be sitting on the 50-yard line to watch the Giants take on the Patriots this year, but those who can't can still get 50% off their ...

and more »


TurnKey now selling Internet access
Bizjournals.com
Web-hosting company TurnKey Internet in Latham, New York, is offering customers Internet access for the first time. Adam Wills, TurnKey's president and CEO, said the acquisition of KCNet Inc. in Kansas City, Missouri, gave TurnKey a new product to sell ...

and more »


SEO Web Hosting Secures Over 65000 New IPs
MarketWatch (press release)
17, 2012 /PRNewswire via COMTEX/ -- SEO Web Hosting, a multiple IP web hosting company with offices Durham, NC, has secured a deal to obtain over 65000 new IP addresses. All IPs will be based in Detroit, and there will be 250-plus new, unique C classes ...

and more »


iomart Hosting Voted one of Best Web Hosting Companies
Sacramento Bee
By iomart Hosting iomart Hosting is proud to announce that it has been voted one of the best web hosting companies and cloud service providers of 2011. The UK cloud computing and managed hosting services provider was voted into third place, ...

and more »

Google News

home | site map
© 2006