What Is Slip Protocol?

What Is Slip Protocol? thumbnail
SLIP sends data over a network link.

Serial line internet protocol (SLIP) is a simple data framing system. SLIP was created as a stop-gap to provide data link layer data framing while the point-to-point protocol was still being developed.

  1. Function

    • A serial transmission sends data one bit at a time over a wire. This is the standard for network data transfer. SLIP performs few functions other than breaking up an internet protocol (IP) datagram into bytes, sending them over the wire and terminating the transmission of the datagram with an "END" signal. The protocol was later modified so that a data frame transmission also starts with an "END" signal. This makes it clear that any data picked up before the real start of the datagram was just noise on the line and should be discarded.

    Features

    • The "END" character is a byte, equivalent to decimal 192. Any byte in the data being transmitted having that value is replaced by two bytes: "219 220." If the data contains a 219. That byte is replaced by a "219 221." The receiving SLIP program knows to make these substitutions.

    Evolution

    • SLIP hasn't evolved at all. It was never intended to be a long-term part of networking technology and most implementations have been replaced by the point-to-point protocol (PPP). However, there are still some implementations of the protocol in use.

Related Searches:

References

  • Photo Credit network devices image by JCVStock from Fotolia.com

Comments

You May Also Like

  • The Differences Between a Serial Line Internet Protocol (SLIP) & Point-To-Point Protocol (PPP)

    Serial Line Internet Protocol (SLIP) and Point-To-Point Protocol (PPP) are both methods for connecting to the Internet. SLIP was developed first and...

  • What Is the Difference Between Serial Line Internet Protocol & Point to Point Protocol?

    The Serial Line Internet Protocol (SLIP) and the Point-to-Point Protocol (PPP) both occupy the same slot in the TCP/IP protocol stack. They...

  • What is PPP Protocol?

    Point-to-point protocol, or PPP, is a networking term for a specific protocol. It is a data link protocol that allows connection between...

  • 9-Bit Serial Protocol

    A multiprocessor device has a microcontroller (master) instructing several slave devices (processors). The 9-Bit Serial Protocol is a way that a microcontroller...

  • PPP Link Protocol

    PPP stands for Point-to-Point Protocol. The link part of PPP is called the Link Control Protocol (LCP). This is a Data Link...

  • How to Learn Network Protocols

    Learning network protocols can be daunting because of the complexity of getting computers to communicate with each other. With a little organizational...

  • Point-to-Point Protocol Configuration

    Information networks such as cable TV, cell phones, radio communications, phone lines and fiber optic links require rules, checks and balances to...

  • Serial Protocols

    Serial Protocols. Serial ports connect peripheral devices to computers without the need to install any new hardware onto the system such as...

  • How to Tie a Slip Knot

    A slip knot is a type of running knot, a category for any knot that can slip around the rope and tighten...

  • What Are the Causes of Transmission Slippage?

    A slipping transmission can indicate problems that could lead to the entire transmission failing. There are several causes for a slipping transmission,...

  • PPP Protocol Explained

    For computers to communicate with each other, they require a set of rules that dictate how data is formatted. These rules allow...

  • Elementary Data Link Protocol

    On the other end of the transmission, there is another data link layer, and when the layer at the receiving end receives...

  • IP Payload Compression Protocol

    IP Payload Compression Protocol (IPComp) reduces the size of the packet body contents in an Internet Protocol (IP) packet. This speeds transmission...

  • How to Slip Stitch

    A slip stitch is used to create an invisible seam between two folded edges, or a folded edge and a flat edge....

  • What is a CTP Green Slip?

    A compulsory third party (CTP) green slip is an insurance policy that covers all passengers in a vehicle in the event of...

  • Data Link Protocol

    Networking protocols are stratified into layers. This structure is called a protocol stack. In networking protocol stacks, the data link layer is...

  • PPP Internet Protocol

    PPP takes data intended to pass through the Internet and encapsulates it in "frames" to transmit from one link to the next....

  • How to: Stop-and-Wait Protocols of Flow Control

    In computer networking, flow control techniques ensure that the sender does not flood the receiver by sending data at a higher rate...

Related Ads

Featured