Connected: An Internet Encyclopedia
1.4 Interfaces

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 793
Up: 1. INTRODUCTION
Prev: 1.3 About This Document
Next: 1.5 Operation

1.4 Interfaces

1.4 Interfaces

The TCP interfaces on one side to user or application processes and on the other side to a lower level protocol such as Internet Protocol.

The interface between an application process and the TCP is illustrated in reasonable detail. This interface consists of a set of calls much like the calls an operating system provides to an application process for manipulating files. For example, there are calls to open and close connections and to send and receive data on established connections. It is also expected that the TCP can asynchronously communicate with application programs. Although considerable freedom is permitted to TCP implementors to design interfaces which are appropriate to a particular operating system environment, a minimum functionality is required at the TCP/user interface for any valid implementation.

The interface between TCP and lower level protocol is essentially unspecified except that it is assumed there is a mechanism whereby the two levels can asynchronously pass information to each other. Typically, one expects the lower level protocol to specify this interface. TCP is designed to work in a very general environment of interconnected networks. The lower level protocol which is assumed throughout this document is the Internet Protocol [2].


Next: 1.5 Operation

Connected: An Internet Encyclopedia
1.4 Interfaces