Search
Recommended Products
Related Links


 

 

Informative Articles

Five Things To Consider Before Purchasing A Notebook Computer:
There Portable Extremely lightweight typically weighing less than six pounds a notebook computer will easily fit into a briefcase. Obviously the main reason anyone would purchase a laptop is because it is portable. If you plan to use your...

Free Software Quickly Eliminates Time Wasting Tasks
Ever find yourself typing the same things over and over on your computer? Maybe you type the same blocks of text into your email messages thirty times a day. Or maybe you find it hard to remember a long website address and never seem to get all...

How To Avoid Getting Spyware On Your Computer
The Cold War is Over, but Spyware Remains One thing we love is Free Stuff, whether it is free music, coupons, software, videos etc. Although the actual content that we download is usually good quality, a lot of times we don't realize that we...

HTACCESS Wrappers with PHP
HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding headers to all your HTML documents, watermarking all...

The Cycle of Windows Life.
As with all creatures, Windows GUI’s (Graphic User Interface) running the Windows 9x operating system, including Windows ME, has a life cycle. If your computer is setup correctly and you don’t regularly add and remove components or programs,the...

 
from our sponsors
Internet Home Business Training Course
First Name:

Email Address:


Your privacy is safe.

Click Here To Tell A Friend
Know How DNS Works


Domain name Servers (DNS) are an important but invisible part of the internet, and form one of the largest databases on it. Each machine on an internet is assigned a unique address, called an IP address, which is 32 bit number and is expressed as 4 octets. The method user to represent these IP addresses is known as dotted decimal Notation". A typical address looks like this: 199.249.150.4

It is very difficult to keep in mind the IP addresses of all the websites we visit daily, because it's not easy to remember strings of numbers. However, we do remember words. This is where domain names come into the picture. If you want to connect to a particular site, you need to know its IP address but do need to know its URL. The DNS gets the mappings of the IP addresses and the corresponding names.

Names and numbers

DNS converts the machine names (such as www.xyz.com) to IP addresses (such as 199.249.150.9). Basically, it translates from a name to an address and from an address to a name.

The mapping from the IP address to the machine name is called reverse mapping .when you type http://www.xyz.com into your browser, the browser first needs to get the IP address of www.xyz.com. The machine uses a directory service to look up IP addresses and this service is called DNS. When you type www.xyz.com your machines firsts contacts a DNS server, asking it to find the IP address for www.xyz.com. This DNS server might then contact other DNS servers on the internet. DNS is therefore is considered as the global network of servers. The great advantage of DNS is that no organization is responsible for updating it. It is what is known as distributed database.

The three letter codes

A DNS server is just a computer that's running the DNS software. The most popular DNS software is BIND (Berkeley Internet Name Domain) DNS is hierarchical, tree-structured system. The top is donated by'.'. And is known as the root of the system. Below the root there are seven immediate sub domain nodes and these are 'com', 'org', 'gov', 'mil', 'net', 'edu', 'Int', etc.

DNS consists of two components


  1. Nameserver

  2. Resolver


Nameserver:

This performs the task of looking up the names. Usually, there is one nameserver for a cluster of machines. If the nameserver does not contain the requested information, it will contact another nameserver. But it is not required for every server to know how to contact every other server. Every nameserver will know how to contact the root nameserver, and this in turn will know the location of every authoritative nameserver for all the second level domains.

Resolver:

This runs on a client machine to initiate DNS lookups. It contains a list of nameservers to use. As we have read, the function of each of these nameservers is to resolve name queries. There are three types of nameservers-primary nameserver, secondary nameserver, and caching nameserver. The secondary nameservers are configured for backup purposes. Caching nameservers only resolve name queries but do not maintain any DNS database files. It is important to note here that any change to primary nameservers needs to be propagated to secondary nameservers. This is because primary nameservers own the database records. The changes are propagated via a 'zone transfer'.

HOW 'CACHING"WORKS

DNS uses principle of 'caching' for its

CONTINUE BELOW...




Didn't Find What You Were Looking For?
Try a Specialized Search HERE



MOST RECENT ARTICLES
ArticleSphere.com: Computer And Technology
Computer And Technology articles from ArticleSphere.com

