Git Product home page Git Product logo

htmlf / balanced-sliding-window Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 30.33 MB

Balanced sliding window is a protocol used where reliable in-order delivery of packets is required (like TCP).

Home Page: https://htmlf.github.io/balanced-sliding-window/

License: MIT License

CSS 0.23% Elm 6.74% HTML 93.03%
balanced sliding window protocol order delivery packet tcp software foundation send automatic manual next process channel recieve buffer

balanced-sliding-window's Introduction

Balanced sliding window is a protocol used where reliable in-order delivery of packets is required (like TCP).

Course: Software Foundations, Spring 2020
Taught by: Prof. Venkatesh Chopella

Balanced sliding window, (or Selective Repeat sliding window) is modeled as transition system following in stages:

  1. Manual send
  2. Automatic send (Next)
  3. Automatic send (Next 100)

Two communicating processes P and Q send packets to each other, through a channel. P is considered to be the main sending process, and Q is sending acknowledgements. Each process has a send and a recieve buffer, and the channel is thought of as having 2 buffers (P->Q, Q->P).

See 03. Report.pdf for theory and proof, and 04. Implementation.pdf for examples.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.