Next Article in Journal
Exploring Surface Acoustic Waves (SAWs) for Water Quality Sensor’s Anti-Biofouling Application: A New Direction for Acoustic Waves
Previous Article in Journal
Physiological Monitoring Applications of Wearable Multimodal Fusion Systems Based on ECG and PPG: A Comprehensive Review
Previous Article in Special Issue
Deep Robust Moving Horizon Estimation for Nonlinear Multi-Rate Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Integrated Zero-Trust and Real-Time Detection Scheme for DDoS Protection in 5G IoT Systems

1
Department of Electro-Optical Engineering, National Formosa University, Yunlin 632301, Taiwan
2
Department of Electrical Engineering, National Formosa University, Yunlin 632301, Taiwan
3
Department of Information and Communication Engineering, Chaoyang University of Technology, Taichung 413310, Taiwan
4
Department of Computer Science and Information Engineering, Chaoyang University of Technology, Taichung 413310, Taiwan
*
Authors to whom correspondence should be addressed.
Sensors 2026, 26(11), 3479; https://doi.org/10.3390/s26113479
Submission received: 22 April 2026 / Revised: 23 May 2026 / Accepted: 25 May 2026 / Published: 1 June 2026
(This article belongs to the Special Issue Recent Developments in Wireless Network Technology)

Abstract

This study presents a laboratory-scale prototype that integrates a zero-trust-based permission-control mechanism with real-time DDoS traffic detection in a 5G NSA IoT testbed. The proposed system was evaluated under three controlled traffic conditions: normal traffic, TCP SYN flood traffic, and UDP flood traffic. Packet-level data were collected from the experimental testbed and used to train and compare LSTM and SVM classifiers. Under the evaluated conditions, the LSTM model achieved the highest accuracy of 99.56%, outperforming the best SVM result of 93.20%. The selected LSTM detector was further deployed in the edge-computing pipeline and correctly identified the three tested traffic conditions during real-time operation. After malicious traffic was identified, the permission-control mechanism updated the corresponding authorization status, generated an alert, and restricted suspicious communication within the testbed. These results demonstrate the feasibility of linking traffic detection with authorization adjustment in a controlled 5G NSA IoT prototype. The findings should not be interpreted as a general validation against all DDoS variants or large-scale commercial 5G IoT deployments.

1. Introduction

1.1. Background and Motivation

The rapid development of fifth-generation (5G) mobile networks and Internet of Things (IoT) technologies has significantly reshaped modern connectivity and device deployment. With high data rates, ultra-low latency, and support for massive machine-type communications, 5G provides a key infrastructure for large-scale IoT applications, including smart cities, industrial automation, environmental monitoring, and intelligent transportation systems [1,2,3,4,5]. Compared with traditional wired infrastructures, 5G-enabled IoT environments offer greater deployment flexibility and support a much larger number of heterogeneous and resource-constrained devices. However, this expanded connectivity also enlarges the cybersecurity attack surface and increases the difficulty of protecting IoT devices from malicious activities [1,4,5].
Among the major security threats in such environments, distributed denial-of-service (DDoS) attacks remain one of the most serious challenges. In a DDoS attack, compromised devices are coordinated to send excessive malicious traffic to a target service or network resource, thereby exhausting bandwidth, computational capacity, or protocol state resources and preventing legitimate access. This threat is particularly severe in IoT environments because many IoT devices have limited computing capabilities, simplified security mechanisms, and infrequent maintenance, making them attractive targets for botnet recruitment [5,6]. Once a large number of insecure devices are connected through high-capacity 5G networks, the scale and propagation speed of DDoS attacks may increase substantially. Therefore, developing effective defense mechanisms for 5G IoT environments has become an important and urgent research issue [5,6].

1.2. Related Work and Research Gap

Conventional cybersecurity approaches, such as perimeter-based filtering, static access control lists, and signature-based intrusion detection, still play an important role in network defense. However, these methods are often insufficient for dynamic 5G IoT scenarios characterized by frequent device mobility, rapidly evolving traffic patterns, and weakened trust assumptions based solely on network location [7,8,9,10,11,12]. In response, Zero Trust Architecture (ZTA) has emerged as a promising security paradigm in which no user, device, or service is trusted by default. Instead, ZTA emphasizes continuous verification, least-privilege access enforcement, and context-aware authorization for every interaction, regardless of origin [7,8,9,10,11,12]. Recent studies have explored the application of zero-trust principles in 5G, mobile edge computing, and beyond-5G environments [9,10,11,12]. Nevertheless, access control mechanisms alone cannot effectively mitigate ongoing network attacks without complementary real-time threat detection capabilities.
In parallel, machine learning and deep learning techniques have been widely investigated for attack detection because they can identify anomalous traffic patterns more effectively than purely rule-based methods [13]. In particular, sequence-aware models are attractive for network traffic analysis because packet behavior and attack evolution often exhibit strong temporal dependencies [14]. Long Short-Term Memory (LSTM) networks, as a recurrent neural network architecture designed to capture long-range sequential patterns, have demonstrated strong potential in traffic classification and intrusion detection tasks [14,15,16]. Support Vector Machine (SVM), on the other hand, remains a widely used baseline classifier in network security research because of its effectiveness in feature-based classification problems [17]. Although previous studies have addressed traffic-based intrusion detection and zero-trust access control separately, fewer studies have integrated real-time traffic detection with dynamic authorization enforcement in practical 5G non-standalone (NSA) IoT environments. This gap is important because detection without enforceable access control may fail to contain attacks, whereas access control without timely detection may be insufficient for rapidly evolving threats.
Existing studies on DDoS defense in IoT and 5G environments can be broadly divided into two lines of work. One line emphasizes traffic classification and anomaly detection using machine learning or deep learning models, with attention directed toward improving classification accuracy under different attack conditions. The other line focuses on access control, trust management, and zero-trust-based policy enforcement in distributed network environments. Although both lines have produced valuable results, they are often studied at different layers of the defense pipeline. In many cases, detection results remain isolated from enforcement actions, whereas access control mechanisms operate without direct integration with real-time traffic intelligence. This separation limits the ability of existing approaches to contain ongoing attacks immediately after abnormal behavior is identified.
To provide a clearer and more balanced comparison, Table 1 summarizes representative studies related to DDoS traffic detection, zero-trust-based access control, and 5G/IoT security deployment. In addition to comparing technical focuses, the table also identifies the evaluation scope and limitations of each study. This comparison helps position the present work as a laboratory-scale prototype validation, rather than a complete large-scale 5G IoT security solution.
As shown in Table 1, existing studies [7,10,18,19,20,21,22,23] provide valuable foundations for traffic-based attack detection and zero-trust-oriented access control. Detection-oriented studies generally focus on improving classification accuracy under specific datasets or network environments, but their detection results are not always connected to enforceable containment actions. Zero-trust-oriented studies provide useful architectural and policy concepts, but real-time packet-level DDoS detection is often not their primary focus. Compared with these studies, the present work addresses a narrower but operationally connected problem: whether packet-level DDoS detection can be linked to authorization adjustment in a controlled 5G NSA IoT testbed.
However, the scope of this work is intentionally limited. The experiments were conducted on a small laboratory-scale testbed and evaluated only normal traffic, TCP SYN flood traffic, and UDP flood traffic. The implemented permission-control mechanism includes registration, authentication, permission-table update, alert notification, and communication restriction, but it does not implement a complete zero-trust architecture with risk-scored policy decisions, micro-segmentation, or large-scale continuous trust evaluation. Therefore, the contribution of this study should be interpreted as prototype-level feasibility validation rather than full deployment verification.
To clarify the positioning of this work and avoid overstating the contribution, Figure 1 summarizes the validation scope of the proposed laboratory-scale prototype and the limitations of the current study. The current study focuses on prototype-level functional validation. Within this scope, the proposed framework implemented a detection-to-authorization workflow and demonstrated that the deployed detector could trigger permission updates and communication restriction under the evaluated traffic conditions. As summarized in Figure 1, the validation was limited to a controlled laboratory-scale 5G NSA IoT testbed and three traffic conditions: normal traffic, TCP SYN flood traffic, and UDP flood traffic. Therefore, the reported LSTM accuracy of 99.56% should be interpreted only within these evaluated conditions and should not be regarded as evidence of general robustness against all DDoS variants.

