Papers
Topics
Authors
Recent
Search
2000 character limit reached

Multi-Orientation Edge-Minimum Repair for Non-Redundant Fault-Tolerant Broadcasting in Dense Eisenstein--Jacobi Networks

Published 18 Jun 2026 in cs.DC, cs.IT, and cs.NI | (2606.19834v1)

Abstract: Dense Eisenstein--Jacobi (EJ) networks are degree-six algebraic interconnection networks whose finite quotient geometry is naturally represented by a hexagonal axial-coordinate ball. This paper studies non-redundant one-to-all broadcast repair in the dense EJ network generated by $α=(t+1)+tω$, where $t$ is the network diameter. We propose EJ-MOEM, a multi-orientation edge-minimum repair method that evaluates a constant-size family of hexagonal broadcast-tree orientations, selects a fault-aware candidate, contracts the fault-pruned tree into healthy components, and reconnects these components using external component-crossing repair edges. The resulting structure is a rooted spanning tree of the healthy subgraph: every healthy node receives the message exactly once, no faulty node is used, and the original healthy tree components are preserved. We prove that, for a chosen orientation whose fault-pruned component graph is connected, exactly $c-1$ external repair edges are necessary and sufficient, where $c$ is the number of healthy components. We also prove a depth-certificate theorem for EJ coordinate-reduction trees: every one-fault placement admits a repair of depth at most $t+1$, and every two-fault placement admits a repair of depth at most $t+2$. The proof uses the three-strip representation of EJ hexagons, a sector-suffix attachment lemma, a non-adjacent-sector separation lemma, and a six-direction shielding classification for paired cuts. Extended validation includes exhaustive one- and two-fault enumeration for $t=2,\ldots,12,14,16,18$ (up to $N=1027$ and 525,825 two-fault placements at $t=18$), structured theorem-critical tests through $t=30$, and large random tests through $t=200$, all with 100\% success and no violation of the theorem.

Authors (1)

Summary

  • The paper introduces EJ-MOEM, a method that repairs faulty broadcast trees by reconnecting healthy fragments with exactly c-1 external edges.
  • It uses a multi-orientation approach and certified depth-certificate trees, achieving repair depths of t+1 to t+2 under one or two faults.
  • Empirical validation on large networks confirms that EJ-MOEM meets theoretical guarantees with O(N) complexity and minimal repair edge counts.

Multi-Orientation Edge-Minimum Repair in Eisenstein–Jacobi Networks

Introduction

Dense Eisenstein–Jacobi (EJ) networks underpin degree-six algebraic interconnection models, with their finite quotient geometry realized by discrete axial-coordinate hexagonal balls. The presented work introduces EJ-MOEM, a multi-orientation edge-minimum repair procedure for non-redundant one-to-all broadcast repair under the constraint of one or two processor faults. Unlike global tree reconstruction, EJ-MOEM minimally augments the broadcast tree post-fault by reconnecting healthy fragments with the least number of external edges, thus preserving original healthy structures and achieving optimal depth bounds.

Dense EJ Network Model and Coordinate Reduction

An EJ network of diameter tt comprises N=3t2+3t+1N=3t^2+3t+1 nodes, each indexed via axial coordinates (x,y)(x, y), with six canonical unit directions (E,N,SE,W,S,NWE, N, SE, W, S, NW). The underlying geometry leverages a hexagonal ball HtH_t per the Eisenstein metric, which defines network layers and sector boundaries. Figure 1

Figure 1: EJ hexagonal ball H3H_3 partitioned into sectors, strip axes, and boundary vertices critical for repair operations.

Broadcast trees in this context are constructed by deterministic coordinate reduction, assigning each vertex a unique parent along the axis of maximal reduction until reaching the root. Priority-based orientation rules dictate the parent selection among eligible inward directions.

EJ-MOEM Procedure: Multi-Orientation Edge-Minimum Repair