Why Cleanup Registry Issues? Posted By : Jonathon Blocker
Normal wear and tear on any machine takes a toll, and computers are no exception. Every time new hardware is added to your system, the registry is updated. Every time software is installed or uploaded, the registry is updated. Files downloaded from the Internet, configuration changes to software applications or hardware have the same effect. These changes are not always compatible and not always cleanly done.
The World of Electrical Connectors and Products Posted By : Robert Asbet
The word sub miniature is a term most commonly used with electrical devices like cameras or electrical connectors used in computers like RF connectors or circular connectors available on the market today. An electrical connector is in fact a conductive device allowing joining electrical circuit to each other whether it is temporary like when using a portable device or permanent when it is between wires or devices.
The Kind Of Disc Packaging Solution To Use Posted By : Sam Fergusson
CD packaging and DVD packaging are services offered more and more by companies providing CD duplication and DVD duplication. Those companies will usually give you plenty of choice when it comes to choosing what kind of CD packaging or DVD packaging to use. You will be able to find packaging solutions from a simple piece of paper to a very elaborated packaging solution.
How to Get the Best Deal on Computer Repair Posted By : Troy Gates
It might seem hard to decide where to get your computer serviced. And the price may seem out of reach. But, rest assured that there are folks out there who do great work and won't charge you an arm and a leg. I'm going to help you find them.
Video Conferencing Singapore Posted By : Kevin Saunders
Singapore is one of the Four Asian Tiger economies. Rated by a World Bank IFC report as the most business friendly economy in the world, Singapore is host to many multinational corporations employing thousands of foreign workers. For these reasons an efficient and robust communications infrastructure continues to develop.

Newsfeed display by CaRP
CONTINUE HERE...


operation. When a nameservers receives Information about a mapping, it caches this information .further queries for the same mapping will use this cached result, thereby reducing the search cost. The nameservers don't cache forever. The caching has a component called time to live (TTL) and the TTL determines how long a server will cache a piece of information. So when the nameservers caches receive an IP address, it receives the TTL with it. The nameserver caches the IP address for the period of time then discards it.

When a process needs to determine an IP address given a DNS address, it calls upon the local host to resolve the address. This can be done in variety of ways:

Table look up. On UNIX hosts, the table is /etc/hosts.

The process communicates with a local nameservers. This is named on a UNIX system.

By sending a massage to the remote system that is identified from the information in the file/etc/resolve.conf.

When a nameserver receives a query for a domain that is does not serve, it may send back a referral to the client by specifying better nameservers. Typically operate in the recursive manner wherein any DNS server passes requests it cannot handle to higher level server and so on, until either the request can be handled or until the root of the DNS name space is reached.

The nameservers contain pointers to other nameserver with the help of which it is possible to traverse the entire domain naming hierarchy. A host with the initial nameserver addresses has to be configured. After this, it is able to use DNS protocols to locate the nameserver responsible for any part or the DNS naming hierarchy.

Thus when a nameserver receives a request, it can do one of the following:

It can answer the request with an IP address. This method is called iterative. In this, the client simply asks the server to resolve a domain name. The server accesses its database, finds its IP address and sends that back. If the server does not find the address, it sends back an error ;DNS not found'). Contact another nameserver and try to find the IP address for the requested name. Send back a referral to the client specifying the IP address of better nameservers.

A popular user interface, called 'nslookup'is available on the UNIX system. With this, you can perform any DNS function. This program also displays the result to the user. Using is nslookup, you can obtain a listing of all the hosts in a zone. In order to do this, you first need to identify the nameserver for the zone.

The threats that are associated with the DNS are due to the lack of integrity and authenticity checking of the data held within the DNS. Also, other protocols can use host names as an access control mechanism. The internet engineering task force (IETF) has come up with DNS security (DNSSEC) extensions to DNS protocol. The main objective to DNSSEC is to provide authentication and integrity to the DNS. These are provided through the use of cryptographic'

Pawan Bangar,


Technical Director,


Birbals, Ebirbals, SeoBirbals, Hbirbals


India.


Visit us at:


www.birbals.com


www.ebirbals.com


www.hbirbals.com


pawan@ebirbals.com