Computer network project

Job ID: 30961345

Budget: $30 – $250 USD

mplement a very basic TCP client and server implemented on two separate machines. The TCP client/server will communicate over the network and exchange data to maintain TCP Sliding window protocol. The server will start in passive mode listening for a transmission from the client. The client will then start and contact the server (on a given IP address and port number). The client will pass the server an initial string. On receiving a string from a client, the server should respond with connection setup “successful” message.