Technology News
Home | Tech Store | Amazon Store | Game Store | Webmaster Tools | Safe Kids Links | Promotional Items
Site Sponser
Recommended Products
Related Links



Christian InTech Articles - Computers

 

 

Informative Articles

A Great Computer Accessory - Digital Cameras Are Fun And Convenient
A fun computer accessories; Digital cameras - wouldn't you like to send some pictures to some friends and family by e-mail? A digital camera is the easiest way to do that. Also, it is the easiest way to get pictures onto your computer. You can...

All About Computer Viruses
Your computer is as slow as molasses. Your mouse freezes every 15 minutes, and that Microsoft Word program just won’t seem to open. You might have a virus. Just what exactly is a virus? What kind is in your computer? How did it get there?...

It's War I Tell You!
As you may or may not know, a new computer is extremely vulnerable when you first get online with it. There are ways to insure security though. You can get the Windows Update CD from Microsoft and install that before you get online. You can also get...

Password Nightmares
Good Morning Mr. Sampson. Please type in you Personal Identification Number XXXXXX Sorry, Mr. Forgetful Idiot! That is not the correct password. Please slap yourself three times around your head and then apply for a new card and number –...

Things to look for when buying a computer microphone
Computer microphones are a valuable addition to any PC and they greatly increase interactivity and communication levels. You can use a microphone for performing various tasks, both business and fun related. For example, you can hold a conference...

 
What is DNS?

----------------------------------------------------------
Permission is granted for the below article to forward,
reprint, distribute, use for ezine, newsletter, website,
offer as free bonus or part of a product for sale as long
as no changes are made and the byline, copyright, and the
resource box below is included.
----------------------------------------------------------
What is DNS?

By Stephen Bucaro

Have you ever wondered what happens when you enter, or
click on, a web address in your browser? How does your
computer connect to the Web site you requested? Part of
what makes that happen is the Internet's Domain Name
Service (DNS).

Similar to how every telephone has a unique number, every
Web site, or "domain" on the Internet has a unique
Internet Protocol (IP) address. IP addresses are 32 bit
numbers represented by four bytes separated by dots. Each
byte can represent a number from 0 to 255, therefore the
highest IP address 255.255.255.255.

People have difficulty remembering 12 digit numbers, so
web sites are are identified by names like
www.sitename.com instead of their IP address. DNS is a
database of domain names and their corresponding IP
addresses.

In the beginning, every computer on the Internet had a
list of all the domain names and their corresponding IP
addresses. But that quickly became unwieldy. Now the
domain name database and domain name to IP address
translation is performed by computers assigned as DNS
servers.

Each DNS server has data only about the domains it is
serving. When a computer makes a request to its DNS, it
is possible that the DNS server doesn't have the data
required to answer the request. Special "root name"
servers hold a list of DNS servers for top-level domains,
like .com, .org, .edu etc.


For example, the top-level DNS
for .com lists the DNS servers for domain names ending in
".com".

If a DNS server doesn't have the data to answer a request,
it makes a request to a root-name server. The root-name
server will return the address of a DNS server where the
data can be found.

Each domain name on the Internet is required to be listed
on a minimum of two DNS servers. This is so if one of the
DNS servers goes down, requests for the domains address
can still be answered.

DNS also performs IP address to domain name translation.
This makes it possible for servers to log accesses and for
administrators to perform certain administrative and
security tasks.

Information communicated over the Internet is broken into
"packets" by Transmission Control Protocol (TCP). TCP
attaches the IP address of the requested domain to each
packet so that they can be routed to the domain. TCP also
attaches the IP address of the requesting computer to the
packets so that responses can be routed back.

When you enter, or click on, a web address in your browser,
the Internet's Domain Name Service (DNS) translates the web
address to the web sites IP address. This is only part of
the story of how your computer connects to the Web site you
requested. In a future article you'll learn about the
amazing process performed by routers.
----------------------------------------------------------
Resource Box:
Copyright(C)2002 Bucaro TecHelp. To learn how to maintain
your computer and use it more effectively to design a Web
site and make money on the Web visit
http://bucarotechelp.com
To subscribe to Bucaro TecHelp Newsletter Send a blank
email to bucarotechelp-subscribe@topica.com
----------------------------------------------------------

About the Author

None