Definition
A device or software function that takes a stream of data from a non-packet source (such as a simple terminal or older communications device) and breaks it into standardized packets for transmission over a packet-switched network, then reassembles incoming packets back into a continuous data stream for the receiving device.
Plain English
A piece of equipment that chops outgoing data into small, labeled chunks so it can travel over a network, and stitches incoming chunks back together into readable data on the other end.
Context Anchor
Seen in avionics and communications-system documentation, usually as an acronym in equipment or network descriptions.
Derivation
‘Packet’ comes from the idea of a small package — data wrapped up with an address and sent on its way. ‘Assembler/disassembler’ simply describes the two jobs: building those packages on the way out, and unpacking them on the way in.
Why Pilots Care
A pilot is unlikely to operate a PAD directly, but knowing the term helps when reading avionics manuals, equipment descriptions, or maintenance notes involving digital communications.
Analogy
Think of a mailroom that takes a long letter, cuts it into numbered postcards to send through the postal system, and on the receiving end gathers the postcards in order and tapes them back into the original letter.
Intuition Check
A packet is not a paper packet here. It means a small piece of digital information sent as part of a larger message.
Example Sentence 1
The legacy weather terminal connected to the network through a PAD that converted its serial output into packets.
Example Sentence 2
Incoming packets are reassembled by the PAD before the system displays the information.