[域名解析]域名解析TTL值解释!

星期五 2009年9月11日 王佳明 技术 域名解析  TTL   0人
[域名解析]域名解析TTL值解释!

TTL值全称是“生存时间(Time To Live)”,简单的说它表示DNS记录在DNS服务器上缓存时间。要理解TTL值,请先看下面的一个例子:
假设,有这样一个域名myhost.wangjiaming.com(其实,这就是一条DNS记录,通常表示在wangjiaming.com域中有一台名为myhost的主机)对应IP地址为1.1.1.1,它的TTL为10分钟。这个域名或称这条记录存储在一台名为dns.wangjiaming.com的DNS服务器上。
现在有一个用户在浏览器中键入一下地址(又称URL):http://myhost.wangjiaming.com这时会发生什么呢?
该访问者指定的DNS服务器(或是他的ISP,互联网服务商, 动态分配给他的)8.8.8.8就会试图为他解释myhost.wangjiaming.com,当然8.8.8.8这台DNS服务器由于没有包含

[域名解析]MX记录的优先级

星期五 2009年9月11日 王佳明 技术 域名解析  MX   0人
[域名解析]MX记录的优先级

The relative priority of an MX server is determined by the preference number present in the DNS MX record. When a remote client (typically another mail server) does an MX lookup for the domain name, it gets a list of servers and their preference numbers. The MX record with the smallest preference number has the highest priority and is the first server to be tried. The remote client will go