Lukas' Notes

networking

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:

  1. examine the packet header for bit errors,
  2. extract the destination address, and
  3. 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.