you are running a http server that is configured to serve static files of the local file system of a multi core server connected to a gigabit network . A handful of clients start requesting the same 8 kb static file . what system resource will be exhausted first ?
1)CPU 2) DISK I/0 3)MEMORY 4) NETWORK 5)OTHER
Reason?
I would go with network. Reasoning:
So the client will be served until we reach the maximum network throughput.