Jump to content

Processing delay: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted edits by Anarchy Dianne (talk) to last version by Acid Mammoth
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Short description|Time required for a router to process a packet header}}
In a [[computer network|network]] based on [[packet switching]], '''processing delay''' is the time it takes [[Router (computing)|routers]] to process the [[packet header]]. Processing delay is a key component in [[network delay]].
In a [[computer network|network]] based on [[packet switching]], '''processing delay''' is the time it takes [[Router (computing)|routers]] to process the [[packet header]]. Processing delay is a key component in [[network delay]].


Line 4: Line 5:


In the past, the processing delay has been ignored as insignificant compared to the other forms of network delay. However, in some systems, the processing delay can be quite large especially where routers are performing complex encryption algorithms and examining or modifying packet content.<ref>[http://www.ecs.umass.edu/ece/wolf/pubs/globecom2004.pdf Ramaswamy Ramaswamy, Ning Weng and Tilman Wolf, ''Characterizing Network Processing Delay'']</ref> [[Deep packet inspection]] done by some networks examine packet content for security, legal, or other reasons, which can cause very large delay and thus is only done at selected inspection points. Routers performing [[network address translation]] also have higher than normal processing delay because those routers need to examine and modify both incoming and outgoing packets.
In the past, the processing delay has been ignored as insignificant compared to the other forms of network delay. However, in some systems, the processing delay can be quite large especially where routers are performing complex encryption algorithms and examining or modifying packet content.<ref>[http://www.ecs.umass.edu/ece/wolf/pubs/globecom2004.pdf Ramaswamy Ramaswamy, Ning Weng and Tilman Wolf, ''Characterizing Network Processing Delay'']</ref> [[Deep packet inspection]] done by some networks examine packet content for security, legal, or other reasons, which can cause very large delay and thus is only done at selected inspection points. Routers performing [[network address translation]] also have higher than normal processing delay because those routers need to examine and modify both incoming and outgoing packets.

==See also==
* [[Latency (engineering)]]


==References==
==References==
{{reflist}}
{{reflist}}




==Bibliography==
==Bibliography==

Latest revision as of 11:01, 15 April 2023

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.

During processing of a packet, routers may check for bit-level errors in the packet that occurred during transmission as well as determining where the packet's next destination is. Processing delays in high-speed routers are typically on the order of microseconds or less. After this nodal processing, the router directs the packet to the queue where further delay can happen (queuing delay).

In the past, the processing delay has been ignored as insignificant compared to the other forms of network delay. However, in some systems, the processing delay can be quite large especially where routers are performing complex encryption algorithms and examining or modifying packet content.[1] Deep packet inspection done by some networks examine packet content for security, legal, or other reasons, which can cause very large delay and thus is only done at selected inspection points. Routers performing network address translation also have higher than normal processing delay because those routers need to examine and modify both incoming and outgoing packets.

See also

[edit]

References

[edit]

Bibliography

[edit]
  • Computer Networking: A Top-Down Approach by Kurose and Ross. 6th edition