ID 原文 译文
3113 实验表明,该算法相比通用解法可提升效率高达 400 倍,并且具备处理百万级大规模数据的能力。 The experimental results show that the algorithm's efficiency is 400 times higher than that of the general solution, and the algorithm can process millions of large-scale data.
3114 为了降低求解优化问题的难度,提出一种双层的多路侧单元(RSU)协同缓存框架将问题进行解耦。 In order to reduce computation complexity, a two-layer mutli-RSU (road side unit) service caching and peer offloading algorithm (MPO) was proposed to decouple the optimization problem.
3115 外 层采用多智能体元强化学习方法,在每个本地智能体进行决策学习的同时,采用长短期记忆网络作为元智能体来 平衡本地决策并加速学习过程,从而得到最优的 RSU 缓存策略; In the designed MPO, the outer layer utilized multi-agent meta-reinforcement learning, which established long short-term memory (LSTM) network as the me- ta-agent to balance decisions of local agents and accelerate learning progress.
3116 内层采用拉格朗日乘子法求解最佳协同卸载策 略,实现 RSU 间的任务分配。 The inner layer utilized lagrange multiplier method to achieve optimal decision for RSU peer offloading.
3117 基于杭州真实交通数据的实验表明,所提方法具有理想的能效性能,并且能够在 大规模任务流下保持网络稳健性。 Experimental results based on real traffic data in Hangzhou demonstrate that the proposed method outperforms other methods and remains robust under large-scale workloads.
3118 针对软件定义网络(SDN)中数据包缺乏有效转发验证机制的问题,提出了一种基于属性签名标识的数 据包转发验证方案。 Aiming at the lack of effective forwarding verification mechanism for packet in software defined network (SDN), a data packet forwarding verification scheme based on attributed-based signatures identification was proposed.
3119 首先,根据用户的身份属性生成属性签名标识,并为数据包打上属性签名标识。 First, the attribute signature identification was generated according to the user's identity attribute, and the data packet was marked by the attribute signature identification.
3120 然后,使用 P4 转发设备对数据包进行精确控制与采样,控制器对采样数据包进行属性签名验证,OpenFlow 转发设备根据控 制器下发的流表对转发异常的数据包进行处理。 Then, the P4 forwarding device was used to control accurately and sam- ple the data packet. The controller verified the attribute signature of the sampled data packet. The OpenFlow forwarding device processes the abnormal data packets according to the flow table issued by the controller.
3121 最后,构建了多控制器架构,避免了控制器单点失效故障。 Finally, a mul- ti-controllers architecture was constructed to avoid the single point failure of the controller.
3122 实验 结果表明,所提方案实现了对数据包的精确控制与采样,能有效检测数据包篡改、伪造等异常行为,其网络时延 处于可行通信时延范围内。 The results of the experiment indicate that the scheme can achieve accurate control and sampling of data packet, effectively detect the forwarding ab- normal behaviors such as packet tampering and forgery, and the network delay is within the range of feasible communi- cation delay.