SLIP Serial Line Internet Protocol (original) (raw)

Last Updated : 17 Dec, 2025

Serial Line Internet Protocol (SLIP) is an early TCP/IP protocol that enables IP packet transmission over point-to-point serial connections.

serial_connection

Serial Line Internet Protocol

**Note: It was initially developed to connect Berkeley UNIX 4.2 and Sun Microsystems workstations. It quickly gained adoption worldwide as a lightweight and reliable means of carrying TCP/IP packets. However, due to its limitations, later replaced by the more advanced Point-to-Point Protocol (PPP).

Characteristics of SLIP

1. Framing Mechanism:

**1. END (decimal 192): Marks the end of a packet.
**2. ESC (decimal 129): Used for escaping data bytes that match control characters.

2. Packet Size:

3. Addressing:

4. Data Transmission:

Pros of SLIP

Cons of SLIP