Misplaced Pages

Transmission delay

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Store and forward delay) Time delay in networking caused by the data rate of a link

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Transmission delay" – news · newspapers · books · scholar · JSTOR (April 2013) (Learn how and when to remove this message)

In a network based on packet switching, transmission delay (or store-and-forward delay, also known as packetization delay or serialization delay) is the amount of time required to push all the packet's bits into the wire. In other words, this is the delay caused by the data-rate of the link.

Transmission delay is a function of the packet's length and has nothing to do with the distance between the two nodes. This delay is proportional to the packet's length in bits. It is given by the following formula:

D T = N / R {\displaystyle D_{T}=N/R} seconds

where:

D T {\displaystyle D_{T}} is the transmission delay in seconds;
N {\displaystyle N} is the number of bits;
R {\displaystyle R} is the rate of transmission (say, in bits per second).

Most packet switched networks use store-and-forward transmission at the input of the link. A switch using store-and-forward transmission will receive (save) the entire packet to the buffer and check it for CRC errors or other problems before sending the first bit of the packet into the outbound link. Thus, store-and-forward packet switches introduce a store-and-forward delay at the input to each link along the packet's route.

See also

References

External links


Stub icon

This computer networking article is a stub. You can help Misplaced Pages by expanding it.

Categories: