pith. sign in

arxiv: 2605.18361 · v1 · pith:3X7YBRXTnew · submitted 2026-05-18 · 💻 cs.DC · cs.AR

iHAC: A Hybrid Cluster Architecture for Enhanced Performance and Resilience

Pith reviewed 2026-05-19 23:56 UTC · model grok-4.3

classification 💻 cs.DC cs.AR
keywords hybrid clusterhigh availabilityactive-activeactive-passiveperformance simulationsystem resiliencefailoverworkload distribution
0
0 comments X

The pith

The iHAC hybrid cluster reduces average HTTP page response time by over 40 percent compared to traditional active-active setups.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

This paper introduces the Integrated High Availability Cluster (iHAC) as a design that blends active-active and active-passive configurations to fix single points of failure and inefficient resource use in conventional high-availability systems. The authors evaluate it through comparative simulations against legacy clusters. The results indicate faster page loads, reduced latency, and higher throughput. A reader focused on dependable computing would care because the approach promises both better speed and stronger uptime for ongoing enterprise operations.

Core claim

The iHAC architecture integrates active-active and active-passive configurations to optimize workload distribution and failover capabilities. Simulations against conventional clusters show that this hybrid design reduces average HTTP page response time from five seconds to under three seconds, an improvement of over 40 percent, while also cutting network latency and raising overall throughput.

What carries the argument

The hybrid integration of active-active and active-passive modes in the iHAC design for balanced workload handling and failover.

If this is right

  • Workload distribution improves across nodes without introducing single points of failure.
  • Failover becomes more capable while keeping operations continuous.
  • Network latency drops, enabling quicker exchanges between components.
  • Overall system throughput rises, supporting more concurrent operations.
  • Enterprise systems gain stronger operational continuity during disruptions.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The hybrid principles could apply to cloud-scale distributed systems for added fault tolerance.
  • Physical hardware trials would test whether the simulated gains persist outside the model.
  • The design may reduce the need for excess resource provisioning in high-availability setups.
  • It could connect to questions about balancing performance and resilience in other networked applications.

Load-bearing premise

The Riverbed Modeler simulation accurately captures real cluster behavior, network conditions, workload patterns, and failover dynamics.

What would settle it

Deploying an actual iHAC system alongside a traditional active-active cluster on equivalent hardware and measuring response times, latency, and throughput under matching real-world workloads.

read the original abstract

Uninterrupted system availability is a critical requirement for enterprise operations, yet traditional high-availability clusters suffer from limitations such as single points of failure and inefficient resource allocation. This paper introduces and evaluates the Integrated High Availability Cluster (iHAC), a hybrid architecture designed to enhance system resilience and performance. The iHAC integrates the strengths of active-active and active-passive configurations to optimize workload distribution and failover capabilities. We conducted a comparative analysis, simulating iHAC against conventional (legacy) clusters using Riverbed Modeler (OPNET). The results reveal significant performance improvements: iHAC reduced the average HTTP page response time by over 40%, from five seconds in a traditional active-active setup to under three seconds. This was achieved alongside reduced network latency and increased overall throughput. This study validates the iHAC architecture as a superior design for building robust, high-performance systems, offering a practical path to greater operational continuity and resilience.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 2 minor

Summary. The manuscript introduces the Integrated High Availability Cluster (iHAC), a hybrid architecture integrating active-active and active-passive configurations to address single points of failure and inefficient resource allocation in traditional high-availability clusters. It evaluates iHAC via comparative Riverbed Modeler (OPNET) simulations against legacy clusters, claiming over 40% reduction in average HTTP page response time (from 5 s to under 3 s), reduced network latency, and increased throughput.

Significance. If the simulation results hold under independent validation, the hybrid design could offer a practical improvement for enterprise resilience and performance. The work credits the integration of existing HA modes rather than inventing new primitives, and the simulation-based comparison provides a falsifiable starting point, though its strength depends on addressing the unvalidated modeling assumptions.

major comments (3)
  1. Abstract and Evaluation: The headline claim of >40% HTTP response time reduction rests entirely on Riverbed Modeler runs, yet no concrete parameter settings (link delays, packet-loss models, failover trigger thresholds, or exact HTTP request mix) are supplied for either the active-active baseline or iHAC. This directly affects whether the measured deltas reflect architectural superiority or modeling choices that inadvertently favor the hybrid topology.
  2. Results section: No error bars, statistical controls, sensitivity sweeps, or real-system confirmation are reported. The simulation outputs are presented as evidence of superiority without bounding the risk that workload or failover dynamics were modeled in ways that advantage iHAC.
  3. Methodology: The description of how the legacy active-active setup was configured relative to iHAC is insufficient to rule out circularity; if parameters were tuned with knowledge of the target architecture, the performance gains may partly reflect those choices rather than independent validation.
