Connected: An Internet Encyclopedia
1.3. Interfaces

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 791
Up: 1. INTRODUCTION
Prev: 1.2. Scope
Next: 1.4. Operation

1.3. Interfaces

1.3. Interfaces

This protocol is called on by host-to-host protocols in an internet environment. This protocol calls on local network protocols to carry the internet datagram to the next gateway or destination host.

For example, a TCP module would call on the internet module to take a TCP segment (including the TCP header and user data) as the data portion of an internet datagram. The TCP module would provide the addresses and other parameters in the internet header to the internet module as arguments of the call. The internet module would then create an internet datagram and call on the local network interface to transmit the internet datagram.

In the ARPANET case, for example, the internet module would call on a local net module which would add the 1822 leader [2] to the internet datagram creating an ARPANET message to transmit to the IMP. The ARPANET address would be derived from the internet address by the local network interface and would be the address of some host in the ARPANET, that host might be a gateway to other networks.


Next: 1.4. Operation

Connected: An Internet Encyclopedia
1.3. Interfaces