Suppose a web server with one cpu that serves web requests


Question: Suppose a web server with one CPU that serves web requests; each web request requires three (time) units of CPU processing and 9 (time) units to read data from disk.  

The server is designed with a fixed number of threads k, and each web request is handled entirely by one of those threads.

Given the processing requirements and architecture mentioned above, what value should be chosen for k? Now suppose we had 4 CPUS (cores); how would your answer change?

Finally, suppose the web request required 9 time units of CPU and three of disk access.

How would your answers to the two previous questions change?

Request for Solution File

Ask an Expert for Answer!!
Computer Networking: Suppose a web server with one cpu that serves web requests
Reference No:- TGS0961996

Expected delivery within 24 Hours