Results 1 to 6 of 6

Thread: What is prefetching of name resolution

  1. #1
    Join Date
    Nov 2009
    Posts
    49

    What is prefetching of name resolution

    What does a Prefetching name resolutions process actually does in a dns. I am trying to get information the name caching issue of a dns system. How does this process work. I need a detailed overview of that. I need the process of implementing prefetching and refreshing the same. What is needed in the same and what are the negative points of the same.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: What is prefetching of name resolution

    As the Internet grows, there is a bound to the accumulation hit rate a resolver can reach with regular, passive caching, there are comparatively few very popular names, and caching the unpopular ones doesn't help much, since they finish before they are demanded again. On the other hand, you would like to be able to serve less accepted, less repeatedly demanded names as rapidly as you can serve any popular names. Since it's not satisfactory to serve stale or extrapolated results for those names, we also necessitate to guarantee that the resolutions are always valid (i.e. have not passed the TTL expiry time).

  3. #3
    Join Date
    Apr 2008
    Posts
    2,276

    Re: What is prefetching of name resolution

    To complete these goals, you are testing with insistently prefetching and refreshing names separately of whether and when users ask for them. There are two most important challenges to implementing prefetching appropriately. With regard to other nameservers capability limits. To guarantee that we do not overload other nameservers with prefetching questions, you can compel rate limits on our outgoing demands. To make sure that that self-imposed cap on outgoing capability is not exhausted by rogue traffic, you can separate the QPS-based quota for each of the nameservers into multiple traffic queues and strictly prioritize prefetching traffic over user traffic.

  4. #4
    Join Date
    May 2008
    Posts
    2,792

    Re: What is prefetching of name resolution

    Managing our own servers capability limits. As our servers do not have unlimited memory and CPU, you necessitate to carefully select the names which we can prefetching. you can converse the challenges and your approaches to selecting names for prefetching below. In addition, to prevent the accumulation from being eaten up by bogus entries from attackers, you can divide the main accumulation into primary and secondary partitions and give read/write access to each partition according to traffic type.

  5. #5
    Join Date
    Apr 2008
    Posts
    2,572

    Re: What is prefetching of name resolution

    To make the most of the use of the fixed nameserver-QPS bound you can have imposed, your necessitate to weigh the advantage of each name record against its cost (nameserver capability and local CPU and RAM), which is inversely proportional to its TTL. On the other hand, determining the advantage of a given name documentation is a complex task, as you would like to achieve all of the following, sometimes competing, goals.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,358

    Re: What is prefetching of name resolution

    Serving accepted names even when our servers are under DoS assaults that are arduous our outbound capability. This implies that you be supposed to, in fact, prefetching accepted names. Avoiding bogus names inserted by deliberate pollution attacks. This implies that you cannot rely on solely on user traffic as the source of names to select.
    I'm the Proud Owner of the most dangerous weapon
    known to man kind: Human Brain

Similar Threads

  1. DNS and Name Resolution
    By Haviva in forum Tips & Tweaks
    Replies: 2
    Last Post: 06-02-2011, 07:44 AM
  2. Is 1366x768x60hz a best resolution
    By SMG in forum Monitor & Video Cards
    Replies: 3
    Last Post: 31-08-2009, 11:59 AM
  3. Resolution no longer available
    By Yakov in forum Customize Desktop
    Replies: 2
    Last Post: 04-02-2009, 10:04 PM
  4. 2.5 Mins of Prefetching at Windows Startup
    By LaalaManii in forum Windows Vista Performance
    Replies: 1
    Last Post: 16-06-2007, 11:53 PM

Tags for this Thread

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
  •  
Page generated in 1,713,931,125.77985 seconds with 17 queries