Programming Concepts Question:
Explain how to calculate response time in Client-Server technology?
Answer:
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.
Previous Question | Next Question |
Do you know hows do electrons travel through a lightning bolt? | How to delete a entire linked list? |