LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-01-2004, 05:28 PM   #1
Joe_Astor
LQ Newbie
 
Registered: Aug 2003
Location: Christchurch, New Zealand
Distribution: Mandrake 9.1
Posts: 11

Rep: Reputation: 0
Explaination Of DNS Terms


Hello all.

Being the Linux n00b that I am, and this being LinuxQuestions.org, I have a question about DNS.

I've been looking around on the net and in readmes and so on that I can find, but there are just some things I can't make sense of.

Could someone please tell me or give me some links in laments terms, as I suck at anything too technical, what the following are, and what theie function is.

A Records
CNAME Records
HINFO Records

Thanks.
 
Old 04-01-2004, 05:35 PM   #2
Belize
Member
 
Registered: Jul 2003
Posts: 113

Rep: Reputation: 15
Hi
I have to configure DNS server too, and till now, I know that
A record is like the main thing, MX - for mail, CNAME - some stupid one, thats rarely used.
Good luck
Kaloian
 
Old 04-01-2004, 08:20 PM   #3
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Belize, that wasn't exactly helpful...

Any way:
A record = name to IP mapping, i.e. give it a name and it resolves to an IP
CNAME = name to name mapping, point one record to another of a different name
HINFO = host information, i.e. information about the host--rarely used
 
Old 04-09-2004, 04:21 PM   #4
Joe_Astor
LQ Newbie
 
Registered: Aug 2003
Location: Christchurch, New Zealand
Distribution: Mandrake 9.1
Posts: 11

Original Poster
Rep: Reputation: 0
Next Questions

Could someone please tell me what the following are, or what the difference is between them?

Slave Zone
Stub Zone
Forward Zone
Root Zone

Muchly appreciated.

Jason.
 
Old 04-09-2004, 06:00 PM   #5
MrMud
LQ Newbie
 
Registered: Apr 2004
Location: Portland, Oregon
Distribution: Slackware/Mandrake/Redhat
Posts: 21

Rep: Reputation: 15
Slave Zone == Zone that gets pulled from another server.
Stub Zone == Rarely used nowadays, sort of similar to a slave zone.
Forward Zone == Zone that forwards to another server.
Root Zone == the root servers (IE: the dot in .com, .net, .org).

Other handy terminology:

Root: the dot between domain and TLD.
top level domain: (TLD) com, net, org, edu, mil, gov
domain: yahoo, msn, google
sub-domain: www, mail, ftp


Authoritative Nameserver: the Nameserver that handles requests for the domain for the internet (note that this is not always where changes actually happen, often times the authoritative name servers are also slaves to a central server somewhere where an admin actually does the changes.)

Master == the NS that the admin actually changes records on.
Slave == An NS that pulls from the master server.

TTL: time to live, how long a nameserver should keep the record in it's cache.
PTR: reverse dns host record for an IP. (IE: 127.0.0.1 PTR is localhost)
MX: the host that handles mail
INFO: (Rarely used, but can be entertaining) text about a host
 
Old 04-11-2004, 12:09 AM   #6
Joe_Astor
LQ Newbie
 
Registered: Aug 2003
Location: Christchurch, New Zealand
Distribution: Mandrake 9.1
Posts: 11

Original Poster
Rep: Reputation: 0
Ahh, so in my ISP's case, 210.55.12.1 is the Master Server and 210.55.12.2 is the Slave? And all the Slave is, is a backup (to put it loosely) of the Master?

I think I get it now. lol.

Soon, I shall arrise from the ranks of n00b!
hehe.

Thanks for your help.
 
Old 04-11-2004, 02:43 AM   #7
ugge
Senior Member
 
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028

Rep: Reputation: 45
One little comment on the post of MrMud.
The root is not the dot between domain and top level domain, but rather the dot that should be placed at the very end. This is not of importance when surfing since the browser adds it for us, but when setting up zone files this little dot is extremely important and sometimes a bit confusing.
so it should be www.linuxquestions.com. if we would write it correctly.

By ending with a dot we tell that this is an absolute name address, much like /bin is absolute bur bin is not.
 
Old 04-11-2004, 02:56 AM   #8
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Yep, ugge has a very important point, I was just going to post the same thing! "Root" is the right-most period (dot).

Also, www, ftp, mail, etc are usually considered "host names". Sub-domains would be like this:
state.az.us, where "az" is a sub-domain of "us" and "state" is a sub-domain of "az". email.state.az.us would be a host name.

Quote:
Ahh, so in my ISP's case, 210.55.12.1 is the Master Server and 210.55.12.2 is the Slave? And all the Slave is, is a backup (to put it loosely) of the Master?
Perhaps, but not necessarily. In fact, .1 could be the slave and .2 the master, or they could both be masters, or they could both be slaves and the real master Name Server for your ISP's zones could be an internal machine with a non-routeable IP.

The master/slave relationship is one that is only relevant to the hostmaster, not to the outside world. It just has to do with how they get updates. If they're listed as DNS servers for your ISP, then they're both "authoritative", and that's all that matters to the outside world.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
802.11a-i explaination(s)? Curiosity is all.. MasterC Linux - Wireless Networking 1 07-06-2007 01:56 AM
Terms RodimusProblem General 6 01-20-2005 08:43 AM
Squid process. need explaination! mrpc_cambodia Red Hat 5 10-11-2004 11:18 AM
Confused about some DNS terms tusher Linux - Networking 3 12-09-2003 08:32 AM
Is there an In dept explaination of 2.4.22 Kernal options? jimdaworm Linux - Newbie 2 11-15-2003 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration