
1.什么是RFC?
Request For Comments(RFC),是一系列以编号排定的文件。文件收集了有关互联网相关信息,以及UNIX和互联网社区的
软件文件。目前RFC文件是由Internet Society(ISOC)赞助发行。基本的互联网通信协议都有在RFC文件内详细说明。RFC
文件还额外加入许多的论题在标准内,例如对于互联网新开发的协议及发展中所有的记录。因此几乎所有的互联网标准都有
收录在RFC文件之中。
比如
0792 Internet Control Message Protocol. J. Postel. September 1981.
(Format: TXT=30404 bytes) (Obsoletes RFC0777) (Updated by RFC0950,
RFC4884) (Also STD0005) (Status: STANDARD)
0793 Transmission Control Protocol. J. Postel. September 1981.
(Format: TXT=172710 bytes) (Updated by RFC1122, RFC3168, RFC6093)
(Also STD0007) (Status: STANDARD)
2.如何下载到英文原版的RFC文档(txt格式或者PDF格式)?
如果你知道RFC编号
方法1)浏览器直接打开http://www.ietf.org/rfc/或者ftp到ftp://ietf.org/rfc/找到文件直接下载即可。
推荐下载pdf格式
方法2)直接在下载软件中输入相关文档的URL地址即可比如:
【ICMP】http://www.ietf.org/rfc/rfc793.txt.pdf
【TCP】http://www.ietf.org/rfc/rfc792.txt.pdf
如果不知道RFC编号,打开http://www.ietf.org/rfc/rfc-index.txt利用这个txt的索引来查找,即可,比如搜ICMP找到
0777 Internet Control Message Protocol. J. Postel. April 1981.
(Format: TXT=19407 bytes) (Obsoleted by RFC0792) (Updates RFC0760)
(Status: UNKNOWN)
0792 Internet Control Message Protocol. J. Postel. September 1981.
(Format: TXT=30404 bytes) (Obsoletes RFC0777) (Updated by RFC0950,
RFC4884) (Also STD0005) (Status: STANDARD)
1885 Internet Control Message Protocol (ICMPv6) for the Internet
Protocol Version 6 (IPv6). A. Conta, S. Deering. December 1995.
(Format: TXT=32214 bytes) (Obsoleted by RFC2463) (Status: PROPOSED
STANDARD)
2463 Internet Control Message Protocol (ICMPv6) for the Internet
Protocol Version 6 (IPv6) Specification. A. Conta, S. Deering.
December 1998. (Format: TXT=34190 bytes) (Obsoletes RFC1885)
(Obsoleted by RFC4443) (Status: DRAFT STANDARD)
4443 Internet Control Message Protocol (ICMPv6) for the Internet
Protocol Version 6 (IPv6) Specification. A. Conta, S. Deering, M.
Gupta, Ed.. March 2006. (Format: TXT=48969 bytes) (Obsoletes RFC2463)
(Updates RFC2780) (Updated by RFC4884) (Status: DRAFT STANDARD
3.关于中文RFC文档,网上有很多,比如
http://man.chinaunix.net/develop/rfc/RFC1738.txt
建议还是读英文原版的,啥时候中国人搞出个RFC文档出来就读中文的。 |
|