InterviewSolution
Saved Bookmarks
| 1. |
What is the metric that determines the data quantity sent to the client by the server at a specified time? How is it useful? |
|
Answer» Throughput is the metric that determines the data quantity sent to the client in response to its request by the server. It is calculated in terms of REQUESTS per second, hits per second, calls per day, ETC. In most CASES, it is calculated in bits per second. The value of throughput TELLS the slowness or fastness of the NETWORK and its bandwidth capabilities. The higher the throughput, the higher is the network capability. |
|