As per Relevance of the word internet, we have this rfc below:







Network Working Group J.
Request for Comments: 924 J.

Obsoletes: RFCs 901, 880, 840 October 1984


OFFICIAL ARPA-INTERNET


STATUS OF THIS

This memo is an official status report on the protocols used in
ARPA-Internet community. Distribution of this memo is unlimited



This RFC identifies the documents specifying the official
used in the Internet. Comments indicate any revisions or
planned

To first order, the official protocols are those in the "
Protocol Transition Workbook" (IPTW) dated March 1982. There
several protocols in use that are not in the IPTW. A few of
protocols in the IPTW have been revised. Notably, the mail
have been revised and issued as a volume titled "Internet
Protocols" dated November 1982. Telnet and the most useful
options have been revised and issued as a volume titled "
Telnet Protocol and Options" (ITP) dated June 1983. Some
have not been revised for many years, these are found in the
"ARPANET Protocol Handbook" (APH) dated January 1978. There is
a volume of protocol related information called the "
Protocol Implementers Guide" (IPIG) dated August 1982.

This document is organized as a sketchy outline. The entries
protocols (e.g., Transmission Control Protocol). In each entry
are notes on status, specification, comments, other references
dependencies, and contact

The STATUS is one of: required, recommended, elective,
experimental

The SPECIFICATION identifies the protocol defining documents

The COMMENTS describe any differences from the specification
problems with the protocol

The OTHER REFERENCES identify documents that comment on or
on the protocol

The DEPENDENCIES indicate what other protocols are called upon
this protocol



Reynolds & Postel [Page 1]



Official ARPA-Internet Protocols RFC 924


The CONTACT indicates a person who can answer questions about
protocol

In particular, the status may be



- all hosts must implement the required protocol



- all hosts are encouraged to implement the
protocol



- hosts may implement or not the elective protocol



- hosts should not implement the experimental
unless they are participating in the experiment and
coordinated their use of this protocol with the
person,



- this is not a protocol

For further information about protocols in general,
contact

Joyce
USC - Information Sciences
4676 Admiralty
Marina del Rey, California 90292-6695

Phone: (213) 822-1511

ARPA mail: JKREYNOLDS@USC-ISIF.











Reynolds & Postel [Page 2]



Official ARPA-Internet Protocols RFC 924




Catenet Model ------------------------------------------------------

STATUS:

