找回密码
 立即注册
搜索
查看: 225|回复: 4

网络技术—DNS

[复制链接]

209

主题

857

回帖

1676

积分

金牌会员

积分
1676
发表于 2002-12-8 22:06:44 | 显示全部楼层 |阅读模式
◎ DNS is a distributed database system that can serve as the foundation for name
   resolution in an IP network.

◎ The fully qualified domain name(FQDN) describes the exact relation of a host
   to its domain. DNS uses the FQDN to resolve a host name to an IP address.

◎ The name-to-IP address data for computers that are located in a zone is stored
   in a zone file on a DNS server.


◎ There are two types of queries that can be performed in DNS:
   -> Iterative Query: The DNS server returns the best answer that it can provide
                       without help from other servers.
   -> Recursive Query: The DNS server returns a completes answer to the query,
                       not a pointer to another DNS server.

◎ Lookup Types:
   Forward Lookup: Requires name-to-address resolution.
   Reverse Lookup: Requires address-to-name resolution.

◎ DNS servers can contain the following types of resource records:
   -> A(address)       Contains name-to-IP address mapping information.
   -> NS(name server)  Defines the servers that are authoritative for a certain
                       zone or contain the zone file for that domain.
   -> CNAME(canonical name)  Allows you to provide additional names to a server
                             that already has a name in an A record.
   -> MX(mail exchanger)   Specifies the server to which e-mail applications can
                           deliver mail.
   -> SOA(start of authority)  Indicates the starting point or original point of
                               authority for information stored in a zone.
   -> PTR(pointer)    Used in a reverse lookup zone created within the in-addr.
                      arpa domain to designate a reverse mapping of a host IP
                      address to a host DNS domain name.
   -> SRV(service)    Registered by services so that clients can locate a service
                      by using DNS.
                      You are not normally required to add SRV resource records.
                      Because the service creates them automatically and adds them
                      to the DNS database by using the dynamic update protocol.

◎ After you add resource records,you can use Nslookup to verify that the resource
   records are correct.Nslookup has two modes: Interactive & Non-Interactive.
     nslookup [-option...] [computer_to_find] - [server]

◎ A hosts file is a text file that contains static mappings of host names to IP
   address.Before DNS became the Internet standard for names resolution service,
   computer names were mapped to IP addresses by using Hosts files.Win2000 can
   use a local Hosts file for name resolution,which provides a faster response
   to DNS queries because the Hosts file is queried before any DNS servers.
   You must update the Hosts file manually.
   Location:\systemroot\system32\drivers\etc.

62

主题

1777

回帖

2500

积分

论坛元老

积分
2500
发表于 2002-12-10 16:34:20 | 显示全部楼层
哥哥,你这样弄有多少人能来看又看的懂啊?
干脆翻过来给大家看吧。
DNS是一种分布式数据库系统,它可以在IP 网络中为名字解晰提供服务。
全路径域名(FQDN)描述了域中一个主机和域的确切关系。DNS 利用FQDN 把主机名解晰为IP 地址。
一定区域内计算机的名字到IP 地址数据存储在DNS 服务器的该区域文件中。
在DNS中有两种查询方法:
循环查询,DNS返回在没有其他服务器帮助下的最佳答案。
递归查询,DNS返回的是完全路径的答案,而不是指向其他DNS服务器的指针。
查找类型:
向前查找,要求名字到地址的解晰。
向后查找,要求地址到名字的解晰。
DNS服务器可包含的资源类型有以下几种:
A(ADDERSS)包含名字到地址映像信息。
NS(NAME SERVER)定义服务器,该服务器对某特定区域而言是可信赖的,或包含该域地区文件的。
CNAME(CONONICAL NAME)允许你给在一个记录中已经有名字的服务器提供一个别名。
MX(MAIL EXCHANGE)指定EMAIL服务器,EMAIL 应用程序通过该服务器发送EMAIL。
SOA(START OF AUTHORITY)标出开始点或对保存在某个区域内信息授权的原始点。
PTR(POINTER)在ARPA域内生成一个逆向查找区,用它来标出一个主机IP地址 到主机DNS域名的逆映像.
SRV(SERVICE)通过服务注册,以便客户机可以使用DNS来定位服务。
通常不会要求你增加SRV资源信息,因为服务会自动产生该信息并通过动态提交协议把它们加入DNS数据库中。
在你增加了一条资源信息后,可以用NSlookup来验证其正确性。NSlookup命令有两种模式:交互式和非交互式。
nslookup [-option...] [computer_to_find] - [server]
主机文件是包含主机名到IP地址的静态映像的文本文件。DNS在成为因特网名字解析服务标准前,计算机名字通过主机文件映像到IP地址。WIN2000可以使用本地主机文件做名字解析,由于在DNS查询之前就查询该本地主机文件,所以它的反应比DNS查询要更快。
该主机文件必须手工更新。它的位置在:\systemroot\system32\drivers\etc.


翻译的可能不是很贴切,大家不要笑话,哪位有玉的请尽管扔过来。
回复

使用道具 举报

209

主题

857

回帖

1676

积分

金牌会员

积分
1676
 楼主| 发表于 2002-12-10 19:32:01 | 显示全部楼层

Very Good

翻译的不错啊,上述的东东是我从微软的“MCSE”英文教材里直接截取出来的,所以就没有翻译过来!
而且直接看英文的东西,我感觉对大家都比较有好处啊!
回复

使用道具 举报

62

主题

1777

回帖

2500

积分

论坛元老

积分
2500
发表于 2002-12-11 08:44:26 | 显示全部楼层
我觉得也是,看英语的还知道意思,可真要翻过来,有的话就不好表达了。
而且就算勉强翻过来也是众口难调,毕竟还有个语言习惯问题。
回复

使用道具 举报

209

主题

857

回帖

1676

积分

金牌会员

积分
1676
 楼主| 发表于 2002-12-11 10:52:33 | 显示全部楼层
最初由 maosj 发布
[B]我觉得也是,看英语的还知道意思,可真要翻过来,有的话就不好表达了。
而且就算勉强翻过来也是众口难调,毕竟还有个语言习惯问题。 [/B]


Yes.
I quite agree with what you say.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|海浩社区

GMT+8, 2025-9-19 12:40 , Processed in 0.081271 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表