Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 496 Bytes

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.