SPECIFICATION: IEN 48 (in IPTW

COMMENTS

Gives an overview of the organization and principles of
Internet

Could be revised and expanded

OTHER REFERENCES

RFC 871 - A Perspective on the ARPANET Reference

DEPENDENCIES

CONTACT: Postel@USC-ISIF.





























Reynolds & Postel [Page 3]



Official ARPA-Internet Protocols RFC 924


NETWORK

Internet Protocol --------------------------------------------- (IP

STATUS:

SPECIFICATION: RFC 791 (in IPTW

COMMENTS

This is the universal protocol of the Internet. This
protocol provides the universal addressing of hosts in
Internet

A few minor problems have been noted in this document

The most serious is a bit of confusion in the route options
The route options have a pointer that indicates which octet
the route is the next to be used. The confusion is between
phrases "the pointer is relative to this option" and "
smallest legal value for the pointer is 4". If you
confused, forget about the relative part, the pointer
at 4.

Another important point is the alternate reassembly
suggested in RFC 815.

Note that ICMP is defined to be an integral part of IP.
have not completed an implementation of IP if it does
include ICMP

OTHER REFERENCES

RFC 815 (in IPIG) - IP Datagram Reassembly

RFC 814 (in IPIG) - Names, Addresses, Ports, and

RFC 816 (in IPIG) - Fault Isolation and

RFC 817 (in IPIG) - Modularity and Efficiency in


MIL-STD-1777 - Military Standard Internet

DEPENDENCIES

CONTACT: Postel@USC-ISIF.




Reynolds & Postel [Page 4]



Official ARPA-Internet Protocols RFC 924


Internet Control Message Protocol --------------------------- (ICMP

STATUS:

SPECIFICATION: RFC 792 (in IPTW

COMMENTS

The control messages and error reports that go with
Internet Protocol

A few minor errors in the document have been noted
Suggestions have been made for additional types of
message and additional destination unreachable messages

A proposal for two additional ICMP message types is made
RFC 917 "Internet Subnets", Address Format Request (A1=17),
Address Format Reply (A2=18). Use of these ICMP types
experimental

Note that ICMP is defined to be an integral part of IP.
have not completed an implementation of IP if it does
include ICMP

OTHER REFERENCES: RFC 917

DEPENDENCIES: Internet

CONTACT: Postel@USC-ISIF.






















Reynolds & Postel [Page 5]



Official ARPA-Internet Protocols RFC 924


HOST

User Datagram Protocol --------------------------------------- (UDP

STATUS:

SPECIFICATION: RFC 768 (in IPTW

COMMENTS

Provides a datagram service to applications. Adds
addressing to the IP services

The only change noted for the UDP specification is a
clarification that if in computing the checksum a padding
is used for the computation it is not transmitted or counted
the length

OTHER REFERENCES

DEPENDENCIES: Internet

CONTACT: Postel@USC-ISIF.

Transmission Control Protocol -------------------------------- (TCP

STATUS:

SPECIFICATION: RFC 793 (in IPTW

COMMENTS

Provides reliable end-to-end data stream service

Many comments and corrections have been received for the
specification document. These are primarily document
rather than protocol bugs

Event Processing Section: There are many minor corrections
clarifications needed in this section

Push: There are still some phrases in the document that give
"record mark" flavor to the push. These should be
clarified. The push is not a record mark

Urgent: Page 17 is wrong. The urgent pointer points to
last octet of urgent data (not to the first octet of non-
data).



Reynolds & Postel [Page 6]



Official ARPA-Internet Protocols RFC 924


Listening Servers: Several comments have been received
difficulties with contacting listening servers. There
be some discussion of implementation issues for servers,
some notes on alternative models of system and
organization for servers

Maximum Segment Size: The maximum segment size option
be generalized and clarified. It can be used to
increase or decrease the maximum segment size from the default
The TCP Maximum Segment Size is the IP Maximum Datagram
minus forty. The default IP Maximum Datagram Size if 576.
default TCP Maximum Segment Size is 536. For
discussion, see RFC 879.

Idle Connections: There have been questions
automatically closing idle connections. Idle connections
ok, and should not be closed. There are several cases
idle connections arise, for example, in Telnet when a user
thinking for a long time following a message from the
computer before his next input. There is no TCP "probe
mechanism, and none is needed

Queued Receive Data on Closing: There are several points
it is not clear from the description what to do about
received by the TCP but not yet passed to the user
particularly when the connection is being closed. In general
the data is to be kept to give to the user if he does a
call

Out of Order Segments: The description says that segments
arrive out of order, that is, are not exactly the next
to be processed, may be kept on hand. It should also point
that there is a very large performance penalty for not
so

User Time Out: This is the time out started on an open or
call. If this user time out occurs the user should
notified, but the connection should not be closed or the
deleted. The user should explicitly ABORT the connection if
wants to give up

OTHER REFERENCES

RFC 813 (in IPIG) - Window and Acknowledgement Strategy in

RFC 814 (in IPIG) - Names, Addresses, Ports, and

RFC 816 (in IPIG) - Fault Isolation and



Reynolds & Postel [Page 7]



Official ARPA-Internet Protocols RFC 924


RFC 817 (in IPIG) - Modularity and Efficiency in


RFC 879 - TCP Maximum Segment

RFC 889 - Internet Delay

RFC 896 - TCP/IP Congestion

MIL-STD-1778 - Military Standard Transmission Control

DEPENDENCIES: Internet

CONTACT: Postel@USC-ISIF.

Host Monitoring Protocol ------------------------------------- (HMP

STATUS:

SPECIFICATION: RFC 869

COMMENTS

This is a good tool for debugging protocol implementations
remotely located computers

This protocol is used to monitor Internet gateways and
TACs

OTHER REFERENCES

DEPENDENCIES: Internet

CONTACT: Hinden@BBN-UNIX.

Cross Net Debugger ------------------------------------------ (XNET

STATUS:

SPECIFICATION: IEN 158

COMMENTS

A debugging protocol, allows debugger like access to
systems

This specification should be updated and reissued as an RFC

OTHER REFERENCES: RFC 643


Reynolds & Postel [Page 8]



Official ARPA-Internet Protocols RFC 924


DEPENDENCIES: Internet

CONTACT: Postel@USC-ISIF.

"Stub" Exterior Gateway Protocol ----------------------------- (EGP

STATUS: Recommended for

SPECIFICATION: RFC 888, RFC 904

COMMENTS

The protocol used between gateways of different
to exchange routing information

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES: RFC 827, RFC 890

DEPENDENCIES: Internet

CONTACT: Mills@USC-ISID.

Gateway Gateway Protocol ------------------------------------- (GGP

STATUS:

SPECIFICATION: RFC 823

COMMENTS

The gateway protocol now used in the core gateways

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: Internet

CONTACT: Brescia@BBN-UNIX.









Reynolds & Postel [Page 9]



Official ARPA-Internet Protocols RFC 924


Multiplexing Protocol ---------------------------------------- (MUX

STATUS:

SPECIFICATION: IEN 90

COMMENTS

Defines a capability to combine several segments from
higher level protocols in one IP datagram

No current experiment in progress. There is some question
to the extent to which the sharing this protocol envisions
actually take place. Also, there are some issues about
information captured in the multiplexing header being (a
insufficient, or (b) over specific

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: Internet

CONTACT: Postel@USC-ISIF.

Stream Protocol ----------------------------------------------- (ST

STATUS:

SPECIFICATION: IEN 119

COMMENTS

A gateway resource allocation protocol designed for use
multihost real time applications

The implementation of this protocol has evolved and may
longer be consistent with this specification. The
should be updated and issued as an RFC

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: Internet

CONTACT: jwf@LL-EN.


Reynolds & Postel [Page 10]



Official ARPA-Internet Protocols RFC 924


Network Voice Protocol ------------------------------------ (NVP-II

STATUS:

SPECIFICATION: ISI Internal

COMMENTS

Defines the procedures for real time voice conferencing

The specification is an ISI Internal Memo which should
updated and issued as an RFC

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES: RFC 741

DEPENDENCIES: Internet Protocol, Stream

CONTACT: Casner@USC-ISIB.

Reliable Data Protocol --------------------------------------- (RDP

STATUS:

SPECIFICATION: RFC 908

COMMENTS

This protocol is designed to efficiently support the
transfer of data for such host monitoring and
applications as loading/dumping and remote debugging.
protocol is intended to be simple to implement but still
efficient in environments where there may be long
delays and loss or non-sequential delivery of message segments

OTHER REFERENCES

DEPENDENCIES: Internet

CONTACT: CWelles@BBN-UNIX.









Reynolds & Postel [Page 11]



Official ARPA-Internet Protocols RFC 924


APPLICATION

Telnet Protocol ------------------------------------------- (TELNET

STATUS:

SPECIFICATION: RFC 854 (in "Internet Telnet Protocol
Options")

COMMENTS

The protocol for remote terminal access

This has been revised since the IPTW. RFC 764 in IPTW is
obsolete

OTHER REFERENCES

MIL-STD-1782 - Telnet Protocol and Options (TELNET

DEPENDENCIES: Transmission Control

CONTACT: Postel@USC-ISIF.




























Reynolds & Postel [Page 12]



Official ARPA-Internet Protocols RFC 924


Telnet Options ------------------------------------ (TELNET-OPTIONS

STATUS:

SPECIFICATION: General description of options: RFC 855
(in "Internet Telnet Protocol and Options")

Number Name RFC NIC ITP APH
------ --------------------------------- --- ----- --- --- ---
0 Binary Transmission 856 ----- yes obs
1 Echo 857 ----- yes obs
2 Reconnection ... 15391 no yes
3 Suppress Go Ahead 858 ----- yes obs
4 Approx Message Size Negotiation ... 15393 no yes
5 Status 859 ----- yes obs
6 Timing Mark 860 ----- yes obs
7 Remote Controlled Trans and Echo 726 39237 no yes
8 Output Line Width ... 20196 no yes
9 Output Page Size ... 20197 no yes
10 Output Carriage-Return Disposition 652 31155 no yes
11 Output Horizontal Tabstops 653 31156 no yes
12 Output Horizontal Tab Disposition 654 31157 no yes
13 Output Formfeed Disposition 655 31158 no yes
14 Output Vertical Tabstops 656 31159 no yes
15 Output Vertical Tab Disposition 657 31160 no yes
16 Output Linefeed Disposition 658 31161 no yes
17 Extended ASCII 698 32964 no yes
18 Logout 727 40025 no yes
19 Byte Macro 735 42083 no yes
20 Data Entry Terminal 732 41762 no yes
21 SUPDUP 734 736 42213 no yes
22 SUPDUP Output 749 45449 no no
23 Send Location 779 ----- no no
24 Terminal Type 884 ----- no no
25 End of Record 885 ----- no no
255 Extended-Options-List 861 ----- yes obs

(obs = obsolete

The ITP column indicates if the specification is included in
Internet Telnet Protocol and Options. The APH column indicates
the specification is included in the ARPANET Protocol Handbook
The USE column of the table above indicates which options are
general use

COMMENTS

The Binary Transmission, Echo, Suppress Go Ahead, Status
Timing Mark, and Extended Options List options have


Reynolds & Postel [Page 13]



Official ARPA-Internet Protocols RFC 924


recently updated and reissued. These are the most
implemented options

The remaining options should be reviewed and the useful
should be revised and reissued. The others should
eliminated

The following are recommended: Binary Transmission, Echo
Suppress Go Ahead, Status, Timing Mark, and Extended
List

OTHER REFERENCES

DEPENDENCIES:

CONTACT: Postel@USC-ISIF.

File Transfer Protocol --------------------------------------- (FTP

STATUS:

SPECIFICATION: RFC 765 (in IPTW

COMMENTS

The protocol for moving files between Internet hosts.
for access control and negotiation of file parameters

There are a number of minor corrections to be made. A
change is the deletion of the mail commands, and a
clarification is needed in the discussion of the management
the data connection. Also, a suggestion has been made
include some directory manipulation commands (RFC 775).

Even though the MAIL features are defined in this document
they are not to be used. The SMTP protocol is to be used
all mail service in the Internet

Data Connection Management

a. Default Data Connection Ports: All FTP
must support use of the default data connection ports,
only the User-PI may initiate the use of non-default ports

b. Negotiating Non-Default Data Ports: The User-PI
specify a non-default user side data port with the
command. The User-PI may request the server side
identify a non-default server side data port with the
command. Since a connection is defined by the pair


Reynolds & Postel [Page 14]



Official ARPA-Internet Protocols RFC 924


addresses, either of these actions is enough to get
different data connection, still it is permitted to do
commands to use new ports on both ends of the
connection

c. Reuse of the Data Connection: When using the
mode of data transfer the end of the file must be
by closing the connection. This causes a problem
multiple files are to be transfered in the session, due
need for TCP to hold the connection record for a time
period to guarantee the reliable communication. Thus
connection can not be reopened at once

There are two solutions to this problem. The first is
negotiate a non-default port (as in (b) above).
second is to use another transfer mode

A comment on transfer modes. The stream transfer mode
inherently unreliable, since one can not determine if
connection closed prematurely or not. The other
modes (Block, Compressed) do not close the connection
indicate the end of file. They have enough FTP
that the data connection can be parsed to determine
end of the file. Thus using these modes one can
the data connection open for multiple file transfers

Why this was not a problem with the old NCP FTP

The NCP was designed with only the ARPANET in mind
The ARPANET provides very reliable service, and
NCP counted on it. If any packet of data from an
connection were lost or damaged by the network the
could not recover. It is a tribute to the
designers that the NCP FTP worked so well

The TCP is designed to provide reliable
over many different types of networks
interconnections of networks. TCP must cope with
set of networks that can not promise to work as
as the ARPANET. TCP must make its own provisions
end-to-end recovery from lost or damaged packets
This leads to the need for the connection phase-
time-out. The NCP never had to deal
acknowledgements or retransmissions or many
things the TCP must do to make connection reliable
a more complex world





Reynolds & Postel [Page 15]



Official ARPA-Internet Protocols RFC 924


LIST and NLST

There is some confusion about the LIST an NLST commands,
what is appropriate to return. Some clarification
motivation for these commands should be added to
specification

OTHER REFERENCES

RFC 678 - Document File Format

MIL-STD-1780 - File Transfer Protocol (FTP

DEPENDENCIES: Transmission Control

CONTACT: Postel@USC-ISIF.

Trivial File Transfer Protocol ------------------------------ (TFTP

STATUS:

SPECIFICATION: RFC 783 (in IPTW

COMMENTS

A very simple file moving protocol, no access control
provided

This is in use in several local networks

Ambiguities in the interpretation of several of the
modes should be clarified, and additional transfer modes
be defined. Additional error codes could be defined to
clearly identify problems

OTHER REFERENCES

DEPENDENCIES: User Datagram

CONTACT: Postel@USC-ISIF.











Reynolds & Postel [Page 16]



Official ARPA-Internet Protocols RFC 924


Simple File Transfer Protocol ------------------------------- (SFTP

STATUS:

SPECIFICATION: RFC 913

COMMENTS

SFTP is a simple file transfer protocol. It fills the need
people wanting a protocol that is more useful than TFTP
easier to implement (and less powerful) than FTP.
supports user access control, file transfers,
listing, directory changing, file renaming and deleting

SFTP can be implemented with any reliable 8-bit byte
oriented protocol, this document describes its
specification. SFTP uses only one TCP connection; whereas
implements a connection over UDP, and FTP uses two
connections (one using the TELNET protocol).

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: Transmission Control

CONTACT: MKL@MIT-XX.

Simple Mail Transfer Protocol ------------------------------- (SMTP

STATUS:

SPECIFICATION: RFC 821 (in "Internet Mail Protocols")

COMMENTS

The procedure for transmitting computer mail between hosts

This has been revised since the IPTW, it is in the "
Mail Protocols" volume of November 1982. RFC 788 (in IPTW)
obsolete

There have been many misunderstandings and errors in the
implementations. Some documentation of these problems can
found in the file [ISIF]MAIL.ERRORS

Some minor differences between RFC 821 and RFC 822 should
resolved


Reynolds & Postel [Page 17]



Official ARPA-Internet Protocols RFC 924


OTHER REFERENCES

RFC 822 - Mail Header Format

This has been revised since the IPTW, it is in the "
Mail Protocols" volume of November 1982. RFC 733 (in IPTW
is obsolete. Further revision of RFC 822 is needed
correct some minor errors in the details of
specification

MIL-STD-1781 - Simple Mail Transfer Protocol (SMTP

DEPENDENCIES: Transmission Control

CONTACT: Postel@USC-ISIF.

Resource Location Protocol ----------------------------------- (RLP

STATUS:

SPECIFICATION: RFC 887

COMMENTS

A resource location protocol for use in the ARPA-Internet
This protocol utilizes the User Datagram Protocol (UDP)
in turn calls on the Internet Protocol to deliver
datagrams

OTHER REFERENCES

DEPENDENCIES: User Datagram

CONTACT: Accetta@CMU-CS-A.

Loader Debugger Protocol ------------------------------------- (LDP

STATUS:

SPECIFICATION: RFC 909

COMMENTS

Specifies a protocol for loading, dumping and debugging
machines from hosts in a network environment. It is
designed to accommodate a variety of target CPU types.
provides a powerful set of debugging services, while at
same time, it is structured so that a simple subset may



Reynolds & Postel [Page 18]



Official ARPA-Internet Protocols RFC 924


implemented in applications like boot loading where
and space are at a premium

OTHER REFERENCES

DEPENDENCIES: Reliable Data

CONTACT: Hinden@BBN-UNIX.

Remote Job Entry --------------------------------------------- (RJE

STATUS:

SPECIFICATION: RFC 407 (in APH

COMMENTS

The general protocol for submitting batch jobs and
the results

Some changes needed for use with TCP

No known active implementations

OTHER REFERENCES

DEPENDENCIES: File Transfer
Transmission Control

CONTACT: Postel@USC-ISIF.

Remote Job Service ---------------------------------------- (NETRJS

STATUS:

SPECIFICATION: RFC 740 (in APH

COMMENTS

A special protocol for submitting batch jobs and retrieving
results used with the UCLA IBM OS system

Please discuss any plans for implementation or use of
protocol with the contact

Revision in progress

OTHER REFERENCES



Reynolds & Postel [Page 19]



Official ARPA-Internet Protocols RFC 924


DEPENDENCIES: Transmission Control

CONTACT: Braden@USC-ISIA.

Remote Telnet Service ------------------------------------ (RTELNET

STATUS:

SPECIFICATION: RFC 818

COMMENTS

Provides special access to user Telnet on a remote system

OTHER REFERENCES

DEPENDENCIES: Telnet, Transmission Control

CONTACT: Postel@USC-ISIF.

Graphics Protocol --------------------------------------- (GRAPHICS

STATUS:

SPECIFICATION: NIC 24308 (in APH

COMMENTS

The protocol for vector graphics

Very minor changes needed for use with TCP

No known active implementations

OTHER REFERENCES

DEPENDENCIES: Telnet, Transmission Control

CONTACT: Postel@USC-ISIF.












Reynolds & Postel [Page 20]



Official ARPA-Internet Protocols RFC 924


Echo Protocol ----------------------------------------------- (ECHO

STATUS:

SPECIFICATION: RFC 862

COMMENTS

Debugging protocol, sends back whatever you send it

OTHER REFERENCES

DEPENDENCIES: Transmission Control
or User Datagram

CONTACT: Postel@USC-ISIF.

Discard Protocol ----------------------------------------- (DISCARD

STATUS:

SPECIFICATION: RFC 863

COMMENTS

Debugging protocol, throws away whatever you send it

OTHER REFERENCES

DEPENDENCIES: Transmission Control
or User Datagram

CONTACT: Postel@USC-ISIF.

Character Generator Protocol ----------------------------- (CHARGEN

STATUS:

SPECIFICATION: RFC 864

COMMENTS

Debugging protocol, sends you ASCII data

OTHER REFERENCES

DEPENDENCIES: Transmission Control
or User Datagram



Reynolds & Postel [Page 21]



Official ARPA-Internet Protocols RFC 924


CONTACT: Postel@USC-ISIF.

Quote of the Day Protocol ---------------------------------- (QUOTE

STATUS:

SPECIFICATION: RFC 865

COMMENTS

Debugging protocol, sends you a short ASCII message

OTHER REFERENCES

DEPENDENCIES: Transmission Control
or User Datagram

CONTACT: Postel@USC-ISIF.

Active Users Protocol -------------------------------------- (USERS

STATUS:

SPECIFICATION: RFC 866

COMMENTS

Lists the currently active users

OTHER REFERENCES

DEPENDENCIES: Transmission Control
or User Datagram

CONTACT: Postel@USC-ISIF.

Authentication Service -------------------------------------- (AUTH

STATUS:

SPECIFICATION: RFC 912

COMMENTS

The Authentication Server provides a means to determine
identity of a user of a particular TCP connection. Given a
port number pair, it returns a character string
identifies the owner of that connection on the server's system
Suggested uses include automatic identification


Reynolds & Postel [Page 22]



Official ARPA-Internet Protocols RFC 924


verification of a user during an FTP session,
verification of a TAC dial up user, and access verification
a generalized network file server

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: Transmission Control

CONTACT: StJohns@MIT-MULTICS.

Finger Protocol ------------------------------------------- (FINGER

STATUS:

SPECIFICATION: RFC 742 (in APH

COMMENTS

Provides information on the current or most recent activity
a user

Some extensions have been suggested

Some changes are are needed for TCP

OTHER REFERENCES

DEPENDENCIES: Transmission Control

CONTACT: Postel@USC-ISIF.

WhoIs Protocol ------------------------------------------- (NICNAME

STATUS:

SPECIFICATION: RFC 812 (in IPTW

COMMENTS

Accesses the ARPANET Directory database. Provides a way
find out about people, their addresses, phone numbers
organizations, and mailboxes

OTHER REFERENCES

DEPENDENCIES: Transmission Control


Reynolds & Postel [Page 23]



Official ARPA-Internet Protocols RFC 924


CONTACT: Feinler@SRI-NIC.

Domain Name Protocol -------------------------------------- (DOMAIN

STATUS:

SPECIFICATION: RFC 881, 882, 883

COMMENTS

OTHER REFERENCES

RFC 920 - Domain

RFC 921 - Domain Name Implementation Schedule -

DEPENDENCIES: Transmission Control
or User Datagram

CONTACT: Mockapetris@USC-ISIF.

HOSTNAME Protocol --------------------------------------- (HOSTNAME

STATUS:

SPECIFICATION: RFC 811 (in IPTW

COMMENTS

Accesses the Registered Internet Hosts database (HOSTS.TXT).
Provides a way to find out about a host in the Internet,
Internet Address, and the protocols it implements

OTHER REFERENCES

RFC 810 - Host Table

DEPENDENCIES: Transmission Control

CONTACT: Feinler@SRI-NIC.











Reynolds & Postel [Page 24]



Official ARPA-Internet Protocols RFC 924


Host Name Server Protocol ----------------------------- (NAMESERVER

STATUS:

SPECIFICATION: IEN 116 (in IPTW

COMMENTS

Provides machine oriented procedure for translating a host
to an Internet Address

This specification has significant problems: 1) The
syntax is out of date. 2) The protocol details are ambiguous
in particular, the length octet either does or doesn't
itself and the op code. 3) The extensions are not supported
any known implementation

This protocol is now abandon in favor of the DOMAIN protocol
Further implementations of this protocol are not advised

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: User Datagram

CONTACT: Postel@USC-ISIF.

CSNET Mailbox Name Server Protocol ---------------------- (CSNET-NS

STATUS:

SPECIFICATION: CS-DN-2

COMMENTS

Provides access to the CSNET data base of users to
information about users names, affiliations, and mailboxes

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: Transmission Control

CONTACT: Solomon@UWISC.



Reynolds & Postel [Page 25]



Official ARPA-Internet Protocols RFC 924


Daytime Protocol ----------------------------------------- (DAYTIME

STATUS:

SPECIFICATION: RFC 867

COMMENTS

Provides the day and time in ASCII character string

OTHER REFERENCES

DEPENDENCIES: Transmission Control
or User Datagram

CONTACT: Postel@USC-ISIF.

Time Server Protocol ---------------------------------------- (TIME

STATUS:

SPECIFICATION: RFC 868

COMMENTS

Provides the time as the number of seconds from a
reference time

OTHER REFERENCES

DEPENDENCIES: Transmission Control
or User Datagram

CONTACT: Postel@USC-ISIF.

















Reynolds & Postel [Page 26]



Official ARPA-Internet Protocols RFC 924


DCNET Time Server Protocol --------------------------------- (CLOCK

STATUS:

SPECIFICATION: RFC 778

COMMENTS

Provides a mechanism for keeping synchronized clocks

OTHER REFERENCES

DEPENDENCIES: Internet Control Message

CONTACT: Mills@USC-ISID.

SUPDUP Protocol ------------------------------------------- (SUPDUP

STATUS:

SPECIFICATION: RFC 734 (in APH

COMMENTS

A special Telnet like protocol for display terminals

OTHER REFERENCES

DEPENDENCIES: Transmission Control

CONTACT: Crispin@SU-SCORE.




















Reynolds & Postel [Page 27]



Official ARPA-Internet Protocols RFC 924


Internet Message Protocol ------------------------------------ (MPM

STATUS:

SPECIFICATION: RFC 759

COMMENTS

This is an experimental multimedia mail transfer protocol.
implementation is called a Message Processing Module or MPM

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

RFC 767 - Structured Document

DEPENDENCIES: Transmission Control

CONTACT: Postel@USC-ISIF.

Post Office Protocol ----------------------------------------- (POP

STATUS:

SPECIFICATION: RFC 918

COMMENTS

The intent of the Post Office Protocol (POP) is to allow
user's workstation to access mail from a mailbox server. It
expected that mail will be posted from the workstation to
mailbox server via the Simple Mail Transfer Protocol (SMTP).
For further information see RFC-821 and RFC-822.

Please discuss any plans for implementation or use of
protocol with the contact

OTHER REFERENCES

DEPENDENCIES: Transmission Control

CONTACT: JKReynolds@USC-ISIF.







Reynolds & Postel [Page 28]



Official ARPA-Internet Protocols RFC 924


Network Standard Text Editor ------------------------------- (NETED

STATUS:

SPECIFICATION: RFC 569

COMMENTS

Describes a simple line editor which could be provided by
Internet host

OTHER REFERENCES

DEPENDENCIES

CONTACT: Postel@USC-ISIF.



































Reynolds & Postel [Page 29]



Official ARPA-Internet Protocols RFC 924




Assigned Numbers ---------------------------------------------------

STATUS:

SPECIFICATION: RFC 923

COMMENTS

Describes the fields of various protocols that are
specific values for actual use, and lists the
assigned values

Issued October 1984, replaces RFC 900, RFC 790 in IPTW,
RFC 870.

OTHER REFERENCES

CONTACT: JKReynolds@USC-ISIF.

Pre-emption --------------------------------------------------------

STATUS:

SPECIFICATION: RFC 794 (in IPTW

COMMENTS

Describes how to do pre-emption of TCP connections

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.

















Reynolds & Postel [Page 30]



Official ARPA-Internet Protocols RFC 924


Service Mappings ---------------------------------------------------

STATUS:

SPECIFICATION: RFC 795 (in IPTW

COMMENTS

Describes the mapping of the IP type of service field onto
parameters of some specific networks

Out of date, needs revision

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.

Address Mappings ---------------------------------------------------

STATUS:

SPECIFICATION: RFC 796 (in IPTW

COMMENTS

Describes the mapping between Internet Addresses and
addresses of some specific networks

Out of date, needs revision

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.

Document Formats ---------------------------------------------------

STATUS:

SPECIFICATION: RFC 678

COMMENTS

Describes standard format rules for several types of documents

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.




Reynolds & Postel [Page 31]



Official ARPA-Internet Protocols RFC 924


Bitmap Formats -----------------------------------------------------

STATUS:

SPECIFICATION: RFC 797

COMMENTS

Describes a standard format for bitmap data

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.

Facsimile Formats --------------------------------------------------

STATUS:

SPECIFICATION: RFC 804

COMMENTS

Describes a standard format for facsimile data

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.

Internet Protocol on X.25 Networks ---------------------------------

STATUS:

SPECIFICATION: RFC 877

COMMENTS

Describes a standard for the transmission of IP Datagrams
Public Data Networks

OTHER REFERENCES

CONTACT: jtk@PURDUE.









Reynolds & Postel [Page 32]



Official ARPA-Internet Protocols RFC 924


Internet Protocol on DC Networks -----------------------------------

STATUS:

SPECIFICATION: RFC 891

COMMENTS

OTHER REFERENCES

RFC 778 - DCNET Internet Clock

CONTACT: Mills@USC-ISID.

Internet Protocol on Ethernet Networks -----------------------------

STATUS:

SPECIFICATION: RFC 894

COMMENTS

OTHER REFERENCES: RFC 893

CONTACT: Postel@USC-ISIF.

Internet Protocol on Experimental Ethernet Networks ----------------

STATUS:

SPECIFICATION: RFC 895

COMMENTS

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.














Reynolds & Postel [Page 33]



Official ARPA-Internet Protocols RFC 924


Address Resolution Protocol ---------------------------------- (ARP

STATUS:

SPECIFICATION: RFC 826

COMMENTS

This is a procedure for finding the network hardware
corresponding to an Internet Address

OTHER REFERENCES

CONTACT: Postel@USC-ISIF.

A Reverse Address Resolution Protocol ----------------------- (RARP

STATUS:

SPECIFICATION: RFC 903

COMMENTS

This is a procedure for workstations to dynamically find
protocol address (e.g., their Internet Address), when they
only know their hardware address (e.g., their attached
network address).

OTHER REFERENCES

CONTACT: Mogul@SU-SCORE.

Host Access Protocol ----------------------------------------- (HAP

STATUS:

SPECIFICATION: RFC 907

COMMENTS

This protocol specifies the network-access level
between an arbitrary computer, called a host, and
packet-switched satellite network, e.g., SATNET or WBNET

Note: Implementations of HAP should be performed
coordination with satellite network development and
personnel

OTHER REFERENCES


Reynolds & Postel [Page 34]



Official ARPA-Internet Protocols RFC 924


DEPENDENCIES

CONTACT: Schoen@BBN-UNIX.
















































Reynolds & Postel [Page 35]








if you see any problems within the linking, don't worry be happy,
this is version 0.1 of the Relevance System and you gotta expect some crappy subroutines sometimes,
just be content we did not write this in Java, which would have made this "bigger and better" HAHAHHA.




RFC documents can be found at I.E.T.F.



Relevance System Copyright © 2002 Spectrum WorldResearch
other technical nosh by ServerMasters Corporation
collaboration of BobX







Spectrum