A New Quality of Service Metric for Hard/Soft Real-Time Applications

Size: px
Start display at page:

Download "A New Quality of Service Metric for Hard/Soft Real-Time Applications"

Transcription

1 A New Qualty of Servce Metrc for Hard/Soft Real-Tme Applcatons Shaoxong Hua and Gang Qu Electrcal and Computer Engneerng Department and Insttute of Advanced Computer Study Unversty of Maryland, College Park, MD 2742 {shua, Abstract Real-tme applcatons often have mxed hard and soft deadlnes, can be preempted subject to the cost of context swtchng or the restart of computaton, and have varous data dependency. The smple but wdely used task completon rato, as the Qualty of Servce (QoS) metrc, does not capture these characterstcs and can not reflect user perceved QoS well. In ths paper, we propose a new quanttatve QoS metrc, whch s based on task completon rato but dfferentates hard and soft deadlnes and models data dependency as well. Bascally, t assgns dfferent weghts to hard and soft deadlne tasks, penalzes late soft task completon, and measures the tasks affected by any dropped tasks. We apply popular onlne schedulers, such as (earlest deadlne frst), FCFS (frst come frst serve), and (least executon tme frst), on a set of smulated MPEG moves at the frame level and for each applcaton compare the new QoS measurement, tradtonal completon rato wth the real completon rato whch consders the number of correctly decoded frames and has been mapped to the user perceved QoS well. Expermental results show that our proposed QoS metrc can reflect real lfe QoS much better than the tradtonal one.. Introducton Wth the ncreasng popularty of real-tme multmeda and wreless communcaton applcatons, qualty of servce (QoS) attracts a lot of attenton n a number of research and development communtes, n partcular the network routng and multmeda delvery. Provdng the requred QoS guarantees are vtal for desgn of the embedded systems that carry out such applcatons. The most popular way to specfy tme-related QoS requrements, such as synchronzaton and latency, s deadlne. Hard deadlnes are the deadlne constrants that must be satsfed n order to provde QoS guarantees. However, as the applcaton-drven system desgn keeps on pushng for hgh performance, lght weght, low energy consumpton, better portablty, and so on, t becomes tough to meet these more and more system resource demandng QoS requrements. For example, one would lke to vew hgh-resoluton moves one after another on a DVD player, but t cannot be done wthout rechargng the battery. Consequently, many real-tme applcatons have soft deadlnes. Falure to meet the soft deadlnes wll degrade the QoS wthn an acceptable range. For nstance, many MPEG vdeo applcatons such as vdeo conferences requre relable communcaton and consstently hgh throughput, whle beng able to tolerate reasonable amount of packet error, jtter, or unsynchronzaton. Mssng some frame s (soft) processng deadlne wll also be acceptable. Soft deadlnes can also be found n many other applcatons such as web browsng and fle transfer. In the other hand data dependency exsts n many applcatons. The smple but wdely used task completon rato, as the Qualty of Servce, assumes that the tasks are ndependent and equally mportant. It cannot capture the hard/soft deadlne and data dependency and does not reflect the user perceved QoS well. These observatons lead us to a new measure for QoS. Any task completon before ts deadlne should contrbute to the QoS; any task completon after ts soft deadlne may also contrbute to the QoS, but subject to a penalty for mssng the deadlne. Furthermore, the task drops wll affect some other tasks based on data dependency. Therefore, we defne QoS as a weghted sum of the percentage of completed tasks, the penalty for completng tasks after ther soft deadlnes and the penalty for task drops. The paper s structured as follows. In Secton 2 we brefly survey the exstng work on QoS modelng. Secton 3 proposes a novel quanttatve measurement for QoS based on task completon rato wth consderaton of penaltes for task drops and soft deadlne msses. Secton 4 presents and analyzes the experment results. The paper s concluded and some future envsoned research ssues are presented n Secton 5. Proceedngs of the Internatonal Conference on Informaton Technology: Computers and Communcatons (ITCC 3)

2 2. Related work Varous QoS requrements, such as bounded delay, mnmal throughput, guaranteed synchronzaton or resoluton, task completon rato, were frst addressed n the network and real-tme operatng systems (RTOS) communtes. Lawrence dscusses the metrcs based on the QoS attrbutes of tmelness, precson, and accuracy that can be used for system specfcaton, nstrumentaton, and evaluaton [6]. Altmann and Varaya defne QoS as a combnaton of the basc qualty metrcs for the network layer: delay, jtter, bandwdth, and relablty []. The most formally sound and practcally relevant QoS model n the networkng communty s proposed by Cruz [4]. The model s based on the demand curves and servce curves. The man conceptual result n RTOS lterature s presented by Rajkumar et al. n [8]. They ntroduce an analytcal approach for satsfyng multple QoS dmensons under a gven set of resource constrants. They show that the problem s NP-hard and develop an approxmaton polynomal algorthm for the problem by transformng t nto a mxed nteger programmng problem [9]. Comprehensve survey of QoS research n these two areas s gven n [2]. Recently, Ng et al. report some research results on the QoS of MPEG vdeo as perceved by Human bengs. They derve a new metrc QoS- Human for measurng the QoS of MPEG vdeo of three common types of contents [7]. 3. QoS model We consder that a sngle processor system serves realtme applcatons, each applcaton conssts of a sequence of tasks, and each task s characterzed by ts arrval tme a, deadlne d (whch can be ether hard or soft), and executon tme e. The lfetme of a task wth hard deadlne s the perod [a,d] between ts arrval tme and deadlne. The length of ts lfetme, d-a, s normally referred as latency. We wll represent a task by <a,d,e,h/s>. A task s completed f t receves vald servce tme n the amount of ts requred executon tme, before the deadlne for hard deadlne task. A task has a hard deadlne f t must be completed before the deadlne otherwse the system wll not get the reward for servng the task and the applcaton. A task has a soft deadlne f the system can stll beneft even f the deadlne s mssed, subjected to a deadlne-mss penalty. A task s non-preemptve means that once the task gets the CPU, t wll occupy the CPU untl ts deadlne or completon, whchever comes earler. A task s preemptve means that the task may lose control of the CPU durng ts executon, but when t gets the CPU back, t can resume the nterrupted executon. A task s sem-preemptve f t can be preempted but must be restarted nstead of resumng the remanng workload due to the hgh cost of context swtch. That s, any ncomplete computaton becomes nvald and wll be dscarded. For example, multmeda embedded systems may not have suffcent memory to store all the ntermedate results and would restart the computaton should preempton occurs. The completon rato, whch s the percentage of how much tasks have been completed by the system, does not gve an accurate measure for the QoS n that ) t does not dstngush hard deadlne tasks and soft deadlne tasks on whch the system may get dfferent amount of reward; 2) t does not dstngush tasks completed before ther soft deadlnes and those that are completed but mss the deadlnes; and 3) t does not reflect data dependency among tasks snce all deadlne msses are treated n the same way. Based on these observatons, we defne QoS as follows: Suppose that a scheduler S completes K h hard-deadlne tasks and K s soft-deadlne tasks out of a total of N tasks, the QoS provded by such scheduler s: αsks + αhkh β δ γ QS ( ) = N N d a N () where α s and α h are the weghts for soft deadlne tasks and hard deadlne tasks; β s the penalty parameter or the tolerance factor for deadlne mssng; δ s the dfference between the task s deadlne and completon tme when the (soft) deadlne s mssed; d - a s the lfe tme of the task; γ s penalty parameter for task droppng; s the number of tasks that wll be affected f the -th task s dropped( =); the frst sum s taken over all the completed tasks that mss ther soft deadlnes; and the second sum s taken over all the dropped tasks regardless of ther deadlne type. The QoS defned n () s a drect extenson of completon rato, n the case when there s no penalty of mssng soft deadlnes (β=) or droppng tasks (γ=) and hard deadlne tasks are consdered equally mportant as soft ones (α s =α h =), whch has been used for QoS measurement n many occasons. Soft deadlnes and hard deadlnes are treated dfferently by assgnng them dfferent weghts α s and α h. Soft deadlne mssng s penalzed by the relatve amount that the deadlne has been mssed wth the penalty factor β. Data dependency s captured n the last term by reducng QoS n the amount of tasks dependng on the dropped tasks wth a penalty factor γ. Proceedngs of the Internatonal Conference on Informaton Technology: Computers and Communcatons (ITCC 3)

