Git Product home page Git Product logo

custom-ftp's Introduction

custom-ftp

This repository contains the assignment submission for the course 'Computer Networks' at BITS Pilani by me.

Problem Statement

Problem 1: Multi-Channel FTP using stop-and-wait over TCP.

  1. The sender transmits packets through two different channels (TCP connections).
  2. The server acknowledges the receipt of a packet via the same channel through which the corresponding packet has been received.
  3. The sender transmits a new packet using the same channel on which it has received an ACK for its one of the previously transmitted packet. Note that, at a time, there can be at most two outstanding unacknowledged packets at the sender side.
  4. On the server-side, the packets transmitted through different channels may arrive out of order. In that case, the server has to buffer the packets temporarily to finally construct in-order data stream.
  5. Packets are dropped with a PDR of 10%. No ACKs are dropped.

Problem 2: Multi-channel FTP using selective-repeat over UDP.

  1. The sender transmits packets through two different channels (TCP connections).
  2. The server acknowledges the receipt of a packet via the same channel through which the corresponding packet has been received.
  3. There are two relay switches. All packets from first channel go through the first relay and all packets from second channel go through the second relay. The server sends ACK through the same relay from which it recieves packet.
  4. Packets are dropped with a PDR of 10%. No ACKs are dropped.

The complete problem description with details of all features is [here](CN F303 Programming Assignment.pdf)

The implemented solution is in the respective folders.

custom-ftp's People

Contributors

shaily99 avatar

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.