IκB kinase: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Mugsywwiii
m atleast is not a word
 
en>Monkbot
Line 1: Line 1:
The writer's title is Christy. For many years she's been living in Kentucky but her spouse desires them to move. My working day occupation is a journey agent. I am really fond of handwriting but I can't make it my occupation truly.<br><br>Here is my homepage - live psychic reading ([http://medialab.zendesk.com/entries/54181460-Will-You-Often-End-Up-Bored-Try-One-Of-These-Hobby-Ideas- zendesk.com])
{{ref improve|date=April 2013}}
In a [[computer network|network]] based on [[packet switching]], '''transmission delay''' (or '''store-and-forward delay''', also known as '''packetization 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.
 
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:
:<math>D_T = N/R</math> seconds
where
:<math>D_T</math> is the transmission delay in seconds
:''N'' is the number of bits, and
:''R'' is the rate of transmission (say in bits per second)
 
Most [[Packet Switching|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 ==
* [[Packet transfer delay]]
:*[[Processing delay]]
:*[[Queuing delay]]
:*[[Propagation delay]]
 
== References ==
* ''Computer Networking: A Top-Down Approach'' by Kurose and Ross
 
==External links==
* [http://media.pearsoncmg.com/aw/aw_kurose_network_2/applets/transmission/delay.html Java Applet]
 
{{DEFAULTSORT:Transmission Delay}}
[[Category:Computer networks]]

Revision as of 16:32, 22 January 2014

Template:Ref improve In a network based on packet switching, transmission delay (or store-and-forward delay, also known as packetization 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.

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:

seconds

where

is the transmission delay in seconds
N is the number of bits, and
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

  • Computer Networking: A Top-Down Approach by Kurose and Ross

External links