Computer Networks Lab - First Two Programs
1. Implementation of Stop and Wait Protocol and Sliding Window
Protocol
Aim: To study and implement Stop-and-Wait and Sliding Window flow control protocols.
Stop-and-Wait sends one frame at a time and waits for acknowledgement. Sliding Window allows
multiple frames to be sent before receiving acknowledgements, improving efficiency.
2. Study of Socket Programming and Client-Server Model
Aim: To study socket programming and the client-server communication model. A server listens for
requests and a client initiates communication. Sockets provide an endpoint for data exchange over
a network.