Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (5)

Search Parameters:
Keywords = token bucket

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
28 pages, 11423 KB  
Article
DSHformer: Locality-Sensitive Hash Attention and Prototype Alignment for Sensor-Based Human Activity Recognition
by Xiaofeng Zhang, Muzi Ding, Tangzhi Teng, Jie Wan and Hong Ding
Sensors 2026, 26(12), 3803; https://doi.org/10.3390/s26123803 - 15 Jun 2026
Viewed by 254
Abstract
Sensor-based human activity recognition (HAR) plays a fundamental role in healthcare monitoring, sports analytics, and ambient-assisted living. Although deep learning has substantially advanced HAR performance, two practical issues still limit its real-world deployment: (i) the distribution shift caused by changes in users or [...] Read more.
Sensor-based human activity recognition (HAR) plays a fundamental role in healthcare monitoring, sports analytics, and ambient-assisted living. Although deep learning has substantially advanced HAR performance, two practical issues still limit its real-world deployment: (i) the distribution shift caused by changes in users or sensor placements can degrade generalization, and (ii) the quadratic O(L2) complexity of standard self-attention hinders efficient long-sequence modeling on resource-constrained wearable devices. To address these issues, we propose DSHformer, which is an accuracy-oriented HAR framework that combines compact channel–temporal encoding with locality-sensitive hashing (LSH)-based attention. Specifically, DSHformer (i) employs a low-parameter patch-based graph-attention encoder to jointly model latent relationships among sensor channel–temporal dynamics; (ii) introduces a trainable prototype pool together with a multi-layer decomposition network to improve intra-class compactness and inter-class separability via prototype alignment; and (iii) introduces a decomposition-stable LSH-based attention mechanism tailored for HAR, whose core design couples prototype-guided feature decomposition with locality-sensitive hashing to ensure that semantically related tokens remain consistently grouped in the same hash bucket even after decomposition-induced attenuation. The mechanism thereby operates at O(LlogL) attention complexity on longer sensor sequences. Extensive experiments on five public benchmarks (WISDM, UCI-HAR, PAMAP2, Opportunity, and UniMiB-SHAR) show that DSHformer achieves accuracies of 98.6%, 93.7%, 98.4%, 88.5%, and 96.6%, respectively, achieving competitive or superior performance compared with both Transformer variants and HAR-specific baselines under the adopted benchmark protocols. Ablation studies further confirm the complementary contribution of each component. Full article
(This article belongs to the Section Wearables)
Show Figures

Figure 1

29 pages, 919 KB  
Article
DDoS Defense Strategy Based on Blockchain and Unsupervised Learning Techniques in SDN
by Shengmin Peng, Jialin Tian, Xiangyu Zheng, Shuwu Chen and Zhaogang Shu
Future Internet 2025, 17(8), 367; https://doi.org/10.3390/fi17080367 - 13 Aug 2025
Cited by 2 | Viewed by 2041
Abstract
With the rapid development of technologies such as cloud computing, big data, and the Internet of Things (IoT), Software-Defined Networking (SDN) is emerging as a new network architecture for the modern Internet. SDN separates the control plane from the data plane, allowing a [...] Read more.
With the rapid development of technologies such as cloud computing, big data, and the Internet of Things (IoT), Software-Defined Networking (SDN) is emerging as a new network architecture for the modern Internet. SDN separates the control plane from the data plane, allowing a central controller, the SDN controller, to quickly direct the routing devices within the topology to forward data packets, thus providing flexible traffic management for communication between information sources. However, traditional Distributed Denial of Service (DDoS) attacks still significantly impact SDN systems. This paper proposes a novel dual-layer strategy capable of detecting and mitigating DDoS attacks in an SDN network environment. The first layer of the strategy enhances security by using blockchain technology to replace the SDN flow table storage container in the northbound interface of the SDN controller. Smart contracts are then used to process the stored flow table information. We employ the time window algorithm and the token bucket algorithm to construct the first layer strategy to defend against obvious DDoS attacks. To detect and mitigate less obvious DDoS attacks, we design a second-layer strategy that uses a composite data feature correlation coefficient calculation method and the Isolation Forest algorithm from unsupervised learning techniques to perform binary classification, thereby identifying abnormal traffic. We conduct experimental validation using the publicly available DDoS dataset CIC-DDoS2019. The results show that using this strategy in the SDN network reduces the average deviation of round-trip time (RTT) by approximately 38.86% compared with the original SDN network without this strategy. Furthermore, the accuracy of DDoS attack detection reaches 97.66% and an F1 score of 92.2%. Compared with other similar methods, under comparable detection accuracy, the deployment of our strategy in small-scale SDN network topologies provides faster detection speeds for DDoS attacks and exhibits less fluctuation in detection time. This indicates that implementing this strategy can effectively identify DDoS attacks without affecting the stability of data transmission in the SDN network environment. Full article
(This article belongs to the Special Issue DDoS Attack Detection for Cyber–Physical Systems)
Show Figures

Figure 1

