期刊文献+
共找到34篇文章
< 1 2 >
每页显示 20 50 100
Review on Service Curves of Typical Scheduling Algorithms
1
作者 GAO Yuehong NING Zhi +4 位作者 HE Jia ZHOU Jinfei GAO Chenqiang TANG Qingkun YU Jinghai 《ZTE Communications》 2024年第2期55-70,共16页
In recent years,various internet architectures,such as Integrated Services(IntServ),Differentiated Services(DiffServ),Time Sensitive Networking(TSN)and Deterministic Networking(DetNet),have been proposed to meet the q... In recent years,various internet architectures,such as Integrated Services(IntServ),Differentiated Services(DiffServ),Time Sensitive Networking(TSN)and Deterministic Networking(DetNet),have been proposed to meet the quality-of-service(QoS)requirements of different network services.Concurrently,network calculus has found widespread application in network modeling and QoS analysis.Network calculus abstracts the details of how nodes or networks process data packets using the concept of service curves.This paper summarizes the service curves for typical scheduling algorithms,including Strict Priority(SP),Round Robin(RR),Cycling Queuing and Forwarding(CQF),Time Aware Shaper(TAS),Credit Based Shaper(CBS),and Asynchronous Traffic Shaper(ATS).It introduces the theory of network calculus and then provides an overview of various scheduling algorithms and their associated service curves.The delay bound analysis for different scheduling algorithms in specific scenarios is also conducted for more insights. 展开更多
关键词 network calculus service curve scheduling algorithm QOS
下载PDF
High Throughput Scheduling Algorithms for Input Queued Packet Switches 被引量:2
2
作者 R.Chithra Devi D.Jemi Florinabel Narayanan Prasanth 《Computers, Materials & Continua》 SCIE EI 2022年第1期1527-1540,共14页
The high-performance computing paradigm needs high-speed switching fabrics to meet the heavy traffic generated by their applications.These switching fabrics are efficiently driven by the deployed scheduling algorithms... The high-performance computing paradigm needs high-speed switching fabrics to meet the heavy traffic generated by their applications.These switching fabrics are efficiently driven by the deployed scheduling algorithms.In this paper,we proposed two scheduling algorithms for input queued switches whose operations are based on ranking procedures.At first,we proposed a Simple 2-Bit(S2B)scheme which uses binary ranking procedure and queue size for scheduling the packets.Here,the Virtual Output Queue(VOQ)set with maximum number of empty queues receives higher rank than other VOQ’s.Through simulation,we showed S2B has better throughput performance than Highest Ranking First(HRF)arbitration under uniform,and non-uniform traffic patterns.To further improve the throughput-delay performance,an Enhanced 2-Bit(E2B)approach is proposed.This approach adopts an integer representation for rank,which is the number of empty queues in a VOQ set.The simulation result shows E2B outperforms S2B and HRF scheduling algorithms with maximum throughput-delay performance.Furthermore,the algorithms are simulated under hotspot traffic and E2B proves to be more efficient. 展开更多
关键词 Crossbar switch input queued switch virtual output queue scheduling algorithm high performance computing
下载PDF
An optimal scheduling algorithm based on task duplication 被引量:2
3
作者 RuanYoulin LiuCan ZhuGuangxi LuXiaofeng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2005年第2期445-450,共6页
When the communication time is relatively shorter than the computation time for every task, the task duplication based scheduling (TDS) algorithm proposed by Darbha and Agrawal generates an optimal schedule. Park and ... When the communication time is relatively shorter than the computation time for every task, the task duplication based scheduling (TDS) algorithm proposed by Darbha and Agrawal generates an optimal schedule. Park and Choe also proposed an extended TDS algorithm whose optimality condition is less restricted than that of TDS algorithm, but the condition is very complex and is difficult to satisfy when the number of tasks is large. An efficient algorithm is proposed whose optimality condition is less restricted and simpler than both of the algorithms, and the schedule length is also shorter than both of the algorithms. The time complexity of the proposed algorithm is O(v2), where v represents the number of tasks. 展开更多
关键词 optimal scheduling algorithm task duplication optimality condition.
下载PDF
RECONFIGURABLE PRODUCTION LINE MODELING AND SCHEDULING USING PETRI NETS AND GENETIC ALGORITHM 被引量:8
4
作者 XIE Nan LI Aiping 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2006年第3期362-367,共6页
In response to the production capacity and functionality variations, a genetic algorithm (GA) embedded with deterministic timed Petri nets(DTPN) for reconfigurable production line(RPL) is proposed to solve its s... In response to the production capacity and functionality variations, a genetic algorithm (GA) embedded with deterministic timed Petri nets(DTPN) for reconfigurable production line(RPL) is proposed to solve its scheduling problem. The basic DTPN modules are presented to model the corresponding variable structures in RPL, and then the scheduling model of the whole RPL is constructed. And in the scheduling algorithm, firing sequences of the Petri nets model are used as chromosomes, thus the selection, crossover, and mutation operator do not deal with the elements in the problem space, but the elements of Petri nets model. Accordingly, all the algorithms for GA operations embedded with Petri nets model are proposed. Moreover, the new weighted single-objective optimization based on reconfiguration cost and E/T is used. The results of a DC motor RPL scheduling suggest that the presented DTPN-GA scheduling algorithm has a significant impact on RPL scheduling, and provide obvious improvements over the conventional scheduling method in practice that meets duedate, minimizes reconfiguration cost, and enhances cost effectivity. 展开更多
关键词 Reconfigurable production line Deterministic timed Petri nets (DTPN) Modeling Scheduling Genetic algorithm(GA)
下载PDF
A Disk Scheduling Algorithm:SPFF 被引量:1
5
作者 HU Ming 《Wuhan University Journal of Natural Sciences》 EI CAS 2005年第6期983-987,共5页
We put forward an optimal disk schedule with n disk requests and prove its optimality mathematically.Generalizing the idea of an optimal disk schedule, we remove the limit of n requests and, at the same time, consider... We put forward an optimal disk schedule with n disk requests and prove its optimality mathematically.Generalizing the idea of an optimal disk schedule, we remove the limit of n requests and, at the same time, consider the dynamically arrival model of disk requests to obtain an algorithm, shortest path first-fit first (SPFF). This algorithm is based on the shortest path of disk head motion constructed by all the pendent requests. From view of the head moving distance, it has the stronger glohality than SSTF. From view of the head-moving direction, it has the better flexibility than SCAN. Therefore, SPFF keeps the advantage of SCAN and, at the same time, absorbs the strength of SSTF. The algorithm SPFF not only shows the more superiority than other scheduling polices, but also have higher adjustability to meet the computer system's different demands. 展开更多
关键词 NAS(network-attached storage) clusters disk scheduling algorithm shortest path first-fit first SPFF SSTF(Shortest Service Time First) SCAN
下载PDF
A Throughput-Driven Scheduling Algorithm of Differentiated Service for Web Cluster 被引量:1
6
作者 YAN Cai-rong SHEN Jun-yi PENG Qin-ke WAN Yong-quan 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期88-92,共5页
Requests distribution is an key technology for Web cluster server. This paper presents a throughput-driven scheduling algorithm (TDSA). The algorithm adopts the throughput of cluster back-ends to evaluate their load... Requests distribution is an key technology for Web cluster server. This paper presents a throughput-driven scheduling algorithm (TDSA). The algorithm adopts the throughput of cluster back-ends to evaluate their load and employs the neural network model to predict the future load so that the scheduling system features a self-learning capability and good adaptability to the change of load. Moreover, it separates static requests from dynamic requests to make full use of the CPU resources and takes the locality of requests into account to improve the cache hit ratio. Experimental re suits from the testing tool of WebBench^TM show better per formance for Web cluster server with TDSA than that with traditional scheduling algorithms. 展开更多
关键词 Web cluster server throughput-driven scheduling algorithm differentiated service
下载PDF
Multiple QoS modeling and algorithm in computational grid 被引量:1
7
作者 Li Chunlin Feng Meilai Li Layuan 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第2期412-417,共6页
Multiple QoS modeling and algorithm in grid system is considered. Grid QoS requirements can be formulated as a utility function for each task as a weighted sum of its each dimensional QoS utility functions. Multiple Q... Multiple QoS modeling and algorithm in grid system is considered. Grid QoS requirements can be formulated as a utility function for each task as a weighted sum of its each dimensional QoS utility functions. Multiple QoS constraint resource scheduling optimization in computational grid is distributed to two subproblems: optimization of grid user and grid resource provider. Grid QoS scheduling can be achieved by solving sub problems via an iterative algorithm. 展开更多
关键词 QoS modeling Computational grid Scheduling algorithm.
下载PDF
An improved multi-objective optimization algorithm for solving flexible job shop scheduling problem with variable batches 被引量:2
8
作者 WU Xiuli PENG Junjian +2 位作者 XIE Zirun ZHAO Ning WU Shaomin 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2021年第2期272-285,共14页
In order to solve the flexible job shop scheduling problem with variable batches,we propose an improved multiobjective optimization algorithm,which combines the idea of inverse scheduling.First,a flexible job shop pro... In order to solve the flexible job shop scheduling problem with variable batches,we propose an improved multiobjective optimization algorithm,which combines the idea of inverse scheduling.First,a flexible job shop problem with the variable batches scheduling model is formulated.Second,we propose a batch optimization algorithm with inverse scheduling in which the batch size is adjusted by the dynamic feedback batch adjusting method.Moreover,in order to increase the diversity of the population,two methods are developed.One is the threshold to control the neighborhood updating,and the other is the dynamic clustering algorithm to update the population.Finally,a group of experiments are carried out.The results show that the improved multi-objective optimization algorithm can ensure the diversity of Pareto solutions effectively,and has effective performance in solving the flexible job shop scheduling problem with variable batches. 展开更多
关键词 flexible job shop variable batch inverse scheduling multi-objective evolutionary algorithm based on decomposition a batch optimization algorithm with inverse scheduling
下载PDF
Packet Scheduling Algorithm for Real-Time Services in Broadband WMAN
9
作者 Zhang Hanyi, Su Xin (Wireless and Mobile Communication Technology R&D Center of Tsinghua University, Tsinghua National Laboratory for Information Science and Technology, Beijing 100084 , China ) 《ZTE Communications》 2009年第4期45-48,共4页
Packet scheduling algorithm is the key technology to guarantee Quality of Service (QoS) and balance the fairness between users in broadband Wireless Metropolitan Area Network (WMAN). Based on the research of Proportio... Packet scheduling algorithm is the key technology to guarantee Quality of Service (QoS) and balance the fairness between users in broadband Wireless Metropolitan Area Network (WMAN). Based on the research of Proportional Fairness (PF) algorithm and Modified Largest Weighted Delay First (M-LWDF) algorithm, a new packet scheduling algorithm for real-time services in broadband WMAN, called Enhanced M-LWDF (EM-LWDF), was proposed. The algorithm phases in new information to measure the load of service queues and updates the state parameters in real-time way, which remarkably improves system performance.Simulation results show that comparing with M-LWDF algorithm, the proposed algorithm is advantageous in performances of queuing delay and fairness while guaranteeing system throughput. 展开更多
关键词 Packet Scheduling algorithm for Real-Time Services in Broadband WMAN QoS OFDMA Simulation real WIMAX IEEE EM
下载PDF
Improved Disk Scheduling Algorithms Based on Rotational Position
10
作者 胡鸣 《Journal of Shanghai University(English Edition)》 CAS 2005年第5期411-414,共4页
As increase of disk access speed has far lagged the speed of processors and main memory, disk-scheduling performance, although less significant for personal users with dedicated storage, is crucial for internet-based ... As increase of disk access speed has far lagged the speed of processors and main memory, disk-scheduling performance, although less significant for personal users with dedicated storage, is crucial for internet-based intensive data processing. For modern disks, increase of disk rotation rate makes overhead of disk access to data transfer heavier. Therefore, it seems more important to improve both parallel processing capability of disk I/O and disk-scheduling performance at the same time. For disk-scheduling algorithms based on both disk arm and rotational positions, their time-resolving powers are more precise in comparison with those for disk-scheduling algorithms based only on disk arm position. Algorithms of this sort are studied in this paper. Several improved algorithms based on rotational position are proposed, and simulation results of their performances demonstrate. 展开更多
关键词 disk scheduling algorithms disk arm position rotational position.
下载PDF
Wireless Sensor Network Lifetime Enhancement Using Modified Clustering and Scheduling Algorithm
11
作者 K. Ramesh K. Somasundaram 《Circuits and Systems》 2016年第8期1787-1793,共7页
Random distribution of sensor nodes in large scale network leads redundant nodes in the application field. Sensor nodes are with irreplaceable battery in nature, which drains the energy due to repeated collection... Random distribution of sensor nodes in large scale network leads redundant nodes in the application field. Sensor nodes are with irreplaceable battery in nature, which drains the energy due to repeated collection of data and decreases network lifetime. Scheduling algorithms are the one way of addressing this issue. In proposed method, an optimized sleep scheduling used to enhance the network lifetime. While using the scheduling algorithm, the target coverage and data collection must be maintained throughout the network. In-network, aggregation method also used to remove the unwanted information in the collected data in level. Modified clustering algorithm highlights three cluster heads in each cluster which are separated by minimum distance between them. The simulation results show the 20% improvement in network lifetime, 25% improvement in throughput and 30% improvement in end to end delay. 展开更多
关键词 Clustering algorithm Wireless Sensor Networks Scheduling algorithm Network Lifetime
下载PDF
Improved Dynamic Johnson Sequencing Algorithm(DJS)in Cloud Computing Environment for Efficient Resource Scheduling for Distributed Overloading
12
作者 Anurag Sinha Pallab Banerjee +5 位作者 Sharmistha Roy Nitasha Rathore Narendra Pratap Singh Mueen Uddin Maha Abdelhaq Raed Alsaqour 《Journal of Systems Science and Systems Engineering》 SCIE EI CSCD 2024年第4期391-424,共34页
This study introduces an innovative approach to optimize cloud computing job distribution using the Improved Dynamic Johnson Sequencing Algorithm(DJS).Emphasizing on-demand resource sharing,typical to Cloud Service Pr... This study introduces an innovative approach to optimize cloud computing job distribution using the Improved Dynamic Johnson Sequencing Algorithm(DJS).Emphasizing on-demand resource sharing,typical to Cloud Service Providers(CSPs),the research focuses on minimizing job completion delays through efficient task allocation.Utilizing Johnson’s rule from operations research,the study addresses the challenge of resource availability post-task completion.It advocates for queuing models with multiple servers and finite capacity to improve job scheduling models,subsequently reducing wait times and queue lengths.The Dynamic Johnson Sequencing Algorithm and the M/M/c/K queuing model are applied to optimize task sequences,showcasing their efficacy through comparative analysis.The research evaluates the impact of makespan calculation on data file transfer times and assesses vital performance indicators,ultimately positioning the proposed technique as superior to existing approaches,offering a robust framework for enhanced task scheduling and resource allocation in cloud computing. 展开更多
关键词 First come first served(FCFS)scheduling round robin task scheduling queuing model Johnson scheduling algorithm
原文传递
一种云数据中心资源的动态综合负载均衡调度算法(英文) 被引量:6
13
作者 田文洪 赵勇 +2 位作者 仲元椋 徐敏贤 景晨 《China Communications》 SCIE CSCD 2011年第6期117-126,共10页
One of the challenging scheduling problems in Cloud data centers is to take the allocation and migration of reconfigurable virtual machines as well as the integrated features of hosting physical machines into consider... One of the challenging scheduling problems in Cloud data centers is to take the allocation and migration of reconfigurable virtual machines as well as the integrated features of hosting physical machines into consideration. We introduce a Dynamic and Integrated Resource Scheduling algorithm (DAIRS) for Cloud data centers. Unlike traditional load-balance scheduling algorithms which often consider only one factor such as the CPU load in physical servers, DAIRS treats CPU, memory and network bandwidth integrated for both physical machines and virtual machines. We develop integrated measurement for the total imbalance level of a Cloud datacenter as well as the average imbalance level of each server. Simulation results show that DAIRS has good performance with regard to total imbalance level, average imbalance level of each server, as well as overall running time. 展开更多
关键词 cloud computing load balance dynamic and integrated resource scheduling algorithm cloud datacenter
下载PDF
Information gain based sensor search scheduling for low-earth orbit constellation estimation 被引量:3
14
作者 Bo Wang Jun Li +1 位作者 Wei An Yiyu Zhou 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第6期926-932,共7页
This paper addresses the problem of sensor search scheduling in the complicated space environment faced by the low-earth orbit constellation.Several search scheduling methods based on the commonly used information gai... This paper addresses the problem of sensor search scheduling in the complicated space environment faced by the low-earth orbit constellation.Several search scheduling methods based on the commonly used information gain are compared via simulations first.Then a novel search scheduling method in the scenarios of uncertainty observation is proposed based on the global Shannon information gain and beta density based uncertainty model.Simulation results indicate that the beta density model serves a good option for solving the problem of target acquisition in the complicated space environments. 展开更多
关键词 low-earth orbit constellation sensor network scheduling algorithm information gain acquisition.
下载PDF
DYNAMIC ADVANCED PLANNING AND SCHEDULING WITH FROZEN INTERVAL FOR NEW ORDERS 被引量:2
15
作者 CHEN Kejia JI Ping 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2007年第4期117-119,共3页
A dynamic advanced planning and scheduling (DAPS) problem is addressed where new orders arrive on a continuous basis. A periodic policy with frozen interval is adopted to increase stability on the shop floor. A gene... A dynamic advanced planning and scheduling (DAPS) problem is addressed where new orders arrive on a continuous basis. A periodic policy with frozen interval is adopted to increase stability on the shop floor. A genetic algorithm is developed to find a schedule at each rescheduling point for both original orders and new orders that both production idle time and penalties on tardiness and earliness of orders are minimized. The proposed methodology is tested on a small example to illustrate the effect of the frozen interval. The results indicate that the suggested approach can improve the schedule stability while retaining efficiency. 展开更多
关键词 Dynamic advanced planning and scheduling Genetic algorithm Frozen interval
下载PDF
Utility-Based Joint Scheduling Approach Supporting Multiple Services for Co MP-SUMIMO in LTE-A System 被引量:1
16
作者 Borui Ren Gang Liu Bin Hou 《ZTE Communications》 2015年第1期60-66,共7页
In this paper, we study utilitybased resource allocation for users supporting multiple services in a LTEA system with coordinated multipoint transmission for singleuser multiinput multioutput (CoMPSUMIMO). We design... In this paper, we study utilitybased resource allocation for users supporting multiple services in a LTEA system with coordinated multipoint transmission for singleuser multiinput multioutput (CoMPSUMIMO). We designed Joint Transmission Power Control (JTPC) for the selected clusters for minimizing power consumption in LTEA systems. The objective of JTPC is to calculate the optimal transmission power for each scheduled user and subcarrier. Moreover, based on the convex optimization theory, we propose the dynamic sector selection method in which the average sector throughput and celledge users (UEs) rates are performed to achieve the optimal solution. Simulation results show that the system performance achieved by using the proposed suboptimal algorithm is close to that achieved by the dual decomposition method. 展开更多
关键词 CoMP-SU-MIMO muhiple services scheduling algorithm
下载PDF
Coordinate scheduling approach for EDS observation tasks and data transmission jobs 被引量:8
17
作者 Hao Chen Jiangjiang Wu +2 位作者 Wenyuan Shi Jun Li Zhinong Zhong 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2016年第4期822-835,共14页
Electromagnetic detection satellite(EDS) is a type of Earth observation satellite(EOS). Satellites observation and data down-link scheduling plays a significant role in improving the efficiency of satellite observ... Electromagnetic detection satellite(EDS) is a type of Earth observation satellite(EOS). Satellites observation and data down-link scheduling plays a significant role in improving the efficiency of satellite observation systems. However, the current works mainly focus on the scheduling of imaging satellites, little work focuses on the scheduling of EDSes for its specific requirements.And current works mainly schedule satellite resources and data down-link resources separately, not considering them in a globally optimal perspective. The EDSes and data down-link resources are scheduled in an integrated process and the scheduling result is searched globally. Considering the specific constraints of EDS, a coordinate scheduling model for EDS observation tasks and data transmission jobs is established and an algorithm based on the genetic algorithm is proposed. Furthermore, the convergence of our algorithm is proved. To deal with some specific constraints, a solution repairing algorithm of polynomial computing time is designed. Finally, some experiments are conducted to validate the correctness and practicability of our scheduling algorithms. 展开更多
关键词 electromagnetic detection satellites scheduling satellites and ground stations coordinate scheduling constraint handling solution repairing method genetic algorithm
下载PDF
Study on the Energy Dispatch Strategy of PV Power Plant 被引量:1
18
作者 LIU Shu-ping,MA Jiao-jiao(North China Electric Power University,Baoding 071003,China) 《电脑知识与技术(过刊)》 2012年第8X期5697-5700,共4页
Now the energy efficiency of the PV power plant is low.For this case,this paper presents a PV power plant energy scheduling strategy.It includes new grid scheme and scheduling algorithm.Through the establishment of PV... Now the energy efficiency of the PV power plant is low.For this case,this paper presents a PV power plant energy scheduling strategy.It includes new grid scheme and scheduling algorithm.Through the establishment of PV power station network model and the method of computer simulation of its scheduling algorithm,this paper describes its realization way,and then proves that the scheduling strat egy is correct and the effectiveness of improving energy conversion rate.At the same time,the PV power station scheduling strategy aslo re duces the environmental pollution,and alleviates the energy crisis and environmental crisis. 展开更多
关键词 photovoltaic power plant grid-connected mode scheduling algorithm energy efficiency
下载PDF
A Conservative Multiversion Locking-Graph Scheduler Algorithm
19
作者 陈昉 施伯乐 《Journal of Computer Science & Technology》 SCIE EI CSCD 1991年第2期161-166,共6页
In order to improve the concurrency of multiversion database systems,a conservative MV locking-graph scheduler algorithm is proposed,which takes the power of MVS as a target.The algorithm combines the advantages of lo... In order to improve the concurrency of multiversion database systems,a conservative MV locking-graph scheduler algorithm is proposed,which takes the power of MVS as a target.The algorithm combines the advantages of locking and graph,and does optimizing processes on read-only and write-only operations to reduce the blocks of transactions.The correctness and com- plexity of the algorithm are also provided. 展开更多
关键词 node cycle SG A Conservative Multiversion Locking-Graph scheduler algorithm
原文传递
Exploration on the Load Balancing Technique for Platform of Internet of Things
20
作者 Donglei Lu Dongjie Zhu +6 位作者 Yundong Sun Haiwen Du Xiaofang Li Rongning Qu Yansong Wang Ning Cao Helen Min Zhou 《Computer Systems Science & Engineering》 SCIE EI 2021年第9期339-350,共12页
In recent years,the Internet of Things technology has developed rapidly,and smart Internet of Things devices have also been widely popularized.A large amount of data is generated every moment.Now we are in the era of ... In recent years,the Internet of Things technology has developed rapidly,and smart Internet of Things devices have also been widely popularized.A large amount of data is generated every moment.Now we are in the era of big data in the Internet of Things.The rapid growth of massive data has brought great challenges to storage technology,which cannot be well coped with by traditional storage technology.The demand for massive data storage has given birth to cloud storage technology.Load balancing technology plays an important role in improving the performance and resource utilization of cloud storage systems.Therefore,it is of great practical significance to study how to improve the performance and resource utilization of cloud storage systems through load balancing technology.On the basis of studying the read strategy of Swift,this article proposes a reread strategy based on load balancing of storage resources to solve the problem of unbalanced read load between interruptions caused by random data copying in Swift.The storage asynchronously tracks the I/O conversion to select the storage with the smallest load for asynchronous reading.The experimental results indicate that the proposed strategy can achieve a better load balancing state in terms of storage I/O utilization and CPU utilization than the random read strategy index of Swift. 展开更多
关键词 The Internet of Things cloud storage SWIFT load balancing scheduling algorithm
下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部