1.3. Research Objective and Contributions

The objective of this study is to evaluate a laboratory-scale prototype that links real-time DDoS traffic detection with zero-trust-based permission control in a 5G NSA IoT testbed. The proposed system is not intended to provide a complete DDoS defense solution for commercial-scale 5G IoT deployments. Instead, it focuses on validating whether traffic classification results can be translated into authorization updates, alert notifications, and communication restrictions within a controlled experimental environment.
For empirical evaluation, two detection models, namely LSTM and SVM, were implemented and compared using packet-level traffic traces collected from the 5G NSA IoT testbed. The evaluation covered three traffic classes: normal traffic, TCP SYN flood traffic, and UDP flood traffic. Under these evaluated conditions, the LSTM-based detector achieved an accuracy of 99.56%. The selected detector was then deployed in the real-time edge-computing pipeline to verify whether detection outputs could trigger permission adjustment and communication restriction during controlled testbed operation.
The contributions of this study are limited to the following aspects.
(1) A laboratory-scale 5G NSA IoT testbed was constructed to evaluate the integration of packet-level DDoS detection and permission control.
(2) LSTM and SVM were compared under three controlled traffic classes: normal traffic, TCP SYN flood traffic, and UDP flood traffic.
(3) A prototype response workflow was demonstrated, in which detection results triggered authorization updates, alert notification, and communication restriction within the testbed.

2. Materials and Methods

2.1. Overall Framework

This study proposes an integrated security framework for 5G non-standalone (NSA) Internet of Things (IoT) environments that combines a zero-trust-based permission-control mechanism with real-time distributed denial-of-service (DDoS) attack detection. The framework comprises a 5G NSA communication subsystem, IoT end devices, a zero-trust authentication and authorization server, and a real-time traffic analysis module deployed on an edge-computing platform. The architecture is divided into four segments: the 5G network, the external network, network segment 1, and network segment 2. Network segment 1 handles UE authorization verification and forwards captured packet traffic to the edge node, while Network segment 2 delivers abnormality reports from the edge node to the authentication server for permission updates, as shown in Figure 2.
IoT devices periodically transmit sensing data through the 5G network to a web server, with packet-level traffic intercepted and forwarded to the edge node for attack detection. Upon identification of malicious behavior, the detection result is transmitted to the authentication server, which dynamically updates device permissions according to the zero-trust policy. This design enables simultaneous real-time attack identification and adaptive access control to limit attack propagation.
In the present study, the attacker is assumed to control one or more compromised IoT devices capable of generating TCP SYN flood or UDP flood traffic toward the target service. The authentication server and the edge-computing node are treated as trusted components of the proposed framework. Packet-level traffic captured from the communication path is forwarded to the edge node for real-time analysis, and suspicious traffic is reported to the authentication server for permission updates. Under this design, attack containment is achieved through the combined operation of traffic detection and dynamic authorization control.
This assumption defines the boundary of the current threat model. The present prototype focuses on detecting compromised IoT devices and restricting their communication permissions after abnormal traffic is identified. Compromise of the authentication server or edge-computing node is outside the scope of the current implementation. If either trusted component is compromised, the attacker may manipulate detection outputs, authorization records, or enforcement decisions, thereby undermining the containment mechanism. In practical deployment, these components should be protected through system hardening, secure communication channels, access control, integrity monitoring, audit logging, and redundancy. A more complete design should also include mechanisms for verifying the trustworthiness of the edge node and the authentication server themselves.

2.2. Experimental Environment and Materials

The testbed was constructed using eight Raspberry Pi devices, two computers, and three USRP devices, specifically four Raspberry Pi 3B boards, four Raspberry Pi 4B boards, one edge-computing PC, one 5G base-station PC with EPC and eNB functions, two USRP B210 units, and one USRP B200 unit (Figure 3). Device specifications are summarized in Table 2. The 5G NSA subsystem was implemented using srsRAN in an NSA testbed configuration [24].
The experimental environment was configured as a controlled laboratory-scale 5G NSA IoT testbed for validating the functional feasibility of packet capture, traffic generation, real-time detection, and authorization update. The purpose of this setup was not to reproduce the scale, traffic diversity, or operational complexity of commercial 5G IoT deployments. Therefore, the results reported in this study should be interpreted as prototype-level validation rather than evidence of scalability to large-scale networks.

