Pith. sign in

REVIEW 4 major objections 6 minor 25 references

System Security Framework for 5G Advanced /6G IoT Integrated Terrestrial Network-Non-Terrestrial Network (TN-NTN) with AI-Enabled Cloud Security

T0 review · 4 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper proposes a system-level security framework for integrated terrestrial and non-terrestrial 5G Advanced/6G IoT, built on zero trust, federated learning, secure orchestration, and layered defenses.

desk verdict Readable survey of TN-NTN security challenges wrapped in an underspecified 'framework' claim; useful as a checklist, not a research contribution. read the letter →

arxiv 2508.05707 v1 pith:NYAX5D6K submitted 2025-08-07 cs.CR

classification cs.CR
keywords 5GAdvanced6GNon-TerrestrialNetworksIoTsecurityZero-TrustArchitectureFederatedLearningCloudNetworkSlicing
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper argues that the convergence of 5G Advanced/6G cellular, IoT, and non-terrestrial infrastructure—LEO satellites, HAPS, UAVs—creates a security problem that cannot be solved by adding firewalls at the edge. Its proposal is a system-level, AI-native cloud security framework that weaves together zero-trust principles, federated learning, secure orchestration, layered defenses, and resistance to adversarial machine learning. A sympathetic reading treats the paper's contribution as architectural: it specifies which existing security technologies should be braided together and where, rather than reporting a working deployment. The stakes are practical: if the framework is the right shape, future satellite-integrated networks should be designed around it rather than retrofitted.

What carries the argument

The central object is the AI-enabled cloud security framework itself. Its load-bearing mechanism is federated learning: each edge or satellite node trains a local model on its own data, and only model updates are aggregated, so the framework's promise of privacy-preserving, low-latency, bandwidth-efficient intelligence depends on federated learning working over NTN links with round-trip times around 30 ms and frequent handovers. The framework wraps federated learning in zero-trust enforcement (always verify, isolate slices, protect edge services), cloud-native orchestration of containers and mobile edge computing, and layered defenses for detection, response, and adversarial robustness.

What would settle it

Run an emulated LEO constellation with ~30 ms RTT, realistic handover events, and satellite/edge resource limits, and use it to federate-train an intrusion-detection model across ground and space nodes. If the model fails to converge, or its accuracy drops below a centralized baseline trained on pooled data, the framework's core premise is refuted. A second test: launch a poisoning or evasion attack against one federated node; if the zero-trust layers cannot contain it, the resilience claim fails.

Watch

Extended reading notes

Core claim

The paper's central claim is that the right way to secure an integrated terrestrial/non-terrestrial 5G Advanced/6G IoT network is a single system-level framework in which AI is native to the cloud security plane, not an add-on. In this framework, every network entity is treated under zero-trust rules—verify identity and intent continuously, enforce policy in network slices and edge services—while federated learning trains threat-detection models across distributed nodes (satellites, gNBs, UAVs, edge servers, IoT devices) without exchanging raw data. That design is meant to preserve privacy and work within satellite bandwidth limits. The paper also claims that network segmentation and end-to-

Load-bearing premise

The framework stands on the assumption that the AI components—federated learning, anomaly detection, and zero-trust enforcement—work under non-terrestrial-network constraints such as about 30 ms round-trip times, frequent satellite handovers, and limited onboard power; the paper takes this capability from earlier work and acknowledges that NTN-specific models and realistic datasets are still missing.

Editorial extensions

