Papers
Topics
Authors
Recent
Search
2000 character limit reached

Asymmetric Grid Quorum Systems

Updated 12 July 2026
  • Asymmetric grid quorum systems are specialized constructions on grid-based substrates where quorum shapes, sizes, or families vary while ensuring non-empty intersections.
  • They are applied in adaptive cognitive-radio rendezvous, flexible Paxos protocols, and topology-aware consensus to optimize load balance and energy efficiency.
  • Evaluations reveal that strategic asymmetry enhances rendezvous probability, reduces time-to-rendezvous, and accommodates heterogeneous trust with robust intersection guarantees.

Searching arXiv for recent and foundational papers on asymmetric grid quorum systems and related quorum geometry. Searching for "asymmetric grid quorum systems" and related quorum constructions on arXiv. Asymmetric grid quorum systems are quorum constructions on a shared geometric substrate—most commonly a grid, hypergrid, or wall—in which quorum shape, size, or family is not globally uniform. In the literature, this asymmetry appears in several distinct but related forms: load-dependent row–column selections for cognitive-radio rendezvous, phase-specific row/column families for Paxos-style consensus, initiator-dependent tier paths in topology-aware quorum geometry, and per-process subjective quorum choices derived from heterogeneous trust assumptions. Across these settings, the unifying idea is that intersection is preserved while quorum geometry varies by user, process, phase, or tier (Jarrah et al., 2017, Howard et al., 2016, Mason, 20 Mar 2026, Senn et al., 16 Sep 2025).

1. Classical grid quorums and the structural basis of asymmetry

A quorum system is a family of subsets with a non-empty intersection property. In the grid-based formulation used by Maekawa and subsequent work, the universe is arranged as an n×nn \times n matrix, and a quorum is the union of a full row and a full column. In its basic form, the defining condition is

Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.

The cognitive-radio literature imports this structure from classical distributed systems and power-saving protocols, but applies it to time slots or channel-time pairs rather than to sites. The thesis version makes the classical vocabulary explicit: besides non-empty intersection, it recalls the equal work property Ci=k|C_i| = k for all ii, and the equal responsibility property that each site appears in exactly kk quorums. It then notes that, in the rendezvous setting, the same structure is applied over time slots or channel-time pairs rather than over sites (Jarrah, 2016).

Grid construction in the rendezvous setting is straightforward. With NN licensed channels, one chooses

n=Nn = \lceil \sqrt{N} \rceil

and organizes a cycle of n2n^2 time slots as an n×nn \times n grid G={gi,j}G=\{g_{i,j}\}, mapping each cell to a channel. A user quorum is the union of selected rows and columns. In the basic Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.0 case, one row and one column yield quorum size Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.1, and any two such quorums intersect in at least two positions in the ideal symmetric design. This classical row–column geometry is the point of departure for all later asymmetric variants (Jarrah et al., 2017).

2. Forms of asymmetry in grid quorum literature

The literature uses “asymmetry” in several technically distinct senses.

Quorum size asymmetry: in adaptive rendezvous schemes, some users select Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.2 row and Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.3 column, others Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.4 rows and Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.5 column, and others Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.6 rows and Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.7 columns. The resulting quorum sizes differ, so the set of active slots is not uniform across users (Jarrah et al., 2017).

Pattern asymmetry: even when users share the same global grid and the same channel mapping, they may choose different row/column patterns. In the adaptive Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.8-Quorum RDV Scheme, the choice among Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.9, Ci=k|C_i| = k0, and Ci=k|C_i| = k1 depends on local traffic estimates, so asymmetry is algorithmic and per-user rather than geometric (Jarrah, 2016).

Cross-phase asymmetry: Flexible Paxos separates quorum families into Ci=k|C_i| = k2 and Ci=k|C_i| = k3, and requires only cross-phase intersection,

Ci=k|C_i| = k4

The paper explicitly identifies a grid construction in which Phase-1 quorums are rows and Phase-2 quorums are columns; rows need not intersect other rows, and columns need not intersect other columns, but every row intersects every column (Howard et al., 2016).

Initiator-dependent asymmetry: the crumbling-wall construction in topology-aware consensus assigns different Phase-1 quorum families to different tiers. A proposer at tier Ci=k|C_i| = k5 must obtain at least one respondent from its own tier and every tier below, so the quorum family depends on where the proposer is located in the wall (Mason, 20 Mar 2026).

Subjective asymmetry: asymmetric Byzantine quorum systems allow each process to choose its own fail-prone system and, correspondingly, its own quorum family. Several papers note that classical grid constructions can be instantiated in this per-process manner, yielding asymmetric grid quorums in which different processes trust different row/column combinations while still satisfying pairwise consistency and availability conditions (Alpos et al., 2019, Amores-Sesar et al., 11 Sep 2025).

These usages are compatible rather than contradictory. They identify different axes along which grid geometry can cease to be uniform while preserving the intersection structure required by the target protocol.

3. Adaptive row–column quorums for cognitive-radio rendezvous