2.3. Zero-Trust Authentication and Authorization Mechanism

A zero-trust authentication and authorization mechanism was implemented to ensure no device was trusted by default. All IoT devices were required to complete registration and authentication before accessing protected services (Figure 4). Unregistered devices are restricted from normal service communication. After successful registration, devices were granted permissions according to predefined system policies (Figure 5).
The authentication server maintains a permission table for access control decisions. Upon receiving a suspicious traffic report from the edge node, the server updates the corresponding authorization record through a dedicated communication path. This enables dynamic restriction of malicious devices and supports adaptive authorization during attacks.

2.4. Real-Time Detection Architecture

The real-time detection architecture intercepts traffic from the 5G communication path and couples analysis with authorization control (Figure 6). Packet data are captured near the 5G base station and transmitted via a dedicated local network to the edge-computing PC for classification. Detection results are forwarded to the authentication server for permission updates (Figure 7).
The detection pipeline performs packet-level analysis and classifies traffic into normal, TCP SYN flood, or UDP flood categories. The resulting label determines whether the device retains original permissions or faces restrictions via the zero-trust controller.

2.5. Traffic Generation and Packet Capture

Two Raspberry Pi 4 devices served as 5G IoT sensing nodes, collecting environmental and system data (temperature, humidity, brightness, CPU/memory usage) and transmitting via HTTP POST to the web server every 8 s (Figure 8). Four Raspberry Pi 3 devices emulated distributed attack sources using hping3 for TCP SYN flood and UDP flood [25] (Figure 9, Table 3).
Packet capture used Tshark (command-line Wireshark) [26]. Each traffic condition (normal, SYN attack, UDP attack) was observed for 15 min.

2.6. Feature Extraction and Dataset Construction

The dataset consisted of packet-level records captured from the 5G NSA testbed. Each record contained 18 features, namely frame.time, ip.src_host, ip.dst_host, tcp.srcport, tcp.dstport, udp.srcport, udp.dstport, frame.len, tcp.flags, tcp.seq, tcp.ack, tcp.len, udp.length, tcp.stream, udp.stream, cpu_used, mem_used, and label. The class labels were defined as 0 for normal traffic, 1 for TCP SYN flood traffic, and 2 for UDP flood traffic.
The selected features covered packet timing, source and destination information, transport-layer port numbers, frame length, TCP control-related attributes, UDP packet length, stream identifiers, and device-side resource usage. This feature set was intended to preserve both protocol-level traffic behavior and device operating conditions under normal and attack scenarios. For the SVM model, the timestamp field was converted into numerical form, and non-numeric attributes were transformed into machine-readable representations before feature standardization. For the LSTM model, categorical attributes were encoded using OneHotEncoder, and sequences of 10 consecutive records were used to predict the class of the 11th record. This sequence construction allowed the model to capture short-term temporal dependencies in packet evolution across consecutive traffic records.
The selected features were intended to reflect both packet-level protocol behavior and device-side operating conditions. TCP-related fields, such as flags, sequence values, acknowledgment behavior, and stream identifiers, were expected to provide useful cues for identifying SYN flood traffic. UDP-related fields, including port variation and packet length, were relevant to distinguishing UDP flooding behavior. The inclusion of cpu_used and mem_used was intended to preserve device-side status information under both benign and attack conditions, thereby complementing the network-side packet features.

2.7. Detection Models and Parameter Settings

Two detection models were implemented and compared in this study: Support Vector Machine (SVM) and Long Short-Term Memory (LSTM). SVM was used as the baseline classifier, whereas LSTM was adopted to capture the sequential characteristics of packet-level traffic. For SVM, the penalty parameter C was evaluated at 1, 10, and 100, while the gamma parameter γ was tested at 10, 100, and 1000. For LSTM, three learning rates (0.00001, 0.0001, and 0.001) and three hidden sizes (1024, 2048, and 3072) were examined. In addition, timestamp transformation, categorical encoding, and sequence construction were applied, and 10 consecutive records were used to predict the 11th record. The performance comparison of the two models under these parameter settings is presented in Section 3.1.
SVM was adopted as a baseline because it remains a widely used classifier for traffic analysis under structured feature representations. By contrast, LSTM was selected to capture the short-term temporal dependencies inherent in consecutive packet records. This distinction was particularly relevant in the present study, where attack traffic was expected to exhibit sequential rather than purely isolated feature patterns.
The two models were selected for complementary purposes rather than to provide an exhaustive comparison of all possible classifiers. SVM was used as a conventional machine-learning baseline because it is commonly adopted for structured feature-based intrusion detection and provides a reference point for non-sequential classification. LSTM was selected because the packet records in this study were processed as short sequences, and flooding attacks may exhibit temporal patterns across consecutive packets. However, the use of LSTM also introduces limitations. Its performance depends on the quality, representativeness, and labeling consistency of the training data, and the model may not generalize well to unseen attack variants that differ substantially from the training traffic. Therefore, the reported LSTM accuracy should be interpreted within the evaluated normal, TCP SYN flood, and UDP flood traffic conditions.

2.8. Scalability and Latency Evaluation Scope

The current prototype was designed to verify the functional linkage between packet-level traffic detection and authorization update in a controlled 5G NSA IoT testbed. The edge-computing PC was used to execute the trained detector and forward abnormality reports to the authentication server. However, this study did not conduct large-scale stress testing with hundreds or thousands of IoT devices, nor did it benchmark maximum throughput under large concurrent traffic loads. Therefore, the current results do not support the claim that the edge-computing PC can directly handle 1000+ devices in a commercial deployment.
In this prototype, the response workflow consists of four stages: packet capture, edge-side classification, abnormality reporting, and authorization-table update. Although the experiments confirmed that this workflow could trigger permission restriction after attack identification, the exact detection-to-containment delay was not measured as an independent quantitative metric. A complete latency evaluation would require timestamping each stage, including the time of packet capture, model inference, report transmission, authorization update, and enforcement verification. This issue is treated as a limitation of the present study and will be addressed in future work using larger traffic loads and repeated latency measurements.
It should be noted that the Raspberry Pi devices in this testbed were used as sensing nodes and emulated attack sources, whereas the edge-computing function was executed on a dedicated PC equipped with an Intel i7-10700 CPU and 16 GB memory. Therefore, the current implementation does not evaluate the feasibility of running the detection module on resource-constrained Raspberry Pi-based edge nodes.