minor comments (2)
  1. Add explicit discussion of related hybrid HA work and clarify notation for workload and failover parameters.
  2. Ensure all simulation figures include legends, axis units, and direct side-by-side comparison of the two architectures.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for their thorough review and constructive feedback on our manuscript. We address each of the major comments below, indicating the revisions we plan to make to improve clarity and rigor.

read point-by-point responses
  1. Referee: Abstract and Evaluation: The headline claim of >40% HTTP response time reduction rests entirely on Riverbed Modeler runs, yet no concrete parameter settings (link delays, packet-loss models, failover trigger thresholds, or exact HTTP request mix) are supplied for either the active-active baseline or iHAC. This directly affects whether the measured deltas reflect architectural superiority or modeling choices that inadvertently favor the hybrid topology.

    Authors: We agree that providing detailed simulation parameters is essential for reproducibility and to substantiate the claims. In the revised manuscript, we will add a dedicated subsection in the Evaluation or Methodology section that specifies all relevant parameters, including link delays, packet-loss models, failover trigger thresholds, and the exact HTTP request mix used in the simulations for both the legacy active-active and iHAC configurations. This will help readers evaluate the results more accurately. revision: yes

  2. Referee: Results section: No error bars, statistical controls, sensitivity sweeps, or real-system confirmation are reported. The simulation outputs are presented as evidence of superiority without bounding the risk that workload or failover dynamics were modeled in ways that advantage iHAC.

    Authors: We acknowledge the value of statistical rigor in presenting simulation results. We will revise the Results section to include error bars based on multiple simulation runs and incorporate sensitivity sweeps for key parameters such as workload intensity and failover thresholds. Regarding real-system confirmation, our study is primarily simulation-based using Riverbed Modeler to provide a controlled comparison; we will explicitly state this as a limitation in the revised paper and outline plans for future empirical validation on physical systems. revision: partial

  3. Referee: Methodology: The description of how the legacy active-active setup was configured relative to iHAC is insufficient to rule out circularity; if parameters were tuned with knowledge of the target architecture, the performance gains may partly reflect those choices rather than independent validation.

    Authors: We appreciate this point and will expand the Methodology section to provide a more detailed, step-by-step description of the configuration for the legacy active-active cluster, ensuring it is presented independently of the iHAC design. We will clarify that the baseline was modeled based on standard practices for active-active setups without reference to iHAC-specific optimizations, thereby addressing concerns about potential circularity. revision: yes

Circularity Check

0 steps flagged

No significant circularity detected

full rationale

The paper proposes the iHAC hybrid architecture and reports performance gains from Riverbed Modeler simulations comparing it to legacy active-active clusters, with metrics such as HTTP response time dropping from 5 s to under 3 s. No mathematical derivations, equations, fitted parameters renamed as predictions, or self-citation chains appear in the abstract or described content that reduce any claim to its own inputs by construction. The evaluation is presented as an external simulation outcome rather than a self-referential definition or ansatz smuggled via prior work, rendering the central claims self-contained against the simulation benchmark.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 1 invented entities

The central performance claims rest on the unstated premise that the chosen simulation tool and workload model faithfully represent production cluster behavior; no free parameters or invented entities are explicitly listed in the abstract.

invented entities (1)
  • iHAC hybrid architecture no independent evidence
    purpose: Integrate active-active and active-passive strengths to improve resilience and performance
    New named design introduced in the abstract without reference to prior independent validation or falsifiable predictions outside the simulation.

pith-pipeline@v0.9.0 · 5746 in / 1230 out tokens · 49734 ms · 2026-05-19T23:56:51.938546+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

