The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic Jobs

Size: px
Start display at page:

Download "The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic Jobs"

Transcription

1 Send Orders for Reprints to 206 The Open Fuels & Energy Science Journal, 2015, 8, Open Access The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic Jobs Yu Junyang 1,2, Hu Zhigang *,1 and Han Yuanyuan 3 1 Software School, Central South University, Changsha, Hunan , P.R. China 2 Software School, Henan University, Kaifeng, Henan, , P.R. China 3 Power Copany of Kaifeng, Kaifeng, Henan, , P.R. China Abstract: Current consuption of cloud coputing has attracted ore and ore attention of scholars. Hadoop as a cloud platfor, the research about its energy consuption has also received considerable attentions fro scholars. This paper presents a ethod to easure the energy consuption of jobs that run on Hadoop, and this ethod is used to easure the effectiveness of the ipleentation of periodic tasks on Hadoop platfor. Cobining with the current ainstrea about energy estiate forula to conduct further analysis, this paper has reached a conclusion about how to reduce energy consuption of Hadoop by adjusting the split size or using appropriate size of workers (servers). Finally, experients show the effectiveness of these ethods of energy-saving and verify the feasibility of the ethod for easureent of periodic tasks at the sae tie. Keywords: Energy efficiency, energy saving, Hadoop, easureent ethod. 1. INTRODUCTION Since the concept of cloud coputing has been prooted in 2006, it has developed rapidly and any copanies have launched their own cloud coputing platfor, such as Azure fro Microsoft, Google Copute Engine fro Google, IBM Blue Cloud Coputing Platfor fro IBM and Dynao fro Aazon [1]. Although cloud coputing technology develops continuously, Hadoop platfor is the ost popular object that any scholars study. Hadoop coputing platfor is coposed of MapReduce coputing fraework and HDFS file storage syste, and current research about Hadoop [2, 3] focuses on perforance optiization but it s processing efficiency is not high for sall files [4, 5]. Fro the point of energy efficiency, this essay proposed a ethod to easure the effectiveness of periodic tasks that run on Hadoop platfor, and it also studied how to be energy efficiency though the analysis of easureent ethods. 2. RESEARCH STATUS The first step to study the energy efficiency of the cloud is to have evaluation criteria. The evaluation criteria of IDC consuption norally consist of three odes, including easures of the server, the overall energy consuption of the engine roo and the specific energy of the cluster The Energy Efficiency Standards Test of SPEC [6] SPEC (Standard Perforance Evaluation Corporation) is a global authority in application perforance testing organization whose ain coponents are world-renowned universities, research institutions and soe IT copanies. The ain task of the organization is to establish, aintain, and support a range of relevant bencharks set which are used to test server and related coponents. Currently testing standards for server power consuption is SPECpower_ssj 2008, and energy efficiency units are ssjops/watt, which eans the nuber of operations about executive standard. Sources as shown in Equation 1: Perforance to Power Ratio= ssj_ops / power (1) Perforance to Power Ratio eans the powerperforance ratio, naely energy efficiency. Σ ssj_ops represent standard operating unit tie perfored by the server. Σpower represents the power consued by the server in a period of tie. This ethod is often used to assess the situation on the energy efficiency of servers The Standard of Green Grid [7] Green Grid was founded in 2007, a third-party non-profit organization, which utility copanies, including AMD, HP, IBM and other copanies, collaborate to iprove the resource efficiency of data centers. The study of energy conducted by the organization ranges fro the location of the data center to the server architecture and the use of refrigeration equipent, etc, and research results are X/ Bentha Open

2 The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic Jobs The Open Fuels & Energy Science Journal, 2015, Volue published in The Green Grid Connection. As a result, the energy efficiency of data centers is ore acroscopic, as forula 2,3: PUE = total facility power / IT equipent power (2) DCiE = IT equipent power consuption 100% / total power consuption (3) PUE eans Power Usage Effectiveness. DCiE eans Data Center Infrastructure Efficiency. By the estiate and copare the PUE, enterprises can help to optiize space utilization and iprove data center energy efficiency. The easureent criteria are ore coprehensive and closer to the data center energy efficiency assessent of the entire project The Standard of SONG [8] Forula 1 is standard for the estiation of single server energy efficiency. Forula 2 and 3 is standard for the estiation of the entire data center. A scholar naed Song Jie presented a easureent that based on MapReduce Cloud. In his ethod, SONG defined coputation processor at 1 GHz frequency 1 s copleted for 1 U, his expression of energy efficiency forula is illustrated in the forula (4) η(t ) = L(T ),E(T ) 0 (4) E(T ) η represents energy efficiency, L (T) represents the tie to coplete the task within the T (the unit is U). E (T) represents the energy consuption of tie T (the unit is Joules). According to the study of Elnozahy, when the coputer CPU is running at full capacity of frequency f, the power is P, and then the power P and frequency f satisfies the equation (5) P = P fix + P f f 3 (5) P fix is the power when the coputer is in the idle state. As can be seen fro the above, the study of IT equipent energy efficiency easure focused on issues such as the size of a single node, or the entire data center. The energy efficiency easure for Hadoop platfor lacks research. Hadoop platfor has its own peculiarities; therefore, its energy efficiency easure has its own characteristics. The research result of SONG copensate for the energy efficiency easure about Hadoop platfor to soe extent. To calculate the copetency-based etrics can effectively copare different energy efficiency differences between cloud platfors. However, in actual operation, the workers in Hadoop platfor have heterogeneity. There will always be periodic task to run on (search, log analysis, etc.) on one Hadoop platfor, and the efficiency is not the sae by using different algoriths to the sae proble. This essay fro another angle, easuring different algoriths to solve the sae proble on the sae Hadoop platfor, studies the energy-saving proble. 3. MEASURES ABOUT PERIODIC TASK ENERGY EFFICIENCY Cloud platfor is isoorphic in Song s [8] study, and his easure can judge the efficiency of different cloud platfor. However, in practice, for progras run on the sae cloud platfor it is unable to assess the progras energy efficiency especially when the progras achieve the sae goal. This essay studies easures of algoriths on the sae cloud platfor, the significance lies in how to iprove the algorith to ake it ore energy efficiency. Hadoop platfor often perfor any periodic tasks, therefore, it is ore eaningful to study how to be ore efficiency by adjusting easures The Deduction of Measure Methods We assue that in unit tie, Hadoop clusters electricity consued E, the nuber of tasks copleted per unit tie is n, this job s energy efficiency is: µ= E n That eans the efficiency of the jobs run on the Hadoop platfor is the ratio of electricity consued per unit tie and the period of tie to coplete the nuber of jobs. The following is a further derivation of the forula (6) µ= E n = E t n t = P f Forula 7 eans the job s efficiency on the Hadoop platfor is the ratio of the average power of its running tie and the frequency of the task. The unit of P is W (watts), the frequency f is expressed in Hz (hertz), the energy efficiency of the unit is W / Hz. W / Hz is the job efficiency on Hadoop platfor. There are two reasons to use equation 6 to explain: Firstly, Hadoop platfor does not shut down after finishing the first job in practice, therefore, the idle tie of job interval should be taken into account. The idle tie would be ore if the speed of task execution increases. Secondly, any tasks that Hadoop platfor perfors, such as log analysis or searching, are cyclical, which are based on reality Correlation Analysis of Energy-Saving The research about what is related to task efficiency, how to iprove algoriths energy efficiency and reduce energy consuption. Assuing that Algorith1 and Algorith2 can finish the sae job, in the sae Hadoop cluster in less than an hour to coplete these operation n ties. Algorith 1 coplete a task within tie t 1 and Algorith2 coplete a task within tie t 2. Suppose t 1 t 2, fro this sense, Algorith 1 is ore efficient than Algorith 2, but how to define the relationship between the? Assuing P i is the power consuption when Hadoop cluster is idle, P 1 is the average power when Algorith1 perfor tasks, P 2 is the average power when Algorith 2 perfor tasks. The energy (6) (7)