3. Results

3.1. Comparison of Detection Models

The comparative performance of the two detection models is summarized in Table 4 and Table 5. Among the SVM configurations, the highest accuracy was 93.20%, achieved when the gamma parameter was set to 10, and the penalty parameter C was set to 10 or 100 (Table 4). In contrast, the LSTM model consistently outperformed SVM and achieved a maximum accuracy of 99.56% when the learning rate was set to 0.001, and the hidden size was 2048 or 3072 (Table 5). These results indicate that the LSTM model was more suitable for packet-level DDoS traffic classification in the 5G NSA IoT testbed. Accordingly, the LSTM model was selected for deployment in the real-time detection module.
To present the comparison more clearly, Table 6 summarizes the best performance achieved by the two classifiers. Under the tested parameter settings, the LSTM model outperformed SVM by 6.36 percentage points in accuracy. This result suggests that the sequential characteristics of packet traffic were better captured by the LSTM model than by the feature-based SVM classifier. Therefore, the best-performing LSTM configuration was adopted for the subsequent real-time experiments and containment evaluation.

3.2. Real-Time Identification of Normal and Attack Traffic

After offline training and parameter selection, the best-performing LSTM model was deployed in the edge-computing pipeline for real-time evaluation. In the deployed setting, packet records captured from the 5G communication path were continuously forwarded to the edge node, where the trained detector classified the observed traffic into one of three categories: normal traffic, TCP SYN flood traffic, and UDP flood traffic. This experiment was conducted to verify whether the selected model could maintain reliable discrimination capability after integration into the practical detection architecture rather than only under offline test conditions.
Figure 10 presents a representative runtime result under normal operating conditions. In this case, the IoT devices transmitted regular sensing data to the web server through the 5G NSA testbed, and no attack traffic was intentionally introduced. The deployed detector identified the observed traffic as normal, indicating that legitimate sensing communication could be recognized correctly during live operation. This result supports the suitability of the deployed model for preserving normal service behavior in the experimental IoT environment.
To further simplify the presentation of the online test results, Table 7 summarizes the real-time identification outcomes under the three evaluated traffic conditions. Each traffic condition was observed for 15 min. The deployed LSTM-based detector correctly identified normal traffic, TCP SYN flood traffic, and UDP flood traffic during online operation. These results confirm that the trained model maintained its discrimination capability after being integrated into the edge-computing detection pipeline and provided a reliable basis for the subsequent authorization update process.
Figure 11 presents the runtime identification result when TCP SYN flood traffic was generated by the emulated attack nodes. Under this condition, the detector processed the incoming packet stream in real time and classified the abnormal traffic as a TCP SYN flood attack. This result demonstrates that the deployed model could capture the traffic characteristics associated with SYN flooding after integration into the online pipeline and distinguish connection-oriented flooding behavior from benign sensing traffic during active testbed operation.
Figure 12 presents the corresponding runtime result for the UDP flood scenario. In this experiment, malicious traffic was introduced using UDP-based flooding behavior, and the deployed detector classified the observed traffic as a UDP flood attack rather than normal communication. This result confirms that the real-time detection module was not limited to a single attack pattern and could also discriminate UDP flooding behavior during live deployment.
Taken together, Figure 10, Figure 11 and Figure 12 demonstrate that the selected LSTM detector remained effective after deployment in the edge-computing framework. The detector correctly differentiated normal sensing traffic from TCP SYN flood and UDP flood traffic during real-time operation, thereby providing the basis for the subsequent authorization update and attack-containment mechanism described in Section 3.3.

3.3. Attack Containment Through Zero-Trust Permission Control

Following attack identification, the abnormality report was transmitted to the authentication server, which updated the authorization table and restricted the permissions of the suspicious device. This mechanism enabled the proposed framework to integrate real-time traffic recognition with adaptive access control, thereby limiting malicious communication immediately after detection. Experimental observations showed that the framework reduced the ability of compromised devices to maintain unrestricted network access and constrained the propagation of attack traffic within the testbed. Compared with the conventional defense architecture, the zero-trust-based framework provided a more direct linkage between attack identification and containment action.
To clearly show how the detection results were translated into system actions, the response behavior of the proposed framework is summarized in Table 8. When normal traffic was detected, the device retained its original communication permission. In contrast, when TCP SYN flood traffic or UDP flood traffic was identified, the framework triggered an authorization update, generated an alert notification, and restricted the communication permission of the suspicious device. This result highlights that the proposed design does not stop at traffic classification, but further converts the detection outcome into an immediate containment action. The alert notification triggered after attack identification and permission update is shown in Figure 13. The connectivity verification result before permission restriction is shown in Figure 14, whereas the verification result after permission restriction is presented in Figure 15, demonstrating that unauthorized external communication was blocked while controlled internal access was preserved.
A simplified system-level comparison between the conventional defense design and the proposed zero-trust framework is further provided in Table 9. Although both architectures support attack detection, only the proposed framework directly links the detection result to dynamic authorization update and communication restriction. In addition, the proposed design provides explicit alert notification and stronger containment of suspicious devices after attack identification. Therefore, compared with the conventional defense architecture, the proposed zero-trust-based framework provides a more direct response workflow for the evaluated 5G NSA IoT testbed.

3.4. Overall Findings

Overall, the experimental results show that the proposed prototype was able to perform attack detection and response under the evaluated laboratory-scale conditions. From the model comparison, the LSTM detector achieved the highest accuracy of 99.56%, which was higher than the best SVM result of 93.20%. From the real-time deployment results, the selected LSTM model correctly identified normal traffic, TCP SYN flood traffic, and UDP flood traffic under online operation. From the system response perspective, the framework further translated attack identification into authorization update, alert notification, and communication restriction for suspicious devices.
These findings indicate that the proposed design can combine intelligent traffic analysis with zero-trust-based permission control in the evaluated laboratory-scale 5G NSA IoT testbed. Rather than treating traffic detection and access control as two separate mechanisms, the proposed prototype links them within a single response workflow. As a result, the system not only detects the evaluated malicious traffic types but also supports containment action after attack identification. Therefore, the proposed framework demonstrates feasibility for improving detection-to-containment response under controlled SYN flood and UDP flood scenarios, while broader validation against more diverse DDoS variants remains necessary.

