Definition
Nodal Processing Delay
Let a packet arrive at a node in a computer network.
The nodal processing delay is the time required for to:
- examine the packet header for bit errors,
- extract the destination address, and
- determine the outgoing link via its forwarding table .
It is typically on the order of microseconds and is independent of packet size and link rate.
is a component of the total packet delay.