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.
Design and implementation of a download manager based on the TCP protocol
Algorithms in Computer Networks
This repository contains the experiments that are covered in Computer Networks Lab.
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
Homework for the Communication Protocols course @ ACS, UPB 2019
A repository comprising of 4 network laboratory assignments conducted by David Shmailov and Neriya Izchaki
A comprehensive collection of Computer Networks laboratory programs implemented in C, including Client-Server Communication, CRC Error Detection, Routing Algorithms, and Data Link Layer Protocol Simulations.
Lab work of Computer Network
Implementation of File transfer using multi-channel stop-and-wait (TCP) and Selective Repeat (UDP) protocols
Java UDP chat + file transfer with Stop-and-Wait 3.0 timeouts and retransmission. Team project with Yazan Habash.
To associate your repository with the stop-and-wait topic, visit your repo's landing page and select "manage topics."