Buffer Hardware
Usually need to pre-allocate buffer areas prior to receiving packets:
- if variable-sized packets are used, can vastly under-utilize allocated space
- if variable-sized buffers are used, more complexity in managing multiple free lists
With single fixed size, only 1 list necessary; minimizes memory fragmentation