End-to-end delay
Encyclopedia
End-to-end delay refers to the time taken for a packet to be transmitted across a network
from source to destination.
dend-end= N[ dtrans+dprop+dproc]
where
dend-end= end-to-end delay
dtrans= transmission delay
dprop= propagation delay
dproc= processing delay
N= number of links (Number of routers + 1)
Note: we have neglected queuing delays.
Each router will have its own dtrans, dprop, dproc hence this formula gives a rough estimate.
Computer network
A computer network, often simply referred to as a network, is a collection of hardware components and computers interconnected by communication channels that allow sharing of resources and information....
from source to destination.
dend-end= N[ dtrans+dprop+dproc]
where
dend-end= end-to-end delay
dtrans= transmission delay
Transmission delay
In a network based on packet switching, transmission delay is the amount of time required to push all of the packet's bits into the wire. In other words, this is the delay caused by the data-rate of the link....
dprop= propagation delay
Propagation delay
Propagation delay is a technical term that can have a different meaning depending on the context. It can relate to networking, electronics or physics...
dproc= processing delay
Processing delay
In a network based on packet switching, processing delay is the time it takes routers to process the packet header. Processing delay is a key component in network delay....
N= number of links (Number of routers + 1)
Note: we have neglected queuing delays.
Each router will have its own dtrans, dprop, dproc hence this formula gives a rough estimate.