3 Move Table. Statstcs of the MPEG streams we generated n the smulaton. ( µ s the mean and σ s the standard devaton. ) Numbers of frames I-to-I I-to-P I-frame sze P-frame sze B-frame sze µ σ µ σ µ σ Wzard of OZ 4, Star Wars 74, Scence of the Lambs 39, Goldfnger 4, Expermental results In ths secton, we report the setup of our smulaton on MPEG moves and comparson of dfferent QoS measurements such as our proposed new QoS metrc, the tradtonal completon rato and the real completon rato whch consders the number of correctly decoded frames and has been mapped to the user perceved QoS well. Our results ndcate that the new QoS metrc can reflect the user perceved QoS much better than the tradtonal completon rato. 4.. Smulaton of MPEG streams We have appled popular onlne schedulers, such as, FCFS, and (least executon tme frst), on MPEG vdeo streams decodng at the frame level. Standard MPEG encoders generate three types of compressed frames: I frames (ntra-pctures), P frames (predcted pctures) and B frames (b-drectonal predcted pctures) []. In general, encoders use a fxed GOP (Group of Pctures) pattern when compressng a vdeo sequence. A typcal GOP n dsplay order and decodng order s shown as n Fgure I P B 2 B 3 P 4 B 5 B 6 P 7 B 8 B 9 I B B 2 decodng order I B 2 B 3 P B 5 B 6 P 4 B 8 B 9 P 7 B B 2 I dsplay order Fgure. A typcal GOP pattern(i-to-i=2, I-to-P=3) On average, I frames are the largest n sze (snce they are self-contaned), followed by P frames and B frames. Krunz and Trpath present a comprehensve model for MPEG vdeo streams [5]. The model captures the bt-rate varatons at multple tme scales. Statstcally, the generated MPEG streams ft the emprcal vdeo and are suffcently accurate n predctng the queung performance for real vdeo streams. From the parameters on four moves gven n [5], we smulate ther frame nformaton that s reported n Table. (The frame sze of I-frames has a relatvely large standard devaton because t s modeled by the sum of two random components). Based on the frame sze and type, we generate the normalzed executon tme for each frame usng a lnear model of MPEG decodng [3]. In the smulaton we assume that the nter-arrval tme of frames are ndependent wth exponental dstrbuton. Its mean s approxmately equal to the recprocal of frame dsplay rate (n terms of frame per second (fps)) to generate a balanced loaded system. We smulate underloaded and overloaded systems by varyng the fps requrement. The deadlne for decodng each frame s set correspondng to the arrval tme and the frame dsplay rate. We use several standard dsplay rates n our smulaton: 5, 24, 3, 45 and 6 fps. The deadlne type s assgned to each ndvdual frame based on the dependency of dfferent frames. I frame s the most mportant, because the correct processng of all the P frame and B frame n the same GOP depends on the completon of the correspondng I frame. P frame s also mportant because t s requred by the followng P and B frames n the same GOP. We assgn I and P frames hard deadlnes rather than gvng them soft deadlnes. We also assgn soft deadlnes to B frames to create tasks wth mxed type of deadlnes. Each GOP can be vewed as one applcaton ndependent of others as the correct decodng of all the frames n one GOP depends on the leadng I frame. Each applcaton conssts of a set of tasks (frame decodng) and the drop of hard deadlne I and P frames wll cause the ncorrect decodng of the remanng frames n ths applcaton. To better model the data dependency among tasks, we assgn dfferent values I and P,, whch are correspondng to the number of frames that wll not be decoded correctly because of a dropped frame, to frames wth hard deadlnes. For example f I-to-I, the number of frames between two Proceedngs of the Internatonal Conference on Informaton Technology: Computers and Communcatons (ITCC 3)