EJ-MOEM evaluates a compact, exhaustive set of 15 orientation families constructed from cyclic, reverse-cyclic, and alternating priority permutations (Equation \eqref{eq:orientationfamily}). For any given fault set FF, the method deletes the faulty vertices, contracts the damaged broadcast tree into components, and constructs the component graph Cθ\mathcal{C}_\theta to enumerate minimum edge repairs.

The principal theorem establishes that for connected component graphs, exactly c1c-1 external repair edges suffice to restore a rooted spanning tree, with cc being the number of healthy fragments. The repair procedure leverages certified depth-certificate trees to guarantee acyclicity, uniqueness, and exclusion of faulty nodes. Figure 2

Figure 2: One-fault side-entry witness for N=3t2+3t+1N=3t^2+3t+10 highlighting local sector suffix detachment and lateral repair edge attachment.

Figure 3

Figure 3: Schematic two-fault repair in adjacent sectors for N=3t2+3t+1N=3t^2+3t+11—the unblocked suffix is attached first, enabling subsequent shared-boundary entry for the second.

Depth Certificate Analysis: Fault Placement and Repair Bound

The depth-certificate theorem asserts that any one-fault placement is repaired within depth N=3t2+3t+1N=3t^2+3t+12, and two-fault placement within N=3t2+3t+1N=3t^2+3t+13. The proof utilizes sector-suffix attachment lemmas and a six-direction shielding classification for paired cuts. At sector boundaries, repair is achieved by lateral entry, ensuring minimum eccentricity in attachment.

Notably, validation shows that while N=3t2+3t+1N=3t^2+3t+14 is attained in small N=3t2+3t+1N=3t^2+3t+15, for N=3t2+3t+1N=3t^2+3t+16, empirical depth rarely exceeds N=3t2+3t+1N=3t^2+3t+17. Fault configurations analyzed include ray-resident pairs, adjacent-sector pairs, and sector-separated faults, with sector geometry dictating the repair mechanism.

Validation and Numerical Results

The EJ-MOEM strategy is validated across exhaustive, structured, and large random trials, spanning up to N=3t2+3t+1N=3t^2+3t+18 and 525,825 two-fault placements at N=3t2+3t+1N=3t^2+3t+19. All tests confirm 100% realization of theoretical guarantees, with minimum repair edge count and depth bounds systematically attained. Figure 4

Figure 4: Validation summary—two-fault overhead distributions, structured test maximums, and random test statistics confirm empirical convergence to theoretical bounds.

Comparative analysis shows EJ-MOEM matches or outperforms natural baselines with respect to repair count and final tree depth. Unlike global breadth-first rebuilds, EJ-MOEM preserves healthy fragments, minimizes repair edges, and ensures non-redundant delivery.

Complexity and Practical Implications

For the single- and two-fault case, EJ-MOEM operates in (x,y)(x, y)0 time, evaluating a constant set of orientations and linear graph traversals. The method is thus tractable for large-scale interconnection networks, with direct applicability to on-chip, hexagonal, and algebraic topologies requiring robust and non-redundant broadcast under sparse failures.

Theoretical Implications and Future Directions

The distinction between EJ and Gaussian networks is pronounced: the three-strip hexagonal structure admits unique lateral repair opportunities absent in degree-four models. Theoretical findings prompt questions about universal sufficiency of the (x,y)(x, y)1 bound for two faults as (x,y)(x, y)2 increases and suggest exploration into bounded-depth repair for larger fault sets or more complex lattice topologies.

Conclusion

This paper formally introduces EJ-MOEM, establishing a certified framework for minimal edge and depth repair in dense Eisenstein–Jacobi networks. The method's guarantees are rigorously validated, offering a precise approach for non-redundant, fault-tolerant broadcasting. Its implications extend to future research on scalable algebraic interconnection models as well as practical deployment in fault-tolerant communication for high-performance computing environments (2606.19834).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 0 likes about this paper.