Browse Definitions :
Definition

packet coalescing

Packet coalescing is the grouping of packets  as a way of limiting the number of receive interrupts and, as a result, lowering the amount of processing required.

In network adapters using Network Driver Interface Specification (NDIS) versions 6.30 and later, packet coalescing is used to group both random and multicast traffic for efficiency.

Packets matching receive filter parameters are cached and released together when any of the following occurs:

  • the cache is filled
  • an expiration timer is reached
  • a packet is received for a different machine and is outside the coalescing filter
  • the device reaches its minimum low water mark
  • an interrupt event message is received, such as a send completion.

Data sent destined for computers A and B on a network where C also resides will be grouped together so that they are consistently passed along to A and B without checking each packet or forwarding all requests to all computers. That process prevents C from being needlessly hit with unsolicited traffic that it would have to filter for its own requests.

This was last updated in April 2015

Continue Reading About packet coalescing

Networking
  • User Datagram Protocol (UDP)

    User Datagram Protocol (UDP) is a communications protocol primarily used to establish low-latency and loss-tolerating connections...

  • Telnet

    Telnet is a network protocol used to virtually access a computer and provide a two-way, collaborative and text-based ...

  • big-endian and little-endian

    The term endianness describes the order in which computer memory stores a sequence of bytes.

Security
  • Mitre ATT&CK framework

    The Mitre ATT&CK (pronounced miter attack) framework is a free, globally accessible knowledge base that describes the latest ...

  • timing attack

    A timing attack is a type of side-channel attack that exploits the amount of time a computer process runs to gain knowledge about...

  • privileged identity management (PIM)

    Privileged identity management (PIM) is the monitoring and protection of superuser accounts that hold expanded access to an ...

CIO
HRSoftware
  • employee resource group (ERG)

    An employee resource group is a workplace club or more formally realized affinity group organized around a shared interest or ...

  • employee training and development

    Employee training and development is a set of activities and programs designed to enhance the knowledge, skills and abilities of ...

  • employee sentiment analysis

    Employee sentiment analysis is the use of natural language processing and other AI techniques to automatically analyze employee ...

Customer Experience
  • customer profiling

    Customer profiling is the detailed and systematic process of constructing a clear portrait of a company's ideal customer by ...

  • customer insight (consumer insight)

    Customer insight, also known as consumer insight, is the understanding and interpretation of customer data, behaviors and ...

  • buyer persona

    A buyer persona is a composite representation of a specific type of customer in a market segment.

Close