The distribution of continuous service time in call centers is investigated.A non-Maxwellian collision kernel combining two different value functions in the interaction rule are used to describe the evolution of conti...The distribution of continuous service time in call centers is investigated.A non-Maxwellian collision kernel combining two different value functions in the interaction rule are used to describe the evolution of continuous service time,respectively.Using the statistical mechanical and asymptotic limit methods,Fokker–Planck equations are derived from the corresponding Boltzmann-type equations with non-Maxwellian collision kernels.The steady-state solutions of the Fokker–Planck equation are obtained in exact form.Numerical experiments are provided to support our results under different parameters.展开更多
In this paper, we make a statistical analysis of the fault information of the underground fluid instruments of 12 models in China from January 2021 to May 2022 based on the Pearson correlation coefficient, and compare...In this paper, we make a statistical analysis of the fault information of the underground fluid instruments of 12 models in China from January 2021 to May 2022 based on the Pearson correlation coefficient, and compare the fault statistics of the meteorological three-element instruments of 3 models during the study period. The results show that:(1) The numbers of faults of the underground fluid instruments of 12models with different service times are basically positively correlated with the numbers of the corresponding instruments, with good consistency. Moreover, the automatic observation instruments(8models) with more than 30 units are significantly correlated at a 0.05 significance level(95% confidence level). Even at a 0.01 significance level(99% confidence level), there are 7 models(7/8) with significant correlation.(2) The positive and negative correlations between the monthly average number of faults and the corresponding service times of the underground fluid instruments of 12 models with different service times are random, and there are 9 models(75%) with no significant correlation at a 0.05 significance level(95% confidence level), while 12 models(100%) with no significant correlation at a 0.01significance level(99% confidence level).(3) The monthly average numbers of faults of the underground fluid instruments of 12 models are basically 0.02-0.05 times/(unit·month), and the overall fault frequency is low.(4) The fault statistics results of the meteorological three-element instruments of 3 models are consistent with the characteristics of the underground fluid instruments of 12 models. In general,there is no significant correlation between the fault frequency and the service time of underground fluid instruments.(5) The results of this paper demonstrate that the service time of underground fluid instruments cannot be taken as the main reason for whether to update the instruments. Similarly, the fault frequency of the instruments cannot be taken as the main reason for the service life of the instruments in the process of formulating the service life standards of underground fluid instruments.展开更多
Multiple wireless access technology has been embedded into a single mobile device as a fundamental feature, aiming to give end users ubiquitous access at any time. To allow the users to enjoy the ubiquitous connectivi...Multiple wireless access technology has been embedded into a single mobile device as a fundamental feature, aiming to give end users ubiquitous access at any time. To allow the users to enjoy the ubiquitous connectivity, the mobile device has to consume higher energy for the simultaneous activation of multiple wireless interface and the continuous connectivity. In addition, a seamless vertical handover between the access technologies is a mandatory requirement to insure the quality, reliability and continuity of real time services. In this paper, the continuity of real time services as well as energy saving for mobile devices has been taken into account. The conceptual idea is that whenever traffic rate is lower than a threshold it will be smoothly handed over to a low energy consumption technology, i.e., Bluetooth. When the traffic exceeds the limitation of Bluetooth bandwidth, it will be handed over to a wider bandwidth technology, i.e., Wi-Fi. In the considered scenarios, the technologies are not interconnected;hence, the vertical handover management must be fully controlled by the mobile devices. The performance of the system including energy saving and maintaining the continuity of real time services has been evaluated by direct measurements in a real testbed.展开更多
Mobile Edge Computing(MEC)is proposed to solve the needs of Inter-net of Things(IoT)users for high resource utilization,high reliability and low latency of service requests.However,the backup virtual machine is idle w...Mobile Edge Computing(MEC)is proposed to solve the needs of Inter-net of Things(IoT)users for high resource utilization,high reliability and low latency of service requests.However,the backup virtual machine is idle when its primary virtual machine is running normally,which will waste resources.Overbooking the backup virtual machine under the above circumstances can effectively improve resource utilization.First,these virtual machines are deployed into slots randomly,and then some tasks with cooperative relationship are off-loaded to virtual machines for processing.Different deployment locations have different resource utilization and average service response time.We want tofind a balanced solution that minimizes the average service response time of the IoT application while maximizing resource utilization.In this paper,we propose a task scheduler and exploit a Task Deployment Algorithm(TDA)to obtain an optimal virtual machine deployment scheme.Finally,the simulation results show that the TDA can significantly increase the resource utilization of the system,while redu-cing the average service response time of the application by comparing TDA with the other two classical methods.The experimental results confirm that the perfor-mance of TDA is better than that of other two methods.展开更多
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.展开更多
The feasibility of adsorptive removal of single component organic compound(para-chlorophenol) by Calgon Filtrasorb 400(F400) carbon was investigated.The Redlich-Peterson equation was found to be the best fit model for...The feasibility of adsorptive removal of single component organic compound(para-chlorophenol) by Calgon Filtrasorb 400(F400) carbon was investigated.The Redlich-Peterson equation was found to be the best fit model for describing the equilibrium relationship between the para-chlorophenol adsorption onto F400 carbon.Four adsorption columns with different column geometry and adsorbent particle stratification were used to examine the adsorption kinetics onto F400 carbons.The Bed Depth Service Time(BDST) model was applied and modified to analyse the performance of the columns and the effect of different operating variables.When combining the effects of adsorption efficiency and the associated pressure drop of each type of adsorption columns tested,the carbon stratified tapered column has been determined to be the most efficient engineering option for removing organics,in which the enhancement of the adsorbent bed in terms of longer breakthrough time and higher saturation percentage is the greatest amongst the four types of columns with reasonably small pressure drop across the fixed-bed column.展开更多
A new file assignment strategy of parallel I/O, which is named heuristic file sorted assignment algorithm was proposed on cluster computing system. Based on the load balancing, it assigns the files to the same disk ac...A new file assignment strategy of parallel I/O, which is named heuristic file sorted assignment algorithm was proposed on cluster computing system. Based on the load balancing, it assigns the files to the same disk according to the similar service time. Firstly, the files were sorted and stored at the set I in descending order in terms of their service time, then one disk of cluster node was selected randomly when the files were to be assigned, and at last the continuous files were taken orderly from the set I to the disk until the disk reached its load maximum. The experimental results show that the new strategy improves the performance by 20.2% when the load of the system is light and by 31.6% when the load is heavy. And the higher the data access rate, the more evident the improvement of the performance obtained by the heuristic file sorted assignment algorithm.展开更多
An improved delay priority resource scheduling algorithm with low packet loss rate for multimedia broadcast multicast service(MBMS)in long term evolution(LTE)systems is proposed in this paper.Real-time services in LTE...An improved delay priority resource scheduling algorithm with low packet loss rate for multimedia broadcast multicast service(MBMS)in long term evolution(LTE)systems is proposed in this paper.Real-time services in LTE systems require lower delay and packet loss rate.However,it is difficult to meet the QoS requirements of real-time services using the current MBMS resource scheduling algorithm.The proposed algorithm in this paper jointly considers user delay information and real-time channel conditions.By introducing the user delay information,the lower delay and fairness of users are guaranteed.Meanwhile,by considering the channel conditions of users,the packet loss rate can be effectively reduced,improving the system throughput.Simulation results show that under the premise of ensuring the delay requirements of real-time services,the proposed algorithm achieves a lower packet loss rate compared to other existing algorithms.Furthermore,it can achieve a good balance between system throughput and user fairness.展开更多
With the increasingly high requirement of clock source accuracy for seismic data servers and equipment,the development of a multipurpose timing system is urgently needed in the seismic industry. We have developed low-...With the increasingly high requirement of clock source accuracy for seismic data servers and equipment,the development of a multipurpose timing system is urgently needed in the seismic industry. We have developed low-cost timing equipment according to the actual earthquake industry situation. This set of timing equipment can provide a unified solution to the different environment and different earthquake instruments with different timing precision demands.展开更多
In this paper, we consider the completion time of a job processed on an unreliable machine. Assume that the lifetime and the repair time of the machine and the service time of the job have general distributions. We ob...In this paper, we consider the completion time of a job processed on an unreliable machine. Assume that the lifetime and the repair time of the machine and the service time of the job have general distributions. We obtain the Laplace-Stieltjes transforms and the expectations of the distributions of the completion time, the interruption time and the actual service time. Under some special cases, we derive sufficient and necessary (or sufficient) conditions such that the completion time is larger and smaller than the service time in the sense of the Laplace transform order (or the expectation), respectively展开更多
BeiDou Global Navigation Satellite System(BDS-3)not only performs the normal positioning,navigation and timing(PNT)functions,but also provides featured services,which are divided into geostationary orbit(GEO)and mediu...BeiDou Global Navigation Satellite System(BDS-3)not only performs the normal positioning,navigation and timing(PNT)functions,but also provides featured services,which are divided into geostationary orbit(GEO)and medium earth orbit(MEO)satellite-based featured services in this paper.The former refers to regional services consisting of the regional short message communication service(RSMCS),the radio determination satellite service(RDSS),the BDS satellite-based augmented service(BDSBAS)and the satellite-based precise point positioning service via B2b signal(B2b-PPP).The latter refers to global services consisting of the global short message communication service(GSMCS)and the MEO satellite-based search and rescue(MEOSAR)service.The focus of this paper is to describe these featured services and evaluate their performances.The results show that the inter-satellite link(ISL)contributes a lot to the accuracy improvement of orbit determination and time synchronization for the whole constellation.Compared with some other final products,the root mean squares(RMS)of the BDS-3 precise orbits and broadcast clock are 25.1 cm and 2.01 ns,respectively.The positioning accuracy of single frequency is better than 6 m,and that of the generalized RDSS is usually better than 12 m.For featured services,the success rates of RSMCS and GSMCS are better than 99.9% and 95.6%,respectively;the positioning accuracies of single and dual frequency BDSBAS are better than 3 and 2 m,respectively;the positioning accuracy of B2b-PPP is better than 0.6 m,and the convergence time is usually smaller than 30 min;the single station test shows that the success rate of MEOSAR is better than 99%.Due to the ISL realization in the BDS-3 constellation,the performance and capacities of the global featured services are improved significantly.展开更多
This study considers an age replacement policy(ARP) for a repairable product with an increasing failure rate with and without a product warranty. As for the warranty policy to consider in association with such an age ...This study considers an age replacement policy(ARP) for a repairable product with an increasing failure rate with and without a product warranty. As for the warranty policy to consider in association with such an age replacement policy, we adapt a renewable minimal repair-replacement warrant(MRRW) policy with 2D factors of failure time of the product and its corresponding repair time. The expected cost rate during the life cycle of the product is utilized as a criterion to find the optimal policies for both with and without the product warranty. We determine the optimal replacement age that minimizes the objective function which evaluates the expected cost rate during the product cycle and investigate the impact of several factors on the optimal replacement age. The main objective of this study lies on the generalization of the classical age replacement policy to the situation where a renewable warranty depending on 2D factors is in effect. We present some interesting observations regarding the effect of relevant factors based on numerical analysis.展开更多
基金the Special Project of Yili Normal University(to improve comprehensive strength of disciplines)(Grant No.22XKZZ18)Yili Normal University Scientific Research Innovation Team Plan Project(Grant No.CXZK2021015)Yili Science and Technology Planning Project(Grant No.YZ2022B036).
文摘The distribution of continuous service time in call centers is investigated.A non-Maxwellian collision kernel combining two different value functions in the interaction rule are used to describe the evolution of continuous service time,respectively.Using the statistical mechanical and asymptotic limit methods,Fokker–Planck equations are derived from the corresponding Boltzmann-type equations with non-Maxwellian collision kernels.The steady-state solutions of the Fokker–Planck equation are obtained in exact form.Numerical experiments are provided to support our results under different parameters.
基金supported by the Science Project for Earthquake Resilience of China Earthquake Administration(XH22020YA).
文摘In this paper, we make a statistical analysis of the fault information of the underground fluid instruments of 12 models in China from January 2021 to May 2022 based on the Pearson correlation coefficient, and compare the fault statistics of the meteorological three-element instruments of 3 models during the study period. The results show that:(1) The numbers of faults of the underground fluid instruments of 12models with different service times are basically positively correlated with the numbers of the corresponding instruments, with good consistency. Moreover, the automatic observation instruments(8models) with more than 30 units are significantly correlated at a 0.05 significance level(95% confidence level). Even at a 0.01 significance level(99% confidence level), there are 7 models(7/8) with significant correlation.(2) The positive and negative correlations between the monthly average number of faults and the corresponding service times of the underground fluid instruments of 12 models with different service times are random, and there are 9 models(75%) with no significant correlation at a 0.05 significance level(95% confidence level), while 12 models(100%) with no significant correlation at a 0.01significance level(99% confidence level).(3) The monthly average numbers of faults of the underground fluid instruments of 12 models are basically 0.02-0.05 times/(unit·month), and the overall fault frequency is low.(4) The fault statistics results of the meteorological three-element instruments of 3 models are consistent with the characteristics of the underground fluid instruments of 12 models. In general,there is no significant correlation between the fault frequency and the service time of underground fluid instruments.(5) The results of this paper demonstrate that the service time of underground fluid instruments cannot be taken as the main reason for whether to update the instruments. Similarly, the fault frequency of the instruments cannot be taken as the main reason for the service life of the instruments in the process of formulating the service life standards of underground fluid instruments.
文摘Multiple wireless access technology has been embedded into a single mobile device as a fundamental feature, aiming to give end users ubiquitous access at any time. To allow the users to enjoy the ubiquitous connectivity, the mobile device has to consume higher energy for the simultaneous activation of multiple wireless interface and the continuous connectivity. In addition, a seamless vertical handover between the access technologies is a mandatory requirement to insure the quality, reliability and continuity of real time services. In this paper, the continuity of real time services as well as energy saving for mobile devices has been taken into account. The conceptual idea is that whenever traffic rate is lower than a threshold it will be smoothly handed over to a low energy consumption technology, i.e., Bluetooth. When the traffic exceeds the limitation of Bluetooth bandwidth, it will be handed over to a wider bandwidth technology, i.e., Wi-Fi. In the considered scenarios, the technologies are not interconnected;hence, the vertical handover management must be fully controlled by the mobile devices. The performance of the system including energy saving and maintaining the continuity of real time services has been evaluated by direct measurements in a real testbed.
基金supported by the National Natural Science Foundation of China under Grant No.62173126the National Natural Science Joint Fund project under Grant No.U1804162+2 种基金the Key Science and Technology Research Project of Henan Province under Grant No.222102210047,222102210200 and 222102320349the Key Scientific Research Project Plan of Henan Province Colleges and Universities under Grant No.22A520011 and 23A510018the Key Science and Technology Research Project of Anyang City under Grant No.2021C01GX017.
文摘Mobile Edge Computing(MEC)is proposed to solve the needs of Inter-net of Things(IoT)users for high resource utilization,high reliability and low latency of service requests.However,the backup virtual machine is idle when its primary virtual machine is running normally,which will waste resources.Overbooking the backup virtual machine under the above circumstances can effectively improve resource utilization.First,these virtual machines are deployed into slots randomly,and then some tasks with cooperative relationship are off-loaded to virtual machines for processing.Different deployment locations have different resource utilization and average service response time.We want tofind a balanced solution that minimizes the average service response time of the IoT application while maximizing resource utilization.In this paper,we propose a task scheduler and exploit a Task Deployment Algorithm(TDA)to obtain an optimal virtual machine deployment scheme.Finally,the simulation results show that the TDA can significantly increase the resource utilization of the system,while redu-cing the average service response time of the application by comparing TDA with the other two classical methods.The experimental results confirm that the perfor-mance of TDA is better than that of other two methods.
基金Supported by the National Natural Science Founda-tion of China (60373088)
文摘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.
文摘The feasibility of adsorptive removal of single component organic compound(para-chlorophenol) by Calgon Filtrasorb 400(F400) carbon was investigated.The Redlich-Peterson equation was found to be the best fit model for describing the equilibrium relationship between the para-chlorophenol adsorption onto F400 carbon.Four adsorption columns with different column geometry and adsorbent particle stratification were used to examine the adsorption kinetics onto F400 carbons.The Bed Depth Service Time(BDST) model was applied and modified to analyse the performance of the columns and the effect of different operating variables.When combining the effects of adsorption efficiency and the associated pressure drop of each type of adsorption columns tested,the carbon stratified tapered column has been determined to be the most efficient engineering option for removing organics,in which the enhancement of the adsorbent bed in terms of longer breakthrough time and higher saturation percentage is the greatest amongst the four types of columns with reasonably small pressure drop across the fixed-bed column.
文摘A new file assignment strategy of parallel I/O, which is named heuristic file sorted assignment algorithm was proposed on cluster computing system. Based on the load balancing, it assigns the files to the same disk according to the similar service time. Firstly, the files were sorted and stored at the set I in descending order in terms of their service time, then one disk of cluster node was selected randomly when the files were to be assigned, and at last the continuous files were taken orderly from the set I to the disk until the disk reached its load maximum. The experimental results show that the new strategy improves the performance by 20.2% when the load of the system is light and by 31.6% when the load is heavy. And the higher the data access rate, the more evident the improvement of the performance obtained by the heuristic file sorted assignment algorithm.
基金Supported by the National Natural Science Foundation of China(61901027)。
文摘An improved delay priority resource scheduling algorithm with low packet loss rate for multimedia broadcast multicast service(MBMS)in long term evolution(LTE)systems is proposed in this paper.Real-time services in LTE systems require lower delay and packet loss rate.However,it is difficult to meet the QoS requirements of real-time services using the current MBMS resource scheduling algorithm.The proposed algorithm in this paper jointly considers user delay information and real-time channel conditions.By introducing the user delay information,the lower delay and fairness of users are guaranteed.Meanwhile,by considering the channel conditions of users,the packet loss rate can be effectively reduced,improving the system throughput.Simulation results show that under the premise of ensuring the delay requirements of real-time services,the proposed algorithm achieves a lower packet loss rate compared to other existing algorithms.Furthermore,it can achieve a good balance between system throughput and user fairness.
基金supported by the Xinjiang Earthquake Science Foundation(201308)
文摘With the increasingly high requirement of clock source accuracy for seismic data servers and equipment,the development of a multipurpose timing system is urgently needed in the seismic industry. We have developed low-cost timing equipment according to the actual earthquake industry situation. This set of timing equipment can provide a unified solution to the different environment and different earthquake instruments with different timing precision demands.
基金the National Key Project of China (No.970211017) and the NationalNatural Sciences Foundation of China (No.69674013).
文摘In this paper, we consider the completion time of a job processed on an unreliable machine. Assume that the lifetime and the repair time of the machine and the service time of the job have general distributions. We obtain the Laplace-Stieltjes transforms and the expectations of the distributions of the completion time, the interruption time and the actual service time. Under some special cases, we derive sufficient and necessary (or sufficient) conditions such that the completion time is larger and smaller than the service time in the sense of the Laplace transform order (or the expectation), respectively
基金supported by the National Natural Science Foundation of China(41931076,L1924033,and 41904042)National Key Research and Development Program of China(2020YFB0505800)。
文摘BeiDou Global Navigation Satellite System(BDS-3)not only performs the normal positioning,navigation and timing(PNT)functions,but also provides featured services,which are divided into geostationary orbit(GEO)and medium earth orbit(MEO)satellite-based featured services in this paper.The former refers to regional services consisting of the regional short message communication service(RSMCS),the radio determination satellite service(RDSS),the BDS satellite-based augmented service(BDSBAS)and the satellite-based precise point positioning service via B2b signal(B2b-PPP).The latter refers to global services consisting of the global short message communication service(GSMCS)and the MEO satellite-based search and rescue(MEOSAR)service.The focus of this paper is to describe these featured services and evaluate their performances.The results show that the inter-satellite link(ISL)contributes a lot to the accuracy improvement of orbit determination and time synchronization for the whole constellation.Compared with some other final products,the root mean squares(RMS)of the BDS-3 precise orbits and broadcast clock are 25.1 cm and 2.01 ns,respectively.The positioning accuracy of single frequency is better than 6 m,and that of the generalized RDSS is usually better than 12 m.For featured services,the success rates of RSMCS and GSMCS are better than 99.9% and 95.6%,respectively;the positioning accuracies of single and dual frequency BDSBAS are better than 3 and 2 m,respectively;the positioning accuracy of B2b-PPP is better than 0.6 m,and the convergence time is usually smaller than 30 min;the single station test shows that the success rate of MEOSAR is better than 99%.Due to the ISL realization in the BDS-3 constellation,the performance and capacities of the global featured services are improved significantly.
基金the National Research Foundation of Korea Grant(NRF-2014S1A5A8012594)the 2014Hongik University Research Fund,the Basic Science Research Program Through the National Research Foundation of Korea(Nos.2013-2058436 and 2011-0022397)the Basic Science Research Program Through the National Research Foundation of Korea
文摘This study considers an age replacement policy(ARP) for a repairable product with an increasing failure rate with and without a product warranty. As for the warranty policy to consider in association with such an age replacement policy, we adapt a renewable minimal repair-replacement warrant(MRRW) policy with 2D factors of failure time of the product and its corresponding repair time. The expected cost rate during the life cycle of the product is utilized as a criterion to find the optimal policies for both with and without the product warranty. We determine the optimal replacement age that minimizes the objective function which evaluates the expected cost rate during the product cycle and investigate the impact of several factors on the optimal replacement age. The main objective of this study lies on the generalization of the classical age replacement policy to the situation where a renewable warranty depending on 2D factors is in effect. We present some interesting observations regarding the effect of relevant factors based on numerical analysis.