4 consecutve I frames (see Fgure ), s, then we assgn I =; P, are assgned, 7, and 4 for the three P frames n the GOP pattern based on Fgure ; and B = because there s no frame depends on B frame. As a result, I frames have hgher prorty than P and B frames, P frames have hgher prorty than B frames. Ths exactly matches the MPEG decodng mechansm. In sum, we use the followng QoS, based on formula () wth consderaton of MPEG applcaton s characterstcs, n our smulaton: ( I I,, ) K n K + K β s δ γ P s h Q ( s) = m + m MPEG P P N N = T N = d Where T the recprocal of frame dsplay rate; d, the number of tasks that wll be affected I p, P, f the I frame or P frame s dropped ; m, m the number of droppng I, P frames; n I P the number of P frames n a GOP pattern; K, K, β, γ, δ, N are same as n (). s 4.2. Smulaton results h (2) We have mplemented popular onlne schedulng algorthms, such as, FCFS and, and appled them to the smulated MPEG moves. For each move, we smulate underloaded, balanced, and overloaded systems by changng the frame rate from 5 fps, to 24, 3, 45, and 6 fps. And for each case, we consder the case of non-preemptve, preemptve, and sem-preemptve. Now we detal the smulaton results. For underloaded system wth a frame rate of 5fps and/or 24fps, the deadlnes are relatvely loose and we observe that almost all the algorthms acheve the maxmal QoS n the amount of wthout task drop and deadlne mssng. In ths case, our proposed QoS metrc s same as the tradtonal completon rato. However, when the computaton load ncreases, the system becomes balanced and overloaded eventually. Fgure 2-4 shows the relatonshp of tradtonal completon rato, our proposed new QoS metrc and real completon rato, whch consders the actual number of correctly decoded frames and has been mapped to the user perceved QoS well under dfferent onlne schedulng polces ( and ) on dfferent moves n the case of nonpreemptve, preemptve and sem-preemptve for overeloaded system. In the smulaton we assume that the frames arrve n the decoder order, so and FCFS have the same results. From these fgures we can see that the tradtonal completon rato doesn t reflect the real completon Tradtonal completon rato New QoS metrc "real" completon rato Fgure 2. Comparson of three dfferent QoS measurements under and on move Slence of the Lambs n the frame rate of 45 fps n the case of, from left to rght, nonpreemptve, preemptve, and sem-preemptve Tradtonal completon rato New QoS metrc "real" completon rato Fgure 3. Comparson of three dfferent QoS measurements under and on move Wzard of OZ n the frame rate of 3 fps n the case of, from left to rght, non-preemptve, preemptve, and sem-preemptve Tradtonal completon rato New QoS metrc "real" completon rato Fgure 4: Comparson of three dfferent QoS measurements under and on move Goldfnger n the frame rate of 3 fps n the case of, from left to rght, non-preemptve, preemptve, and sem-preemptve. Proceedngs of the Internatonal Conference on Informaton Technology: Computers and Communcatons (ITCC 3)

