Question
In this assignment you are required to write a coprocessor server and client. The client should distribute a task to multiple servers. Server should be
In this assignment you are required to write a coprocessor server and client. The client should distribute a task to multiple servers. Server should be a unix server which should take the filename as an argument. It is not required to serve multiple clients. Server should accept the connection and should receive one number (could be multiple digit long). It should read until it finds then it should convert this value to a number. Later, it should calculate fibonacci series entry for that specific number and send it back using the same way. Client should ask user a number to calculate fibonacci number of. Once received, client should execute two servers in two child processes. Sets two different files for the servers. Then it should connect to the servers, send number-1 and number-2 to each server. After which it should read the responses, sum those numbers and display the result on the screen. You are required to submit a single zip file containing your client and server code. (use that c program)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started