Computing Power Network (CPN) is a new network system that solves the contradiction between computing power supply and demand, network transmission problems, and the issue of universal access to computing resources. According to the supply capacity of computing power resource providers and the dynamic resource requirements of application demanders, the computing, storage, network and other multi-dimensional resources of the underlying computing power infrastructure in the region are integrated to provide users with personalized computing power resource services and realize efficient management and on-demand allocation of computing power resources. To enhance the utilization and reliability of CPN resource matching and scheduling, a highly reliable matching method was proposed, namely Resource Measurement and Rescheduling Matching Method (RMRMM). To achieve high-utilization resource scheduling, RMRMM designed a resource measurement matching scheme based on entropy weighted Technique for Order Preference by Similarity to Ideal Solution (entropy weighted TOPSIS) method and Deep Reinforcement Learning (DRL), comprehensively measured the Structural Feature Value (SFV), computing power, storage capacity, and network communication capacity of the node, and narrowed the resource matching range to improve the matching accuracy and resource utilization. Additionally, RMRMM considered the failure of nodes due to attacks, and designed a rescheduling module based on the Adaptive Large Neighborhood Search (ALNS) algorithm. When matches failed, nodes and tasks were rescheduled to improve the acceptance rate of tasks and enhance the overall reliability. Simulation experimental results on OMNet++ platform demonstrate that average BandWidth (BW) utilization, average Random Access Memory (RAM) utilization, average STORAGE utilization, and task request reception rate of RMRMM reach 69.7%, 66.4%, 68.5%, and 75.5%, respectively. Both resource utilization and request reception rate of RMRMM outperform other matching strategies, improving the efficiency and reliability of RMRMM.
Time overhead of the taint propagation analysis in the off-line taint analysis is very large, so the research on efficient taint propagation has important significance. In order to solve the problem, an optimization method of taint propagation analysis based on semantic rules was proposed. This method defined semantic description rules for the instruction to describe taint propagation semantics, automatically generated the semantics of assembly instructions by using the intermediate language, and then analyzed taint propagation according to the semantic rules, to avoid the repeated semantic parsing caused by repeating instructions execution in the existing taint analysis method, thus improving the efficiency of taint analysis. The experimental results show that, this method can effectively reduce the time cost of taint propagation analysis, only costs 14% time of the taint analysis based on intermediate language.