5 Tradtonal completon rato New QoS metrc "real" completon rato Fgure 5. Comparson of three dfferent QoS measurements under and on move Star Wars n the frame rate of 45 fps n the case of, from left to rght, non-preemptve, preemptve, and sem-preemptve. rato well. For example, n the Fgure 2, although the tradtonal completon rato s hgh, around 8%, the real completon rato s less than 2% under and only around 4% under. Compared wth tradtonal completon rato, our proposed new QoS metrc s much closer to the real completon rato and reflects the user perceved QoS well. So t s necessary to develop low overhead onlne scheduler to maxmze ths new QoS metrc n order to eventually mprove the user perceved QoS wthout usng extra hardware. From these fgures we also can observe that the real completon rato under s consstently better than that under. The reason s that, n general, the executon tme of B frame s shorter than that of I or P frame, therefore, for the polcy t prefers to select B frame whch actually s the least mportant task. But the tradtonal completon rato under may be better than that under, so the concluson s that t s crucal to fnsh mportant tasks as many as possble, not the raw counter of task completons. For new QoS metrc there s not clear relatonshp between and because t s affected by several factors such as the number of completed soft and hard tasks, the soft deadlne mssng, the task drop and the selecton of penalty parameter β and γ. Fnally we can see that the QoS acheved n the case of non-preemptve s mostly hgher than that acheved n the preemptve case and much hgher than that acheved n the sem-preemptve case. 5. Conclusons Wth the ncreasng popularty of real-tme multmeda and wreless communcaton applcatons, qualty of servce (QoS) attracts a lot of attenton. In ths paper we present a new metrc on how to measure the QoS provded by an embedded system to real-tme applcatons wth mxed hard and soft deadlnes. It captures the mxed hard and soft deadlne nature of such applcaton, consders the nneglgble preempton cost, and models data dependency. We apply popular onlne schedulers, such as, FCFS and, on a set of smulated MPEG moves at the frame level and fnd that for each applcaton compared wth the tradtonal completon rato, our new QoS metrc s much closer to the real completon rato whch consders the number of correctly decoded frames. And ths ndcates the new QoS metrc can reflect user perceved QoS much better than the tradtonal completon rato. Further work s requred to develop some new onlne schedulers wth low runtme overhead to maxmze the proposed new QoS n order to acheve better user perceved QoS wthout usng extra hardware. We also antcpate desgnng systems that provde the same QoS guarantees wth less system resources such as CPU, power, and memory. 6. References [] J. Altmann and P. Varaya, INDEX project: user support for buyng QoS wth regard to user's preferences, Sxth Internatonal Workshop on Qualty of Servce (IWQoS'98), 998, pp. -4. [2] C. Aurrecoechea, A.T. Campbell, and L. Hauw, A survey of QoS archtectures, Multmeda Systems, Vol.6, No.3, May 998, pp [3] A. C. Baver, A. B. Montz, and L. L. Peterson, Predctng MPEG Executon Tmes, ACM SIGMETRICS 98, June 998, pp [4] R. L. Cruz, Qualty of Servce Guarantees n Vrtual Crcut Swtched Networks, IEEE Journal on Selected Areas n Communcatons, Vol.3, No.6, August 995, pp [5] M. Krunz and S.K. Trpath, On the characterzaton of VBR MPEG streams, SIGMETRICS 97, 997, pp [6] T. F. Lawrence, The qualty of servce model and hgh assurance, Proceedngs Hgh-Assurance Engneerng Workshop, 997, pp [7] J. K. Ng, K. Leung et al., A scheme on measurng MPEG vdeo QoS wth human perspectve, Proceedngs of the 8 th Internatonal Conference on RTCSA, 22, pp [8] R. Rajkumar, C. Lee, J. Lehoczky, and D. Seworek, A resource allocaton model for QoS management, Proceedngs. IEEE Real-Tme Systems Symposum, 997, pp [9] R. Rajkumar, C. Lee, J. Lehoczky, and D. Seworek. Practcal Solutons for QoS-based Resource Allocaton Problems, Proceedngs. The 9th IEEE Real-Tme Systems Symposum, 998, pp [] L. Texera and M. Martns, Vdeo compresson: The MPEG Standards, Proceedngs ECMAST 96, 996, pp Proceedngs of the Internatonal Conference on Informaton Technology: Computers and Communcatons (ITCC 3)

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers Journal of Computatonal Informaton Systems 7: 13 (2011) 4740-4747 Avalable at http://www.jofcs.com A Load-Balancng Algorthm for Cluster-based Mult-core Web Servers Guohua YOU, Yng ZHAO College of Informaton

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

FORMAL ANALYSIS FOR REAL-TIME SCHEDULING

FORMAL ANALYSIS FOR REAL-TIME SCHEDULING FORMAL ANALYSIS FOR REAL-TIME SCHEDULING Bruno Dutertre and Vctora Stavrdou, SRI Internatonal, Menlo Park, CA Introducton In modern avoncs archtectures, applcaton software ncreasngly reles on servces provded

More information

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays VoIP Playout Buffer Adjustment usng Adaptve Estmaton of Network Delays Mroslaw Narbutt and Lam Murphy* Department of Computer Scence Unversty College Dubln, Belfeld, Dubln, IRELAND Abstract The poor qualty

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process Dsadvantages of cyclc TDDB47 Real Tme Systems Manual scheduler constructon Cannot deal wth any runtme changes What happens f we add a task to the set? Real-Tme Systems Laboratory Department of Computer

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Modeling and Analysis of 2D Service Differentiation on e-commerce Servers

Modeling and Analysis of 2D Service Differentiation on e-commerce Servers Modelng and Analyss of D Servce Dfferentaton on e-commerce Servers Xaobo Zhou, Unversty of Colorado, Colorado Sprng, CO zbo@cs.uccs.edu Janbn We and Cheng-Zhong Xu Wayne State Unversty, Detrot, Mchgan

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

Schedulability Bound of Weighted Round Robin Schedulers for Hard Real-Time Systems

