Question: Create a C program having Client Server Communication using FIFO. A server using a FIFO is created to handle client requests. Server displays the menu

Create a C program having "Client Server Communication using "FIFO. A server using a FIFO is created to handle client requests. Server displays the menu of operation to the clients: 1.addition 2.subtarction 3. multiplication 4. Disconnect and accepts input (selection for executing the desired operation and 2 parameters to operate on) from the particular client. There should be at least 3 clients. Each client submits a request consisting of "selected operation number and two operands. Server reads the request from particular Client and after performing the selected operation write the result back to the that particular client's FIFO. Client read the FIFO and display the result on its terminal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
