动态网站制作指南
[  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
电脑书籍下载:程序设计书籍 | 数据库教程书籍 | 平面与多媒体书籍 | 网络通讯书籍 | 系统管理书籍 | 网络安全书籍 | 认证考试书籍
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 软件工程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ 软件工程 ]的信息

本月文章推荐
.利用GDI+的双缓冲技术来提高绘图.
.ADO.NET实现应用程序数据访问层.
.最先进的技术:Workflow Foundat.
.IBM的MARS加密算法实现(5).
.Vista新技术:WCF开发指南之构建.
.IE编程简述之“两”个WebBrowser.
.利用iTextSharp生成Pdf一个小例子.
.IBM发布创新“全内置”System i5.
.用UML描述工作流管理(1).
.社会工程学在计算机信息安全中的.
.解析.NET框架下的数据类型转化技.
.Objects as associative arrays.
.六西格玛失败经验谈.
.逐渐的废掉——所谓的真理.
.“诡秘”病毒化身刘德华 黑客可任.
.软件项目需求分析的文档包括的内.
.SOA面向服务架构的原则.
.ASP 判断 URL 查询字段, 显示相关.
.如何编写高质量“软件需求说明书.
.谈谈软件项目管理的重要性(1).

[译]管理Windows 2000 Pro中的DNS客户端缓存

文章类别:软件工程 | 发表日期:2008-3-23 |


http://techrepublic.com.com/5100-10877_11-6029680.Html?tag=nl.e116 Manage the DNS client cache in windows 2000 Pro
治理Windows 2000 Pro中的DNS客户端缓存 by  Jim Boyce
作者:purple endurer
KeyWords:  Windows 2000 Microsoft Windows Domain names
要害字:Windows 2000 Microsoft Windows 域名   Takeaway:
If a lookup fails for a host because the target domain's DNS server is down, then subsequent attempts to look up the host will also fail because the failed results are cached. Learn two ways to overcome this problem.
概述:
假如对一个主机的查询因为负责其域名解析的DNS服务器关闭而失败,那么后续的查询该主机的尝试也将因为(先前的)失败结果被缓存而不成功。让我们学习克服这个问题的两种方法。   DNS enables fully qualified host names like www.techrepublic.com to be resolved to their target IP addresses. Every time you visit a Web site, the DNS client software built into Windows 2000 Professional performs a DNS lookup of the specified host name to oBTain the IP address of the target server.
DNS能使www.techrepublic.com这样的完全合法的主机名被解析为目标IP地址。您每次访问一个网站,Windows 2000 Professional内置的DNS客户端软件执行一次指特主机名的查询以获得目标服务器的IP地址。 The DNS client caches the results of each name lookup to speed up subsequent requests for the address. The default cache timeout is 30 minutes. If a lookup result is longer than 30 minutes, Windows performs an external lookup of the host and refreshes the cached copy.
DNS客户端缓存查询的每一个名字,用以加速后续的地址请求。默认缓存时限为30分钟。假如一个查询结果长于30分钟,Windows执行一个主机扩展查询并刷新缓存拷贝。 Although caching can improve name resolution performance, it can also affect resolution in a negative way. In addition to caching positive results, Windows also caches negative results. So, if a lookup fails for a host because the target domain's DNS server is down, then subsequent attempts to look up the host will also fail because the failed results are cached. You can overcome this problem in one of two ways: flush the DNS cache and try again when the server comes back on line, or change the cache timeout.
尽管缓存能改善名字解析性能,但它也能负面影响解析。除了缓存有效结果之外,Windows也缓存不良结果。所以,假如对一个主机的查询因为负责其域名解析的DNS服务器关闭而失败,那么后续的查询该主机的尝试也将因为(先前的)失败结果被缓存而不成功。您可以用下列两种方法之一克服这个问题:刷新DNS缓存并在服务器重新上线时重试,或者修改缓存时限。 To change cache timeout, open the Registry Editor and add the DWORD value
要修改缓存时限,打开注册表编辑器并增加DWORD型值:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\DnsCacheTimeout. Set the value of DnsCacheTimeout to the number of seconds you want entries to be cached.
按你所想,以秒为单位设置DnsCacheTimeout值。 To flush the DNS cache altogether, use the following command at a console prompt:
要刷新DNS缓存,在命令控制台使用下列命令: ipconfig /flushdns Note: Editing the registry is risky, so be sure you have a verified backup before saving any changes.

上一篇:Linux 系统内核的调试 人气:137
下一篇:Linux的用户进程是如何使用内存的 人气:136
点击此处浏览全部软件工程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-5-16 乘风多用户PHP统计系统 v3.4
2008-5-16 轩溪下载系统 v3.78 build 0515
2008-5-16 普沙B2B 浙江省商贸网 v2.0
2008-5-16 asp抓蜘蛛的小程序 v1.0
2008-5-16 齐齐乐网私服发布站 仿haosf新版
2008-5-16 IssTech信息反馈系统 v1.0
2008-5-16 自由领域大头贴(js接口版) 修正版
2008-5-16 医院网站系统
2008-5-16 智拓-分类信息管理系统 v5.0
2008-5-7 Windows XP SP3 官方英文版
2008-5-7 Windows XP SP3 官方香港中文版
2008-5-7 Windows XP SP3 官方繁体中文版
2008-5-7 Windows XP SP3 官方简体中文版
2008-4-30 Multiple Unzip Wizard 1.02
2008-4-30 Multiple Unrar Wizard 1.0.0
2008-4-30 WinZip Install/Try/Uninstall a
2008-4-30 ZIP压缩文件修复器WzipFix 2.0
2008-4-30 Pentazip 6.01 Build 189 For Wi
  发表评论
姓 名: 验证码: [ 全部贴吧 ] [ 浏览评论 ]
内 容:
[ 汉字翻译拼音 ] [ 广告代码 ] [ 符号对照表 ] [ 进制转换 ] [ 经典小工具 ] [ 个税计算 ] [ 汉字简繁转换 ] [ 普通单位换算 ] [ 公制单位换算 ]
[ 生辰老黄历 ] [ 国内电话区号 ] [ 国家代码与域名缩写 ] [ 文字加密解密 ] [ 健康查询 ] [ 万年历 ] [ 手机号码查询 ] [ ip搜索 ] [ Google PR查询 ]
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号