文件名称:DNSresolution
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-03-15
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 姓*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
In iterative name resolution, a client sends a complete domain name to the Server 1 whose IP address is well-known.Then Server 1 resolves the name as far as it can. In this example, it
resolves \edu\. Server 1 returns the name server address associated with \edu\. Then the client name resolver contacts the returned server (Server 2), which futher resolves the \www.u
\. The Server 2 returns the IP address for domain name correspondingly. -There are two methods for name resolution. One is an iterative approach while the
other is a recursive approach. This implement both methods using Java RMI.
resolves \edu\. Server 1 returns the name server address associated with \edu\. Then the client name resolver contacts the returned server (Server 2), which futher resolves the \www.u
\. The Server 2 returns the IP address for domain name correspondingly. -There are two methods for name resolution. One is an iterative approach while the
other is a recursive approach. This implement both methods using Java RMI.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DNSlookup.java
DNSresponse.java
Makefile
Server.java
Client.java