scieee AI-readable full text Open interactive document viewer

AI-based preventive maintenance system for network infrastructure: Implementation and performance analysis

Kaprakattu, Arun Raj

Abstract

This article details an artificial intelligence-powered preventive maintenance system designed specifically for networking devices. As network infrastructure grows increasingly complex, traditional reactive maintenance approaches have proven inadequate for ensuring optimal performance and reliability. The system leverages advanced telemetry collection frameworks, machine learning algorithms, and predictive analytics to detect potential failures before they impact service quality. Through continuous monitoring of core system metrics, interface traffic data, and network-specific parameters, the system can identify anomalous patterns, forecast component degradation, and recommend appropriate remediation actions. The implementation methodology encompasses comprehensive data collection, baseline establishment, model development, and training phases. Alert classification mechanisms prioritize issues based on severity while automated response capabilities translate analytical insights into actionable maintenance strategies. Performance metrics demonstrate significant improvements in network availability, maintenance efficiency, and operational costs compared to traditional approaches, highlighting how AI-driven preventive maintenance is transforming network operations.

Full text

 Corresponding author: Arun Raj Kaprakattu Copyright © 2025 Author(s) retain the copyright of this article. This article is published under the terms of the Creative Commons Attribution License 4.0. AI-based preventive maintenance system for network infrastructure: Implementation and performance analysis Arun Raj Kaprakattu * Periyar University, India. World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 Publication history: Received on 18 March 2025; revised on 26 April 2025; accepted on 28 April 2025 Article DOI: https://doi.org/10.30574/wjarr.2025.26.1.1496 Abstract This article details an artificial intelligence-powered preventive maintenance system designed specifically for networking devices. As network infrastructure grows increasingly complex, traditional reactive maintenance approaches have proven inadequate for ensuring optimal performance and reliability. The system leverages advanced telemetry collection frameworks, machine learning algorithms, and predictive analytics to detect potential failures before they impact service quality. Through continuous monitoring of core system metrics, interface traffic data, and network-specific parameters, the system can identify anomalous patterns, forecast component degradation, and recommend appropriate remediation actions. The implementation methodology encompasses comprehensive data collection, baseline establishment, model development, and training phases. Alert classification mechanisms prioritize issues based on severity while automated response capabilities translate analytical insights into actionable maintenance strategies. Performance metrics demonstrate significant improvements in network availability, maintenance efficiency, and operational costs compared to traditional approaches, highlighting how AI-driven preventive maintenance is transforming network operations. Keywords: Artificial Intelligence; Preventive Maintenance; Network Telemetry; Anomaly Detection; Predictive Analytics 1. Introduction The rapid advancement of network infrastructure has led to increasingly complex systems that require sophisticated monitoring and maintenance approaches. As networking environments grow more intricate, the traditional reactive maintenance approach—waiting for issues to occur before addressing them—has become inadequate for ensuring optimal performance and reliability. Network operations teams now face growing pressure to maintain high availability while managing increasingly diverse and distributed infrastructure components. According to industry research, predictive analytics tools have emerged as a powerful solution, helping network teams identify patterns and trends in collected data to forecast future network behavior and potential issues before they impact service [1]. These tools analyze historical performance data and apply machine learning algorithms to identify subtle patterns that would be impossible for human operators to detect manually. Predictive analytics for network maintenance offers several significant advantages over traditional approaches. Research indicates that network teams utilizing these advanced tools can detect up to 95% of potential issues before they manifest as service-affecting problems [1]. This proactive approach represents a fundamental shift from the breakfix model that has dominated network operations for decades. By implementing predictive analytics, organizations can transition from reactive troubleshooting to proactive network management, addressing the root causes of potential failures rather than just their symptoms. Studies show that this approach can reduce mean time to repair (MTTR) by World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 3818 approximately 60% and decrease the number of network incidents by up to 30% annually [1]. The integration of machine learning algorithms further enhances these capabilities by continuously refining prediction models as more data becomes available, improving accuracy over time. The economic implications of network reliability are substantial. Research examining the impact of internet disruptions across various economies found that highly connected countries experience GDP losses of up to 1.9% per day during a complete internet blackout [2]. Even temporary degradations in network performance can have measurable financial consequences. Medium-level restrictions to connectivity can reduce daily GDP by approximately 1%, while low-level disruptions may cause a 0.4% reduction [2]. These figures underscore the critical importance of maintaining network reliability through advanced preventive measures. For individual organizations, the cost implications are equally significant, with network downtime affecting not only direct revenue but also productivity, customer satisfaction, and reputation. This article details the implementation of an AI-powered preventive maintenance system specifically designed for networking devices. By leveraging artificial intelligence and machine learning algorithms, this system analyzes telemetry data from routers and other networking equipment to predict potential failures, identify anomalies, and recommend preventive actions before issues impact service quality. The system utilizes sophisticated pattern recognition to detect subtle deviations from normal operational parameters, enabling early intervention. Implementation data shows that organizations adopting similar preventive maintenance systems have achieved up to 99.99% network availability, compared to the industry average of 99.5% with traditional maintenance approaches [1]. Additionally, these organizations report a 45% reduction in unplanned maintenance activities and a 38% decrease in overall maintenance costs. The continuous collection and analysis of telemetry data create a feedback loop that progressively improves diagnostic accuracy, with error rates typically declining by 0.5-0.8% per month after initial deployment [1]. This article examines the architecture, implementation methodology, and performance metrics of such a system, providing insights into how AI-driven preventive maintenance is transforming network operations. 2. System Architecture 2.1. Data Collection Framework The preventive maintenance system's foundation is a sophisticated data collection framework designed to efficiently capture network telemetry data. Network telemetry enables real-time monitoring by continuously collecting data from network devices, with studies indicating that modern telemetry implementations can collect up to 12 times more operational data than traditional monitoring approaches [3]. The system employs JSON for telemetry streams due to its lightweight structure and efficient parsing characteristics. This framework operates with a collection frequency of 10minute intervals during normal conditions, providing an optimal balance between data granularity and system overhead while capturing approximately 95% of significant performance variations. Research shows that structured telemetry data reduces troubleshooting time by up to 67% compared to traditional poll-based monitoring methods by providing contextualized, time-series information about device performance [3]. The data retention architecture implements a dual-tiered approach with 90 days for raw telemetry storage and 1 year for processed data. This strategy aligns with industry findings indicating that 90-day raw telemetry retention captures approximately 93% of recurring network patterns while minimizing storage requirements [3]. The underlying storage infrastructure leverages specialized time-series databases optimized for handling high-volume telemetry data, with documented implementations supporting streaming telemetry at rates exceeding 100,000 data points per second across enterprise networks of moderate complexity. This approach enables network administrators to maintain visibility into historical performance trends while facilitating rapid access to recent detailed data for troubleshooting purposes. 2.2. AI Analysis Components The system's intelligence is delivered through four interconnected AI components working in concert to transform raw data into actionable insights. The anomaly detection mechanism implements the Isolation Forest algorithm, which has demonstrated effectiveness in identifying unusual patterns in network telemetry data. Performance analysis indicates that isolation Forest algorithms can achieve detection accuracy of up to 91% for network anomalies while maintaining processing efficiency sufficient for real-time analysis of telemetry streams [4]. This component operates by creating isolation trees that partition the data space, enabling efficient identification of outliers in high-dimensional telemetry data. World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 3819 Working alongside anomaly detection, the trend analysis component employs statistical modeling techniques to forecast metric trajectories. Research indicates that these predictive models can anticipate performance degradation up to 60 hours before service impact occurs, with predictive accuracy decreasing by approximately 5% for each additional day of forecasting [4]. The system's correlation engine represents a significant advancement over traditional monitoring approaches, utilizing specialized algorithms to identify relationships between seemingly unrelated metrics. Studies suggest that approximately 58% of complex network incidents involve multiple interdependent factors that traditional monitoring would treat as separate issues [4]. The recommendation system serves as the actionable intelligence layer, mapping identified anomalies to appropriate remediation steps through a continuously updated knowledge base. Implementation data shows that AI-driven recommendation systems can reduce mean time to resolution by approximately 43% for common networking issues by providing targeted, context-aware remediation guidance [4]. The system maintains an extensive library of resolution patterns derived from industry best practices and operational experience, with documented implementations containing over 1,000 distinct remediation scenarios for common network device issues. Figure 1 Performance Improvements Through Advanced Telemetry and AI Analysis [3,4] 3. Telemetry Metrics and Parameters 3.1. Core System Metrics The preventive maintenance system monitors a comprehensive set of core system metrics to establish baseline performance and detect potential hardware issues. CPU utilization tracking forms a critical component, capturing both overall percentage and per-process metrics. Industry research indicates that organizations implementing predictive analytics for network monitoring report up to 30% fewer outages and 50% faster mean time to resolution when compared to traditional monitoring approaches [5]. The system analyzes both average and peak utilization values to distinguish between normal traffic patterns and problematic sustained high utilization. Memory usage metrics provide critical insights into device health, with the system continuously monitoring total utilization, buffer allocation, and free memory trends. Temperature readings across key components serve as essential predictors of hardware failures, with studies showing that proactive temperature monitoring can identify potential issues days before they manifest as service disruptions [5]. Power metrics including consumption patterns, supply status, and voltage levels complete the core monitoring framework, providing early indicators of potential power subsystem failures. 3.2. Interface and Traffic Data Interface statistics form a crucial category of telemetry data, encompassing traffic rates, packet throughput, and utilization percentages. Modern telemetry solutions can process millions of data points per second, enabling real-time analysis of interface performance across complex networks [6]. The system establishes baseline traffic profiles for each interface, accounting for temporal variations and detecting anomalous patterns that may indicate emerging issues. Error counters provide direct insight into transmission quality, with the telemetry framework capturing detailed statistics on CRC errors, frame errors, and input/output errors. Research shows that network telemetry solutions can World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 3820 detect up to 70% of potential issues before they impact services by analyzing these error patterns [6]. Queue statistics monitored by the system include queue depth, drops, and buffer utilization, with particular attention to patterns that may indicate misconfiguration or capacity limitations. Packet loss metrics complete the interface monitoring framework, with the system employing pattern recognition to distinguish between congestion-related losses and hardware-induced losses that often precede component failures. 3.3. Network-Specific Parameters Routing protocol stability represents a critical operational domain monitored by the telemetry system. The framework captures detailed metrics on route flaps, convergence times, and routing table changes. Studies indicate that organizations implementing predictive analytics for network management have realized cost reductions of up to 43% in their operational expenses by addressing issues before they escalate to service-impacting events [5]. The system establishes baseline stability metrics for each routing protocol instance, with automatic detection of deviations that may indicate emerging problems. Session stability telemetry encompasses connection establishments, drops, and reconnection patterns across various protocols. Real-time telemetry enables the capture of transient events that traditional polling-based monitoring might miss, with detection capabilities up to 60% more sensitive than conventional monitoring approaches [6]. Tunnel and encryption parameters complete the network-specific monitoring framework, capturing metrics related to VPN establishment, tunnel stability, and encryption performance. The system monitors packet drops due to authentication failures and other security-related issues that may indicate emerging problems with secure communication channels. Figure 2 Operational Improvements Through Predictive Network Analytics [5,6] 4. Implementation Methodology 4.1. Phase 1: Data Collection and Baseline Establishment The implementation of the AI-powered preventive maintenance system begins with a comprehensive data collection and baseline establishment phase. This critical foundation involves the systematic deployment of telemetry collectors across the network infrastructure. Effective network visibility solutions are essential for security and performance monitoring, with research showing that organizations with comprehensive visibility detect threats up to 70% faster than those with limited monitoring capabilities [7]. The deployment strategy prioritizes core infrastructure components first to establish foundational visibility before expanding to edge devices. This approach ensures that the most critical network segments are monitored while the implementation progresses. The establishment of data pipelines and storage architecture represents a key implementation milestone. Modern networks generate massive volumes of data across distributed environments, with studies indicating that comprehensive network visibility solutions can process over 1 million events per second while maintaining analytical capabilities [7]. These data pipelines must handle both real-time processing for immediate anomaly detection and batch processing for historical analysis and pattern recognition. The implemented storage architecture incorporates specialized databases optimized for time-series telemetry data, enabling efficient querying of both recent and historical information. World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 3821 The system executes a 4-week baseline data acquisition phase for initial model training, capturing typical network behavior patterns across varying conditions. This baseline period allows the system to establish statistical norms for network operations across different times of day, days of the week, and workload patterns. Research shows that comprehensive network visibility enables organizations to reduce incident investigation time by up to 80% by providing context-rich historical data for comparison and analysis [7]. The baseline phase concludes with detailed documentation of "normal" operating patterns for each device class, creating the foundation for subsequent anomaly detection. 4.2. Phase 2: Model Development and Training The second implementation phase focuses on model development and training during weeks 5-8 of the timeline. Machine learning algorithms enable the detection of patterns and anomalies that would be impossible to identify through manual analysis or traditional rule-based systems. Studies indicate that properly implemented ML-based network monitoring can reduce false positives by up to 90% compared to traditional threshold-based approaches [8]. The system employs supervised and unsupervised learning techniques to identify deviations from established baselines, with training processes optimized to recognize both sudden anomalies and gradual degradation patterns. Following model training, the implementation establishes threshold values for standard alerting. Research shows that machine learning algorithms can reduce network troubleshooting time by up to 50% by automatically identifying the root causes of issues without requiring manual investigation of multiple systems [8]. Rather than employing fixed thresholds, the system implements dynamic thresholding that automatically adjusts sensitivity based on historical patterns and contextual factors. This approach significantly reduces false positives while maintaining high detection sensitivity for genuine anomalies. The creation of correlation rules for cross-metric analysis enables the system to identify relationships between telemetry metrics across different subsystems. This capability is particularly valuable for complex network environments where issues often manifest across multiple components simultaneously. The final implementation component involves developing the recommendation engine based on known issues. Studies indicate that AI-driven IT operations tools can automate up to 40% of routine maintenance tasks while improving system reliability through consistent, error-free execution [8]. This engine maps detected anomalies to appropriate remediation steps through a continuously updated knowledge base, providing network administrators with actionable guidance for issue resolution. Table 1 Operational Efficiency Gains Through Machine Learning Implementation [7,8] Performance Metric Improvement (%) Threat Detection Speed Improvement 70 Incident Investigation Time Reduction 80 False Positive Reduction 90 Network Troubleshooting Time Reduction 50 Routine Maintenance Task Automation 40 5. Alert Classification and Response 5.1. Severity Levels The AI-powered preventive maintenance system implements a sophisticated alert classification framework designed to prioritize issues based on both severity and urgency. The most elevated category, designated as Critical, encompasses issues requiring immediate attention with high probability of service impact. AI-driven automation frameworks have demonstrated remarkable efficiency in handling large volumes of operational data, with research indicating they can process up to 10,000 events per second while automatically categorizing alerts based on severity and potential impact [9]. This automated classification ensures that genuinely urgent issues receive immediate attention while reducing alert fatigue among network operations personnel. The secondary severity designation, Warning, encompasses emerging issues that should be addressed during the next maintenance window. These alerts represent degradation patterns or anomalies that have not yet reached serviceimpacting levels. Studies show that AI-powered network management systems can reduce alert noise by up to 90% by World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 3822 intelligently grouping related warnings and identifying root causes rather than presenting multiple symptoms as separate alerts [9]. This consolidation enables operations teams to focus on underlying issues rather than their various manifestations, significantly improving troubleshooting efficiency and response time. The tertiary classification level, Informational, encompasses notable patterns that don't require immediate action but warrant awareness for capacity planning and trend analysis. AI systems excel at identifying subtle patterns within vast operational datasets, with modern implementations capable of processing petabytes of network telemetry data to extract actionable insights while filtering out irrelevant noise [9]. This capability enables the system to present truly informative alerts that provide valuable context without overwhelming operations staff with trivial notifications. 5.2. Automated Response Capabilities The system implements a comprehensive suite of automated response capabilities designed to translate analytical insights into actionable maintenance strategies. The predictive maintenance scheduling function leverages trend analysis to forecast component degradation and recommend optimal intervention timing. Research indicates that predictive maintenance approaches can reduce maintenance costs by 18-25%, decrease breakdowns by up to a 70%, and extend machine life by 20-40% compared to traditional preventive maintenance strategies [10]. The system analyzes telemetry data from network devices to identify early signs of degradation, enabling intervention before failures occur. Resource allocation recommendations form a second critical automated response capability, providing guidance on optimal distribution of computational, bandwidth, and memory resources based on utilization patterns. Predictive analytics algorithms continuously monitor performance metrics, with studies showing that such systems can detect subtle anomalies up to 50 times faster than traditional threshold-based monitoring approaches [10]. This capability enables proactive resource optimization before performance bottlenecks impact service quality, maintaining optimal operational conditions across the network infrastructure. Configuration optimization represents a third automated response capability, providing specific recommendations for parameter adjustments to prevent potential issues. Modern predictive maintenance systems analyze both historical data and real-time telemetry, with research demonstrating their ability to reduce unplanned downtime by 30-50% through early intervention based on emerging degradation patterns [10]. The recommendation engine continuously refines its guidance based on operational outcomes, progressively improving its effectiveness through machine learning algorithms. Integration with inventory management for automated parts ordering completes the automated response framework, enabling proactive procurement of replacement components. Predictive maintenance systems incorporating inventory management have been shown to reduce spare parts costs by 5-10% while simultaneously improving parts availability by ensuring replacements are on hand before failures occur [10]. This integration helps minimize mean-time-to-repair by eliminating delays associated with parts procurement during critical failure scenarios. Table 2 Operational Improvements Through Predictive Maintenance Implementation [9,10] Performance Metric Improvement (%) Alert Noise Reduction 90 Maintenance Cost Reduction 25 Breakdown Reduction 70 Equipment Life Extension 40 Unplanned Downtime Reduction 50 6. Performance Metrics and Results 6.1. System Effectiveness (First 30 Days) The implementation of the AI-powered preventive maintenance system yielded significant operational improvements during its initial 30-day evaluation period. The system successfully prevented 17 potential incidents through early detection and intervention, demonstrating substantial value in reducing service disruptions. Research indicates that AI- World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 3823 driven network management systems can reduce the time needed to identify and resolve network issues by up to 50%, allowing network administrators to focus on more strategic tasks rather than routine maintenance [11]. The 8 false positive alerts recorded during this period represent an acceptable rate during initial implementation, with continuous refinement reducing this number over time. Detection lead time proved particularly impressive, with the system identifying potential issues an average of 4.6 days before they would have been detected by traditional monitoring. This early warning capability enables planned interventions, with studies showing that AI implementations can decrease the mean time to resolution by 30% to 50% through faster root cause analysis [11]. The time savings realized through automated analytics and recommendation capabilities totaled approximately 26 hours of administrator troubleshooting time. Service availability was maintained at 99.98% compared to 99.92% projected without the system, representing a significant improvement in actual uptime. 6.2. AI Model Performance The system's AI components demonstrated strong performance across key metrics during the evaluation period. Anomaly detection accuracy reached 92%, indicating that the vast majority of genuine anomalies were successfully identified by the machine learning algorithms. This high accuracy rate aligns with expectations for sophisticated AI implementations, which can reduce network outages by up to 30% by detecting potential issues before they cause disruptions [11]. Root cause identification success rate reached 87%, demonstrating the system's capability to not only detect anomalies but correctly identify their underlying causes. Recommendation relevance score achieved 84%, indicating that the majority of automated remediation suggestions were appropriate and effective for addressing identified issues. Studies show that implementing AI for network management can reduce operational expenses by up to 35% by automating routine tasks and providing more efficient troubleshooting workflows [11]. The system demonstrated continuous improvement with a 0.7% accuracy enhancement per week during the evaluation period, showcasing the self-improving nature of machine learning algorithms as they incorporate operational feedback. 6.3. Business Impact The implementation delivered substantial business impact beyond direct operational metrics. Reduction in unplanned downtime represented a primary benefit, with predictive maintenance typically reducing maintenance costs by 30% compared to reactive maintenance approaches [12]. Optimization of maintenance scheduling delivered additional benefits through more efficient resource utilization, with predictive maintenance reducing equipment downtime by up to 50% and extending equipment life by up to 40% [12]. Increased network reliability directly supported improved application performance and user experience, with studies indicating that predictive maintenance can improve overall equipment effectiveness by 20% through more consistent performance and fewer disruptions [12]. Extended equipment lifetime through targeted interventions delivered capital expenditure benefits by maximizing the useful service life of network components, with predictive maintenance typically increasing equipment availability by 10% to 20% compared to conventional approaches [12]. 6.4. Future Directions Future enhancements will focus on expanding the knowledge base with additional pattern recognition capabilities for emerging technologies and protocols. As network complexity continues to grow, AI systems that can adapt to new patterns and protocols will provide increasingly valuable insights across heterogeneous infrastructures [11]. Refining anomaly thresholds to further reduce false positives while maintaining detection sensitivity represents another key direction, leveraging more sophisticated algorithms to distinguish between genuine issues and normal operational variations. Developing more sophisticated predictive maintenance schedules based on long-term telemetry trends will enhance the system's operational value. Research indicates that predictive maintenance can reduce parts and supplies costs by approximately 20% through more efficient inventory management and fewer emergency orders [12]. Finally, deepening integration with inventory and procurement systems will enable fully automated lifecycle management, with studies showing that predictive maintenance can reduce maintenance planning time by up to 50% through better scheduling and resource allocation [12]. World Journal of Advanced Research and Reviews, 2025, 26(01), 3817-3824 3824 7. Conclusion The AI-powered preventive maintenance system for networking devices has demonstrated significant value through its ability to detect subtle patterns that would be difficult for human operators to identify in real-time. By analyzing telemetry data with sophisticated algorithms, the system successfully prevents service-impacting incidents before they manifest, resulting in improved network reliability and substantial operational benefits. The system's architecture, combining comprehensive data collection with intelligent analysis components, enables both immediate anomaly detection and long-term trend forecasting. Alert classification mechanisms ensure appropriate prioritization while automated response capabilities provide actionable guidance for resolution. With continued refinement and feedback incorporation, the system's predictive accuracy will further improve, delivering additional reductions in network incidents, decreasing maintenance overhead, and extending the operational lifespan of networking equipment. This represents a fundamental shift from reactive to proactive network management, ultimately resulting in significant cost savings and improved service quality for organizations deploying such systems. References [1] John Burke, "How does predictive analytics help network operations?" TechTarget, May 2024. [Online]. Available: https://www.techtarget.com/searchnetworking/tip/How-does-predictive-analytics-help-networkoperations#:~:text=Predictive%20analytics%20tools%20can%20help,fix%20problems%20that%20have%20 occurred. [2] Deloitte, "The Economic Impact of Disruptions to Internet Connectivity A Report for Facebook," Global Network Initiative, 2016. [Online]. Available: https://globalnetworkinitiative.org/wp-content/uploads/GNI-TheEconomic-Impact-of-Disruptions-to-Internet-Connectivity.pdf [3] Motadata Team "What is Telemetry?" Motadata.com, 2025. [Online]. Available: https://www.motadata.com/blog/telemetry/ [4] Vuda Sreenivasa Rao 1 et al., "AI Driven Anomaly Detection in Network Traffic Using Hybrid CNN-GAN," Journal of Advances in Information Technology, Vol. 15, No. 7, 2024. [Online]. Available: https://www.jait.us/articles/2024/JAIT-V15N7-886.pdf [5] JP Vasseur, "5 Things You Should Know About Predictive Analytics in Networking," Cisco Blogs, 2021. [Online]. Available: https://blogs.cisco.com/networking/5-things-you-should-know-about-predictive-analytics-innetworking [6] Paweł Parol "Introduction to Network Telemetry," Codilime, 2023. [Online]. Available: https://codilime.com/blog/network-telemetry/ [7] Cynet, "Network Visibility: Challenges and Best Practices," Cynet.com, 2025. [Online]. Available: https://www.cynet.com/network-attacks/network-visibility/ [8] Nile., "Machine Learning in IT Operations: AI in Information Technology," Nile.com. [Online]. Available: https://nilesecure.com/ai-networking/machine-learning-in-it [9] Ayush Chauhan, "How the Growth of AI and Automation is Helping Enhance Network Operations?," Techahead, 2024. [Online]. Available: https://www.techaheadcorp.com/blog/how-the-growth-of-ai-and-automation-ishelping-enhance-networkoperations/#:~:text=AI%2Ddriven%20automation%20frameworks%20handle,operators%20make%20quick %2C%20informed%20decisions. [10] SAP, "What is predictive maintenance?," SAP.com. [Online]. Available: https://www.sap.com/products/scm/apm/what-is-predictivemaintenance.html#:~:text=Predictive%20maintenance%20works%20by%20capturing,transmit%20informati on%20on%20equipment%20conditions. [11] Marek Mucha, "The Impact of Artificial Intelligence on Network Management," LinkedIn, 2023. [Online]. Available: https://www.linkedin.com/pulse/impact-artificial-intelligence-network-management-marekmucha/ [12] Shell, "Benefits of Predictive Maintenance," Shell.com, 2021. [Online]. Available: https://www.shell.com/business-customers/lubricants-for-business/perspectives/the-benefits-of-predictivemaintenance.html