Packet aggregation

Combining data packets to reduce overhead


title: "Packet aggregation" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["packets-(information-technology)"] description: "Combining data packets to reduce overhead" topic_path: "general/packets-information-technology" source: "https://en.wikipedia.org/wiki/Packet_aggregation" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Combining data packets to reduce overhead ::

In a packet-based communications network, packet aggregation is the process of joining multiple packets together into a single transmission unit, in order to reduce the overhead associated with each transmission.

Packet aggregation is useful in situations where each transmission unit may have significant overhead (preambles, headers, cyclic redundancy check, etc.) or where the expected packet size is small compared to the maximum amount of information that can be transmitted.

In a communication system based on a layered OSI model, packet aggregation may be responsible for joining multiple MSDUs into a single MPDU that can be delivered to the physical layer as a single unit for transmission.

The ITU-T G.hn standard, which provides a way to create a high-speed (up to 1 Gigabit/s) Local area network using existing home wiring (power lines, phone lines and coaxial cables), is an example of a protocol that employs packet aggregation to increase efficiency.

References

References

  1. (June 2012). "Packet Aggregation in Multi-Rate Wireless LANs".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

packets-(information-technology)