|
Application Protocols
- protocol: a set of rules defining how to communicate
- application protocol: communication rules for an application
- Standard protocols: documented in RFCs
ftp, telnet, http
- Non-standard protocols: programmers write a distributed
application = new protocol
- Programmers choose standard protocols where they apply
|