Answers

Question and Answer:

  Home  Programming Concepts

⟩ Explain how to calculate response time in Client-Server technology?

This can be done by measureing the time taken by the first byte to reach the client (TTFB) and the time taken by the last byte of the response to reach the client (TTLB) by using various network bandwidths between the client and the server.

 209 views

More Questions for you: