Fun with DNS: Three Useful Commands



Learn Web Hosting Help and Information on mps-web-hosting.com. Fun with DNS: Three Useful Commands article will help answer your questions on Web Hosting Help and Information.We at mps-web-hosting.com specialize in Web Hosting Help and Information. Web Hosting Help and Information at mps-web-hosting.com provides the most up to date news and articles. If you have questions please do not hesitate to contact us.

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.



Golf Swings - Hit It Longer. - Over 62 years old and can hit a golf ball over 300 yards - Three easy steps to hitting it longer.
Backtested Stock Options Trading Systems. - eBook Describes How to Use Backtesting Results for Three Common Stock Options Trading Systems to Trade Profitably & Remove Fear.

Here's our podcast for Monday, July 10, 2006


Article Index: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31


More Articles:


1. Webhosting Explained By Ted Prodromou
Web hosts are service companies that provide space on their servers for internet users. Web hosts provide online systems for internet connectivity and for storing information, image mediums and other internet content. For the company interested in conducting business on the web, the proper choice of web host is a crucial step in any internet marketing plan.There are several types of web hosting available. Free hosting is the least costly, but the most limited with regard to services and space;…

2. Hosting Your Website - Dot It Yourself in 7 Easy Steps By Pedro Garcia
First, let me clarify something. There are many reasons why you would want to have your website professionally hosted. However, people in certain situations are better off hosting their site themselves. For example, if you are starting a new business or playing with an idea that you are not sure will work, you might not want to pay a hosting company to host your site, at first. Hosting the site yourself will allow you to save money that you can use to grow your business. Once your busine…

3. Host Jerk - Quit Being Dumb And Find Better Hosting
Let's Get Something Straight: I'm a jerk. I'm rich. And I sure as hell like it that way. However, ever since I started getting payed vass sums of money over the internet, one thing has constantly bugged me. Web hosting. I've got over 120 websites on the internet as we speak, and it took me FOREVER to figure out which hosts were good and which ones were bad. Luckily for you, this site is dedicated to the better ones. I hate buying crap hosting, so should you. And if you have any idea as to how m…

4. How Much Bandwidth Do You Need?
Bandwidth is the measurement of the amount of data transmitted over an internet connection in a given time. Most web hosts measure bandwidth by the month and set limits accordingly. You have to know how many bandwidth you need while choosing hosting plans. You can't really know the bandwidth or monthly transfer you need before your web site has been up and running for a while. But how do you choose a proper hosting plan if you don't know your bandwidth requirement? Let me tell you honestly first…