Quality of Service (QoS) generally refers to measurable like latency and throughput, things that directly affect the user experience. Queuing (the most popular QoS tool) involves choosing the packets to be sent based ...Quality of Service (QoS) generally refers to measurable like latency and throughput, things that directly affect the user experience. Queuing (the most popular QoS tool) involves choosing the packets to be sent based on something other than arrival time. The Active queue management is important subject to manage this queue to increase the effectiveness of Transmission Control Protocol networks. Active queue management (AQM) is an effective means to enhance congestion control, and to achieve trade-off between link utilization and delay. The de facto standard, Random Early Detection (RED), and many of its variants employ queue length as a congestion indicator to trigger packet dropping. One of these enhancements of RED is FRED or Fair Random Early Detection attempts to deal with a fundamental aspect of RED in that it imposes the same loss rate on all flows, regardless of their bandwidths. FRED also uses per-flow active accounting, and tracks the state of active flows. FRED protects fragile flows by deterministically accepting flows from low bandwidth connections and fixes several shortcomings of RED by computing queue length during both arrival and departure of the packet. Unlike FRED, we propose a new scheme that used hazard rate estimated packet dropping function in FRED. We call this new scheme Enhancement Fair Random Early Detection. The key idea is that, with EFRED Scheme change packet dropping function, to get packet dropping less than RED and other AQM algorithms like ARED, REM, RED, etc. Simulations demonstrate that EFRED achieves a more stable throughput and performs better than current active queue management algorithms due to decrease the packets loss percentage and lowest in queuing delay, end to end delay and delay variation (JITTER).展开更多
This paper proposed an Integrated Random Early Detection(IRED)method that aims to resolve the problems of the queue-based AQM and loadbased AQM and gain the benefits of both using indicators from both types.The arriva...This paper proposed an Integrated Random Early Detection(IRED)method that aims to resolve the problems of the queue-based AQM and loadbased AQM and gain the benefits of both using indicators from both types.The arrival factor(e.g.,arrival rate,queue and capacity)and the departure factors are used to estimate the congestion through two integrated indicators.The utilized indicators are mathematically calculated and integrated to gain unified and coherent congestion indicators.Besides,IRED is built based on a new dropping calculation approach that fits the utilized congestion indicators while maintaining the intended buffer management criteria,avoiding global synchronization and enhancing the performance.The results showed that IRED,compared to RED,BLUE,ERED,FLRED,EnRED and DcRED,decreased packet delay and loss under various network status.Specifically,the results showed that in heavy and moderate traffic,the proposed IRED method outperformed the state-of-the-art methods in loss and delay by 18% and 10.6%,respectively.展开更多
Alzheimer’s disease(AD)is a neurodevelopmental impairment that results in a person’s behavior,thinking,and memory loss.Themost common symptoms ofADare losingmemory and early aging.In addition to these,there are seve...Alzheimer’s disease(AD)is a neurodevelopmental impairment that results in a person’s behavior,thinking,and memory loss.Themost common symptoms ofADare losingmemory and early aging.In addition to these,there are several serious impacts ofAD.However,the impact ofADcanbemitigatedby early-stagedetection though it cannot be cured permanently.Early-stage detection is the most challenging task for controlling and mitigating the impact of AD.The study proposes a predictive model to detect AD in the initial phase based on machine learning and a deep learning approach to address the issue.To build a predictive model,open-source data was collected where five stages of images of AD were available as Cognitive Normal(CN),Early Mild Cognitive Impairment(EMCI),Mild Cognitive Impairment(MCI),Late Mild Cognitive Impairment(LMCI),and AD.Every stage of AD is considered as a class,and then the dataset was divided into three parts binary class,three class,and five class.In this research,we applied different preprocessing steps with augmentation techniques to efficiently identifyAD.It integrates a random oversampling technique to handle the imbalance problem from target classes,mitigating the model overfitting and biases.Then three machine learning classifiers,such as random forest(RF),K-Nearest neighbor(KNN),and support vector machine(SVM),and two deep learning methods,such as convolutional neuronal network(CNN)and artificial neural network(ANN)were applied on these datasets.After analyzing the performance of the used models and the datasets,it is found that CNN with binary class outperformed 88.20%accuracy.The result of the study indicates that the model is highly potential to detect AD in the initial phase.展开更多
为了提高响应流和非响应流之间的公平性,提出了一种基于速率公平的RED改进算法——RF-RED(ratefairness random early detection).该算法在路由器端计算UDP流的平均速率并与TCP友好流速率进行比较,根据比较结果动态调整UDP流和TCP流的...为了提高响应流和非响应流之间的公平性,提出了一种基于速率公平的RED改进算法——RF-RED(ratefairness random early detection).该算法在路由器端计算UDP流的平均速率并与TCP友好流速率进行比较,根据比较结果动态调整UDP流和TCP流的最大丢包率,最后使用RED算法分别更新UDP流和TCP流的实际丢包率.通过使用RF-RED算法,UDP流在瓶颈链路上成为TCP友好流,同时瓶颈带宽得到了公平利用.仿真结果验证了该算法的有效性.展开更多
加密型勒索软件通过加密用户文件来勒索赎金.现有的基于第一条加密应用编程接口(Application Programming Interface,API)的早期检测方法无法在勒索软件执行加密行为前将其检出.由于不同家族的勒索软件开始执行其加密行为的时刻各不相同...加密型勒索软件通过加密用户文件来勒索赎金.现有的基于第一条加密应用编程接口(Application Programming Interface,API)的早期检测方法无法在勒索软件执行加密行为前将其检出.由于不同家族的勒索软件开始执行其加密行为的时刻各不相同,现有的基于固定时间阈值的早期检测方法仅能将少量勒索软件在其执行加密行为前准确检出.为进一步提升勒索软件检测的及时性,本文在分析多款勒索软件运行初期调用动态链接库(Dynamic Link Library,DLL)和API行为的基础上,提出了一个表征软件从开始运行到首次调用加密相关DLL之间的时间段的概念——运行初始阶段(Initial Phase of Operation,IPO),并提出了一个以软件在IPO内产生的API序列为检测对象的勒索软件早期检测方法,即基于API潜在语义的勒索软件早期检测方法(Ransomware Early Detection Method based on API Latent Semantics,REDMALS).REDMALS采集IPO内的API序列后,采用TF-IDF(Term Frequency-Inverse Document Frequency)算法以及潜在语义分析(Latent Semantic Analysis,LSA)算法对采集的API序列生成特征向量及提取潜在的语义结构,再运用机器学习算法构建检测模型用于勒索软件检测.实验结果显示运用随机森林算法的REDMALS在构建的变种测试集和未知测试集上可分别获得97.7%、96.0%的准确率,且两个测试集中83%和76%的勒索软件样本可在其执行加密行为前被检出.展开更多
拥塞控制(congestion control)机制是确保InternetQoS的关键因素,随机早期检测(Random Early D etection,RED)算法是提高网络服务质量、解决网络阻塞的重要算法。针对网关的到达队列来说,丢包率的算法采用RED基本思想中与平均队列长度...拥塞控制(congestion control)机制是确保InternetQoS的关键因素,随机早期检测(Random Early D etection,RED)算法是提高网络服务质量、解决网络阻塞的重要算法。针对网关的到达队列来说,丢包率的算法采用RED基本思想中与平均队列长度呈线性的关系并不合适,提出了立方RED算法。算法对RED算法进行了改进,使流丢包率与平均队列长度呈立方函数关系,通过NS-2仿真软件研究表明,算法可以有效的增加了网关的吞吐量、减少丢包率。展开更多
文摘Quality of Service (QoS) generally refers to measurable like latency and throughput, things that directly affect the user experience. Queuing (the most popular QoS tool) involves choosing the packets to be sent based on something other than arrival time. The Active queue management is important subject to manage this queue to increase the effectiveness of Transmission Control Protocol networks. Active queue management (AQM) is an effective means to enhance congestion control, and to achieve trade-off between link utilization and delay. The de facto standard, Random Early Detection (RED), and many of its variants employ queue length as a congestion indicator to trigger packet dropping. One of these enhancements of RED is FRED or Fair Random Early Detection attempts to deal with a fundamental aspect of RED in that it imposes the same loss rate on all flows, regardless of their bandwidths. FRED also uses per-flow active accounting, and tracks the state of active flows. FRED protects fragile flows by deterministically accepting flows from low bandwidth connections and fixes several shortcomings of RED by computing queue length during both arrival and departure of the packet. Unlike FRED, we propose a new scheme that used hazard rate estimated packet dropping function in FRED. We call this new scheme Enhancement Fair Random Early Detection. The key idea is that, with EFRED Scheme change packet dropping function, to get packet dropping less than RED and other AQM algorithms like ARED, REM, RED, etc. Simulations demonstrate that EFRED achieves a more stable throughput and performs better than current active queue management algorithms due to decrease the packets loss percentage and lowest in queuing delay, end to end delay and delay variation (JITTER).
文摘This paper proposed an Integrated Random Early Detection(IRED)method that aims to resolve the problems of the queue-based AQM and loadbased AQM and gain the benefits of both using indicators from both types.The arrival factor(e.g.,arrival rate,queue and capacity)and the departure factors are used to estimate the congestion through two integrated indicators.The utilized indicators are mathematically calculated and integrated to gain unified and coherent congestion indicators.Besides,IRED is built based on a new dropping calculation approach that fits the utilized congestion indicators while maintaining the intended buffer management criteria,avoiding global synchronization and enhancing the performance.The results showed that IRED,compared to RED,BLUE,ERED,FLRED,EnRED and DcRED,decreased packet delay and loss under various network status.Specifically,the results showed that in heavy and moderate traffic,the proposed IRED method outperformed the state-of-the-art methods in loss and delay by 18% and 10.6%,respectively.
基金funded in part by the Natural Sciences and Engineering Research Council of Canada(NSERC)through Project Number:IFP22UQU4170008DSR0056.
文摘Alzheimer’s disease(AD)is a neurodevelopmental impairment that results in a person’s behavior,thinking,and memory loss.Themost common symptoms ofADare losingmemory and early aging.In addition to these,there are several serious impacts ofAD.However,the impact ofADcanbemitigatedby early-stagedetection though it cannot be cured permanently.Early-stage detection is the most challenging task for controlling and mitigating the impact of AD.The study proposes a predictive model to detect AD in the initial phase based on machine learning and a deep learning approach to address the issue.To build a predictive model,open-source data was collected where five stages of images of AD were available as Cognitive Normal(CN),Early Mild Cognitive Impairment(EMCI),Mild Cognitive Impairment(MCI),Late Mild Cognitive Impairment(LMCI),and AD.Every stage of AD is considered as a class,and then the dataset was divided into three parts binary class,three class,and five class.In this research,we applied different preprocessing steps with augmentation techniques to efficiently identifyAD.It integrates a random oversampling technique to handle the imbalance problem from target classes,mitigating the model overfitting and biases.Then three machine learning classifiers,such as random forest(RF),K-Nearest neighbor(KNN),and support vector machine(SVM),and two deep learning methods,such as convolutional neuronal network(CNN)and artificial neural network(ANN)were applied on these datasets.After analyzing the performance of the used models and the datasets,it is found that CNN with binary class outperformed 88.20%accuracy.The result of the study indicates that the model is highly potential to detect AD in the initial phase.
文摘为了提高响应流和非响应流之间的公平性,提出了一种基于速率公平的RED改进算法——RF-RED(ratefairness random early detection).该算法在路由器端计算UDP流的平均速率并与TCP友好流速率进行比较,根据比较结果动态调整UDP流和TCP流的最大丢包率,最后使用RED算法分别更新UDP流和TCP流的实际丢包率.通过使用RF-RED算法,UDP流在瓶颈链路上成为TCP友好流,同时瓶颈带宽得到了公平利用.仿真结果验证了该算法的有效性.
文摘加密型勒索软件通过加密用户文件来勒索赎金.现有的基于第一条加密应用编程接口(Application Programming Interface,API)的早期检测方法无法在勒索软件执行加密行为前将其检出.由于不同家族的勒索软件开始执行其加密行为的时刻各不相同,现有的基于固定时间阈值的早期检测方法仅能将少量勒索软件在其执行加密行为前准确检出.为进一步提升勒索软件检测的及时性,本文在分析多款勒索软件运行初期调用动态链接库(Dynamic Link Library,DLL)和API行为的基础上,提出了一个表征软件从开始运行到首次调用加密相关DLL之间的时间段的概念——运行初始阶段(Initial Phase of Operation,IPO),并提出了一个以软件在IPO内产生的API序列为检测对象的勒索软件早期检测方法,即基于API潜在语义的勒索软件早期检测方法(Ransomware Early Detection Method based on API Latent Semantics,REDMALS).REDMALS采集IPO内的API序列后,采用TF-IDF(Term Frequency-Inverse Document Frequency)算法以及潜在语义分析(Latent Semantic Analysis,LSA)算法对采集的API序列生成特征向量及提取潜在的语义结构,再运用机器学习算法构建检测模型用于勒索软件检测.实验结果显示运用随机森林算法的REDMALS在构建的变种测试集和未知测试集上可分别获得97.7%、96.0%的准确率,且两个测试集中83%和76%的勒索软件样本可在其执行加密行为前被检出.
文摘拥塞控制(congestion control)机制是确保InternetQoS的关键因素,随机早期检测(Random Early D etection,RED)算法是提高网络服务质量、解决网络阻塞的重要算法。针对网关的到达队列来说,丢包率的算法采用RED基本思想中与平均队列长度呈线性的关系并不合适,提出了立方RED算法。算法对RED算法进行了改进,使流丢包率与平均队列长度呈立方函数关系,通过NS-2仿真软件研究表明,算法可以有效的增加了网关的吞吐量、减少丢包率。