23 extracted references · 23 canonical work pages

  1. [1]

    Computing107(1), 11 (2025) https://doi.org/10.1007/ s00607-024-01372-0

    Silva, A., Callou, G.: Models for availability evaluation of file servers in private clouds. Computing107(1), 11 (2025) https://doi.org/10.1007/ s00607-024-01372-0

  2. [2]

    In: 2024 International Conference on Renewable Energies and Smart Technologies (REST), pp

    Thaqi, R., Kadriu, M., Krasniqi, B., Rexha, B.: On-premises versus cloud com- puting: a comparative analysis of energy consumption. In: 2024 International Conference on Renewable Energies and Smart Technologies (REST), pp. 1–5 (2024). https://doi.org/10.1109/REST59987.2024.10645419 . IEEE

  3. [3]

    Operations Management Research13(1), 94–108 (2020) https: //doi.org/10.1007/s12063-020-00148-x

    Wang, S.S., Franke, U.: Enterprise it service downtime cost and risk transfer in a supply chain. Operations Management Research13(1), 94–108 (2020) https: //doi.org/10.1007/s12063-020-00148-x

  4. [4]

    https://www.statista

    Statista: Global hourly enterprise server downtime cost. https://www.statista. com/statistics/753938/worldwide-enterprise-server-hourly-downtime-cost/. Accessed: 2025-08-05 (2019) 16

  5. [5]

    In: 2024 23rd RoEduNet Conference: Networking in Education and Research (RoEduNet), pp

    Mihai, D., Mih˘ ailescu, M.-E., Caraba¸ s, M., N˘ astase, V.-I., T ¸ ˘ apu¸ s, N.: Security posture improvement with high-availability keycloak sso. In: 2024 23rd RoEduNet Conference: Networking in Education and Research (RoEduNet), pp. 1–7 (2024). https://doi.org/10.1109/RoEduNet64292.2024.10722696 . IEEE

  6. [6]

    Applied Sciences 14(9), 3914 (2024) https://doi.org/10.3390/app14093914

    Kim, J.-B., Choi, J.-B., Jung, E.-S.: Design and implementation of an automated disaster-recovery system for a kubernetes cluster using lstm. Applied Sciences 14(9), 3914 (2024) https://doi.org/10.3390/app14093914

  7. [7]

    Human-centric Computing and Information Sciences8(1), 20 (2018) https://doi.org/10.1186/ s13673-018-0143-8

    Mesbahi, M.R., Rahmani, A.M., Hosseinzadeh, M.: Reliability and high avail- ability in cloud computing environments: a reference roadmap. Human-centric Computing and Information Sciences8(1), 20 (2018) https://doi.org/10.1186/ s13673-018-0143-8

  8. [8]

    Jurnal Transformatika16(1), 31–39 (2018) https://doi.org/10.26623/transformatika.v16i1.841

    Umam, C., Handoko, L.B., Rizqi, G.M.: Implementation and analysis high avail- ability network file system based server cluster. Jurnal Transformatika16(1), 31–39 (2018) https://doi.org/10.26623/transformatika.v16i1.841

  9. [9]

    Muntaka, S.A., Abdo, J.B.: Resilience of the invisible internet project: A computational analysis (2025) https://doi.org/10.22541/au.174903131.19039397

  10. [10]

    In: Journal of Physics: Conference Series, vol

    Xinming, L., Haitao, W., Jing, Z., Fan, Z., Chao, Z., Gang, W.: Research on high availability architecture of cloud platform. In: Journal of Physics: Conference Series, vol. 1345, p. 022044 (2019). https://doi.org/10.1088/1742-6596/1345/2/ 022044 . IOP Publishing

  11. [11]

    Applied Sciences13(7), 4608 (2023) https:// doi.org/10.3390/app13074608

    ˙Zyluk, A., Zieja, M., Grzesik, N., Tomaszewska, J., Koz lowski, G., Jasztal, M.: Implementation of the mean time to failure indicator in the control of the logistical support of the operation process. Applied Sciences13(7), 4608 (2023) https:// doi.org/10.3390/app13074608

  12. [12]

    In: Proceedings of the 2016 ACM SIGCOMM Conference, pp

    Govindan, R., Minei, I., Kallahalla, M., Koley, B., Vahdat, A.: Evolve or die: High-availability design principles drawn from googles network infrastructure. In: Proceedings of the 2016 ACM SIGCOMM Conference, pp. 58–72 (2016). https: //doi.org/10.1145/2934872.2934891

  13. [13]

    Available at: https://doi

    Muntaka, S.A.: An Enhanced Integrated High Availability Cluster Model Based on Active-Active and Active-Passive Cluster. Available at: https://doi. org/10.6084/m9.figshare.29876321 (2025). https://doi.org/10.6084/m9.figshare. 29876321

  14. [14]

    In: 2008 Eighth IEEE International Symposium on Cluster Computing and the Grid (CCGRID), pp

    Engelmann, C., Scott, S.L., Leangsuksun, C., He, X.: Symmetric active/active high availability for high-performance computing system services: Accomplish- ments and limitations. In: 2008 Eighth IEEE International Symposium on Cluster Computing and the Grid (CCGRID), pp. 813–818 (2008). https://doi.org/10. 1109/CCGRID.2008.78 . IEEE 17

  15. [15]

    Rick, J.: Planning for IT Scalability: Best Practices in Data Center Design and Operations to Support Business- Critical Applications. https://www.device42.com/blog/2023/12/27/ planning-for-it-scalability-best-practices-in-data-center-design-and-operations-to\ protect\penalty\z@-support-business-critical-applications//. Accessed: 2025-08-05 (2023)

  16. [16]

    Muntaka, S.A., Ansong, E.D., Yankson, B., Hussein, F., Muntaka, M.N., Dagadu, J., Addo, P.C., Jnr, M.D., Osei-Wusu, F., Yeboah, F., et al.: A hybrid integrated high availability cluster (ihac) for enhancing system resilience and addressing per- sistent cyber threats. Nadhir and Dagadu, Joshua and Addo, Prince Clement and Jnr, Maxwell Dorgbefu and Osei-Wus...

  17. [17]

    Procedia computer science114, 126–131 (2017) https://doi.org/10

    Toy, M.: High availability layers and failure recovery timers for virtualized systems and services. Procedia computer science114, 126–131 (2017) https://doi.org/10. 1016/j.procs.2017.09.028

  18. [18]

    Procedia Computer Science 125, 683–690 (2018) https://doi.org/10.1016/j.procs.2017.09.028

    Chhabra, S., Singh, A.K.: A probabilistic model for finding an optimal host frame- work and load distribution in cloud environment. Procedia Computer Science 125, 683–690 (2018) https://doi.org/10.1016/j.procs.2017.09.028

  19. [19]

    Future Generation Computer Systems87, 502–513 (2018) https://doi.org/10.1016/j.future.2017.10.050

    Kobusi´ nska, A., Hsu, C.-H.: Towards increasing reliability of clouds environments with restful web services. Future Generation Computer Systems87, 502–513 (2018) https://doi.org/10.1016/j.future.2017.10.050

  20. [20]

    Indonesian Journal of Science and Technology10(1), 1–40 (2025) https://doi.org/10.17509/ijost.v10i1.78637

    Susilawati, A., Al-Obaidi, A.S.M., Abduh, A., Irwansyah, F.S., Nandiyanto, A.B.D.: How to do research methodology: From literature review, bibliometric, step-by-step research stages, to practical examples in science and engineering education. Indonesian Journal of Science and Technology10(1), 1–40 (2025) https://doi.org/10.17509/ijost.v10i1.78637

  21. [21]

    Google Scholar Google Scholar Ref- erence (2011) https://doi.org/https://webdocs.cs.ualberta.ca/ ∼amaral/courses/ MetodosDePesquisa/papers/Amaral-research-methods.pdf

    Elio, R., Hoover, J., Nikolaidis, I., Salavatipour, M., Stewart, L., Wong, K.: About computing science research methodology. Google Scholar Google Scholar Ref- erence (2011) https://doi.org/https://webdocs.cs.ualberta.ca/ ∼amaral/courses/ MetodosDePesquisa/papers/Amaral-research-methods.pdf

  22. [22]

    Journal of Computing Research and Innovation (JCRINN)10(1), 227–242 (2025) https://doi.org/10.24191/jcrinn.v10i1.488

    Osei-Wusu, F., Asiedu, W., Frimpong, K.A., Yeboah, D., Sarf, E.A., Muntaka, S.A.: Automating network programmability and backup on cisco devices using python and netmiko library: a case study of komfo anokye teaching hospital lan. Journal of Computing Research and Innovation (JCRINN)10(1), 227–242 (2025) https://doi.org/10.24191/jcrinn.v10i1.488

  23. [23]

    18 Computers and Electrical Engineering119, 109553 (2024) https://doi.org/10

    Aslam, M.M., Li, W., Liu, W., Qi, Y., Saleem, U., Riaz, S.: A review of integrated modeling and simulation of control and communication systems in smart grid. 18 Computers and Electrical Engineering119, 109553 (2024) https://doi.org/10. 1016/j.compeleceng.2024.109553 19