The most explicit operational use of asymmetric grid quorums appears in channel-hopping coordination for cognitive radio networks. The network has Ci=k|C_i| = k6 licensed channels Ci=k|C_i| = k7, a cycle of Ci=k|C_i| = k8 synchronized time slots with Ci=k|C_i| = k9, and a shared channel-to-grid mapping

ii0

For user ii1, with selected row indices ii2 and column indices ii3, the quorum is

ii4

Three concrete variants are used:

ii5

ii6

ii7

In the thesis formulation, the corresponding quorum sizes are

ii8

For ii9-selection, any pair of users intersects in at least two slots in the ideal case; the paper illustrates this with a kk0 grid and notes that users can exchange control information in at least two channels per cycle. The more rows and columns are selected, the larger the intersection multiplicity becomes, increasing the number of possible rendezvous points per cycle (Jarrah et al., 2017, Jarrah, 2016).

The adaptive scheme binds quorum geometry to traffic load. Low traffic uses kk1-selection, moderate traffic uses kk2-selection, and high traffic uses kk3-selection. The rationale given is operational rather than combinatorial: low traffic permits more active slots to increase the average number of successful rendezvous, whereas high traffic makes energy expenditure more important, so a smaller quorum is preferred while preserving rendezvous guarantees. Because different users may classify traffic differently at the same time, the deployed quorum family is asymmetric in practice even though the underlying grid and mapping are shared (Jarrah et al., 2017).

The protocol assumes a single-hop CRN, the same licensed-channel set for all secondary users, synchronized slots and cycles, and two half-duplex transceivers per secondary user—one for quorum-based control exchange and one for data transmission. Under these assumptions, rendezvous occurs at some kk4 within each cycle if the corresponding channel is idle (Jarrah, 2016).

4. Rendezvous probability, time-to-rendezvous, and energy trade-offs

The adaptive CRN work evaluates asymmetric grid quorums with MATLAB simulations. One configuration uses kk5 channels, hence kk6, with 26 or 50 CR users. Primary-user activity follows a two-state ON–OFF Markov model with average idle period kk7 and busy period kk8, yielding

kk9

The principal metrics are average number of successful rendezvous per time slot, average time to rendezvous (TTR), normalized energy per successful rendezvous, and forced blocking probability (Jarrah et al., 2017).

For fixed designs, the ordering is consistent. In average successful rendezvous per time slot,

NN0

For average TTR,

NN1

The thesis further reports that, for grid size NN2 and increasing NN3, NN4-selection improves average rendezvous per slot by up to NN5 over NN6, and that the same qualitative ordering persists for NN7 and NN8 grids (Jarrah, 2016).

Energy behavior is explicitly non-monotone with respect to rendezvous performance. Normalized energy per successful rendezvous is defined as total number of active slots multiplied by one unit of energy, divided by total number of successful rendezvous. Larger quorums raise rendezvous density but also enlarge the active fraction of the cycle. Consequently, NN9-selection has the highest energy per successful rendezvous, n=Nn = \lceil \sqrt{N} \rceil0-selection the lowest, and n=Nn = \lceil \sqrt{N} \rceil1-selection lies between them. The adaptive scheme is reported to achieve rendezvous performance close to n=Nn = \lceil \sqrt{N} \rceil2 with lower energy: in the journal paper, average RDV per slot and average TTR are approximately those of n=Nn = \lceil \sqrt{N} \rceil3, while normalized energy per RDV is lower than for n=Nn = \lceil \sqrt{N} \rceil4 (Jarrah et al., 2017).

Forced blocking probability decreases as n=Nn = \lceil \sqrt{N} \rceil5 increases and shows similar qualitative behavior across n=Nn = \lceil \sqrt{N} \rceil6, n=Nn = \lceil \sqrt{N} \rceil7, n=Nn = \lceil \sqrt{N} \rceil8, and adaptive schemes. This matters because the combinatorial intersection guarantee is not, by itself, a guarantee of successful rendezvous on a licensed channel: the slot-channel pair must also be primary-user idle. The papers therefore separate guaranteed intersection from realized rendezvous success (Jarrah, 2016).

5. Consensus reinterpretations: flexible phases, relaxed intersection, and topology-aware walls

Consensus papers use grid asymmetry differently. Flexible Paxos argues that majority quorums in both phases are conservative: safety requires only that every Phase-1 quorum intersect every Phase-2 quorum. In the simple uniform case, the size condition is

n=Nn = \lceil \sqrt{N} \rceil9

The paper explicitly gives a grid construction with n2n^20 columns and n2n^21 rows, n2n^22, taking Phase-1 quorums as rows of size n2n^23 and Phase-2 quorums as columns of size n2n^24. Each row–column pair intersects in exactly one cell, while distinct rows and distinct columns may be disjoint. This is an asymmetric grid quorum system in the strict sense that two quorum families, not one globally intersecting family, determine safety (Howard et al., 2016).

