文件名称:DNS
-
所属分类:
- 标签属性:
- 上传时间:2013-01-12
-
文件大小:6.55mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
设计一个DNS服务器程序,读入“域名-IP地址”对照表,当客户端查询域名对应的IP地址时,用域名检索该对照表,三种检索结果:
检索结果为ip地址0.0.0.0,则向客户端返回“域名不存在”的报错消息(不良网站拦截功能)
检索结果为普通IP地址,则向客户返回这个地址(服务器功能)
表中未检到该域名,则向因特网DNS服务器发出查询,并将结果返给客户端(中继功能)
考虑多个计算机上的客户端会同时查询,需要进行消息ID的转换
-Designing a DNS server program, reads "domain name-IP address" table, when the client queries the domain name corresponds to the IP address, domain name to retrieve a table, three types of search results:
Search results for IP address 0.0.0.0, then returned to the client "domain does not exist" error (bad website blocking)
Retrieve the results as a normal IP address, this address is returned to the client (server functionality)
Did not pick up the domain name in the table, is sent to the Internet DNS Server query, and return the result to the client (relay)
Consider the client to query on multiple machines, you need to convert message ID
检索结果为ip地址0.0.0.0,则向客户端返回“域名不存在”的报错消息(不良网站拦截功能)
检索结果为普通IP地址,则向客户返回这个地址(服务器功能)
表中未检到该域名,则向因特网DNS服务器发出查询,并将结果返给客户端(中继功能)
考虑多个计算机上的客户端会同时查询,需要进行消息ID的转换
-Designing a DNS server program, reads "domain name-IP address" table, when the client queries the domain name corresponds to the IP address, domain name to retrieve a table, three types of search results:
Search results for IP address 0.0.0.0, then returned to the client "domain does not exist" error (bad website blocking)
Retrieve the results as a normal IP address, this address is returned to the client (server functionality)
Did not pick up the domain name in the table, is sent to the Internet DNS Server query, and return the result to the client (relay)
Consider the client to query on multiple machines, you need to convert message ID
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DNS/DNS/Debug/cl.command.1.tlog
DNS/DNS/Debug/CL.read.1.tlog
DNS/DNS/Debug/CL.write.1.tlog
DNS/DNS/Debug/DNS.exe.intermediate.manifest
DNS/DNS/Debug/DNS.lastbuildstate
DNS/DNS/Debug/DNS.log
DNS/DNS/Debug/dns.obj
DNS/DNS/Debug/link.command.1.tlog
DNS/DNS/Debug/link.read.1.tlog
DNS/DNS/Debug/link.write.1.tlog
DNS/DNS/Debug/mt.command.1.tlog
DNS/DNS/Debug/mt.read.1.tlog
DNS/DNS/Debug/mt.write.1.tlog
DNS/DNS/Debug/vc100.idb
DNS/DNS/Debug/vc100.pdb
DNS/DNS/dns.cpp
DNS/DNS/DNS.vcxproj
DNS/DNS/DNS.vcxproj.filters
DNS/DNS/DNS.vcxproj.user
DNS/DNS.sdf
DNS/DNS.sln
DNS/DNS.suo
DNS/DNS/Debug
DNS/DNS
DNS
DNS/DNS/Debug/CL.read.1.tlog
DNS/DNS/Debug/CL.write.1.tlog
DNS/DNS/Debug/DNS.exe.intermediate.manifest
DNS/DNS/Debug/DNS.lastbuildstate
DNS/DNS/Debug/DNS.log
DNS/DNS/Debug/dns.obj
DNS/DNS/Debug/link.command.1.tlog
DNS/DNS/Debug/link.read.1.tlog
DNS/DNS/Debug/link.write.1.tlog
DNS/DNS/Debug/mt.command.1.tlog
DNS/DNS/Debug/mt.read.1.tlog
DNS/DNS/Debug/mt.write.1.tlog
DNS/DNS/Debug/vc100.idb
DNS/DNS/Debug/vc100.pdb
DNS/DNS/dns.cpp
DNS/DNS/DNS.vcxproj
DNS/DNS/DNS.vcxproj.filters
DNS/DNS/DNS.vcxproj.user
DNS/DNS.sdf
DNS/DNS.sln
DNS/DNS.suo
DNS/DNS/Debug
DNS/DNS
DNS
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.