If this is right

  • If the framework is taken up, 5G Advanced/6G TN-NTN security planning moves from protecting a perimeter to continuously verifying every device, slice, and edge service.
  • Federated learning becomes the default way to train detection models over satellite-connected IoT, since raw data no longer has to cross the satellite link.
  • Network slicing and segmentation are treated as security controls, not just QoS features, containing breaches within isolated slices.
  • Automated AI security decisions will need audit trails, model certification, and governance before operators can rely on them.
  • The framework sets a concrete research agenda: build NTN-specific models and realistic satellite/UAV datasets, because the paper identifies their absence.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper, the framework implies a quantitative threshold: federated learning must converge on ~30 ms RTT, handover-dominated LEO links; this is testable in emulation and not demonstrated here.
  • The paper lists adversarial ML as a threat but does not specify defenses against poisoning or evasion inside federated learning; a natural extension is to pair the framework with poisoning-robust aggregation.
  • If the framework is right, testbeds that combine 5G NTN emulation with federated-learning stacks could generate the missing realistic datasets and serve as the framework's first validation.
  • The zero-trust requirement on cross-border data and AI models points toward regulatory standardization for model ownership and auditability before 6G rollout.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The manuscript proposes an AI-enabled cloud security framework for integrated 5G Advanced/6G IoT terrestrial/non-terrestrial networks (TN-NTN). It surveys security challenges in NTN (anomaly detection, jamming, physical threats, resource constraints, dynamic topology), describes cloud/RAN/core architectural trends, network slicing, and then in Section 4 outlines framework components: zero trust, federated learning (FL), edge training, model compression/aggregation, and an automated security framework. The paper claims this is a new system-level framework, emphasizes zero-trust and FL, and concludes with future directions. No formal specification, protocol, security analysis, or evaluation is provided.

Significance. If the framework were actually specified and validated, it would address a real and timely gap: security for converged terrestrial/satellite 5G/6G IoT systems. The paper correctly identifies important challenges (latency, Doppler, handover, resource constraints, adversarial ML) and compiles relevant prior work with accurate background facts such as LEO altitudes, RTT values, and Kubernetes cluster limits. However, the contribution as presented is a position/survey document, not a system framework. The central claim is not examinable: there is no architecture specification, no interfaces, no trust boundaries, no threat model, and no evaluation. The novelty over the authors' own prior work (refs [2] and [22]) is not delineated. The paper also provides no machine-checked proofs, reproducible code, or falsifiable predictions, so the claimed framework cannot be tested or built upon as it stands.

major comments (4)
  1. [§4, Figs. 12–13] The central claim, stated in the abstract and §4, is that this paper introduces a new system-level security framework. That claim is not supported by any specification. §4.1–4.4 describe zero trust, federated learning, and model compression/aggregation in general terms, but no component interfaces, data flows, trust boundaries, threat model, or security invariants are given. Fig. 12 is titled 'Integrated TN-NTN-FML Architecture.jpg' (a leaked filename), and Fig. 13, labeled 'AI-enabled TN-NTN Automated Security Framework', is never described in the text; no mapping from components to security functions or properties is provided. There is consequently nothing to test, verify, or falsify, so the paper's stated contribution is not examinable.
  2. [§1.13] The paper's own limitations section concedes that NTN-specific AI models are lacking and that existing datasets are unrealistic for satellite/UAV scenarios. Yet the framework in §4 relies on AI-based anomaly detection, federated learning, and edge intelligence under exactly these conditions. The paper introduces no NTN-specific model or dataset, so the AI components are placeholders. This is load-bearing because the framework's promised security capabilities depend on AI behavior under NTN latency, mobility, and resource constraints; the paper itself cites prior work highlighting this gap.
  3. [§5 and overall] There is no evaluation, simulation, case study, or formal analysis anywhere in the manuscript. The conclusion attributes concrete benefits to the proposed architecture—e.g., 'FL addresses satellite bandwidth restrictions' and 'FL will support mission-critical applications'—but these are never demonstrated. For a framework paper to be acceptable without full evaluation, it must at least provide a precise architecture and a security analysis. Here neither is present, so the 'comprehensive framework' claim rests entirely on assertion.
  4. [§1.10–1.11 vs. §4.1–4.3] The novelty of the framework is not established relative to the cited prior work. Section 1.10 credits [2] with ML-based anomaly detection for 5G, and Section 1.11 credits [22] with a zero-touch, zero-trust AI/ML enablement framework for IoT. The components in §4.1–4.3 (zero trust, federated learning, edge training) are essentially those same ideas restated at a high level. The paper does not identify what is new about applying them to TN-NTN, which additional security properties are achieved, or how the components compose. Without such a delta, the claimed contribution cannot be assessed.
