Casual Articles
#1 in Business Subscribe Email Print

You are here: Home > Internet and Businesses Online > Web Hosting > Fun with DNS: Three Useful Commands

Tags

  • servers
  • doingzone
  • hostnames
  • provide output
  • lowest number

  • Links

  • 5 Things You Need To Know Before Deciding On A Certification Training
  • Historical Venice
  • Exercise & Motivation, Part 2: Overcoming Inertia & Getting Started
  • Casual Articles - Fun with DNS: Three Useful Commands

    A Con Man's Dream - Think Big When Going Over To The Dark Side
    A father / son team of convicted felons actually did this in the early 1990s. The Dominion of Melchizedek, a totally fictitious, sovereign nation was located on an uninhabited Stoll owned by the Republic of Marshall Islands in the Atlantic Ocean,, off the coast of Columbia, South America. President of this island nation was the son's wife, who reportedly lived in California. It was purportedly a quasi-religious society governed by a "House of Elders." It had a complete financial system with phony banks and stock
    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 ty

    How to Sing the Song of the Unsung Heroes on Your Team
    This article is for you if you’re a behind-the-scenes kind of person – the admin assistant who gets the presentation ready for the guys in marketing but doesn’t get to go to the meeting; the PR pro who writes all their speeches and answers all the complaint letters for the president or CEO; the at-home mother who makes sure the concert pianist practices; the deputy chief whose job description is doing all the things the chief doesn’t like to do or can’t do; or the paralegal who prepares all the pleadings, knows all
    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 typ

    Formatting Your Forum Signatures For Best Exposure
    Online forums are now a common feature on the Internet. Some websites have even broken the traditional definitions of a website and feature only forum, where the main index page is a list of forums and active discussions. These websites offer content not in the traditional form of static webpages but dynamic user submitted posts and content. With an active community continuously contributing to the content of the website, the website develops into popular place for the latest news and acts as a grapevine for forum m
    oritative 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 ty

    Win More Sales with Customer Newsletters - More Small Business Power Tools
    One of the most powerful ways for small businesses to increase sales and keep customers coming back for more is to mail them a newsletter periodically.Why is this such a powerful tool? It’s because if done right, a newsletter automatically separates you from the big box stores like Best Buy and Toys ‘R Us, and can help you even compete successfully with the giant online retailers like Amazon.com and Overstock.com.How does this work?You might not be able to compete with these giants on price but
    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 ty

    Google Adwords Trick - Make Money In 5 Minutes Flat
    Google AdWords is a great way to start getting some income. You put some ads online, pay for each click. Out of these clicks, some people will actually buy your product or the product you are referring, which causes some profits to you.Although this seems simple, it is not that easy, that is why I am going to give you a trick. There is alot of competition on Google, and if you can't beat it, you will out of the AdWords game in no time. So how is it are you going to beat the competition?Well it's reall
    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 ty

    The Truth About Why People Search!
    Why do people search on search engines? Let’s confess this seems like a basic question, right? People search because they are looking for something. Complicating that question are these questions. For what are they looking? Why are they searching? What compels them to act?Plus, how does all of this relate to Internet and pay-per-click marketing?Let’s reason that searches can be broken down into two classifications: factual and emotional. Factual or informational searches occur as people look for
    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.

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.casualarticles.com/article/88882/casualarticles-Fun-with-DNS-Three-Useful-Commands.html">Fun with DNS: Three Useful Commands</a>

    BB link (for phorums):
    [url=http://www.casualarticles.com/article/88882/casualarticles-Fun-with-DNS-Three-Useful-Commands.html]Fun with DNS: Three Useful Commands[/url]

    Related Articles:

    Nevada LLC Operating Agreements

    Customer Service for Chambers of Commerce

    Learning the Value of an e-Business Website

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com