Relaxed Paxos weakens the usual intersection reading further. It models acceptors as holding write-once registers by round, tracks which quorums may still decide which values, and shows that if a proposer learns that a non-n2n^25 value was already proposed in some previous round, its Phase-1 quorum no longer needs to intersect the Phase-2 quorums from that round or from any previous rounds. The result is a more state-dependent notion of safe asymmetry: different rounds may use different quorum systems, and quorums across rounds may even be disjoint, provided the protocol’s decision-table rules preserve agreement (Howard et al., 2022).

The topology-aware literature moves from grids to walls. In the crumbling-wall construction, tiers are ordered as Earth, LEO, Moon, and Mars, with

n2n^26

For tier n2n^27, the Phase-1 family is

n2n^28

while strict Phase-2 is anchored to Earth,

n2n^29

Every Phase-1 quorum intersects every Phase-2 quorum because every wall path reaches Earth. The construction is explicitly described as an asymmetric, topology-aware grid quorum system. Its asymmetry is initiator-dependent: Earth quorums are shortest and most numerous, Mars quorums longest and least flexible. Exhaustive enumeration gives n×nn \times n0 valid Phase-1 quorums for Earth, n×nn \times n1 for LEO, n×nn \times n2 for Moon, and n×nn \times n3 for Mars. The same paper argues that symmetric grid quorums cannot express this leadership cost gradient (Mason, 20 Mar 2026).

These consensus results show that “asymmetric grid quorum system” need not mean different row counts on a common matrix. It may instead mean cross-phase row/column families, round-dependent quorum sets, or tier-dependent wall paths, as long as the required intersection relation for safety is preserved.

6. Subjective trust, heterogeneous processes, and general asymmetric-grid theory

A second major line of work studies asymmetry as subjective trust. In asymmetric Byzantine quorum systems, each process n×nn \times n4 has its own fail-prone system n×nn \times n5 and quorum family n×nn \times n6. The consistency condition becomes pairwise and subjective:

n×nn \times n7

and availability is required per process. Existence is governed by the asymmetric n×nn \times n8-condition. This framework does not itself define a specific grid construction, but it explicitly states how classical row–column systems can be instantiated asymmetrically, with different processes selecting different rows, columns, or grid regions while preserving pairwise consistency and availability (Alpos et al., 2019).

Later work argues that classical consistency and availability are too weak in the asymmetric model for reliable broadcast and consensus. One paper proves that there is no quorum-based algorithm solving depth-1 reliable broadcast, introduces the recursive notion of process depth, and presents algorithms for n×nn \times n9 and G={gi,j}G=\{g_{i,j}\}0. In that account, grid instantiations are possible, but what matters is not merely row–column intersection; it is whether the recursive depth conditions are satisfied by the chosen local quorums (Amores-Sesar et al., 11 Sep 2025).

The DAG-consensus literature reaches a related conclusion from a different direction. Simply replacing threshold quorums with asymmetric quorums in the classical constant-round gather protocol fails to preserve the common-core property. The paper then introduces a new asymmetric gather using quorums and kernels, and proves an expected-wave bound for DAG-based consensus of

G={gi,j}G=\{g_{i,j}\}1

where G={gi,j}G=\{g_{i,j}\}2 is the size of the smallest quorum in the system. This should be distinguished from grid geometry itself: the crucial object is the asymmetric quorum system, and a grid is one possible structured instantiation of it (Amores-Sesar et al., 23 May 2025).

The most direct recent construction of asymmetric grid quorum systems for heterogeneous processes makes the grid itself semantic. Processes are indexed by qualitative attributes, with

G={gi,j}G=\{g_{i,j}\}3

where G={gi,j}G=\{g_{i,j}\}4 is the value set of attribute G={gi,j}G=\{g_{i,j}\}5. Each attribute induces a fail-prone system G={gi,j}G=\{g_{i,j}\}6 that tolerates fewer than G={gi,j}G=\{g_{i,j}\}7 fully failed attribute values and fewer than G={gi,j}G=\{g_{i,j}\}8 partial failures per remaining value, and the canonical quorums G={gi,j}G=\{g_{i,j}\}9 are then assembled into an asymmetric grid quorum system

Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.00

The paper proves that every per-attribute system is Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.01, and that the resulting asymmetric collection is Qi,QjQ,QiQj.\forall Q_i, Q_j \in \mathcal{Q},\quad Q_i \cap Q_j \neq \emptyset.02, so processes may choose an attribute-based quorum system independently and “without coordination,” while compatibility is guaranteed by construction (Senn et al., 16 Sep 2025).

Across these papers, two clarifications recur. First, asymmetry should be distinguished from heterogeneous channel view: in adaptive rendezvous, the channel set is common and the asymmetry lies in quorum shape, not channel visibility. Second, “all quorums intersect” is not the universal safety condition once operations, phases, or subjective views are separated; several consensus papers explicitly weaken it. A plausible implication is that asymmetric grid quorum systems are best understood not as a single construction, but as a design space of structured quorum geometries in which intersection is preserved under non-uniform roles, costs, or trust assumptions.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Asymmetric Grid Quorum Systems.