Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Web Service - Interview Questions and Answers for 'Response time' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. Latency is the delay incurred while communicating a message i.e the time took the message in transit over network. processing time is the delay it took for the server to process the request. Response time is the sum total of latency and processing time. For example - Let's say it takes 1 ms for the request to reach from client to server and similar 1 ms for the response to come back to client. Moreover it takes approx 10 ms for the application to process the request. So The response time would be outward latency + processing time + inward latency = 12 ms | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  latency   response time   processing time | ||||
Related Questions | ||||
How would you implement low latency data structures ? | ||||