4. Discussion

The experimental results support the feasibility of linking packet-level DDoS detection with authorization-based response in the evaluated laboratory-scale 5G NSA IoT testbed. In the model comparison, the LSTM-based detector achieved the highest accuracy of 99.56%, whereas the best SVM configuration achieved 93.20%. This result suggests that the evaluated packet traffic contained short-term temporal patterns that were better captured by the sequence-aware LSTM model than by the feature-based SVM classifier. The real-time experiments further showed that the selected LSTM detector correctly identified normal traffic, TCP SYN flood traffic, and UDP flood traffic after being deployed in the edge-computing pipeline. Therefore, the model comparison and online test results jointly support the selection of LSTM as the detection module in this prototype.
The main contribution of this study is not limited to traffic classification accuracy. The proposed prototype further connects the detection result with a zero-trust-based permission-control mechanism. Once TCP SYN flood or UDP flood traffic was identified, the abnormality report was sent to the authentication server, which then updated the authorization table, triggered an alert notification, and restricted suspicious communication. This response workflow shows that the proposed system can translate traffic identification into a containment action within the experimental testbed. Compared with a conventional defense design that mainly detects attacks, the proposed framework provides a more direct linkage between attack identification and permission adjustment.
The current study focuses on prototype-level functional validation. Within this scope, the proposed framework implemented a detection-to-authorization workflow and demonstrated that the deployed detector could trigger permission updates and communication restriction under the evaluated traffic conditions. As summarized in Figure 1, the validation was limited to a controlled laboratory-scale 5G NSA IoT testbed and three traffic conditions: normal traffic, TCP SYN flood traffic, and UDP flood traffic. Therefore, the reported LSTM accuracy of 99.56% should be interpreted only within these evaluated conditions and should not be regarded as evidence of general robustness against all DDoS variants.
More realistic scenarios, including randomized botnet-like traffic, slow-rate attacks, adaptive packet-size variation, different inter-arrival patterns, mixed benign-malicious traffic ratios, and heterogeneous IoT workloads, were not evaluated in the current study. In addition, deployment-oriented metrics such as detection-to-containment latency, throughput, CPU/memory utilization, and scalability under large concurrent device populations were not measured. The edge-computing function was executed on a dedicated PC rather than on resource-constrained Raspberry Pi-based edge nodes. Therefore, the present results should be interpreted as controlled prototype validation rather than evidence of commercial-scale readiness.
Similarly, the implemented permission-control mechanism should be regarded as a zero-trust-based prototype rather than a complete operational implementation of Zero Trust Architecture. The current system supports registration, authentication, permission-table update, alert notification, and detection-triggered communication restriction. However, it does not yet implement a full risk-scored policy engine, continuous trust evaluation, fine-grained micro-segmentation, or component attestation. These functions should be incorporated in future work before the system can be considered a more complete zero-trust deployment.
The model and security assumptions also define the scope of the present work. SVM and LSTM were selected for comparison because SVM provides a conventional structured-feature baseline, whereas LSTM can process short packet sequences and capture temporal dependencies. However, LSTM performance depends on the quality and representativeness of the training data, and the model may not generalize well to attack types that differ substantially from the evaluated traffic. The framework also assumes that the authentication server and edge-computing node operate correctly. If these trusted components are compromised, detection outputs, authorization records, or enforcement decisions may be manipulated. These issues do not invalidate the prototype results, but they indicate that additional protection mechanisms are required before deployment in less controlled environments.
Future work should extend the current prototype in several directions. Since realistic 5G IoT deployments may involve heterogeneous devices, different traffic demands, and resource-constrained operating conditions, larger device populations, higher traffic loads, and more diverse IoT workloads should be used to evaluate scalability [27]. End-to-end detection-to-containment latency should be measured by timestamping packet capture, model inference, abnormality reporting, authorization update, and enforcement verification. More challenging attack variants, including randomized flooding, slow-rate attacks, and mixed benign-malicious traffic, should be included to evaluate model generalization. The permission-control mechanism may also be extended with risk-scored policy decisions, micro-segmentation, and component attestation. Network slicing could further support finer-grained containment by quarantining suspicious devices into dedicated slices rather than relying only on permission revocation [28]. Trust evaluation methods may also be incorporated to make permission adjustment more context-aware and adaptive in future versions of the framework [29].

5. Conclusions

This study presented a laboratory-scale prototype that combines real-time DDoS traffic detection with a zero-trust-based permission-control mechanism in a 5G NSA IoT testbed. Two detection models, namely SVM and LSTM, were implemented and compared for packet-level traffic classification. The experimental results showed that, under the evaluated controlled traffic conditions, the LSTM model achieved the highest accuracy of 99.56%, outperforming the best SVM result of 93.20%. These findings indicate that LSTM captured the sequential characteristics of packet-level attack traffic better than SVM under the evaluated experimental conditions.
In addition to the offline model comparison, the selected LSTM detector was deployed in the edge-computing pipeline for real-time evaluation. Under online operation, the deployed model correctly identified normal traffic, TCP SYN flood traffic, and UDP flood traffic in the 5G NSA IoT testbed.
After abnormal traffic was detected, the detection result was transmitted to the authentication server, which dynamically updated device permissions, restricted suspicious communication, and supported administrator notification. Therefore, the proposed framework was able not only to detect malicious traffic but also to translate the detection output into an immediate containment action. Compared with the conventional defense architecture, the proposed zero-trust-based framework provided a more direct linkage between attack detection and response. This design supported the containment of suspicious devices and provided a more direct response workflow in the evaluated experimental 5G IoT environment. Overall, the results demonstrate the feasibility of combining packet-level traffic analysis with zero-trust-based permission management in the evaluated laboratory-scale 5G NSA IoT testbed. The proposed prototype successfully linked detection outputs with authorization updates and communication restriction under controlled normal, TCP SYN flood, and UDP flood traffic conditions. However, the current validation remains limited to a small-scale testbed and simple flooding scenarios. Future studies should evaluate larger device populations, more heterogeneous IoT workloads, randomized botnet-like traffic, slow-rate attacks, mixed benign-malicious traffic, and detection-to-containment latency before the framework can be generalized to broader 5G IoT deployments.

Author Contributions

