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.