minor comments (6)
  1. [§4.2] The first two paragraphs of §4.2 are nearly identical, with the same text repeated. This appears to be a copy/editing error.
  2. [Throughout] The phrase '5G Advanced Advanced' is used repeatedly (e.g., in §2.1, §2.2, §3.2, Fig. 11 caption). This is likely a systematic typo and should be corrected to '5G Advanced'.
  3. [Figs. 1–3] Figure numbering and caption references are mismatched. For example, after §1.13 the text reads 'Fig.1 presents a comprehensive architecture...' but the adjacent caption is 'Fig. 2. NTN network'. Multiple figures are not cited in order in the text, and some figures (e.g., Fig. 8, Fig. 12, Fig. 13) are not described at all.
  4. [References] Several references are incomplete or contain typos: [20] begins with a stray comma, [17] reads 'White Pape', [21] contains a doubled '.aspx.aspx' in the URL, and some references lack full page/article identifiers. In addition, the reference list should be checked for consistent author formatting.
  5. [§2 opening] Section 2 begins with the sentence fragment 'enables the connection of 5G Advanced devices to satellites...' The intended subject or connecting sentence is missing.
  6. [§2.2] The Kubernetes cluster-scale limits are quoted from [25] but never used in any analysis. If they are meant to motivate scalability concerns for a TN-NTN cloud framework, that connection should be made explicit; otherwise the quoted limits are extraneous.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper contains no analytical derivation whose outcome is fixed by its inputs; the self-citations appear only in the literature review and are not used as load-bearing justifications for the proposed framework.

full rationale

The paper is a qualitative position/proposal paper. It contains no equations, no fitted parameters, and no closed-form derivation from which a 'prediction' could be compared to an input; consequently, none of the enumerated circularity patterns (self-definitional identity, fitted-input-called-prediction, self-citation uniqueness, ansatz-via-citation, renaming) can be exhibited with a specific reduction. The central claim is that Section 4 presents an 'AI-Enabled Cloud Security Framework' composed of zero trust, federated learning, model compression/aggregation/partitioning, and cloud security measures. These are described in prose as established techniques. The authors' prior works, e.g., Lam and Abbas [2] and Shakya, Abbas, and Maric [22], are cited in Sections 1.10-1.11 as background evidence that ML anomaly detection and zero-trust AI frameworks exist; however, Section 4 does not derive its claims from those citations, and the framework's validity is not asserted on the basis of a uniqueness theorem or fitted data. The paper's own Section 1.13 explicitly concedes the lack of NTN-specific AI models and realistic satellite/UAV datasets, which is a statement of incompleteness rather than circularity. Likewise, the presence of placeholder artifacts (e.g., Fig. 12 showing a filename) indicates the manuscript is unfinished, not that it is circular. The appropriate criticism is that the framework is underspecified and empirically unvalidated, not that it reduces to its own inputs.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The paper's central contribution is a synthesis of prior concepts. Every load-bearing capability (real-time AI threat detection, federated learning privacy, zero-trust enforcement, slice isolation) is assumed from cited work rather than demonstrated, and §1.13 explicitly concedes the missing NTN-specific models and datasets. No numbers are fitted and no new physical entities are introduced; the 'framework' itself is a conceptual proposal with no falsifiable handle.

assumptions (4)
  • domain assumption The SAGIN/TN-NTN architecture described in §2 (LEO/MEO/GEO satellites, HAPS, UAVs, terrestrial RAN/core, cloud-edge) is the operative security context for 5G Advanced/6G IoT.
    §2; the framework's security requirements are defined against this architectural picture, which is presented descriptively with no deployment or evaluation.
  • domain assumption 3GPP evolution as stated: 5G Advanced (Releases 18-20) foundations for 6G, 6G RAT in standalone mode, NTN standardized since Release 17, 6G implementation expected around 2030.
    §1, §2.1-2.2; the paper's timeline and feature claims (AI-native networks, ISAC) come from 3GPP and industry sources it cites, and the security discussion presupposes these features.
  • domain assumption AI/ML anomaly detection, federated learning, zero trust, and network slicing provide the security capabilities attributed to them (real-time threat detection, privacy, isolation).
    §1.10-1.12, §4; the paper cites prior work for these capabilities and presents no measurement of its own; its own §1.13 concedes NTN-specific models and realistic datasets are missing.
  • domain assumption Kubernetes cluster scale limits (Y <= 5000 nodes, pods <= 150000, containers <= 300000) are binding constraints for cloud-native 5G/6G core deployments.
    §2.2, ref [25]; quoted from Kubernetes documentation and treated as a design constraint for the cloud security discussion.