Schedulability Bound of Weighted Round Robin Schedulers for Hard Real-Time Systems Schedulablty Bound of Weghted Round Robn Schedulers for Hard Real-Tme Systems Janja Wu, Jyh-Charn Lu, and We Zhao Department of Computer Scence, Texas A&M Unversty {janjaw, lu, zhao}@cs.tamu.edu Abstract

More information

J. Parallel Distrib. Comput. Environment-conscious scheduling of HPC applications on distributed Cloud-oriented data centers

J. Parallel Distrib. Comput. Environment-conscious scheduling of HPC applications on distributed Cloud-oriented data centers J. Parallel Dstrb. Comput. 71 (2011) 732 749 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. ournal homepage: www.elsever.com/locate/pdc Envronment-conscous schedulng of HPC applcatons

More information

Real-Time Process Scheduling

Real-Time Process Scheduling Real-Tme Process Schedulng ktw@cse.ntu.edu.tw (Real-Tme and Embedded Systems Laboratory) Independent Process Schedulng Processes share nothng but CPU Papers for dscussons: C.L. Lu and James. W. Layland,

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

QoS-based Scheduling of Workflow Applications on Service Grids

QoS-based Scheduling of Workflow Applications on Service Grids QoS-based Schedulng of Workflow Applcatons on Servce Grds Ja Yu, Rakumar Buyya and Chen Khong Tham Grd Computng and Dstrbuted System Laboratory Dept. of Computer Scence and Software Engneerng The Unversty

More information

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems 1 Applcaton of Mult-Agents for Fault Detecton and Reconfguraton of Power Dstrbuton Systems K. Nareshkumar, Member, IEEE, M. A. Choudhry, Senor Member, IEEE, J. La, A. Felach, Senor Member, IEEE Abstract--The

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

Efficient Bandwidth Management in Broadband Wireless Access Systems Using CAC-based Dynamic Pricing

Efficient Bandwidth Management in Broadband Wireless Access Systems Using CAC-based Dynamic Pricing Effcent Bandwdth Management n Broadband Wreless Access Systems Usng CAC-based Dynamc Prcng Bader Al-Manthar, Ndal Nasser 2, Najah Abu Al 3, Hossam Hassanen Telecommuncatons Research Laboratory School of

More information

Analysis of Energy-Conserving Access Protocols for Wireless Identification Networks

Analysis of Energy-Conserving Access Protocols for Wireless Identification Networks From the Proceedngs of Internatonal Conference on Telecommuncaton Systems (ITC-97), March 2-23, 1997. 1 Analyss of Energy-Conservng Access Protocols for Wreless Identfcaton etworks Imrch Chlamtac a, Chara

More information

Efficient Striping Techniques for Variable Bit Rate Continuous Media File Servers æ

Efficient Striping Techniques for Variable Bit Rate Continuous Media File Servers æ Effcent Strpng Technques for Varable Bt Rate Contnuous Meda Fle Servers æ Prashant J. Shenoy Harrck M. Vn Department of Computer Scence, Department of Computer Scences, Unversty of Massachusetts at Amherst

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Performance Analysis and Comparison of QoS Provisioning Mechanisms for CBR Traffic in Noisy IEEE 802.11e WLANs Environments

Performance Analysis and Comparison of QoS Provisioning Mechanisms for CBR Traffic in Noisy IEEE 802.11e WLANs Environments Tamkang Journal of Scence and Engneerng, Vol. 12, No. 2, pp. 143149 (2008) 143 Performance Analyss and Comparson of QoS Provsonng Mechansms for CBR Traffc n Nosy IEEE 802.11e WLANs Envronments Der-Junn

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture A Desgn Method of Hgh-avalablty and Low-optcal-loss Optcal Aggregaton Network Archtecture Takehro Sato, Kuntaka Ashzawa, Kazumasa Tokuhash, Dasuke Ish, Satoru Okamoto and Naoak Yamanaka Dept. of Informaton

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

taposh_kuet20@yahoo.comcsedchan@cityu.edu.hk rajib_csedept@yahoo.co.uk, alam_shihabul@yahoo.com

taposh_kuet20@yahoo.comcsedchan@cityu.edu.hk rajib_csedept@yahoo.co.uk, alam_shihabul@yahoo.com G. G. Md. Nawaz Al 1,2, Rajb Chakraborty 2, Md. Shhabul Alam 2 and Edward Chan 1 1 Cty Unversty of Hong Kong, Hong Kong, Chna taposh_kuet20@yahoo.comcsedchan@ctyu.edu.hk 2 Khulna Unversty of Engneerng

More information

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

Network Aware Load-Balancing via Parallel VM Migration for Data Centers

Network Aware Load-Balancing via Parallel VM Migration for Data Centers Network Aware Load-Balancng va Parallel VM Mgraton for Data Centers Kun-Tng Chen 2, Chen Chen 12, Po-Hsang Wang 2 1 Informaton Technology Servce Center, 2 Department of Computer Scence Natonal Chao Tung

More information

EVALUATING THE PERCEIVED QUALITY OF INFRASTRUCTURE-LESS VOIP. Kun-chan Lan and Tsung-hsun Wu

EVALUATING THE PERCEIVED QUALITY OF INFRASTRUCTURE-LESS VOIP. Kun-chan Lan and Tsung-hsun Wu EVALUATING THE PERCEIVED QUALITY OF INFRASTRUCTURE-LESS VOIP Kun-chan Lan and Tsung-hsun Wu Natonal Cheng Kung Unversty klan@cse.ncku.edu.tw, ryan@cse.ncku.edu.tw ABSTRACT Voce over IP (VoIP) s one of

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

