Web Hosting Directory
web hosting directory | contact findahost | web hosts: get listed | advertising

WEB HOSTING SERVICES

Reseller Hosting
FrontPage Web Hosting
ColdFusion Hosting
Ecommerce Web Hosting
PHP Hosting
ASP Hosting
Free Web Hosting
Cheap Web Hosting
Canadian Web Hosting
Virtual Private Servers (VPS)
Managed Hosting
Unix/Linux Dedicated Servers
Windows Dedicated Servers
Colocation
Internet Access Providers

SPONSORS

WEB HOSTING INDUSTRY

Web Hosting Articles
Web Hosting News
Web Hosts - Get Listed
Manage Your Listings


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 Web Hosting Articles

Sell Web Hosting for Fun and Profit
The market is good for new Web hosting companies. According to Forrester Research, there is now "positive — if modest — growth for Web hosting and managed IT services, at both the enterprise and SMB levels.

The Problem with Free Web Hosting Plans
In my opinion, free web hosting is one of the most misunderstood concepts on the web today. Free web hosting plans are becoming increasingly popular as new webmasters bite into the idea without actually analyzing the consequences.

Benefits of Web Hosting and Choice of a Web Host
Well let me start this way, a lot of people don't know why we need web hosting packages, some people feel web hosting ids just another Internet thing, while others feel web hosting is an opportunity for some people to make out something i.e.

Tips on Finding a Hosting Service for Your Business Website
There are so many hosting companies offering to host your website for you that the choice may seem a little bewildering. If you are determined about having a successful internet business then you need to consider seriously which hosting company you are going to use for your website.

Shared Web Hosting Service Explained!
The next concern for you after designing and developing web pages is to get your web site hosted on the Internet. But with so many web hosting companies offering various types of web hosting packages – shared web hosting, dedicated web hosting, managed web hosting, which type of hosting should you choose?As a general rule, it is a good idea to go for shared web hosting if you are a small business owner and cost is your major concern.

Choosing Between Free or Paid Web Hosting
There are a number of things to consider when choosing between a free or paid web hosting service. Setting aside cost for a moment, lets look at some factors that will help you make an informative decision.

Avoiding Bad Web Hosts
The Internet represents the most powerful communication revolution since the dawn of mankind.Its communication power can literally create business empires faster and with less startup capital than in all human history.

Server Uptimes Revealed: The Hidden Cost of Cheap Hosting
We often see server uptime statistics when looking for hosting providers, for example 99.8%, 99%, or 99.

EBay Pictures Make Money
If you have ever used EBay then you know how important pictures are to a listing. By nature, people tend to pay more attention to the items that have pictures in the items for sale.

The Perfect Support
Hosting Support – An IntroductionImagine yourself as a person running a small-medium sized online store that concentrates on affordablly prized gift items, and say, it's Christmas time. Everybody is on a shopping spree, and you have been waiting for this vacation to arrive, as it is the time of the year when your business really blooms, and with which's revenues you have got to plan for the year to come.




Helpful Tools

NetDownload
freeware and software downloads

WebmasterEdge
webmaster tools, free scripts and tutorials

FindaTechJob
new computer jobs daily

ManagedHostingPro
Managed Hosting and Colocation



© 2007 findahost.com