Conceptualization, Y.-Y.L., C.-H.C. and Y.-F.H.; data curation, Y.-R.L., C.-H.C. and C.-H.H.; investigation, Y.-R.L. and C.-H.C.; methodology, C.-H.C. and Y.-Y.L.; software, Y.-Y.L., Y.-R.L. and C.-H.H.; validation, C.-H.C. and Y.-F.H.; writing—original draft, Y.-Y.L. and C.-H.C.; writing—review and editing, C.-H.H., C.-H.C. and Y.-F.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the National Science and Technology Council (NSTC), Taiwan, with grant number NSTC 114-2221-E-324-005.

Data Availability Statement

The data underlying this article cannot be shared publicly in order to maintain confidentiality and protect ongoing research. Researchers interested in accessing the dataset must submit a request to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Ahmed, S.F.; Alam, M.S.B.; Afrin, S.; Rafa, S.J.; Taher, S.B.; Kabir, M.; Muyeen, S.M.; Gandomi, A.H. Toward a Secure 5G-Enabled Internet of Things: A Survey on Requirements, Privacy, Security, Challenges, and Opportunities. IEEE Access 2024, 12, 13125–13145. [Google Scholar] [CrossRef]
  2. Chen, X.; Ng, D.W.K.; Yu, W.; Larsson, E.G.; Al-Dhahir, N.; Schober, R. Massive Access for 5G and Beyond. IEEE J. Sel. Areas Commun. 2021, 39, 615–637. [Google Scholar] [CrossRef]
  3. Popovski, P.; Trillingsgaard, K.F.; Simeone, O.; Durisi, G. 5G Wireless Network Slicing for eMBB, URLLC, and mMTC: A Communication-Theoretic View. IEEE Access 2018, 6, 55765–55779. [Google Scholar] [CrossRef]
  4. Aouedi, O.; Vu, T.-H.; Sacco, A.; Nguyen, D.C.; Piamrat, K.; Marchetto, G.; Pham, Q.-V. A Survey on Intelligent Internet of Things: Applications, Security, Privacy, and Future Directions. IEEE Commun. Surv. Tutor. 2025, 27, 1238–1292. [Google Scholar] [CrossRef]
  5. Wazid, M.; Das, A.K.; Shetty, S.; Gope, P.; Rodrigues, J.J.P.C. Security in 5G-Enabled Internet of Things Communication: Issues, Challenges, and Future Research Roadmap. IEEE Access 2021, 9, 4466–4489. [Google Scholar] [CrossRef]
  6. Kolias, C.; Kambourakis, G.; Stavrou, A.; Voas, J. DDoS in the IoT: Mirai and Other Botnets. Computer 2017, 50, 80–84. [Google Scholar] [CrossRef]
  7. Rose, S.; Borchert, O.; Mitchell, S.; Connelly, S. Zero Trust Architecture; National Institute of Standards and Technology: Gaithersburg, MD, USA, 2020; NIST Special Publication 800-207. [Google Scholar] [CrossRef]
  8. Kindervag, J. Build Security into Your Network’s DNA: The Zero Trust Network Architecture; Forrester Research Inc.: Cambridge, MA, USA, 2010. [Google Scholar]
  9. Feng, Z.; Zhou, P.; Wang, Q.; Qi, W. A Dual-layer Zero Trust Architecture for 5G Industry MEC Applications Access Control. In Proceedings of the 2022 IEEE 5th International Conference on Electronic Information and Communication Technology (ICEICT), Hefei, China, 21–23 August 2022; pp. 100–105. [Google Scholar]
  10. Ramezanpour, K.; Jagannath, J. Intelligent Zero Trust Architecture for 5G/6G Networks: Principles, Challenges, and the Role of Machine Learning in the Context of O-RAN. Comput. Netw. 2022, 217, 109358. [Google Scholar] [CrossRef]
  11. Michael, J.B.; Dinolt, G.C.; Cohen, F.B.; Wijesekera, D. Can You Trust Zero Trust? Computer 2022, 55, 103–105. [Google Scholar] [CrossRef]
  12. Alawneh, M.; Abbadi, I.M. Integrating Trusted Computing Mechanisms with Trust Models to Achieve Zero Trust Principles. In Proceedings of the 2022 9th International Conference on Internet of Things: Systems, Management and Security (IOTSMS), Milan, Italy, 29 November–1 December 2022; IEEE: Piscataway, NJ, USA, 2022; pp. 1–6. [Google Scholar]
  13. Cherian, M.; Varma, S.L. Secure SDN–IoT Framework for DDoS Attack Detection Using Deep Learning and Counter Based Approach. J. Netw. Syst. Manag. 2023, 31, 54. [Google Scholar] [CrossRef]
  14. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
  15. Phalaagae, P.; Zungeru, A.M.; Yahya, A.; Sigweni, B.; Rajalakshmi, S. A Hybrid CNN-LSTM Model With Attention Mechanism for Improved Intrusion Detection in Wireless IoT Sensor Networks. IEEE Access 2025, 13, 57322–57341. [Google Scholar] [CrossRef]
  16. Alashjaee, A.M. Deep Learning for Network Security: An Attention-CNN-LSTM Model for Accurate Intrusion Detection. Sci. Rep. 2025, 15. [Google Scholar] [CrossRef]
  17. Al-Saleh, A. A Balanced Communication-Avoiding Support Vector Machine Decision Tree Method for Smart Intrusion Detection Systems. Sci. Rep. 2023, 13, 9083. [Google Scholar] [CrossRef]
  18. Farzaneh, B.; Shahriar, N.; Al Muktadir, A.H.; Towhid, M.S.; Khosravani, M.S. DLT-5G: Deep Transfer Learning-Based DDoS Attack Detection in 5G and Beyond Networks. Comput. Commun. 2024, 220, 107927. [Google Scholar] [CrossRef]
  19. Bahashwan, A.A.; Anbar, M.; Manickam, S.; Al-Amiedy, T.A.; Aladaileh, M.A.; Hasbullah, I.H. A Systematic Literature Review on Machine Learning and Deep Learning Approaches for Detecting DDoS Attacks in Software-Defined Networking. Sensors 2023, 23, 4441. [Google Scholar] [CrossRef]
  20. Alosaimi, S.; Almutairi, S.M. An Intrusion Detection System Using BoT-IoT. Appl. Sci. 2023, 13, 5427. [Google Scholar] [CrossRef]
  21. Ali, T.E.; Chong, Y.-W.; Manickam, S. Comparison of ML/DL Approaches for Detecting DDoS Attacks in SDN. Appl. Sci. 2023, 13, 3033. [Google Scholar] [CrossRef]
  22. Mansoor, A.; Anbar, M.; Bahashwan, A.A.; Alabsi, B.A.; Rihan, S.D.A. Deep Learning-Based Approach for Detecting DDoS Attack on Software-Defined Networking Controller. Systems 2023, 11, 296. [Google Scholar] [CrossRef]
  23. Banaamah, A.M.; Ahmad, I. Intrusion Detection in IoT Using Deep Learning. Sensors 2022, 22, 8417. [Google Scholar] [CrossRef]
  24. 5G NSA srsUE—srsRAN 4G 21.04 Documentation. Available online: https://docs.srsran.com/projects/4g/en/latest/app_notes/source/5g_nsa_amari/source/index.html (accessed on 23 May 2023).
  25. Kali Linux. hping3|Kali Linux Tools. Available online: https://www.kali.org/tools/hping3/ (accessed on 23 May 2023).
  26. Wireshark. tshark(1) Manual Page. Available online: https://www.wireshark.org/docs/man-pages/tshark.html (accessed on 23 May 2023).
  27. Abdullah, Z.K.; Alsaadi, M.S. Electric Vehicles and 5G: Impacts and Synergies for Sustainable Transportation. J. Intell. Syst. Appl. Data Sci. 2024, 2, 1–6. [Google Scholar] [CrossRef]
  28. Alsaadi, M.S.; Alotaibi, N.D. 5G Network Slicing for Improved Meteorological Warning Dissemination. J. Intell. Syst. Appl. Data Sci. 2023, 1, 35–40. [Google Scholar] [CrossRef]
  29. Zhang, C.; He, J.; Fan, B.; Gong, Y.; Li, S.; Yin, B.; Lin, Y. Tag-Based Trust Evaluation in Zero Trust Architecture. In Proceedings of the 2022 4th International Academic Exchange Conference on Science and Technology Innovation (IAECST), Guangzhou, China, 9–11 December 2022; IEEE: Piscataway, NJ, USA, 2022; pp. 772–776. [Google Scholar]
