- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
顶级域名定义为三类(一) 国家顶级域名(nTLD): 国家顶级域名的代码由ISO 3166规定。比如cn代表中国、jp代表日本、uk代表英国等等。 顶级域名定义为三类(二) 国际顶级域名(iTLD):即int,国际联盟、国际性的组织可以在int下注册,比如世界知识产权组织的域名为。 顶级域名定义为三类(三) 通用顶级域名(gTLD):根据1994年3月公布的RFC1591规定,最初的顶级域名共六个,即:com、net、org、edu、gov、mil 顶层域名的代码及意义 新增的顶层域名 我国则将二级域名划分为“类别域名”和“行政区域名”两大类。 “类别域名”六个,分别为: ac 表示科研机构; com 表示工、商、金融等企业; edu 表示教育机构; gov 表示政府部门; net 表示互联网络、接入网络的信息中心 (NIC)和运行中心(NOC); org 表示各种非赢利性的组织。 “行政区域名”34个,适用于中国的各省、自治区、直辖市。 例如,bj为北京市,sh为上海市,nm为内蒙古自治区等等 目前在中国,二级域名edu下申请三级域名由中国教育和科研计算机网网络中心CERNIC负责。 在二级域名edu以外的其它二级域名下申请三级域名,则应向中国互联网网络中心信息中心CNNIC申请。关于中国互联网络发展情况以及各种规定,均可在CNNIC的网站找到。 一种DNS查询方案(迭代iterative): 缺点:根服务器压力大;客户安全性不好 FTP Data Transfer Separate data connection To send lists of files (LIST) To retrieve a file (RETR) To upload a file (STOR) Creating the Data Connection Client acts like a server Creates a socket Assigned an ephemeral port number by the kernel Listens on socket Waits to hear from FTP server Creating Data Connection (cont.) But, the server doesn’t know the port number So after listening, client tells it to the server Using the PORT command on the control connection Creating Data Connection (cont) Then, the server initiates the data connection Connects to the socket on the client machine … and the client accepts to complete the connection Data now flows along second connection; first connection remains open for more commands/replies Why Out-of-Band Control? Avoids need to mark the end of the data transfer Data transfer ends by closing of data connection Yet, the control connection stays up Aborting a data transfer Can abort a transfer without killing the control connection … which avoids requiring the user to log in again Done with an ABOR on the control connection Third-party file transfer between two hosts Data connection could go to a different host … by sending a different client IP address to the server E.g., user coordinates transfer between two servers But: this is rarely needed, and presents
文档评论(0)