Checkng and Testng in Nokia RMS Process

Checkng and Testng in Nokia RMS Process An Integrated Schedulng Mechansm for Fault-Tolerant Modular Avoncs Systems Yann-Hang Lee Mohamed Youns Jeff Zhou CISE Department Unversty of Florda Ganesvlle, FL 326 yhlee@cse.ufl.edu Advanced System Technology

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

Enabling P2P One-view Multi-party Video Conferencing

Enabling P2P One-view Multi-party Video Conferencing Enablng P2P One-vew Mult-party Vdeo Conferencng Yongxang Zhao, Yong Lu, Changja Chen, and JanYn Zhang Abstract Mult-Party Vdeo Conferencng (MPVC) facltates realtme group nteracton between users. Whle P2P

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

Reducing Channel Zapping Time in IPTV Based on User s Channel Selection Behaviors

Reducing Channel Zapping Time in IPTV Based on User s Channel Selection Behaviors > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < Reducng Channel Tme n IPTV Based on User s Channel Selecton Behavors Chae Young Lee, Member, IEEE, Chang K Hong and

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

QBox: Guaranteeing I/O Performance on Black Box Storage Systems

QBox: Guaranteeing I/O Performance on Black Box Storage Systems QBox: Guaranteeng I/O Performance on Black Box Storage Systems Dmtrs Skourts skourts@cs.ucsc.edu Shnpe Kato shnpe@cs.ucsc.edu Department of Computer Scence Unversty of Calforna, Santa Cruz Scott Brandt

More information

An Inter-Frame De-Jittering Scheme for Video Streaming over Mobile Communication Networks

An Inter-Frame De-Jittering Scheme for Video Streaming over Mobile Communication Networks An Inter-Frame De-Jtterng Scheme for Vdeo Streamng over Moble Communcaton Networks Tsang-Lng Sheu and Po-Wen Lee Department of Electrcal Engneerng Natonal Sun Yat-Sen Unversty Kaohsung, Tawan sheu@ee.nsysu.edu.tw

More information

Resource Scheduling in Desktop Grid by Grid-JQA

Resource Scheduling in Desktop Grid by Grid-JQA The 3rd Internatonal Conference on Grd and Pervasve Computng - Worshops esource Schedulng n Destop Grd by Grd-JQA L. Mohammad Khanl M. Analou Assstant professor Assstant professor C.S. Dept.Tabrz Unversty

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

Conferencing protocols and Petri net analysis

Conferencing protocols and Petri net analysis Conferencng protocols and Petr net analyss E. ANTONIDAKIS Department of Electroncs, Technologcal Educatonal Insttute of Crete, GREECE ena@chana.tecrete.gr Abstract: Durng a computer conference, users desre

More information

The Load Balancing of Database Allocation in the Cloud

The Load Balancing of Database Allocation in the Cloud , March 3-5, 23, Hong Kong The Load Balancng of Database Allocaton n the Cloud Yu-lung Lo and Mn-Shan La Abstract Each database host n the cloud platform often has to servce more than one database applcaton

More information

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika.

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika. VRT012 User s gude V0.1 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

An Optimal Model for Priority based Service Scheduling Policy for Cloud Computing Environment

An Optimal Model for Priority based Service Scheduling Policy for Cloud Computing Environment An Optmal Model for Prorty based Servce Schedulng Polcy for Cloud Computng Envronment Dr. M. Dakshayn Dept. of ISE, BMS College of Engneerng, Bangalore, Inda. Dr. H. S. Guruprasad Dept. of ISE, BMS College

More information

QoS in the Linux Operating System. Technical Report