3 208 The Open Fuels & Energy Science Journal, 2015, Volue 8 Junyang et al. consuption of Algorith1 and Algorith2 within an hour is: E 1 = n* t 1 * P 1 +(3600- n* t 1 )* P i (8) E 2 = n* t 2 * P 2 +(3600- n* t 2 )* P i (9) Here is further analysis about E1 and E2 to deduce energy efficiency and the relationship between energy efficiency and the average power of algorith. E 1 -E 2 = n(t 1 P 1 - t 2 P 2 )+n P i (t 2 - t 1 ) (10) According to equation (10), the coparison about algorith efficiency can be transferred to the coparison between (t 1 P 1 - t 2 P 2 )and P i (t 2 - t 1 ). Fro the angle of physics, (t 1 P 1 - t 2 P 2 )represents the difference between the copletion of a task Algorith1 and energy consuption of Algorith2, (t 1 P 1 - t 2 P 2 ) represents the difference between the energy consuption in the ipleentation of idle tie on Algorith1 and Algorith 2 Hadoop cluster. In other word, the idle tie would be longer if shortening the tie to coplete the task (such as periodic tasks, searching and sorting). Therefore, energy saving should be the difference between the task tie and idle tie energy consuption as a whole. Generally, it is difficult to continue to deterine the relationship between energy consuption and tie of the algorith. The tie to coplete the task would be reduced because of high efficiency, but the idle tie will be longer. In order to ake ore accurate judgent, we introduce FAN [9] odel, which will link power P of the server and the utilization of CPU. P pred = C 0 + C 1 * U cpu (11) C 0 is a constant and is the power when the server is idle, and C 1 is the difference between the server and the server at the power peak power in the idle state. There is another linear odel based on (11) with a calibration ite. However, forula (11) is recognized as the foundation with high degree of accuracy. We use forula (11) as a basis for research, assuing Algorith 1 and Algorith 2 running on cluster that consist of servers, and then the variable of forula (10) can be decopose into forula (12-14). The job runs in soe nodes, turning down the unnecessary nodes is a way to anage energy, and energy efficiency anner is necessary to refine the algorith to each server. We have coparison about the energy consuption of Algorith 1 and Algorith 2 per second. P i = p ni (12) P 1 = p n1 (13) P 2 = p (14) n2 For server A, the energy consuption of Algorith1 and Algorith2 is E a1 and E a2 respectively. E a1 -E a2 = f(t 1 P a1 - t 2 P a2 )+ fp ai (t 2 - t 1 ) (15) This step is the sae as equation (10), but equation (10) reflects the condition of the whole cluster. Equation (15) is specific to a server. The question about server A that processes tasks under two algoriths is whether efficient or not becoes the coparison between (t 1 P a1 - t 2 P a2 ) and P ai (t 2 - t 1 ). Fro these two equations, it is ore energy efficiency when the power of server is lower and the tie is shorter under the execution. Suppose, the average utilization of CPU is α when using Algorith1 processing tasks, and the average utilization of CPU is β when using Algorith2 processing tasks. Server idle power consuption is about the energy consuption of its full load operation 70%, that is P ai = 0.7 P aax. Cobining equation (11), there is P a1 = P ai + P a α (16) P a2 = P ai + P a β (17) Bringing equation (16) (17) into Equation (15) E a1 -E a2 =f((t 1 P a1 - t 2 P a2 )+ P ai (t 2 - t 1 ))=f P a (α t 1 - β t 2 ) (18) For server A, f P a is a constant, so when is the ost energy-efficient is that (α t 1 - β t 2 ). Assuing R1 (MI) and R2 (MI) are calculated when the aount of server to perfor task utilizing Algorith 1 and Algorith 2 (When the nuber of nodes to perfor jobs and the scheduling algorith is not change, when coplete a job, nodes that share coputational tasks barely changed) (MIPS)is coputing power of CPU for server a, and then it is concluded that: α = R 1 t 1 β = R 2 t 2 Cobining (18) and (19)(20) Ea1 -Ea2 = f Pa( R 1 R 2 (19) (20) ) (21) Because f, P a and are constants in equation (21), that is believed that coputational algorith directly deterines its energy efficiency for servers. For Hadoop cluster, the ost iportant way to iprove energy efficiency is to reduce the aount of calculations. However, there are three ways when the nuber of tasks is unchanged. (1) Maintaining appropriate node size, such as turning off unnecessary nodes. (2) The energy consuption is the lowest when nodes are load balancing for isoorphic server cluster. (3) Reducing the aount of calculation by adjusting algorith for nonisoorphic server cluster. The first ethod is the ost coonly used ethod, but the use of ethod 1 ust be deployed ore copies and using a special replica placeent strategy. This paper focuses on is how to reduce the aount of calculation task in the syste. 4. THE RESEARCH OF ENERGY EFFICIENCY Fro the above derivation, the energy efficiency of different algoriths on this platfor can be well perfored

4 The Research of Measuring Approach and Energy Efficiency for Hadoop Periodic Jobs The Open Fuels & Energy Science Journal, 2015, Volue in equation 2, and the ost iportant factor about the energy efficiency of the algorith is to coplete calculation of the task. Energy-saving question then becoes to reduce the coputational probles. There are three ways to reduce calculation by analysis of the principles about Hadoop platfor. (1) Iproving algoriths and optiizing it. (2) According to Hadoop fraework, optiizing processing tasks link for MapReduce and reduce the occupancy for Hadoop. The first is coonly used, but when the algorith can not be optiized when and how to be energy-efficient in coputing fraework -- we can analyze the MapReduce fraework. Input Map tasks Reduce tasks output Table 1. Cluster configuration. Hadoop-A Switch D-link DES-3028 Hadoop0 cpu: 2.00G (2) eory: 1.97G Hadoop1 cpu: 2.50G (2) eory: 1.96G Hadoop2 cpu: 2.50G (2) eory: 2.95G Hadoop3 cpu: 2.30G (3) eory: 1.84G Hadoop4 cpu: 1.60G (2) eory: 1.97G Hadoop-B Switch D-link DES-3028 Hadoop0 cpu: 2.00G (2) eory: 1.97G Hadoop1 cpu: 2.50G (2) eory: 1.96G Hadoop2 cpu: 2.50G (2) eory: 2.95G split0 split1 split2 splitn shuffle Fig. (1) Work flow chart of MapReduce. Outputfile 0 Outputfile 1 Outputfile 2 When the job scheduler in MapReduce is working, it will establish a Map for each file and assign tasks to Task Tracker. Fro this process it can be seen that a file corresponds to a Map, (Each task operation of Map includes production, scheduling and end tie a large nuber of Map tasks will cause soe perforance loss) but a Map would start a thread. The effective utilization of the resources is lower if there are ore threads, because the threads will occupy ore resources. As a result of it, doing erge pretreatent for sall files fro the analysis about working principles of MapReduce, and it can reduce energy consuption and iprove energy efficiency in theory. MapReduce workflow has been shown in Fig. (1); Each file corresponds to a split while Hadoop default data block size is 64 M. In reality, there are any files stored below this block size, soe sall files in particular. If erge processing sall files, it can reduce the nuber of Map, reducing the nuber of processes in the syste. In the process of reduction, the nuber of erger would be reduced. We can confir the efficiency and its effects by section 5 of the experient. 5. EXPERIMENTAL COMPARISON The experient has two purposes, the first is to verify the effectiveness of energy efficiency etrics in section 4, and the second is to verify the data preprocessing for crushing energy savings are correct in section 5. Experiental environent is Hadoop2.2.0, 5 sets of heterogeneous PC, hadoop0 is the node of Master, the reaining four are nodes for Slave, this cluster naed Hadoop-A. Used hadoop0 as node for Master, Hadoop1 and hadoop2 are nodes for Slave, which is called cluster Hadoop-B Data Merge Saving This essay used benchark progra wordcount in Hadoop as an exaple, randoly selecting 400 articles and then testing, each article as a file (less than 2 M). Within one hour of the Hadoop-A cluster do wordcount 4 ties, after that every four articles erge into one (Reduce syste footprint) and still do wordcount 4 ties, and then aking energy coparison. The following Figs. (2, 3) is is a coparison of CPU and eory before and after the erger do wordcount, CPU and MEMORY are the two ost iportant parts in a coputer: Fig. (2). The change of entire cluster CPU utilization. After erging, although the CPU and Meory utilization at peak higher than the before, it is uch faster to process data. As shown in Table 2, the energy efficiency iproved 14.63% after cobination, which confired the saving ethod proposed in section Energy Efficiency Metrics In Table 3, energy efficiency is calculated by Equation 1 and different scale Hadoop cluster on the sae batch of data