Figure 1. Scope of the proposed laboratory-scale prototype and limitations of the current validation.
Figure 1. Scope of the proposed laboratory-scale prototype and limitations of the current validation.
Sensors 26 03479 g001
Figure 2. Experimental architecture diagram.
Figure 2. Experimental architecture diagram.
Sensors 26 03479 g002
Figure 3. Experimental 5G NSA architecture.
Figure 3. Experimental 5G NSA architecture.
Sensors 26 03479 g003
Figure 4. Zero Trust authentication architecture.
Figure 4. Zero Trust authentication architecture.
Sensors 26 03479 g004
Figure 5. Authentication workflow.
Figure 5. Authentication workflow.
Sensors 26 03479 g005
Figure 6. Real-time detection architecture.
Figure 6. Real-time detection architecture.
Sensors 26 03479 g006
Figure 7. Detection and response workflow.
Figure 7. Detection and response workflow.
Sensors 26 03479 g007
Figure 8. Data collection devices in the 5G IoT environment.
Figure 8. Data collection devices in the 5G IoT environment.
Sensors 26 03479 g008
Figure 9. Raspberry Pi devices used to emulate distributed attack sources.
Figure 9. Raspberry Pi devices used to emulate distributed attack sources.
Sensors 26 03479 g009
Figure 10. Real-time detection result for normal sensing traffic, showing that the deployed model correctly recognized benign communication during live operation.
Figure 10. Real-time detection result for normal sensing traffic, showing that the deployed model correctly recognized benign communication during live operation.
Sensors 26 03479 g010
Figure 11. Real-time detection result for TCP SYN flood traffic, showing that the deployed model identified abnormal SYN flooding behavior during online operation.
Figure 11. Real-time detection result for TCP SYN flood traffic, showing that the deployed model identified abnormal SYN flooding behavior during online operation.
Sensors 26 03479 g011
Figure 12. Real-time detection result for UDP flood traffic, showing that the deployed model distinguished UDP flooding traffic from normal communication during live operation.
Figure 12. Real-time detection result for UDP flood traffic, showing that the deployed model distinguished UDP flooding traffic from normal communication during live operation.
Sensors 26 03479 g012
Figure 13. Zero-trust-based attack containment after malicious traffic detection: alert notification triggered after attack identification and permission update.
Figure 13. Zero-trust-based attack containment after malicious traffic detection: alert notification triggered after attack identification and permission update.
Sensors 26 03479 g013
Figure 14. Connectivity verification result before permission restriction.
Figure 14. Connectivity verification result before permission restriction.
Sensors 26 03479 g014
Figure 15. Connectivity verification result after permission restriction, showing that unauthorized external communication was blocked while controlled internal access was retained.
Figure 15. Connectivity verification result after permission restriction, showing that unauthorized external communication was blocked while controlled internal access was retained.
Sensors 26 03479 g015
Table 1. Summary of representative related studies.
Table 1. Summary of representative related studies.
StudyEnvironment/DatasetDetection MethodControl/Response MechanismLimitation/ScopeRelation to this Study
NIST SP 800-207 [7]General enterprise/system architectureNot a detection modelPolicy decision and policy enforcement based on zero-trust principlesProvides architectural guidance rather than DDoS detection experimentsUsed as the conceptual basis for clarifying that this work implements only a limited zero-trust-based permission-control mechanism
Ramezanpour and Jagannath [10]5G/6G networksML-assisted intelligent ZTA conceptDynamic zero-trust-oriented authorization architectureMainly conceptual; no 5G NSA IoT DDoS testbed validationProvides a 5G/6G-oriented ZTA reference for positioning the proposed prototype
Farzaneh et al. [18]5G network slicing testbedDeep transfer learning for DDoS detectionNot the main focusFocuses on detection performance; authorization adjustment is not emphasizedProvides a stronger 5G-oriented detection reference than general IoT datasets
Bahashwan et al. [19]SDN-related DDoS studiesReview of ML/DL/hybrid DDoS detection methodsDepends on reviewed studiesReview study; not a deployed 5G NSA IoT prototypeShows that many DDoS studies focus on detection models and datasets
Alosaimi et al. [20]BoT-IoT datasetDeep learning and multi-stage IDS designNot emphasizedDataset-based evaluation; no 5G NSA testbed or zero-trust responseProvides comparison with IoT intrusion detection studies based on public datasets
Ali et al. [21]SDN environmentML/DL comparison for DDoS detectionNot emphasizedFocuses on classifier comparison and detection accuracySupports the use of SVM and deep learning as detection baselines
Mansoor et al. [22]SDN controllerDeep learning-based DDoS detectionNot emphasizedFocuses on SDN controller protection; no 5G NSA IoT permission-control workflowProvides a related example of DL-based DDoS detection in programmable networks
Banaamah and Ahmad [23]IoT intrusion detection datasetCNN, LSTM, and GRUNot emphasizedDataset-based IoT IDS evaluation; no detection-to-authorization linkageSupports the use of sequence-aware deep learning for IoT intrusion detection
This studyLaboratory-scale 5G NSA IoT testbedLSTM and SVM using packet-level trafficRegistration, authentication, detection-triggered permission update, alert notification, and communication restrictionSmall-scale testbed; only normal, TCP SYN flood, and UDP flood traffic; no slow-rate attacks, mixed benign-malicious traffic, risk-scored policy engine, micro-segmentation, or large-scale latency/scalability evaluationDemonstrates prototype-level feasibility of linking real-time traffic detection with authorization adjustment in a controlled 5G NSA IoT environment
Table 2. Experimental hardware specifications.
Table 2. Experimental hardware specifications.
DeviceOSCPUMemoryConnectivityUSB Ports
Raspberry Pi 3B (×4)Raspberry Pi OS 64-bit1.2 GHz ARM Cortex-A531 GB LPDDR2Wi-Fi 2.4 GHz 802.11n, 10/100 RJ45, Bluetooth 4.1/BLE4 × USB 2.0
Raspberry Pi 4B (×4)Ubuntu Server 20.04 LTS 64-bit1.5 GHz quad-core ARM Cortex-A724 GB LPDDR4Wi-Fi 2.4/5.0 GHz 802.11b/g/n/ac, 10/100/1000 RJ45, Bluetooth 5.0/BLE2 × USB 2.0
2 × USB 3.0
Edge PCWindows 11Intel i7-1070016 GB DDR4-3200--
Base-station PCUbuntu 20.04Intel i7-67008 GB DDR3-1600--
USRP B210 (×2)---70 MHz–6 GHz, TX×2, RX×2USB 3.0
USRP B200 (×1)---70 MHz–6 GHz, TX×1, RX×1USB 3.0
Table 3. Hping3 attack parameters.
Table 3. Hping3 attack parameters.
Attack Typehping3 Command Options
TCP SYN Flood-S --flood -V -p 80
UDP Flood--udp -c 100 --flood -V -p 53 --rand-source
Table 4. Accuracy of SVM under different parameter settings.
Table 4. Accuracy of SVM under different parameter settings.
C110100
Gamma
1092.32%93.20%93.20%
10061.16%65.31%65.31%
100045.36%46.95%46.95%
Table 5. Accuracy of LSTM under different parameter settings.
Table 5. Accuracy of LSTM under different parameter settings.
Hidden Size102420483072
Learning Rate
0.0000185.70%88.44%83.33%
0.000198.15%98.32%98.15%
0.00199.47%99.56%99.56%
Table 6. Summary of the best detection performance of the two models.
Table 6. Summary of the best detection performance of the two models.
ModelBest Parameter SettingBest Accuracy Improvement Over SVM
(Percentage Points)
SVMgamma = 10, C = 10 or 10093.20%-
LSTMlearning rate = 0.001, hidden size = 2048 or 307299.56%6.36
Table 7. Summary of real-time identification results under different traffic conditions.
Table 7. Summary of real-time identification results under different traffic conditions.
Traffic ConditionObservation DurationDetection OutputIdentification Result
Normal traffic15 minNormalCorrect
TCP SYN flood traffic15 minTCP SYN floodCorrect
UDP flood traffic15 minUDP floodCorrect
Table 8. Response actions of the proposed framework after traffic identification.
Table 8. Response actions of the proposed framework after traffic identification.
Detected Traffic TypeAuthorization UpdateAlert NotificationCommunication Restriction
Normal trafficNoNoNo
TCP SYN flood trafficYesYesYes
UDP flood trafficYesYesYes
Table 9. System-level comparison between the conventional defense design and the proposed zero-trust framework.
Table 9. System-level comparison between the conventional defense design and the proposed zero-trust framework.
ItemConventional Defense ArchitectureProposed Zero-Trust Framework
Real-time attack detectionYesYes
Dynamic authorization updateNoYes
Alert notification after attack identificationLimitedYes
Restriction of suspicious device communicationLimitedYes
Attack propagation containmentWeakerStronger
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Luo, Y.-Y.; Cheng, C.-H.; Lian, Y.-R.; Huang, Y.-F.; Hsieh, C.-H. An Integrated Zero-Trust and Real-Time Detection Scheme for DDoS Protection in 5G IoT Systems. Sensors 2026, 26, 3479. https://doi.org/10.3390/s26113479

AMA Style

Luo Y-Y, Cheng C-H, Lian Y-R, Huang Y-F, Hsieh C-H. An Integrated Zero-Trust and Real-Time Detection Scheme for DDoS Protection in 5G IoT Systems. Sensors. 2026; 26(11):3479. https://doi.org/10.3390/s26113479

Chicago/Turabian Style

Luo, Yu-Yong, Chia-Hsin Cheng, Yu-Run Lian, Yung-Fa Huang, and Cheng-Hsiung Hsieh. 2026. "An Integrated Zero-Trust and Real-Time Detection Scheme for DDoS Protection in 5G IoT Systems" Sensors 26, no. 11: 3479. https://doi.org/10.3390/s26113479

APA Style

Luo, Y.-Y., Cheng, C.-H., Lian, Y.-R., Huang, Y.-F., & Hsieh, C.-H. (2026). An Integrated Zero-Trust and Real-Time Detection Scheme for DDoS Protection in 5G IoT Systems. Sensors, 26(11), 3479. https://doi.org/10.3390/s26113479

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop