The monitor would definitely be the problem in this scenario.
<em>How does multithreading affect the throughput of a GetFile Server hosting many very large files?</em>
Answer:
It create multiple threads of large file which eventually causes in slowing down the speed of server which results in slower response time.
<em>How does multithreading affect the average response time for a GetFile server hosting a few small files?</em>
Answer:
Multiple threads in smaller files result in rapid response time and enormous process speed in small files.
Well, ya see, we need to have the picture of the circuit.