Audio streaming using customized protocol to stream the audio from server to client with added reliablity.
-
Updated
Dec 9, 2020 - C
Audio streaming using customized protocol to stream the audio from server to client with added reliablity.
Algorithms Learned During Computer Network Course
Computer Networks Practice
This repository contains all my work from Computer Network Lab
We aimed to implement our own socket layer and reliable transport layer. So we implemented a reliable transfer service on the top of UDP/IP protocol. In other words, you need to implement a service that guarantees the arrival of datagrams in the correct order on top of the UDP/IP protocol, along with congestion control.
Event Logging based Visualization of Sliding Window Protocols.
Homework for the Communication Protocols course @ ACS, UPB 2019
Algorithms in Computer Networks
Creates a flow control system to send and receive data on a simulated network. Implements a stop and wait ACK protocol
Codes for computer networks course
This repository contains the experiments that are covered in Computer Networks Lab.
Implementation of File transfer using multi-channel stop-and-wait (TCP) and Selective Repeat (UDP) protocols
Client-server application that anonymizes user-specified words from a text file, using two reliable data transport protocols.
This repo contains all the important questions for Computer Networks in Python and C++. Also some of the codes are done in Python socket programming for better understanding of the problems
Lab work of Computer Network
Codes for Encoding Algorithms | Data Communications & Computer Networks Lab | CSE Department - BIT Mesra, Ranchi
Lab 3, Computer Networks, Spring 2021, IIT Bombay
Add a description, image, and links to the stop-and-wait topic page so that developers can more easily learn about it.
To associate your repository with the stop-and-wait topic, visit your repo's landing page and select "manage topics."