How do protocols for web are created & what are the specifications?
How are the web protocols like HTTP, FTP are creat开发者_运维知识库ed & implemented? If I decide to create a new protocol, how should I proceed?
Computer/network protocols are formalized and made standards by the IETF.
- HTTP/1.1, 1999, HTTP/1.0, 1996
- FTP (1985), FTP (1980)
RFC publication process: http://www.rfc-editor.org/pubprocess.html
精彩评论