how reviews work

0 comments
Cite this review

Pith. "Pith review of System Security Framework for 5G Advanced /6G IoT Integrated Terrestrial Network-Non-Terrestrial Network (TN-NTN) with AI-Enabled Cloud Security." pith.science (2026). https://pith.science/paper/NYAX5D6K

@misc{pith2026250805707,
  author       = {Pith},
  title        = {Pith review of: System Security Framework for 5G Advanced /6G IoT Integrated Terrestrial Network-Non-Terrestrial Network (TN-NTN) with AI-Enabled Cloud Security},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/NYAX5D6K}},
  note         = {Machine review of arXiv:2508.05707}
}
read the original abstract

The integration of Terrestrial Networks (TN) and Non-Terrestrial Networks (NTN), including 5G Advanced/6G and the Internet of Things (IoT) technologies, using Low Earth Orbit (LEO) satellites, high-altitude platforms (HAPS), and Unmanned Aerial Vehicles (UAVs), is redefining the landscape of global connectivity. This paper introduces a new system-level security framework for 5G Advanced/6G IoT-integrated TN-NTN architectures with AI-native-enabled cloud security. Due to the heterogeneity, scale, and distributed nature of these networks, new security challenges have emerged. Leveraging AI-native cloud platforms offers powerful capabilities for real-time threat detection, security automation, and intelligent policy enforcement. The NTN satellite access function enhances security for discontinuous coverage via satellite connections. In addition, this paper explores the security risks associated with integrated 5G Advanced/6G IoT TN-NTN systems, including full network segmentation, network slicing, and the cloudification of the RAN and core. We present a comprehensive AI-enabled cloud security framework and conclude with proposals for implementing AI-powered, satellite-based NTN within future 5G Advanced/6G IoT networks. Our approach emphasizes zero-trust principles, federated learning, secure orchestration, a layered security framework, and resilience against adversarial threats.

Figures

Figures reproduced from arXiv: 2508.05707 by the authors.

