UNX511/DSP912 - Lab 6: Server/Client Communications

Due: Sunday, July 14, 2024

In this lab you will create two processes: server and client. They will communicate with each other through a socket connection. The relationship of the server to the client is that of a master to a slave. The server will send commands to the client and the client will obey and respond. This type of communications is called synchronous, in that the server does not send any more data until it has received a response from the client.

Lab Submission:

Email your Makefile, and your server.cpp and client.cpp to: shahdad.shariatmadari@senecapolytechnic.ca