Connected: An Internet Encyclopedia
IP Protocol Overview

Up: Connected: An Internet Encyclopedia
Up: Programmed Instruction Course
Up: Section 3 - The IP Protocol
Prev: Operation
Next: Binary Arithmetic

IP Protocol Overview

IP Protocol Overview The Internetwork Protocol (IP) provides all of Internet's data transport services. Every other Internet protocol is ultimately either layered atop IP, or used to support IP from below.


IP is the Internet's most basic protocol. In order to function in a TCP/IP network, a network segment's only requirement is to forward IP packets. In fact, a TCP/IP network can be defined as a communication medium that can transport IP packets. Almost all other TCP/IP functions are constructed by layering atop IP. IP is documented in RFC 791, and IP broadcasting procedures are discussed in RFC 919. The Encyclopedia's Programmed Instruction Course includes an IP Section.

IP is a datagram-oriented protocol, treating each packet independently. This means each packet must contain complete addressing information. Also, IP makes no attempt to determine if packets reach their destination or to take corrective action if they do not. Nor does IP checksum the contents of a packet, only the IP header.

IP provides several services:


Next: Binary Arithmetic

Connected: An Internet Encyclopedia
IP Protocol Overview