23 pages, 6614 KB  
Article
An Adaptive Task Traffic Shaping Method for Highly Concurrent Geographic Information System Services with Limited Resources
by Zheng Wu, Hongyun Zhou, Zezhao Wang, Pengda Wu and Zhaoting Ma
Appl. Sci. 2025, 15(9), 4932; https://doi.org/10.3390/app15094932 - 29 Apr 2025
Viewed by 1283
Abstract
Under the condition of limited resources, when the GIS service platform is faced with high concurrent service requests, the high concurrent processing capacity of a single server is the main bottleneck affecting the quality of service (QoS) of the GIS service platform. Traditional [...] Read more.
Under the condition of limited resources, when the GIS service platform is faced with high concurrent service requests, the high concurrent processing capacity of a single server is the main bottleneck affecting the quality of service (QoS) of the GIS service platform. Traditional traffic shaping methods, such as token bucket algorithms, alleviate the pressure in high-concurrency situations to a certain extent, but due to their fixed-rate settings, it is difficult to cope with complex and variable task requests, leading to unstable system performance. This paper proposes an adaptive task traffic shaping method to improve the utilization efficiency of server resources, reduce task processing delay, and improve service stability and response speed by monitoring the system load in real time and dynamically adjusting the processing rate of GIS task traffic. The relationship between the task arrival rate and server load is established based on the queueing theory model, and the token fill rate of the token bucket is adjusted adaptively according to resource load evaluation, so as to optimize the task processing flow. The experimental results show that under different GIS task scenarios, the processing performance of this paper’s method is better than or close to that of the traditional method under the optimal fill rate condition, which can significantly reduce the task latency and improve the concurrent processing capability of the GIS service platform. Full article
Show Figures

Figure 1

14 pages, 679 KB  
Article
A Multi-Tenant Rate Limiter on FPGA
by Yunfei Guo, Zhichuan Guo and Mengting Zhang
Electronics 2025, 14(6), 1155; https://doi.org/10.3390/electronics14061155 - 15 Mar 2025
Viewed by 1859
Abstract
Field-programmable gate arrays (FPGAs) are extensively utilized to accelerate virtualized network functions (VNFs) within cloud networks. Imposing rate limits on different flows can enhance the overall bandwidth utilization of the network. Existing hardware token bucket approaches fundamentally trade off resource efficiency against configuration [...] Read more.
Field-programmable gate arrays (FPGAs) are extensively utilized to accelerate virtualized network functions (VNFs) within cloud networks. Imposing rate limits on different flows can enhance the overall bandwidth utilization of the network. Existing hardware token bucket approaches fundamentally trade off resource efficiency against configuration granularity when supporting massive queues (>512). This paper proposes a novel rate-limiting method based on the token bucket algorithm and achieves efficient resource utilization through head packet scheduling and token-to-time conversion. The experimental results show that our method achieves 1.16% lookup-table (LUT) and 2.62% flip flop (FF) resource usage compared to state-of-the-art methods, while supporting 512 queues with <0.4% rate deviation across a 100 Kbps–10 Gbps range (5-decade dynamic range). Full article
(This article belongs to the Topic Advanced Integrated Circuit Design and Application)
Show Figures

Figure 1

15 pages, 3384 KB  
Article
DASH Live Broadcast Traffic Model: A Time-Bound Delay Model for IP-Based Digital Terrestrial Broadcasting Systems
by Hyungyoon Seo and Goo Kim
Appl. Sci. 2021, 11(1), 247; https://doi.org/10.3390/app11010247 - 29 Dec 2020
Viewed by 2850
Abstract
This paper proposes a live broadcast traffic model for an internet protocol (IP)-based terrestrial digital broadcasting system to transmit dynamic adaptive streaming over hypertext transfer protocol (DASH) media. The IP-based terrestrial digital broadcasting systems such as Advanced Television Systems Committee (ATSC) 3.0 transmit [...] Read more.
This paper proposes a live broadcast traffic model for an internet protocol (IP)-based terrestrial digital broadcasting system to transmit dynamic adaptive streaming over hypertext transfer protocol (DASH) media. The IP-based terrestrial digital broadcasting systems such as Advanced Television Systems Committee (ATSC) 3.0 transmit media content (e.g., full high definition and ultra-high definition) in units of DASH segment files. Although the DASH segment file has the same quality and playback time, the size of each DASH segment file can vary according to the media composition. The transmission resource of the terrestrial broadcasting system has increased the transmission capacity of broadcasting with new technologies. However, the transmission capacity is still limited and fixed compared to wired broadcasting networks. Therefore, a problem occurs with the efficiency of broadcasting resources and transmission delay when transmitting a variable segment file to a terrestrial digital broadcasting network. In this paper, the resource efficiency and transmission delay results that occur when transmitting the actual DASH segment file are simulated through the live broadcast traffic model, and the maximum delay time that a viewer accessing the terrestrial broadcast can experience is presented. Full article
Show Figures

Figure 1

Back to TopTop