|
RFC Home |
Full RFC Index |
Recent RFCs |
RFC Standards |
Best Current Practice |
RFC Errata |
1 April RFC |
|
||||||
|
IETF RFC 877
Standard for the transmission of IP datagrams over public data networks Last modified on Wednesday, September 23rd, 1992 Permanent link to RFC 877 Search GitHub Wiki for RFC 877 Show other RFCs mentioning RFC 877 Network Working Group J. T. Korb Request for Comments: 877 Purdue University September 1983 A Standard for the Transmission of IP Datagrams Over Public Data Networks This RFC specifies a standard adopted by CSNET, the VAN gateway, and other organizations for the transmission of IP datagrams over the X.25-based public data networks. An X.25 virtual circuit is opened on demand when a datagram arrives at the network interface for transmission. A virtual circuit is closed after some period of inactivity (the length of the period depends on the cost associated with an open virtual circuit). A virtual circuit may also be closed if the interface runs out of virtual circuits. An algorithm for managing virtual circuits during peak demand is given in [1]. STANDARDS 1.1 The first octet in the Call User Data Field (the first data octet in the Call Request packet) is used for protocol demultiplexing. The value hex CC (binary 11001100, decimal 204) is used to mean INTERNET PROTOCOL. 1.2 IP datagrams are sent as X.25 "complete packet sequences". That is, datagrams begin on packet boundaries and the M bit ("more data") is used for datagrams that are larger than one packet. There are no additional headers or other data in the packets. 1.3 Unless a larger packet size is negotiated, the maximum size of an IP datagram transmitted over X.25 is 576 octets. If two sites negotiate a large X.25 packet size (for example, 1024 octets), an IP datagram of that size is allowed. 1.4 Either site may close a virtual circuit. If the virtual circuit is closed or reset while a datagram is being transmitted, the datagram is lost. GENERAL REMARKS 2.1 Protocols above IP, such as TCP, do not affect this standard. In particular, no attempt is made to open X.25 virtual circuits corresponding to TCP connections. Korb PAGE 1 |