Definition
A mixnet, or mix network, is a class of anonymity network designed to defeat traffic analysis, the practice of deducing who is talking to whom by watching message timing and volume rather than content. Where end-to-end encryption hides what is said, a mixnet hides the communication pattern itself. This makes it one of the strongest tools available to a sovereign user who must protect not just message contents but the social graph those messages reveal.
How mixing breaks the link
Messages are wrapped in layered (onion) encryption and routed through a sequence of relays called mix nodes, typically arranged in a stratified, multi-layer topology. Each node strips one layer, then deliberately delays and reorders the packets it forwards rather than relaying them instantly. By batching many users' traffic together and shuffling it, a node makes it computationally hard for an observer to correlate a packet entering with the packet leaving. Modern designs such as Loopix use continuous-time Poisson mixing, where each node delays messages by an independently sampled random interval.
Cover traffic and packet format
To resist an observer who watches the whole network, mixnets inject cover traffic, indistinguishable dummy messages that pad out real flows so that even periods of silence look like activity. They also rely on a fixed-size, unlinkable packet format such as Sphinx, which ensures a packet cannot be traced by its size or bit pattern across a node. Networks like Nym build on these ideas to offer metadata protection as infrastructure.
Mixnets pair naturally with strong message encryption; see cover traffic for the padding technique and metadata-resistant messaging for the broader goal.
In Simple Terms
A mixnet, or mix network, is a class of anonymity network designed to defeat traffic analysis, the practice of deducing who is talking to whom…