5 210 The Open Fuels & Energy Science Journal, 2015, Volue 8 Junyang et al. before and after the erger when wordcount. Hadoop-A and Hadoop-B represent different Hadoop clusters, and Hadoop- B cluster is a sall cluster consists of three nodes. q And h represents data processing without erge and data processing with erge respectively. Discriination is quite obvious whether it is different algoriths on sae platfor or different platfors on sae algorith. Therefore, equation1 can not only easure energy efficiency of a task on different Hadoop platfor, but also easure the energy efficiency of different algoriths to achieve the sae goal. Forula 1 is a ore reasonable way to easure. CONCLUSION For cloud coputing clusters, this essay proposed a very effective way to easure, which significantly distinguishes the relationship of energy efficiency in different ways to perfor the sae task (algorith) on the sae platfor. The effective way to save energy those erger sall files on Hadoop and this ethod has been proved to be efficient by experients. The next step to study is how to divide the data blocks achieve optial energy efficiency. CONFLICT OF INTEREST The authors confir that this article content has no conflict of interest. Fig. (3). The change of entire cluster Meory utilization. Table 2. Table 3. The energy consuption before and after the file erger (one hour). Before files erger After files erger Energy of different conditions. Energy 0.41 kwh 0.35 kwh Energy Efficiency (W/Hz) HadoopA-q HadoopA-h HadoopB-q HadoopB-h As shown in equation1, different ethods (algoriths) to achieve the sae purpose on unified platfor can be copared, and energy efficiency using the sae algorith on different Hadoop platfor can be easured. ACKNOWLEDGEMENTS This work was supported by a Grant fro the National Natural Science Foundation (Nos., ) and Science and Technology Key Project fro Henan Province Departent of Education (12B520007). Also, the authors greatly appreciate the reviewers valuable coents on this paper. REFERENCES [1] DeCandia, G.; Hastorun, D.; Japani, M.; Kakulapati G.; Lakshan A.; Pilchin A.; Sivasubraanian S.; Vosshall P.; Vogels W. Dynao: Aazon's Highly Available Key-Value Store, ACM Syposiu on Operating Systes Principles, Proceedings of 21 st ACM SIGOPS Syposiu on Operating Systes Principles, 2007, 14(17), [2] Hadoop [EB/OL]. [3] White T. Hadoop: The Definitive Guide. O'Reilly, 2012, pp [4] Sall files proble [EB/OL]. 02/the-sall-files-proble/ [5] Cheng, X.; Xiao, N.; Huang, F. Research on HDFS Based Web Server Cluster, International Conference on E-Business and E-Governent (ICEE), Shanghai China: IEEE, 2011, pp [6] [7] [8] Song, J.; Li, T.T.; Yan, Z.X.; Na, J.; Zhu, Z.L. Energy-efficiency odel and easuring approach for cloud coputing. J. Softw., 2012, 23(2), [9] Fan, X.; Weber, W.D.; Barroso, L.A. Power provisioning for a warehouse-sized coputer. ACM SIGARCH Cop. Arch. News, 2007, 35(2), Received: April 17, 2015 Revised: May 21, 2015 Accepted: May 26, 2015 Junyang et al.; Licensee Bentha Open. This is an open access article licensed under the ters of the Creative Coons Attribution Non-Coercial License ( which perits unrestricted, non-coercial use, distribution and reproduction in any ediu, provided the work is properly cited.

An Innovate Dynamic Load Balancing Algorithm Based on Task

An Innovate Dynamic Load Balancing Algorithm Based on Task An Innovate Dynaic Load Balancing Algorith Based on Task Classification Hong-bin Wang,,a, Zhi-yi Fang, b, Guan-nan Qu,*,c, Xiao-dan Ren,d College of Coputer Science and Technology, Jilin University, Changchun

More information

PERFORMANCE METRICS FOR THE IT SERVICES PORTFOLIO

PERFORMANCE METRICS FOR THE IT SERVICES PORTFOLIO Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 4 (53) No. - 0 PERFORMANCE METRICS FOR THE IT SERVICES PORTFOLIO V. CAZACU I. SZÉKELY F. SANDU 3 T. BĂLAN Abstract:

More information

Applying Multiple Neural Networks on Large Scale Data

Applying Multiple Neural Networks on Large Scale Data 0 International Conference on Inforation and Electronics Engineering IPCSIT vol6 (0) (0) IACSIT Press, Singapore Applying Multiple Neural Networks on Large Scale Data Kritsanatt Boonkiatpong and Sukree

More information

Energy Efficient VM Scheduling for Cloud Data Centers: Exact allocation and migration algorithms

Energy Efficient VM Scheduling for Cloud Data Centers: Exact allocation and migration algorithms Energy Efficient VM Scheduling for Cloud Data Centers: Exact allocation and igration algoriths Chaia Ghribi, Makhlouf Hadji and Djaal Zeghlache Institut Mines-Téléco, Téléco SudParis UMR CNRS 5157 9, Rue

More information

Research Article Performance Evaluation of Human Resource Outsourcing in Food Processing Enterprises

Research Article Performance Evaluation of Human Resource Outsourcing in Food Processing Enterprises Advance Journal of Food Science and Technology 9(2): 964-969, 205 ISSN: 2042-4868; e-issn: 2042-4876 205 Maxwell Scientific Publication Corp. Subitted: August 0, 205 Accepted: Septeber 3, 205 Published:

More information

An Integrated Approach for Monitoring Service Level Parameters of Software-Defined Networking

An Integrated Approach for Monitoring Service Level Parameters of Software-Defined Networking International Journal of Future Generation Counication and Networking Vol. 8, No. 6 (15), pp. 197-4 http://d.doi.org/1.1457/ijfgcn.15.8.6.19 An Integrated Approach for Monitoring Service Level Paraeters

More information

Software Quality Characteristics Tested For Mobile Application Development

Software Quality Characteristics Tested For Mobile Application Development Thesis no: MGSE-2015-02 Software Quality Characteristics Tested For Mobile Application Developent Literature Review and Epirical Survey WALEED ANWAR Faculty of Coputing Blekinge Institute of Technology

More information

Exploiting Hardware Heterogeneity within the Same Instance Type of Amazon EC2

Exploiting Hardware Heterogeneity within the Same Instance Type of Amazon EC2 Exploiting Hardware Heterogeneity within the Sae Instance Type of Aazon EC2 Zhonghong Ou, Hao Zhuang, Jukka K. Nurinen, Antti Ylä-Jääski, Pan Hui Aalto University, Finland; Deutsch Teleko Laboratories,

More information

CRM FACTORS ASSESSMENT USING ANALYTIC HIERARCHY PROCESS

CRM FACTORS ASSESSMENT USING ANALYTIC HIERARCHY PROCESS 641 CRM FACTORS ASSESSMENT USING ANALYTIC HIERARCHY PROCESS Marketa Zajarosova 1* *Ph.D. VSB - Technical University of Ostrava, THE CZECH REPUBLIC arketa.zajarosova@vsb.cz Abstract Custoer relationship

More information

Extended-Horizon Analysis of Pressure Sensitivities for Leak Detection in Water Distribution Networks: Application to the Barcelona Network

Extended-Horizon Analysis of Pressure Sensitivities for Leak Detection in Water Distribution Networks: Application to the Barcelona Network 2013 European Control Conference (ECC) July 17-19, 2013, Zürich, Switzerland. Extended-Horizon Analysis of Pressure Sensitivities for Leak Detection in Water Distribution Networks: Application to the Barcelona

More information

( C) CLASS 10. TEMPERATURE AND ATOMS

( C) CLASS 10. TEMPERATURE AND ATOMS CLASS 10. EMPERAURE AND AOMS 10.1. INRODUCION Boyle s understanding of the pressure-volue relationship for gases occurred in the late 1600 s. he relationships between volue and teperature, and between

More information

Use of extrapolation to forecast the working capital in the mechanical engineering companies

Use of extrapolation to forecast the working capital in the mechanical engineering companies ECONTECHMOD. AN INTERNATIONAL QUARTERLY JOURNAL 2014. Vol. 1. No. 1. 23 28 Use of extrapolation to forecast the working capital in the echanical engineering copanies A. Cherep, Y. Shvets Departent of finance

More information

An Improved Decision-making Model of Human Resource Outsourcing Based on Internet Collaboration

An Improved Decision-making Model of Human Resource Outsourcing Based on Internet Collaboration International Journal of Hybrid Inforation Technology, pp. 339-350 http://dx.doi.org/10.14257/hit.2016.9.4.28 An Iproved Decision-aking Model of Huan Resource Outsourcing Based on Internet Collaboration

More information

The Benefit of SMT in the Multi-Core Era: Flexibility towards Degrees of Thread-Level Parallelism

The Benefit of SMT in the Multi-Core Era: Flexibility towards Degrees of Thread-Level Parallelism The enefit of SMT in the Multi-Core Era: Flexibility towards Degrees of Thread-Level Parallelis Stijn Eyeran Lieven Eeckhout Ghent University, elgiu Stijn.Eyeran@elis.UGent.be, Lieven.Eeckhout@elis.UGent.be

More information

ASIC Design Project Management Supported by Multi Agent Simulation

ASIC Design Project Management Supported by Multi Agent Simulation ASIC Design Project Manageent Supported by Multi Agent Siulation Jana Blaschke, Christian Sebeke, Wolfgang Rosenstiel Abstract The coplexity of Application Specific Integrated Circuits (ASICs) is continuously

More information

Fuzzy Sets in HR Management

Fuzzy Sets in HR Management Acta Polytechnica Hungarica Vol. 8, No. 3, 2011 Fuzzy Sets in HR Manageent Blanka Zeková AXIOM SW, s.r.o., 760 01 Zlín, Czech Republic blanka.zekova@sezna.cz Jana Talašová Faculty of Science, Palacký Univerzity,

More information

Online Bagging and Boosting

Online Bagging and Boosting Abstract Bagging and boosting are two of the ost well-known enseble learning ethods due to their theoretical perforance guarantees and strong experiental results. However, these algoriths have been used

More information

An Approach to Combating Free-riding in Peer-to-Peer Networks

An Approach to Combating Free-riding in Peer-to-Peer Networks An Approach to Cobating Free-riding in Peer-to-Peer Networks Victor Ponce, Jie Wu, and Xiuqi Li Departent of Coputer Science and Engineering Florida Atlantic University Boca Raton, FL 33431 April 7, 2008

More information

Evaluating Inventory Management Performance: a Preliminary Desk-Simulation Study Based on IOC Model

Evaluating Inventory Management Performance: a Preliminary Desk-Simulation Study Based on IOC Model Evaluating Inventory Manageent Perforance: a Preliinary Desk-Siulation Study Based on IOC Model Flora Bernardel, Roberto Panizzolo, and Davide Martinazzo Abstract The focus of this study is on preliinary

More information

Real Time Target Tracking with Binary Sensor Networks and Parallel Computing

Real Time Target Tracking with Binary Sensor Networks and Parallel Computing Real Tie Target Tracking with Binary Sensor Networks and Parallel Coputing Hong Lin, John Rushing, Sara J. Graves, Steve Tanner, and Evans Criswell Abstract A parallel real tie data fusion and target tracking

More information

Modeling Parallel Applications Performance on Heterogeneous Systems

Modeling Parallel Applications Performance on Heterogeneous Systems Modeling Parallel Applications Perforance on Heterogeneous Systes Jaeela Al-Jaroodi, Nader Mohaed, Hong Jiang and David Swanson Departent of Coputer Science and Engineering University of Nebraska Lincoln

More information

A framework for performance monitoring, load balancing, adaptive timeouts and quality of service in digital libraries

A framework for performance monitoring, load balancing, adaptive timeouts and quality of service in digital libraries Int J Digit Libr (2000) 3: 9 35 INTERNATIONAL JOURNAL ON Digital Libraries Springer-Verlag 2000 A fraework for perforance onitoring, load balancing, adaptive tieouts and quality of service in digital libraries

More information

The AGA Evaluating Model of Customer Loyalty Based on E-commerce Environment

The AGA Evaluating Model of Customer Loyalty Based on E-commerce Environment 6 JOURNAL OF SOFTWARE, VOL. 4, NO. 3, MAY 009 The AGA Evaluating Model of Custoer Loyalty Based on E-coerce Environent Shaoei Yang Econoics and Manageent Departent, North China Electric Power University,

More information

REQUIREMENTS FOR A COMPUTER SCIENCE CURRICULUM EMPHASIZING INFORMATION TECHNOLOGY SUBJECT AREA: CURRICULUM ISSUES

REQUIREMENTS FOR A COMPUTER SCIENCE CURRICULUM EMPHASIZING INFORMATION TECHNOLOGY SUBJECT AREA: CURRICULUM ISSUES REQUIREMENTS FOR A COMPUTER SCIENCE CURRICULUM EMPHASIZING INFORMATION TECHNOLOGY SUBJECT AREA: CURRICULUM ISSUES Charles Reynolds Christopher Fox reynolds @cs.ju.edu fox@cs.ju.edu Departent of Coputer

More information

Dynamic Placement for Clustered Web Applications

Dynamic Placement for Clustered Web Applications Dynaic laceent for Clustered Web Applications A. Karve, T. Kibrel, G. acifici, M. Spreitzer, M. Steinder, M. Sviridenko, and A. Tantawi IBM T.J. Watson Research Center {karve,kibrel,giovanni,spreitz,steinder,sviri,tantawi}@us.ib.co

More information

CLOSED-LOOP SUPPLY CHAIN NETWORK OPTIMIZATION FOR HONG KONG CARTRIDGE RECYCLING INDUSTRY

CLOSED-LOOP SUPPLY CHAIN NETWORK OPTIMIZATION FOR HONG KONG CARTRIDGE RECYCLING INDUSTRY CLOSED-LOOP SUPPLY CHAIN NETWORK OPTIMIZATION FOR HONG KONG CARTRIDGE RECYCLING INDUSTRY Y. T. Chen Departent of Industrial and Systes Engineering Hong Kong Polytechnic University, Hong Kong yongtong.chen@connect.polyu.hk

More information

Method of supply chain optimization in E-commerce

Method of supply chain optimization in E-commerce MPRA Munich Personal RePEc Archive Method of supply chain optiization in E-coerce Petr Suchánek and Robert Bucki Silesian University - School of Business Adinistration, The College of Inforatics and Manageent

More information

International Journal of Management & Information Systems First Quarter 2012 Volume 16, Number 1

International Journal of Management & Information Systems First Quarter 2012 Volume 16, Number 1 International Journal of Manageent & Inforation Systes First Quarter 2012 Volue 16, Nuber 1 Proposal And Effectiveness Of A Highly Copelling Direct Mail Method - Establishent And Deployent Of PMOS-DM Hisatoshi

More information

SOME APPLICATIONS OF FORECASTING Prof. Thomas B. Fomby Department of Economics Southern Methodist University May 2008

SOME APPLICATIONS OF FORECASTING Prof. Thomas B. Fomby Department of Economics Southern Methodist University May 2008 SOME APPLCATONS OF FORECASTNG Prof. Thoas B. Foby Departent of Econoics Southern Methodist University May 8 To deonstrate the usefulness of forecasting ethods this note discusses four applications of forecasting

More information

Image restoration for a rectangular poor-pixels detector

Image restoration for a rectangular poor-pixels detector Iage restoration for a rectangular poor-pixels detector Pengcheng Wen 1, Xiangjun Wang 1, Hong Wei 2 1 State Key Laboratory of Precision Measuring Technology and Instruents, Tianjin University, China 2

More information

RECURSIVE DYNAMIC PROGRAMMING: HEURISTIC RULES, BOUNDING AND STATE SPACE REDUCTION. Henrik Kure

RECURSIVE DYNAMIC PROGRAMMING: HEURISTIC RULES, BOUNDING AND STATE SPACE REDUCTION. Henrik Kure RECURSIVE DYNAMIC PROGRAMMING: HEURISTIC RULES, BOUNDING AND STATE SPACE REDUCTION Henrik Kure Dina, Danish Inforatics Network In the Agricultural Sciences Royal Veterinary and Agricultural University

More information

Energy Proportionality for Disk Storage Using Replication

Energy Proportionality for Disk Storage Using Replication Energy Proportionality for Disk Storage Using Replication Jinoh Ki and Doron Rote Lawrence Berkeley National Laboratory University of California, Berkeley, CA 94720 {jinohki,d rote}@lbl.gov Abstract Energy

More information

Managing Complex Network Operation with Predictive Analytics

Managing Complex Network Operation with Predictive Analytics Managing Coplex Network Operation with Predictive Analytics Zhenyu Huang, Pak Chung Wong, Patrick Mackey, Yousu Chen, Jian Ma, Kevin Schneider, and Frank L. Greitzer Pacific Northwest National Laboratory

More information

Data Streaming Algorithms for Estimating Entropy of Network Traffic

Data Streaming Algorithms for Estimating Entropy of Network Traffic Data Streaing Algoriths for Estiating Entropy of Network Traffic Ashwin Lall University of Rochester Vyas Sekar Carnegie Mellon University Mitsunori Ogihara University of Rochester Jun (Ji) Xu Georgia

More information

Analyzing Spatiotemporal Characteristics of Education Network Traffic with Flexible Multiscale Entropy

Analyzing Spatiotemporal Characteristics of Education Network Traffic with Flexible Multiscale Entropy Vol. 9, No. 5 (2016), pp.303-312 http://dx.doi.org/10.14257/ijgdc.2016.9.5.26 Analyzing Spatioteporal Characteristics of Education Network Traffic with Flexible Multiscale Entropy Chen Yang, Renjie Zhou

More information

Introduction to the Microsoft Sync Framework. Michael Clark Development Manager Microsoft

Introduction to the Microsoft Sync Framework. Michael Clark Development Manager Microsoft Introduction to the Michael Clark Developent Manager Microsoft Agenda Why Is Sync both Interesting and Hard Sync Fraework Overview Using the Sync Fraework Future Directions Suary Why Is Sync Iportant Coputing

More information

LEAN FOR FRONTLINE MANAGERS IN HEALTHCARE An action learning programme for frontline healthcare managers

LEAN FOR FRONTLINE MANAGERS IN HEALTHCARE An action learning programme for frontline healthcare managers Course Code: L024 LEAN FOR FRONTLINE MANAGERS IN HEALTHCARE An action learning prograe for frontline healthcare anagers 6 days Green Belt equivalent Are you ready to challenge the status quo and transfor

More information

How To Get A Loan From A Bank For Free

How To Get A Loan From A Bank For Free Finance 111 Finance We have to work with oney every day. While balancing your checkbook or calculating your onthly expenditures on espresso requires only arithetic, when we start saving, planning for retireent,

More information

This paper studies a rental firm that offers reusable products to price- and quality-of-service sensitive

This paper studies a rental firm that offers reusable products to price- and quality-of-service sensitive MANUFACTURING & SERVICE OPERATIONS MANAGEMENT Vol., No. 3, Suer 28, pp. 429 447 issn 523-464 eissn 526-5498 8 3 429 infors doi.287/so.7.8 28 INFORMS INFORMS holds copyright to this article and distributed

More information

Optimal Resource-Constraint Project Scheduling with Overlapping Modes

Optimal Resource-Constraint Project Scheduling with Overlapping Modes Optial Resource-Constraint Proect Scheduling with Overlapping Modes François Berthaut Lucas Grèze Robert Pellerin Nathalie Perrier Adnène Hai February 20 CIRRELT-20-09 Bureaux de Montréal : Bureaux de

More information

Machine Learning Applications in Grid Computing

Machine Learning Applications in Grid Computing Machine Learning Applications in Grid Coputing George Cybenko, Guofei Jiang and Daniel Bilar Thayer School of Engineering Dartouth College Hanover, NH 03755, USA gvc@dartouth.edu, guofei.jiang@dartouth.edu

More information

A Scalable Application Placement Controller for Enterprise Data Centers

A Scalable Application Placement Controller for Enterprise Data Centers W WWW 7 / Track: Perforance and Scalability A Scalable Application Placeent Controller for Enterprise Data Centers Chunqiang Tang, Malgorzata Steinder, Michael Spreitzer, and Giovanni Pacifici IBM T.J.

More information

Cooperative Caching for Adaptive Bit Rate Streaming in Content Delivery Networks

Cooperative Caching for Adaptive Bit Rate Streaming in Content Delivery Networks Cooperative Caching for Adaptive Bit Rate Streaing in Content Delivery Networs Phuong Luu Vo Departent of Coputer Science and Engineering, International University - VNUHCM, Vietna vtlphuong@hciu.edu.vn

More information

A Study on the Chain Restaurants Dynamic Negotiation Games of the Optimization of Joint Procurement of Food Materials

A Study on the Chain Restaurants Dynamic Negotiation Games of the Optimization of Joint Procurement of Food Materials International Journal of Coputer Science & Inforation Technology (IJCSIT) Vol 6, No 1, February 2014 A Study on the Chain estaurants Dynaic Negotiation aes of the Optiization of Joint Procureent of Food

More information

Calculation Method for evaluating Solar Assisted Heat Pump Systems in SAP 2009. 15 July 2013

Calculation Method for evaluating Solar Assisted Heat Pump Systems in SAP 2009. 15 July 2013 Calculation Method for evaluating Solar Assisted Heat Pup Systes in SAP 2009 15 July 2013 Page 1 of 17 1 Introduction This docuent describes how Solar Assisted Heat Pup Systes are recognised in the National

More information

Performance Evaluation of Machine Learning Techniques using Software Cost Drivers

Performance Evaluation of Machine Learning Techniques using Software Cost Drivers Perforance Evaluation of Machine Learning Techniques using Software Cost Drivers Manas Gaur Departent of Coputer Engineering, Delhi Technological University Delhi, India ABSTRACT There is a treendous rise

More information

How To Balance Over Redundant Wireless Sensor Networks Based On Diffluent

How To Balance Over Redundant Wireless Sensor Networks Based On Diffluent Load balancing over redundant wireless sensor networks based on diffluent Abstract Xikui Gao Yan ai Yun Ju School of Control and Coputer Engineering North China Electric ower University 02206 China Received

More information

Protecting Small Keys in Authentication Protocols for Wireless Sensor Networks

Protecting Small Keys in Authentication Protocols for Wireless Sensor Networks Protecting Sall Keys in Authentication Protocols for Wireless Sensor Networks Kalvinder Singh Australia Developent Laboratory, IBM and School of Inforation and Counication Technology, Griffith University

More information

Driving Behavior Analysis Based on Vehicle OBD Information and AdaBoost Algorithms

Driving Behavior Analysis Based on Vehicle OBD Information and AdaBoost Algorithms , March 18-20, 2015, Hong Kong Driving Behavior Analysis Based on Vehicle OBD Inforation and AdaBoost Algoriths Shi-Huang Chen, Jeng-Shyang Pan, and Kaixuan Lu Abstract This paper proposes a novel driving

More information

Local Area Network Management

Local Area Network Management Technology Guidelines for School Coputer-based Technologies Local Area Network Manageent Local Area Network Manageent Introduction This docuent discusses the tasks associated with anageent of Local Area

More information

An improved TF-IDF approach for text classification *

An improved TF-IDF approach for text classification * Zhang et al. / J Zheiang Univ SCI 2005 6A(1:49-55 49 Journal of Zheiang University SCIECE ISS 1009-3095 http://www.zu.edu.cn/zus E-ail: zus@zu.edu.cn An iproved TF-IDF approach for text classification

More information

Searching strategy for multi-target discovery in wireless networks

Searching strategy for multi-target discovery in wireless networks Searching strategy for ulti-target discovery in wireless networks Zhao Cheng, Wendi B. Heinzelan Departent of Electrical and Coputer Engineering University of Rochester Rochester, NY 467 (585) 75-{878,

More information

Exercise 4 INVESTIGATION OF THE ONE-DEGREE-OF-FREEDOM SYSTEM

Exercise 4 INVESTIGATION OF THE ONE-DEGREE-OF-FREEDOM SYSTEM Eercise 4 IVESTIGATIO OF THE OE-DEGREE-OF-FREEDOM SYSTEM 1. Ai of the eercise Identification of paraeters of the euation describing a one-degree-of- freedo (1 DOF) atheatical odel of the real vibrating

More information

An Application Research on the Workflow-based Large-scale Hospital Information System Integration

An Application Research on the Workflow-based Large-scale Hospital Information System Integration 106 JOURNAL OF COMPUTERS, VOL. 6, NO. 1, JANUARY 2011 An Application Research on the Workflow-based Large-scale Hospital Inforation Syste Integration Yang Guojun School of Coputer, Neijiang Noral University,

More information

Standards and Protocols for the Collection and Dissemination of Graduating Student Initial Career Outcomes Information For Undergraduates

Standards and Protocols for the Collection and Dissemination of Graduating Student Initial Career Outcomes Information For Undergraduates National Association of Colleges and Eployers Standards and Protocols for the Collection and Disseination of Graduating Student Initial Career Outcoes Inforation For Undergraduates Developed by the NACE

More information

Implementation of Active Queue Management in a Combined Input and Output Queued Switch

Implementation of Active Queue Management in a Combined Input and Output Queued Switch pleentation of Active Queue Manageent in a obined nput and Output Queued Switch Bartek Wydrowski and Moshe Zukeran AR Special Research entre for Ultra-Broadband nforation Networks, EEE Departent, The University

More information

INTEGRATED ENVIRONMENT FOR STORING AND HANDLING INFORMATION IN TASKS OF INDUCTIVE MODELLING FOR BUSINESS INTELLIGENCE SYSTEMS

INTEGRATED ENVIRONMENT FOR STORING AND HANDLING INFORMATION IN TASKS OF INDUCTIVE MODELLING FOR BUSINESS INTELLIGENCE SYSTEMS Artificial Intelligence Methods and Techniques for Business and Engineering Applications 210 INTEGRATED ENVIRONMENT FOR STORING AND HANDLING INFORMATION IN TASKS OF INDUCTIVE MODELLING FOR BUSINESS INTELLIGENCE

More information

Fuzzy approach for searching in CRM systems

Fuzzy approach for searching in CRM systems Fuzzy approach for searching in CRM systes BOGDAN WALEK, JIŘÍ BARTOŠ, CYRIL KLIMEŠ Departent of Inforatics and Coputers University of Ostrava 30. dubna 22, 701 03 Ostrava CZECH REPUBLIC bogdan.walek@osu.cz,

More information

Botnets Detection Based on IRC-Community

Botnets Detection Based on IRC-Community Botnets Detection Based on IRC-Counity Wei Lu and Ali A. Ghorbani Network Security Laboratory, Faculty of Coputer Science University of New Brunswick, Fredericton, NB E3B 5A3, Canada {wlu, ghorbani}@unb.ca

More information

Research on Risk Assessment of PFI Projects Based on Grid-fuzzy Borda Number

Research on Risk Assessment of PFI Projects Based on Grid-fuzzy Borda Number Researc on Risk Assessent of PFI Projects Based on Grid-fuzzy Borda Nuber LI Hailing 1, SHI Bensan 2 1. Scool of Arcitecture and Civil Engineering, Xiua University, Cina, 610039 2. Scool of Econoics and

More information

Information Processing Letters

Information Processing Letters Inforation Processing Letters 111 2011) 178 183 Contents lists available at ScienceDirect Inforation Processing Letters www.elsevier.co/locate/ipl Offline file assignents for online load balancing Paul

More information

A short-term, pattern-based model for water-demand forecasting

A short-term, pattern-based model for water-demand forecasting 39 Q IWA Publishing 2007 Journal of Hydroinforatics 09.1 2007 A short-ter, pattern-based odel for water-deand forecasting Stefano Alvisi, Marco Franchini and Alberto Marinelli ABSTRACT The short-ter, deand-forecasting

More information

ON SELF-ROUTING IN CLOS CONNECTION NETWORKS. BARRY G. DOUGLASS Electrical Engineering Department Texas A&M University College Station, TX 77843-3128

ON SELF-ROUTING IN CLOS CONNECTION NETWORKS. BARRY G. DOUGLASS Electrical Engineering Department Texas A&M University College Station, TX 77843-3128 ON SELF-ROUTING IN CLOS CONNECTION NETWORKS BARRY G. DOUGLASS Electrical Engineering Departent Texas A&M University College Station, TX 778-8 A. YAVUZ ORUÇ Electrical Engineering Departent and Institute

More information

ADJUSTING FOR QUALITY CHANGE

ADJUSTING FOR QUALITY CHANGE ADJUSTING FOR QUALITY CHANGE 7 Introduction 7.1 The easureent of changes in the level of consuer prices is coplicated by the appearance and disappearance of new and old goods and services, as well as changes

More information

Workflow Management in Cloud Computing

Workflow Management in Cloud Computing Workflow Manageent in Cloud Coputing Monika Bharti M.E. student Coputer Science and Engineering Departent Thapar University, Patiala Anju Bala Assistant Professor Coputer Science and Engineering Departent

More information

Construction Economics & Finance. Module 3 Lecture-1

Construction Economics & Finance. Module 3 Lecture-1 Depreciation:- Construction Econoics & Finance Module 3 Lecture- It represents the reduction in arket value of an asset due to age, wear and tear and obsolescence. The physical deterioration of the asset

More information

Markovian inventory policy with application to the paper industry

Markovian inventory policy with application to the paper industry Coputers and Cheical Engineering 26 (2002) 1399 1413 www.elsevier.co/locate/copcheeng Markovian inventory policy with application to the paper industry K. Karen Yin a, *, Hu Liu a,1, Neil E. Johnson b,2

More information

Invention of NFV Technique and Its Relationship with NPV

Invention of NFV Technique and Its Relationship with NPV International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 9 No. 3 Nov. 2014, pp. 1188-1195 2014 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Invention

More information

Insurance Spirals and the Lloyd s Market

Insurance Spirals and the Lloyd s Market Insurance Spirals and the Lloyd s Market Andrew Bain University of Glasgow Abstract This paper presents a odel of reinsurance arket spirals, and applies it to the situation that existed in the Lloyd s

More information

Resource Allocation in Wireless Networks with Multiple Relays

Resource Allocation in Wireless Networks with Multiple Relays Resource Allocation in Wireless Networks with Multiple Relays Kağan Bakanoğlu, Stefano Toasin, Elza Erkip Departent of Electrical and Coputer Engineering, Polytechnic Institute of NYU, Brooklyn, NY, 0

More information

Lecture L9 - Linear Impulse and Momentum. Collisions

Lecture L9 - Linear Impulse and Momentum. Collisions J. Peraire, S. Widnall 16.07 Dynaics Fall 009 Version.0 Lecture L9 - Linear Ipulse and Moentu. Collisions In this lecture, we will consider the equations that result fro integrating Newton s second law,

More information

OpenGamma Documentation Bond Pricing

OpenGamma Documentation Bond Pricing OpenGaa Docuentation Bond Pricing Marc Henrard arc@opengaa.co OpenGaa Docuentation n. 5 Version 2.0 - May 2013 Abstract The details of the ipleentation of pricing for fixed coupon bonds and floating rate

More information

Modeling Nurse Scheduling Problem Using 0-1 Goal Programming: A Case Study Of Tafo Government Hospital, Kumasi-Ghana

Modeling Nurse Scheduling Problem Using 0-1 Goal Programming: A Case Study Of Tafo Government Hospital, Kumasi-Ghana Modeling Nurse Scheduling Proble Using 0-1 Goal Prograing: A Case Study Of Tafo Governent Hospital, Kuasi-Ghana Wallace Agyei, Willia Obeng-Denteh, Eanuel A. Andaa Abstract: The proble of scheduling nurses

More information

Design of Model Reference Self Tuning Mechanism for PID like Fuzzy Controller

Design of Model Reference Self Tuning Mechanism for PID like Fuzzy Controller Research Article International Journal of Current Engineering and Technology EISSN 77 46, PISSN 347 56 4 INPRESSCO, All Rights Reserved Available at http://inpressco.co/category/ijcet Design of Model Reference

More information

Factored Models for Probabilistic Modal Logic

Factored Models for Probabilistic Modal Logic Proceedings of the Twenty-Third AAAI Conference on Artificial Intelligence (2008 Factored Models for Probabilistic Modal Logic Afsaneh Shirazi and Eyal Air Coputer Science Departent, University of Illinois

More information

Evaluating Software Quality of Vendors using Fuzzy Analytic Hierarchy Process

Evaluating Software Quality of Vendors using Fuzzy Analytic Hierarchy Process IMECS 2008 9-2 March 2008 Hong Kong Evaluating Software Quality of Vendors using Fuzzy Analytic Hierarchy Process Kevin K.F. Yuen* Henry C.W. au Abstract This paper proposes a fuzzy Analytic Hierarchy

More information

SUPPORTING YOUR HIPAA COMPLIANCE EFFORTS

SUPPORTING YOUR HIPAA COMPLIANCE EFFORTS WHITE PAPER SUPPORTING YOUR HIPAA COMPLIANCE EFFORTS Quanti Solutions. Advancing HIM through Innovation HEALTHCARE SUPPORTING YOUR HIPAA COMPLIANCE EFFORTS Quanti Solutions. Advancing HIM through Innovation

More information

Calculating the Return on Investment (ROI) for DMSMS Management. The Problem with Cost Avoidance

Calculating the Return on Investment (ROI) for DMSMS Management. The Problem with Cost Avoidance Calculating the Return on nvestent () for DMSMS Manageent Peter Sandborn CALCE, Departent of Mechanical Engineering (31) 45-3167 sandborn@calce.ud.edu www.ene.ud.edu/escml/obsolescence.ht October 28, 21

More information

A Soft Real-time Scheduling Server on the Windows NT

A Soft Real-time Scheduling Server on the Windows NT A Soft Real-tie Scheduling Server on the Windows NT Chih-han Lin, Hao-hua Chu, Klara Nahrstedt Departent of Coputer Science University of Illinois at Urbana Chapaign clin2, h-chu3, klara@cs.uiuc.edu Abstract

More information

arxiv:0805.1434v1 [math.pr] 9 May 2008

arxiv:0805.1434v1 [math.pr] 9 May 2008 Degree-distribution stability of scale-free networs Zhenting Hou, Xiangxing Kong, Dinghua Shi,2, and Guanrong Chen 3 School of Matheatics, Central South University, Changsha 40083, China 2 Departent of

More information

Red Hat Enterprise Linux: Creating a Scalable Open Source Storage Infrastructure

Red Hat Enterprise Linux: Creating a Scalable Open Source Storage Infrastructure Red Hat Enterprise Linux: Creating a Scalable Open Source Storage Infrastructure By Alan Radding and Nick Carr Abstract This paper discusses the issues related to storage design and anageent when an IT

More information

Investing in corporate bonds?

Investing in corporate bonds? Investing in corporate bonds? This independent guide fro the Australian Securities and Investents Coission (ASIC) can help you look past the return and assess the risks of corporate bonds. If you re thinking

More information

Research and Application of Redundant Data Deleting Algorithm Based on the Cloud Storage Platform

Research and Application of Redundant Data Deleting Algorithm Based on the Cloud Storage Platform Send Orders for Reprints to reprints@benthamscience.ae 50 The Open Cybernetics & Systemics Journal, 2015, 9, 50-54 Open Access Research and Application of Redundant Data Deleting Algorithm Based on the

More information

Equivalent Tapped Delay Line Channel Responses with Reduced Taps

Equivalent Tapped Delay Line Channel Responses with Reduced Taps Equivalent Tapped Delay Line Channel Responses with Reduced Taps Shweta Sagari, Wade Trappe, Larry Greenstein {shsagari, trappe, ljg}@winlab.rutgers.edu WINLAB, Rutgers University, North Brunswick, NJ

More information

- 265 - Part C. Property and Casualty Insurance Companies

- 265 - Part C. Property and Casualty Insurance Companies Part C. Property and Casualty Insurance Copanies This Part discusses proposals to curtail favorable tax rules for property and casualty ("P&C") insurance copanies. The syste of reserves for unpaid losses

More information

Considerations on Distributed Load Balancing for Fully Heterogeneous Machines: Two Particular Cases

Considerations on Distributed Load Balancing for Fully Heterogeneous Machines: Two Particular Cases Considerations on Distributed Load Balancing for Fully Heterogeneous Machines: Two Particular Cases Nathanaël Cheriere Departent of Coputer Science ENS Rennes Rennes, France nathanael.cheriere@ens-rennes.fr

More information

Impact of Processing Costs on Service Chain Placement in Network Functions Virtualization

Impact of Processing Costs on Service Chain Placement in Network Functions Virtualization Ipact of Processing Costs on Service Chain Placeent in Network Functions Virtualization Marco Savi, Massio Tornatore, Giacoo Verticale Dipartiento di Elettronica, Inforazione e Bioingegneria, Politecnico

More information

Investing in corporate bonds?

Investing in corporate bonds? Investing in corporate bonds? This independent guide fro the Australian Securities and Investents Coission (ASIC) can help you look past the return and assess the risks of corporate bonds. If you re thinking

More information

The Application of Bandwidth Optimization Technique in SLA Negotiation Process

The Application of Bandwidth Optimization Technique in SLA Negotiation Process The Application of Bandwidth Optiization Technique in SLA egotiation Process Srecko Krile University of Dubrovnik Departent of Electrical Engineering and Coputing Cira Carica 4, 20000 Dubrovnik, Croatia

More information

Evaluating the Effectiveness of Task Overlapping as a Risk Response Strategy in Engineering Projects

Evaluating the Effectiveness of Task Overlapping as a Risk Response Strategy in Engineering Projects Evaluating the Effectiveness of Task Overlapping as a Risk Response Strategy in Engineering Projects Lucas Grèze Robert Pellerin Nathalie Perrier Patrice Leclaire February 2011 CIRRELT-2011-11 Bureaux

More information

Fuzzy Evaluation on Network Security Based on the New Algorithm of Membership Degree Transformation M(1,2,3)

Fuzzy Evaluation on Network Security Based on the New Algorithm of Membership Degree Transformation M(1,2,3) 324 JOURNAL OF NETWORKS, VOL. 4, NO. 5, JULY 29 Fuzzy Evaluation on Networ Security Based on the New Algorith of Mebership Degree Transforation M(,2,3) Hua Jiang School of Econoics and Manageent, Hebei

More information

CPU Animation. Introduction. CPU skinning. CPUSkin Scalar:

CPU Animation. Introduction. CPU skinning. CPUSkin Scalar: CPU Aniation Introduction The iportance of real-tie character aniation has greatly increased in odern gaes. Aniating eshes ia 'skinning' can be perfored on both a general purpose CPU and a ore specialized

More information

PREDICTION OF POSSIBLE CONGESTIONS IN SLA CREATION PROCESS

PREDICTION OF POSSIBLE CONGESTIONS IN SLA CREATION PROCESS PREDICTIO OF POSSIBLE COGESTIOS I SLA CREATIO PROCESS Srećko Krile University of Dubrovnik Departent of Electrical Engineering and Coputing Cira Carica 4, 20000 Dubrovnik, Croatia Tel +385 20 445-739,

More information

An Optimal Task Allocation Model for System Cost Analysis in Heterogeneous Distributed Computing Systems: A Heuristic Approach

An Optimal Task Allocation Model for System Cost Analysis in Heterogeneous Distributed Computing Systems: A Heuristic Approach An Optial Tas Allocation Model for Syste Cost Analysis in Heterogeneous Distributed Coputing Systes: A Heuristic Approach P. K. Yadav Central Building Research Institute, Rooree- 247667, Uttarahand (INDIA)

More information

Physics 211: Lab Oscillations. Simple Harmonic Motion.

Physics 211: Lab Oscillations. Simple Harmonic Motion. Physics 11: Lab Oscillations. Siple Haronic Motion. Reading Assignent: Chapter 15 Introduction: As we learned in class, physical systes will undergo an oscillatory otion, when displaced fro a stable equilibriu.

More information

ESTIMATING LIQUIDITY PREMIA IN THE SPANISH GOVERNMENT SECURITIES MARKET

ESTIMATING LIQUIDITY PREMIA IN THE SPANISH GOVERNMENT SECURITIES MARKET ESTIMATING LIQUIDITY PREMIA IN THE SPANISH GOVERNMENT SECURITIES MARKET Francisco Alonso, Roberto Blanco, Ana del Río and Alicia Sanchis Banco de España Banco de España Servicio de Estudios Docuento de

More information

Entity Search Engine: Towards Agile Best-Effort Information Integration over the Web

Entity Search Engine: Towards Agile Best-Effort Information Integration over the Web Entity Search Engine: Towards Agile Best-Effort Inforation Integration over the Web Tao Cheng, Kevin Chen-Chuan Chang University of Illinois at Urbana-Chapaign {tcheng3, kcchang}@cs.uiuc.edu. INTRODUCTION

More information

Modeling Cooperative Gene Regulation Using Fast Orthogonal Search

Modeling Cooperative Gene Regulation Using Fast Orthogonal Search 8 The Open Bioinforatics Journal, 28, 2, 8-89 Open Access odeling Cooperative Gene Regulation Using Fast Orthogonal Search Ian inz* and ichael J. Korenberg* Departent of Electrical and Coputer Engineering,

More information

Mathematical Model for Glucose-Insulin Regulatory System of Diabetes Mellitus

Mathematical Model for Glucose-Insulin Regulatory System of Diabetes Mellitus Advances in Applied Matheatical Biosciences. ISSN 8-998 Volue, Nuber (0), pp. 9- International Research Publication House http://www.irphouse.co Matheatical Model for Glucose-Insulin Regulatory Syste of

More information

Option B: Credit Card Processing

Option B: Credit Card Processing Attachent B Option B: Credit Card Processing Request for Proposal Nuber 4404 Z1 Bidders are required coplete all fors provided in this attachent if bidding on Option B: Credit Card Processing. Note: If

More information