QoS in the Linux Operating System. Technical Report Unverstät Karlsruhe (H) Insttut für elematk QoS n the Lnux Operatng System echncal Report Marc Bechler and Hartmut Rtter Insttut für elematk Fakultät für Informatk Unverstät Karlsruhe (H) E-Mal: [mbechler

More information

Power Low Modified Dual Priority in Hard Real Time Systems with Resource Requirements

Power Low Modified Dual Priority in Hard Real Time Systems with Resource Requirements Power Low Modfed Dual Prorty n Hard Real Tme Systems wth Resource Requrements M.Angels Moncusí, Alex Arenas {amoncus,aarenas}@etse.urv.es Dpt d'engnyera Informàtca Matemàtques Unverstat Rovra Vrgl Campus

More information

How To Plan A Network Wide Load Balancing Route For A Network Wde Network (Network)

How To Plan A Network Wide Load Balancing Route For A Network Wde Network (Network) Network-Wde Load Balancng Routng Wth Performance Guarantees Kartk Gopalan Tz-cker Chueh Yow-Jan Ln Florda State Unversty Stony Brook Unversty Telcorda Research kartk@cs.fsu.edu chueh@cs.sunysb.edu yjln@research.telcorda.com

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance Calbraton Method Instances of the Cell class (one nstance for each FMS cell) contan ADC raw data and methods assocated wth each partcular FMS cell. The calbraton method ncludes event selecton (Class Cell

More information

HOUSEHOLDS DEBT BURDEN: AN ANALYSIS BASED ON MICROECONOMIC DATA*

HOUSEHOLDS DEBT BURDEN: AN ANALYSIS BASED ON MICROECONOMIC DATA* HOUSEHOLDS DEBT BURDEN: AN ANALYSIS BASED ON MICROECONOMIC DATA* Luísa Farnha** 1. INTRODUCTION The rapd growth n Portuguese households ndebtedness n the past few years ncreased the concerns that debt

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

Cloud Auto-Scaling with Deadline and Budget Constraints

Cloud Auto-Scaling with Deadline and Budget Constraints Prelmnary verson. Fnal verson appears In Proceedngs of 11th ACM/IEEE Internatonal Conference on Grd Computng (Grd 21). Oct 25-28, 21. Brussels, Belgum. Cloud Auto-Scalng wth Deadlne and Budget Constrants

More information

Sangam - Efficient Cellular-WiFi CDN-P2P Group Framework for File Sharing Service

Sangam - Efficient Cellular-WiFi CDN-P2P Group Framework for File Sharing Service Sangam - Effcent Cellular-WF CDN-P2P Group Framework for Fle Sharng Servce Anjal Srdhar Unversty of Illnos, Urbana-Champagn Urbana, USA srdhar3@llnos.edu Klara Nahrstedt Unversty of Illnos, Urbana-Champagn

More information

AN APPROACH TO WIRELESS SCHEDULING CONSIDERING REVENUE AND USERS SATISFACTION

AN APPROACH TO WIRELESS SCHEDULING CONSIDERING REVENUE AND USERS SATISFACTION The Medterranean Journal of Computers and Networks, Vol. 2, No. 1, 2006 57 AN APPROACH TO WIRELESS SCHEDULING CONSIDERING REVENUE AND USERS SATISFACTION L. Bada 1,*, M. Zorz 2 1 Department of Engneerng,

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Towards a Global Online Reputation

Towards a Global Online Reputation Hu L Unversty of Ottawa 55 Laurer Ave E Ottawa, ON KN 6N5 Canada + (63) 562 5800, 8834 Hl03@uottawa.ca Towards a Global Onlne Reputaton Morad Benyoucef Unversty of Ottawa 55 Laurer Ave E Ottawa, ON KN

More information

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS Bogdan Cubotaru, Gabrel-Mro Muntean Performance Engneerng Laboratory, RINCE School of Electronc Engneerng Dubln Cty

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

A Dynamic Energy-Efficiency Mechanism for Data Center Networks

A Dynamic Energy-Efficiency Mechanism for Data Center Networks A Dynamc Energy-Effcency Mechansm for Data Center Networks Sun Lang, Zhang Jnfang, Huang Daochao, Yang Dong, Qn Yajuan A Dynamc Energy-Effcency Mechansm for Data Center Networks 1 Sun Lang, 1 Zhang Jnfang,

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems STAN-CS-73-355 I SU-SE-73-013 An Analyss of Central Processor Schedulng n Multprogrammed Computer Systems (Dgest Edton) by Thomas G. Prce October 1972 Techncal Report No. 57 Reproducton n whole or n part

More information

A role based access in a hierarchical sensor network architecture to provide multilevel security

A role based access in a hierarchical sensor network architecture to provide multilevel security 1 A role based access n a herarchcal sensor network archtecture to provde multlevel securty Bswajt Panja a Sanjay Kumar Madra b and Bharat Bhargava c a Department of Computer Scenc Morehead State Unversty

More information

On File Delay Minimization for Content Uploading to Media Cloud via Collaborative Wireless Network

On File Delay Minimization for Content Uploading to Media Cloud via Collaborative Wireless Network On Fle Delay Mnmzaton for Content Uploadng to Meda Cloud va Collaboratve Wreless Network Ge Zhang and Yonggang Wen School of Computer Engneerng Nanyang Technologcal Unversty Sngapore Emal: {zh0001ge, ygwen}@ntu.edu.sg

More information

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1 Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 2014, 8, 115-121 115 Open Access A Load Balancng Strategy wth Bandwdth Constrant n Cloud Computng Jng Deng 1,*,

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Cost-based Scheduling of Scientific Workflow Applications on Utility Grids

Cost-based Scheduling of Scientific Workflow Applications on Utility Grids Cost-based Schedulng of Scentfc Workflow Applcatons on Utlty Grds Ja Yu, Rakumar Buyya and Chen Khong Tham Grd Computng and Dstrbuted Systems Laboratory Dept. of Computer Scence and Software Engneerng

More information

Theories and Models for Internet Quality of Service

Theories and Models for Internet Quality of Service 1 Proceedngs of the IEEE, May 2002 Theores and Models for Internet Qualty of Servce Vctor Frou, Jean-Yves Le Boudec, Don Towsley, and Zh-L Zhang Abstract We survey recent advances n theores and models

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Period and Deadline Selection for Schedulability in Real-Time Systems

Period and Deadline Selection for Schedulability in Real-Time Systems Perod and Deadlne Selecton for Schedulablty n Real-Tme Systems Thdapat Chantem, Xaofeng Wang, M.D. Lemmon, and X. Sharon Hu Department of Computer Scence and Engneerng, Department of Electrcal Engneerng

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

On the Interaction between Load Balancing and Speed Scaling

On the Interaction between Load Balancing and Speed Scaling On the Interacton between Load Balancng and Speed Scalng Ljun Chen and Na L Abstract Speed scalng has been wdely adopted n computer and communcaton systems, n partcular, to reduce energy consumpton. An

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

Proceedings of the Annual Meeting of the American Statistical Association, August 5-9, 2001

Proceedings of the Annual Meeting of the American Statistical Association, August 5-9, 2001 Proceedngs of the Annual Meetng of the Amercan Statstcal Assocaton, August 5-9, 2001 LIST-ASSISTED SAMPLING: THE EFFECT OF TELEPHONE SYSTEM CHANGES ON DESIGN 1 Clyde Tucker, Bureau of Labor Statstcs James

More information

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center Dynamc Resource Allocaton and Power Management n Vrtualzed Data Centers Rahul Urgaonkar, Ulas C. Kozat, Ken Igarash, Mchael J. Neely urgaonka@usc.edu, {kozat, garash}@docomolabs-usa.com, mjneely@usc.edu

More information

DBA-VM: Dynamic Bandwidth Allocator for Virtual Machines

DBA-VM: Dynamic Bandwidth Allocator for Virtual Machines DBA-VM: Dynamc Bandwdth Allocator for Vrtual Machnes Ahmed Amamou, Manel Bourguba, Kamel Haddadou and Guy Pujolle LIP6, Perre & Mare Cure Unversty, 4 Place Jusseu 755 Pars, France Gand SAS, 65 Boulevard

More information

Many e-tailers providing attended home delivery, especially e-grocers, offer narrow delivery time slots to

Many e-tailers providing attended home delivery, especially e-grocers, offer narrow delivery time slots to Vol. 45, No. 3, August 2011, pp. 435 449 ssn 0041-1655 essn 1526-5447 11 4503 0435 do 10.1287/trsc.1100.0346 2011 INFORMS Tme Slot Management n Attended Home Delvery Nels Agatz Department of Decson and

More information

A Passive Network Measurement-based Traffic Control Algorithm in Gateway of. P2P Systems

A Passive Network Measurement-based Traffic Control Algorithm in Gateway of. P2P Systems roceedngs of the 7th World Congress The Internatonal Federaton of Automatc Control A assve Network Measurement-based Traffc Control Algorthm n Gateway of 2 Systems Ybo Jang, Weje Chen, Janwe Zheng, Wanlang

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Profit-Aware DVFS Enabled Resource Management of IaaS Cloud

Profit-Aware DVFS Enabled Resource Management of IaaS Cloud IJCSI Internatonal Journal of Computer Scence Issues, Vol. 0, Issue, No, March 03 ISSN (Prnt): 694-084 ISSN (Onlne): 694-0784 www.ijcsi.org 37 Proft-Aware DVFS Enabled Resource Management of IaaS Cloud

More information

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently.

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently. Corporate Polces & Procedures Human Resources - Document CPP216 Leave Management Frst Produced: Current Verson: Past Revsons: Revew Cycle: Apples From: 09/09/09 26/10/12 09/09/09 3 years Immedately Authorsaton:

More information

Complex Service Provisioning in Collaborative Cloud Markets

Complex Service Provisioning in Collaborative Cloud Markets Melane Sebenhaar, Ulrch Lampe, Tm Lehrg, Sebastan Zöller, Stefan Schulte, Ralf Stenmetz: Complex Servce Provsonng n Collaboratve Cloud Markets. In: W. Abramowcz et al. (Eds.): Proceedngs of the 4th European

More information

Dynamic Pricing for Smart Grid with Reinforcement Learning

Dynamic Pricing for Smart Grid with Reinforcement Learning Dynamc Prcng for Smart Grd wth Renforcement Learnng Byung-Gook Km, Yu Zhang, Mhaela van der Schaar, and Jang-Won Lee Samsung Electroncs, Suwon, Korea Department of Electrcal Engneerng, UCLA, Los Angeles,

More information

LAMOR: Lifetime-Aware Multipath Optimized Routing Algorithm for Video Transmission over Ad Hoc Networks

LAMOR: Lifetime-Aware Multipath Optimized Routing Algorithm for Video Transmission over Ad Hoc Networks LAMOR: Lfetme-Aware Multpath Optmzed Routng Algorthm for Vdeo ransmsson over Ad Hoc Networks 1 Lansheng an, Lng Xe, Kng-m Ko, Mng Le and Moshe Zukerman Abstract Multpath routng s a key technque to support

More information

Improving Perceived Speech Quality for Wireless. VoIP By Cross-Layer Designs

Improving Perceived Speech Quality for Wireless. VoIP By Cross-Layer Designs Improvng Perceved Speech Qualty for Wreless VoIP By Cross-Layer Desgns By Zhuoqun L Ths dssertaton s submtted to the Unversty of Plymouth n partal fulflment of the award of Master of Research n Network

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

More information

A GENERIC HANDOVER DECISION MANAGEMENT FRAMEWORK FOR NEXT GENERATION NETWORKS

A GENERIC HANDOVER DECISION MANAGEMENT FRAMEWORK FOR NEXT GENERATION NETWORKS A GENERIC HANDOVER DECISION MANAGEMENT FRAMEWORK FOR NEXT GENERATION NETWORKS Shanthy Menezes 1 and S. Venkatesan 2 1 Department of Computer Scence, Unversty of Texas at Dallas, Rchardson, TX, USA 1 shanthy.menezes@student.utdallas.edu

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information