aman1108 / Computer-Network

Lab work of Computer Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer-Network

Lab work of Computer Network

UDP demo: Basic UDP Code

TCP basic: Basic TCP Code

Server Client Chat UDP: A Chat program between Server and Client

TCP File Transfer: File transfer through TCP

UDP Stop and Wait ARQ: Stop and Wait in UDP

RelaibleFileTransferUDP: Reliable File transfer through UDP

TCPlikeUDP: Reliable version of UDP by implementing TCP like functionalities over a UDP connection.

MultiThrreading: Implementation of Multi-threaded Chat Server & Client.