Figure 1
Figure 1. Comparison of FSO and communication links measured at 40 GHz [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 3
Figure 3. NTN services the equator, offer extensive coverage and are commonly used for broadcasting and high-latency services such as global backhaul. Despite their wide footprint, the significant propagation delay ( 600 milliseconds round-trip) limits their use in latency-sensitive applications. MEO satellites, typically operating between 2,000 and 20,000 kilometers in altitude, offer a balance between latency and coverage a… view at source ↗
Figure 2
Figure 2. NTN network Fig.1 presents a comprehensive architecture of a Space–Air–Ground Integrated Network (SAGIN), designed to deliver seamless, resilient, and low-latency connectivity through the integration of Non-Terrestrial Networks (NTNs) with terrestrial communication infrastructure. This multi￾layered architecture spans geostationary (GEO), medium Earth orbit (MEO), and low Earth orbit (LEO) satellite constellations, … view at source ↗
Figures from the paper (9 more)
Figure 5
Figure 5. Figure 5: RTT for NTN System Integrating disaggregated RAN (dRAN) with Non￾Terrestrial Networks (NTNs), including satellites, is crucial for seamless 6G communication with advanced terrestrial 5G networks. Low Earth orbit (LEO) satellites function in a circular path around Earth…
Figure 6
Figure 6. Figure 6: Concepts of a Kubernetes architecture [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: 5G Advanced/6G/IoT Cloud architecture architecture.jpg [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 8
Figure 8. Figure 8: NT-TNT System Security Components insufficient authentication, and misconfigurations can be lever￾aged by both internal and external threat actors to compromise applications and access data during transit, in use, and at rest, leading to attacks on confidentiality, int…
Figure 9
Figure 9. Figure 9: System security of 5G Advanced /6GIoT integrated TN-NTNwith AI FL enabled cloud security [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 10
Figure 10. Figure 10: TN-NTN Network Segmentation [PITH_FULL_IMAGE:figures/full_fig_p009_10.png]
Figure 11
Figure 11. Figure 11: 5G Advanced Advanced/6G/IoT Security Cloudification [PITH_FULL_IMAGE:figures/full_fig_p009_11.png]
Figure 12
Figure 12. Figure 12: Integrated TN-NTN-FML Architecture.jpg 4 AI-ENABLED CLOUD SECURITY FRAMEWORK 4.1 Zero Trust Architecture A feature of zero trust analyzes 3GPP 5G Advanced /6G security scenarios for the 5G Advanced/6G core network that could benefit from the zero trust principle and i…
Figure 13
Figure 13. Figure 13: AI-enabled TN-NTN Automated Security Framework [PITH_FULL_IMAGE:figures/full_fig_p011_13.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

25 extracted references · 23 canonical work pages

  1. [1]

    Efficient Intrusion Detection using Extreme Gradient Boosting,

    S. Dhaliwal, A. A. Nahid, and R. Abbas, “Efficient Intrusion Detection using Extreme Gradient Boosting,” IEEE Access , vol. 6, pp. 73800– 142268, 2018

  2. [8]

    Hybrid Machine Learning Approaches for Network Security in NTNs,

    M. Ahmad, R. Abbas, and M. Sarfraz, “Hybrid Machine Learning Approaches for Network Security in NTNs,” IEEE Transactions on Wireless Communications, vol. 21, no. 12, pp. 10835–10848, 2022

  3. [22]

    S Shakya, R Abbas, S Maric, A Novel Zero-Touch, Zero-Trust, AI/ML Enablement Framework for IoT Network Security, arXiv preprint arXiv:2502.03614

  4. [2]

    Machine Learning Based Anomaly Detection for 5G Advanced Advanced Networks,

    K. Lam and R. Abbas, “Machine Learning Based Anomaly Detection for 5G Advanced Advanced Networks,” IEEE Access , vol. 8, pp. 142258– 142270, 2020

  5. [3]

    Machine Learning-Based Intrusion Detection for UA V Cellular Networks,

    A. P. Shrestha, R. Abbas, and M. A. Khan, “Machine Learning-Based Intrusion Detection for UA V Cellular Networks,” Sensors, vol. 21, no. 17, p. 5750, 2021

  6. [4]

    Rapid Classification of Network Attacks using Random Forest,

    U. Tariq, R. Abbas, and S. U. R. Malik, “Rapid Classification of Network Attacks using Random Forest,” IEEE Communications Letters , vol. 24, no. 5, pp. 1022–1026, 2020

  7. [5]

    Deep Learning Approaches for Cybersecu- rity in 6G Networks,

    S. Ali, R. Abbas, and Z. Li, “Deep Learning Approaches for Cybersecu- rity in 6G Networks,” IEEE Communications Surveys & Tutorials , vol. 22, no. 3, pp. 1861–1862, 2020

  8. [6]

    Transformer-Based Models for Detecting Low-Rate DDoS Attacks in NTN,

    X. Jiang, R. Abbas, and Z. Li, “Transformer-Based Models for Detecting Low-Rate DDoS Attacks in NTN,” IEEE Transactions on Communica- tions, vol. 71, no. 6, pp. 3102–3113, 2023

Show all 25 references
  1. [7]

    Comprehensive Study of 6G NTN Security Challenges,

    R. Mahboob and A. Singh, “Comprehensive Study of 6G NTN Security Challenges,” IEEE Network , vol. 38, no. 3, pp. 68–75, 2024

  2. [9]

    5G Advanced Advanced Americas, ”Advances in trust and security in wireless cellular networks in the age of AI, Jan 2025

  3. [10]

    Mu Li, Yong Meng, Xiaofei Liu, QiDi You, ”A 5G Advanced Ad- vanced NIN-RAN Implementation Architecture with Security” , 4th International Conference on Communications, Information System and Computer Engineering, 2022

  4. [11]

    Jianping An , Bichen Kang , Qiaolin Ouyang , Jianxiong Pan and Neng Ye, ”Covert Communications Meet 6G NTN: A Comprehensive Enabler for Safety-Critical IoT”, 6G NON-TERRESTRIAL NETWORKS FOR INTELLIGENT IoT SERVICES

  5. [12]

    Asim Ul Haq, Seyed Salar Sefati, Syed Junaid Nawaz, Albena Mihovska, Michail J. Beliatis, ”Need of UA Vs and Physical Layer Security in Next- Generation Non-Terrestrial Wireless Networks: Potential Challenges and Open Issues”, IEEE Journal of vehicular technology, 2025

  6. [13]

    Mario Minardi, Youssouf Drif, Thang X. Vu, Ilora Maity, Christos Politis†, Symeon Chatzinotas, SDN-based Testbed for Emerging Use Cases in Beyond 5G Advanced Advanced NTN-Terrestrial Networks, 2nd International Workshop on Autonomous Network Management in 5G Advanced Advanced ...

  7. [14]

    Ijaz Ahmad, Jani Suomalainen, Pawani Poramage, Andrei Gurov, Jyrki Huusko, And Marko Hoyhtya, Security of Satellite-Terrestrial Commu- nications: Challenges and Potential Solutions, IEEE Access, 2022

  8. [15]

    Amjad Iqbal, Mau-Luen Tham, Yi Jie Wong, Ala’a Al-habashna, Gabriel Wainer, Yong Xu Zhu And Tasos Dagiuklas, Empowering Non- Terrestrial Networks with Artificial Intelligence: A Survey, IEEE Access, 2017

  9. [16]

    Maira Khalid, Jehad Ali, Ahmed Raza Mohsin, Byeong-hee Roh, Mo- hammed J. F. Alenazi, ”Deep learning techniques for enhanced security and privacy in 6G terrestrial nonterrestrial network architecture,” The Journal of Supercomputing, 19 February 2025

  10. [17]

    Rohde and Schwarz, White Pape 5G Advanced Advanced NTN Takes Flight: Technical Overview of 5G Advanced Advanced Non-Terrestrial Networks, PD 3683.7383.52, Version 01.00, July 202

  11. [18]

    Kai Yang, Yichen Wang, Xiaozheng Gao, Chenrui Shi, Yuting Huang, Hang Yuan, and Minwei Shi, ”Communications in Space–Air–Ground Integrated Networks: An Overview,” Space: Science and Technology 14 Feb 2025 V ol 5 Article ID: 0199

  12. [19]

    6G White Paper: Research Challenges for Trust, Security, and Pri- vacy

    M. Ylianttila, R. Kantola, A. Gurtov, L. Mucchi, I. Oppermann (eds), “6G White Paper: Research Challenges for Trust, Security, and Pri- vacy.” 6G Flagship, University of Oulu, arXiv preprint, April 2020, arXiv:2004.11665, https://arxiv.org/abs/2004.11665

  13. [20]

    , Farzad Veisi, Pedro B. Velloso, Tomaso de Cola, Babak Mafakheri, Stefano Secci, ”Non-Terrestrial Disaggregated RAN: Prospective Archi- tectures and Performance Insights, DOI: 10.1109/MNET.2025.3569497, IEEE

  14. [21]

    [Online]

    3GPP, Technical Specification (TS) 38.821. [Online]. Available: https://portal.3gpp.org/desktopmodules/Specifications/ SpecificationDe- tails.aspx.aspx?specificationId=3525

  15. [23]

    IEEE Access 2024

    AMJAD IQBAL, MAU-LUEN THAM, YI JIE WONG, ALA’A AL- HABASHNA, GABRIEL W AINER, Yong Xu Zhu, AND TASOS DAGIUKLAS, Empowering Non-Terrestrial Networks with Artificial Intelligence: A Survey. IEEE Access 2024

  16. [24]

    https://arxiv.org/abs/2202.00005

    Daryll Ralph D’Costa Robert Abbas 5G Advanced Advanced- enabled Mobile Edge Computing security for Autonomous Vehicles . https://arxiv.org/abs/2202.00005

  17. [25]

    Considerations for large clusters,

    Kubernetes, “Considerations for large clusters,” Kubernetes Documenta- tion, [Online]. Available: https://kubernetes.io/docs/setup/best-practices/ cluster-large/. Accessed: Aug. 4, 2025

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.