Proactive caching of DNS records: Addressing a performance bottleneck
被引:19
作者:
Cohen, E
论文数: 0引用数: 0
h-index: 0
机构:
AT&T Labs Res, Florham Park, NJ 07932 USAAT&T Labs Res, Florham Park, NJ 07932 USA
Cohen, E
[1
]
Kaplan, H
论文数: 0引用数: 0
h-index: 0
机构:
AT&T Labs Res, Florham Park, NJ 07932 USAAT&T Labs Res, Florham Park, NJ 07932 USA
Kaplan, H
[1
]
机构:
[1] AT&T Labs Res, Florham Park, NJ 07932 USA
来源:
2001 SYMPOSIUM ON APPLICATIONS AND THE INTERNET, PROCEEDINGS
|
2001年
关键词:
D O I:
10.1109/SAINT.2001.905171
中图分类号:
TP [自动化技术、计算机技术];
学科分类号:
0812 [计算机科学与技术];
摘要:
The resolution of a host name to an IP-address is a necessary predecessor to connection establishment and HTTP exchanges. Nonetheless, DNS resolutions often involve multiple remote name-servers and prolong Web response times. To alleviate this problem name servers and Web browsers cache query results. Name-servers currently incorporate passive cache management where records are brought into the cache only as a result of clients' requests and are used for the TTL duration (a TTL value is provided with each record). We propose and evaluate different enhancements to passive caching that reduce the fraction of HTTP connection establishments that are delayed by long DNS resolutions. (A) Renewal policies refresh selected expired cached entries by issuing unsolicited queries. Trace-based simulations using Web proxy logs demonstrated that a significant fraction of cache misses can be eliminated with a moderate overhead. (B) Simultaneous-validation (SV) transparently uses expired records. A DNS query is issued if the respective cached entry is no longer fresh, but concurrently, the expired entry is used to connect to the Web server and fetch the requested content. The content is served only if the expired records used turn out to be in agreement with the query response.