What does DTT mean for the user’s Quality of Experience?
Tags: application performance, data transfer time, DTT, Network Performance, quality of experience, response, RTT
DTT stands for Data Transfer Time; it represents the time required to transfer the application response over the network from the server to the client. It has a huge impact on the perception of performance of the End User.
It is one of the three main factors that impacts directly the level of satisfaction of users with regards to their access to key application:
- RTT (Round Trip Time): how much time does it take for a packet to travel through the network from the client to the server and back. It is significant of the network latency.
- SRT (Server Response Time): how much time does it take for the server to respond to a client’s request (it corresponds to the time interval between the client’s request and the first packet of the response sent by the server). It is significant of the Server and application’s ability to respond to requests.
- DTT (Data Transfer Time): how much time does it take to transfer the response to the client over the network (it corresponds to the time interval between the first packet and the last packet of the response). It is significant of the time required for the user to receive the whole applicative response.
Here is a concrete example:
What phenomena impacts the DTT?
- Network latency: the longer it takes for each packet to get through the network, the more time the end user will wait for the whole response.
- Size of the response: the larger the response is, the more time it takes to transfer it.
- Bandwidth congestion: the least bandwidth is available, the more time it will take to transfer the response.
- Priority handling: the QoS class for this flow has a low priority
- Retransmission and out of order packets: the more retransmission there is, the more time it will take.
- TCP 0 window
What is great about EURT measurement?
EURT is the sum of RTT, SRT and DTT. It provides a meaningful value to represent the performance perceived by End Users. As such it provides an objective value for the QoE (quality of experience) of users throughout the network and for all critical applications.
This metric is central in the performance reporting because it synthesizes all the information a decision maker is looking for in one single figure.


