About 542,000 results
Open links in new tab
  1. Sliding Window Protocol - GeeksforGeeks

    Oct 1, 2025 · Sliding Window Protocol allows sending multiple packets before receiving acknowledgments. Using a "window" to manage packet flow, it improves network efficiency and …

  2. Sliding window protocol - Wikipedia

    A sliding window protocol is a feature of packet-based data transmission protocols. Sliding window protocols are used where reliable in-order delivery of packets is required, such as in the data link …

  3. Sliding Window Protocol - Online Tutorials Library

    Sliding window protocols are data link layer protocols for reliable and sequential delivery of data frames. The sliding window is also used in Transmission Control Protocol. In this protocol, multiple frames …

  4. Sliding Window Protocol - Sanfoundry

    In the sliding window protocol, the sender and receiver use the same link to send frames and acknowledgements for data in both directions. The sender has a sending window, and the receiver …

  5. Sliding Window Protocol: Complete Step-by-Step Guide | Simplilearn

    Feb 27, 2025 · The sliding window protocol is a method designed in the network model that allows data exchange more efficiently and within the scope of clearly defined steps in the channel.

  6. Sliding Window Protocol - Tpoint Tech - Java

    Mar 17, 2025 · Go-Back-N ARQ protocol is also known as Go-Back-N Automatic Repeat Request. It is a data link layer protocol that uses a sliding window method. In this, if any frame is corrupted or lost, all …

  7. Sliding Window Protocol in Computer Network - geekshelp.org

    By modifying the window's size according to network conditions, the sliding window protocol can also aid in the management of network congestion. A versatile method, the sliding window protocol can be …

  8. What is the Sliding Window Protocol? The Sliding Window Protocolis a method used in computer networks to manage the reliable delivery of data packets between two devices (like a sender and a …

  9. We can summarize the sliding window protocol in 2 sentences. The sender sends out a set of W packets (called a window of packets) at the beginning, i.e., packets with sequence numbers 1 through W. It …

  10. 8 Abstract Sliding Windows - Loyola University Chicago

    As a class, protocols where one side implements retransmit-on-timeout are known as ARQ protocols, for Automatic Repeat reQuest. In addition to reliability, we also want to keep as many packets in transit …