cache only vs forwarding

rlebahrlebah Member Posts: 26 ■□□□□□□□□□
If I was using a cache only server is that the same concept as forwarding? Meaning I point all requests to another dns server.

They are all static and forwarding is general where conditional forwarding is domain specific. How does a cache only server differ from forwarding? For a cache only server I install dns and forward all requests elsewhere.

Comments

  • SieSie Member Posts: 1,195
    A caching only DNS server will store details of the lookups it has done and provide these when queried whereas a forwarding only server will forward all requests regardless generating traffic to the Primary DNS Server with each name resolution rather than just when the information is not stored within the cached data.

    If the caching server does not contain the details requested it will request these from another DNS server (depending how it is setup) and then for each subsequent lookups it can refer to its own cache.

    Heres a link I found that explains it further:

    http://www.serverwatch.com/tutorials/article.php/2193011
    Foolproof systems don't take into account the ingenuity of fools
  • rlebahrlebah Member Posts: 26 ■□□□□□□□□□
Sign In or Register to comment.