Results 1 to 4 of 4

Thread: DNS questions

  1. #1

    DNS questions

    I'm kinda confused about DNS. So a dns server has a list of host names associated with ips? Also what does a caching name server due?

  2. #2
    Mentor
    Join Date
    Jun 2001
    Posts
    1,672

    Re: DNS questions

    Also what does a caching name server due?
    Makes changing servers for your website extremely painful. ;D

  3. #3

    Re: DNS questions

    A caching name server reads all the DNS information (ips and host names) and puts it into RAM and so it doesn't have to lookup things on a slow hard drive to resolve names.

  4. #4

    Re: DNS questions


    A caching name server reads all the DNS information (ips and host names) and puts it into RAM and so it doesn't have to lookup things on a slow hard drive to resolve names.
    Close,

    The true defination of a caching DNS server is one that handles requests only. You request an IP for a hostname. Since it's caching only, it isn't the authority for anything, it forwards that request on to other DNS servers, who may know the awnser. Once it gets an awnser, it stores that awnser in a database for future use. It's a timed entry, that will expire after a certian amount of time. Most often this is in ram, as mentioned above, but it can also page out to a database file, if memory becomes an issue.

    Using caching DNS servers on a local network can save bandwidth and speed up browsing, becuase you won't have to send your requests across a WAN link, just your local lan link. Same with corp's who are seperated by slow WAN links.

    If you can, you should setup a caching DNS server, if nothing else it will give you an idea of what is involved with a real DNS server, and you will get some extra speed (;

Similar Threads

  1. Multi-service; multi IP NIC; firewall: 3 questions
    By Dark Horse in forum Security
    Replies: 0
    Last Post: 07-08-2007, 07:39 PM
  2. i have 3 questions.... pls help me
    By ravifrequent in forum Redhat / Fedora
    Replies: 2
    Last Post: 09-17-2006, 03:07 PM
  3. iBook Questions
    By stryder144 in forum Linux Distros
    Replies: 7
    Last Post: 03-16-2005, 02:33 AM
  4. Three mixed-bag questions
    By gjansky in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 01-17-2004, 08:19 PM
  5. Questions The Books Don't Answer
    By dwainsworld in forum Linux - General Topics
    Replies: 33
    Last Post: 01-04-2004, 12:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •