diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 20:54:24 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 20:54:24 +0100 |
commit | 4bfd864f10b68b71482b35c818559068ef8d5797 (patch) | |
tree | e3989f47a7994642eb325063d46e8f08ffa681dc /doc/rfc/rfc862.txt | |
parent | ea76e11061bda059ae9f9ad130a9895cc85607db (diff) |
doc: Add RFC documents
Diffstat (limited to 'doc/rfc/rfc862.txt')
-rw-r--r-- | doc/rfc/rfc862.txt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/rfc/rfc862.txt b/doc/rfc/rfc862.txt new file mode 100644 index 0000000..016389b --- /dev/null +++ b/doc/rfc/rfc862.txt @@ -0,0 +1,57 @@ + +Network Working Group J. Postel +Request for Comments: 862 ISI + May 1983 + + + + Echo Protocol + + + + +This RFC specifies a standard for the ARPA Internet community. Hosts on +the ARPA Internet that choose to implement an Echo Protocol are expected +to adopt and implement this standard. + +A very useful debugging and measurement tool is an echo service. An +echo service simply sends back to the originating source any data it +receives. + +TCP Based Echo Service + + One echo service is defined as a connection based application on TCP. + A server listens for TCP connections on TCP port 7. Once a + connection is established any data received is sent back. This + continues until the calling user terminates the connection. + +UDP Based Echo Service + + Another echo service is defined as a datagram based application on + UDP. A server listens for UDP datagrams on UDP port 7. When a + datagram is received, the data from it is sent back in an answering + datagram. + + + + + + + + + + + + + + + + + + + + + + +Postel [Page 1] + |