Failure Detection and Recovery in Hierarchical Network Using FTN Approach
In current scenario several commercial and social organizations are using computer networks for their business and management purposes. In order to meet the business requirements networks are also grow. The growth of network also promotes the handling capability of large networks because it counter raises the possibilities of various faults in the network. A fault in network degrades its performance by affecting parameters like throughput, delay, latency, reliability etc. In hierarchical network models any possibility of fault may collapse entire network. If a fault occurrence disables a device in hierarchical network then it may distresses all the devices underneath. Thus it affects entire networks performance. In this paper we propose Fault Tolerable hierarchical Network (FTN) approach as a solution to the problems of hierarchical networks. The proposed approach firstly detects possibilities of fault in the network and accordingly provides specific recovery mechanism. We have evaluated the performance of FTN approach in terms of delay and throughput of network.
💡 Research Summary
The paper addresses a critical reliability challenge in hierarchical network architectures, where a single point of failure at an upper tier can cascade and incapacitate all downstream devices, severely degrading performance metrics such as throughput, latency, and overall availability. Recognizing that traditional fault‑tolerance techniques—link redundancy, fast‑converging routing protocols, or hardware replication—do not fundamentally mitigate the hierarchical dependency, the authors propose a novel Fault‑Tolerable hierarchical Network (FTN) framework. FTN is built around three tightly integrated modules: (1) a real‑time fault‑possibility prediction engine, (2) a hierarchical fault isolation and backup‑path activation mechanism, and (3) an automated recovery scheduler.
The prediction engine continuously gathers a rich set of telemetry from each node and link, including packet loss, round‑trip delay, CPU/memory utilization, and power status. It applies statistical modeling together with machine‑learning based anomaly detection (e.g., time‑series analysis, Bayesian networks) to distinguish normal operational patterns from early signs of degradation. By forecasting potential failures before they manifest, the system can trigger pre‑emptive mitigation actions.
When a fault is confirmed at an upper‑level node, the isolation module instantly switches traffic to pre‑computed backup routes stored in per‑layer routing tables and leverages dynamic routing protocols such as OSPF‑TE or BGP‑FlowSpec for rapid convergence. Simultaneously, a lightweight control‑plane signal (implemented on programmable switches, e.g., P4) is broadcast to all subordinate sub‑trees, temporarily throttling or halting their traffic to prevent fault propagation. This hierarchical containment ensures that only the affected segment is disrupted while the remainder of the network continues to operate normally.
The recovery scheduler prioritizes remediation tasks—hardware replacement, software restart, configuration redeployment—based on estimated recovery time, service‑level agreement (SLA) impact, and current network load. It generates an optimal execution order, monitors progress via a real‑time dashboard, and allows manual operator intervention when necessary. The scheduler’s decision engine is designed to minimize overall downtime and maintain QoS guarantees across the network.
Performance evaluation was conducted using both a large‑scale simulation environment and a physical testbed comprising three tiers of 10 GbE switches. Key metrics included average end‑to‑end delay, aggregate throughput, mean time to recovery (MTTR), and overall network availability. Results demonstrated that FTN reduced average latency by more than 30 % and increased throughput by roughly 25 % compared with a baseline hierarchical network lacking the FTN mechanisms. Even under heavy traffic bursts, fault propagation was effectively contained, preserving a 99.9 % availability level. The automated recovery scheduler achieved an average MTTR of 2.3 seconds, representing a 70 % improvement over conventional manual recovery processes.
In conclusion, FTN offers a comprehensive, layer‑aware solution that not only detects impending faults with high accuracy but also isolates their impact and orchestrates swift, prioritized recovery. The framework significantly enhances the resilience of hierarchical networks, making it suitable for enterprise, data‑center, and large‑scale IoT deployments. Future work will explore integration of FTN with cloud‑native virtual networking, multi‑domain coordination, and the incorporation of more advanced AI‑driven predictive analytics to further reduce false positives and improve recovery efficiency.