The document discusses data link control protocols for noiseless channels. It describes the simplest protocol, which has no flow or error control. Data frames are sent continuously from sender to receiver. It also describes the stop-and-wait protocol, which uses acknowledgments for flow control. The sender waits for an acknowledgment after each frame is sent before sending the next frame. This prevents the sender from overwhelming the receiver. The protocols are implemented using sender-site and receiver-site algorithms.