On the Interaction between Load Balancing and Speed Scaling

Size: px
Start display at page:

Download "On the Interaction between Load Balancing and Speed Scaling"

Transcription

1 On the Interacton between Load Balancng and Speed Scalng Ljun Chen, Na L and Steven H. Low Engneerng & Appled Scence Dvson, Calforna Insttute of Technology, USA Abstract Speed scalng has been wdely adopted n computer and communcaton systems, n partcular, to reduce energy consumpton. An mportant queston s how speed scalng nteracts wth other resource allocaton mechansms such as schedulng and routng, etc. In ths paper, we study the nteracton of speed scalng wth load balancng. We characterze the equlbrum resultng from the load balancng and speed scalng nteracton, and ntroduce two optmal load balancng desgns, n terms of tradtonal performance metrc and cost-aware (n partcular, energy-aware) performance metrc respectvely. Especally, we characterze the load-balancng-speed-scalng equlbrum wth respect to the optmal load balancng schemes n processor sharng systems. Our results show that the degree of neffcency at the equlbrum s mostly bounded by the heterogenety of the system, but ndependent of the number of the servers. These results provde nsghts n understandng the nteracton of load balancng wth speed scalng and gudng new desgns. Index Terms Load balancng, Speed scalng, Energy effcency, Effcency loss, Data centers. I. INTRODUCTION The energy consumpton rate of computer and communcaton systems has been ncreasng exponentally. Computer and communcaton systems must make a fundamental tradeoff between performance and energy usage, see, e.g., [], [2]. The addton of energy to standard performance metrcs such as delay, throughput and loss fundamentally changes the problem space of some of resource allocaton desgns. Not only are new mechansms needed to optmze energy usage, exstng algorthms and protocols must be re-examned as a formerly optmal algorthm may now perform poorly wth respect to a new energy-aware metrc. Energy management decsons must be decomposed and coordnated spatally as well as temporally, and yet global optmalty must be acheved through local algorthms that are mplementable n a dstrbuted manner. In ths paper we study load balancng and ts nteracton wth speed scalng. Energy-aware speed scalng to adapt the speed of the system so as to balance energy and performance metrcs s a wdely-adopted power management technque, see, e.g., [3], [4], [5], [6], [7], [8], [9], [0]. Prevous works on speed scalng usually focus on a sngle server and study ts nteracton wth schedulng, see, e.g, [], [8], [9], [0]. Here we consder a network settng and study the nteracton of speed scalng wth load balancng, to provde nsghts nto such ssues as: ) How does the system perform under speed scalng n terms of tradtonal performance metrcs as well as energyaware metrcs? ) How to desgn energy-aware optmal load balancng and can we decouple the desgn of load balancng from that of speed scalng? ) How does the sophstcaton of speed scalng mpact the desgn and performance of load balancng? We focus on gated-statc speed scalng n processor sharng systems, and our results provde useful nsghts nto the frst two questons. Specfcally, we characterze the equlbrum resultng from the load balancng and speed scalng nteracton, and ntroduce two optmal load balancng desgn problems, n terms of tradtonal performance metrc and cost-aware (n partcular, energy-aware) performance metrc respectvely. We study n detal the load-balancng-speed-scalng equlbrum and the optmal load balancng desgns n processor sharng systems wth gated-statc speed scalng, and propose dstrbuted load balancng algorthms to acheve the correspondng equlbrum and optma. Especally, we characterze the degree of neffcency at the load-balancng-speed-scalng equlbrum, n terms of delay as well as energy-aware metrc. We show that the degree of neffcency s mostly bounded by the heterogenety of the system, but ndependent of the number of servers n the system. Our results suggest that, as n many applcatons a low-order polynomal provdes a good approxmaton to power functon, we can decouple the desgn of load balancng from speed scalng wthout ncurrng much neffcency n delay. In terms of power-aware performance metrc, our results suggest that, as long as the heterogenety n the system s small, we can decouple the desgn of load balancng from speed scalng wthout ncurrng much effcency loss; but when the heterogenety n the system s large, we have to do energy-aware load balancng f the energy consumpton s a man concern. The paper s organzed as follows. The next secton brefly dscusses some related work. Secton III descrbes the system model. Secton IV gves a bref characterzaton of the load-balancng-speed-scalng equlbrum, and ntroduces two optmal load balancng desgn problems. Secton V studes n detal the load-balancng-speed-scalng nteracton n processor sharng systems wth gated-statc speed scalng. Secton VI provdes numercal examples to complement the theoretcal analyss, and Secton VII concludes wth some dscusson on further research. II. RELATED WORK Power management technques have been ncreasngly adopted n desgns from sngle-devce level such as chps to network level such as data centers. It has spurred a new branch

2 of research n ts own rght. In partcular, startng wth Yao et al [2], there s extensve research on analytcal study of speed scalng, see, e.g., [3], [4], [5], [6], [7], [8], [], [9], [8], [20], [2], [9], [0]. Bansal et al [8] show that a speed scalng polcy (SRPT, P (n + )) s 3-compettve for regular power functons n the worst-case analyss. Ths result has been tghten and extended to PS schedulng as well as to stochastc analyss by Andrew et al [0]. Especally, Andrew et al [0] provde a comprehensve study of speed scalng and ts nteracton wth schedulng, and show a fundamental tradeoff between optmalty, farness and robustness n speed scalng desgns. Related work also ncludes [22], [23] that show that the degree of neffcency n delay for load balancng n processor sharng systems wth fxed server speeds scales wth the number of servers n the system. Ths result has been extended to the processor sharng system wth mult-class load [24], and to other schedulng polces such as SRPT [25]. In contrast to these results, we show that the degree of neffcency n delay for load balancng n processor sharng systems wth speed scalng s bounded by the heterogenety of the system, but ndependent of the number of servers. III. SYSTEM MODEL Consder a system wth a set N of servers and a Posson arrval process of rate λ > 0; see Fgure. We assume that job sze s..d., and wthout loss of generalty, has a mean of. Assocated wth each server s a servce rate (or speed) s. There s a load balancng dspatcher that probablstcally routes arrvals to severs accordng to certan tradtonal performance metrc F that end users are concerned wth, so that F at each server s the same and mnmal. The metrc F can be, for example, the mean response tme E[T ] at the server, the summaton of E[T ] and propagaton delay τ, and the blockng probablty p, etc. contnuously dfferentable, ncreasng n arrval rate λ, and decreasng n servce capacty s wth f (, λ) = 0. Ths s a rather general assumpton. In order to ensure stablty, we must have λ < s for all N. We can thus assume that f (s, λ ) = when λ s. Besdes performance metrc F that s perceved by end users, each server ncurs certan cost c (s ) per unt tme when t runs at a speed of s. The cost can be, for example, the power expended at the server, or any other types of servce costs. Gven an ncomng rate of λ, let g (s, λ ) = E[c (s )], the average cost. The average cost depends on the speed as well as the schedulng polcy at the server. The cost functon g (s, λ ) (or ts analytcal approxmaton) s assumed to be contnuously dfferentable, ncreasng n s, and nondecreasng n λ. Gven arrval rate λ and schedulng polcy, each server wll choose a speed s to mnmze a cost-aware performance metrc M : M = g (s, λ ) + β λ f (s, λ ), () where β > 0 s used to characterze the relatve weght of nternal cost and tradtonal performance metrc. By the above model, we have actually assumed some knd of statc speed scalng,.e., choose a sngle speed s for a gven arrval rate λ. Wth more complcated notaton, we can also model dynamc scalng,.e., adapt speed to dfferent states such as the number of jobs n the server. Speed scalng can be broadly defned as any behavor of adaptng speed to load, and can be due to varous reasons, correspondng to dfferent choces of cost functon g (s, λ ). In ths paper, we wll mostly focus on energy-aware speed scalng as a concrete system to study the nteracton between load balancng and speed scalng, and consder the followng performance metrc: M = E[P (s )] + β λ E[T ], (2) where P (s ) s the power expended when server runs at speed s. The modelng of the power functon P (s ) s an actve research topc, and measurements have shown t can take on dfferent forms dependng on the system nvolved. In many applcatons a low-order polynomal form P (s ) = k s α, k > 0, α > (3) provdes a good approxmaton. For example, for dynamc power n CMOS P s often assumed to be cubc n prevous works [2]. We wll focus on polynomal power functon (3) n ths paper, as n many prevous works on speed scalng. Fg.. A pctoral dagram of the system model. It follows that the resultng arrval process to server s Posson wth rate λ. We assume that server s performance curve F = f (s, λ ) (or ts analytcal approxmaton) s Here a server can be a sngle server, or represent a cluster of collocated servers n, e.g., a mcro-datacenter. IV. LOAD-BALANCING-SPEED-SCALING INTERACTION In ths secton, we characterze the equlbrum resultng from the nteracton between load balancng and speed scalng for the general model descrbed n Secton III. We then ntroduce two optmal load balancng problems, F-optmal load balancng and cost-aware optmal load balancng, under speed scalng. We ntend to characterze the equlbrum wth respect to those two optmal load balancng problems, as well

3 as proposng dstrbuted load balancng algorthms to acheve the correspondng equlbrum and optma. Gven server speeds (s ) N and denote the set of servers used at load balancng by N b,.e., N b ff λ > 0. At load balancng, the F value at any server N b s thus the same, and not larger than the F j value a job would experence f routed to any unused server j N/N b. Ths can be wrtten mathematcally as f (s, λ ) f j (s j, λ j ), j N, N b, (4) λ = λ, (5) N where (λ ) N s the arrval rates at the servers at load balancng. 2 Denote the F value at server N b at load balancng by γ. The load balancng condton (4)-(5) can be equvalently wrtten as: there exsts a γ > 0, such that (f (s, λ ) γ)( λ λ ) 0, λ 0, (6) λ = λ. (7) N To see ths equvalence, note that equatons (6)-(7) mply that γ must equal the F value at server N b at load balancng. Assume that speed scalng problem mn s>λ M has a unque soluton s (λ ). Under the aforementoned assumptons on f and g, speed scalng s (λ ) satsfes: 3 g (s, λ ) s + β λ f (s, λ ) s = 0. (8) Defnton : The load-balancng-speed-scalng (LBSS) equlbrum s defned as a trple {(λ ) N, (s ) N, γ} that satsfes the varatonal nequaltes (6), (7) and (8). The performance of the system under load balancng and speed scalng s determned by the LBSS equlbrum. At the LBSS equlbrum {(λ ) N, (s ) N, γ}, s = s (λ ) and (f (s (λ ), λ ) γ)( λ λ ) 0, λ 0, (9) λ = λ. (0) N The followng result s straghtforward [26]. Theorem 2: The LBSS equlbrum satsfes the local optmalty condton for the followng optmzaton problem: mn λ 0 s.t. f (s (λ ), λ )dλ () λ = λ, (2) and γ s the correspondng optmal dual varable. Proof: Note that LBSS equlbrum condton (9)-(0) s a varatonal nequalty characterzaton of optmalty condton for optmzaton problem ()-(2) and ts dual [26]. 2 Note that n ths paper we reload the notaton, and λ denotes both any arrval rate of sever and the arrval rate of server at load balancng, dependng on the context. 3 The dynamc speed range of a server s usually fnte,.e., s r for some r > 0. For smplcty, we do not consder such a constrant n ths paper. However, such a constrant does not change the general structure of our model, n terms of, e.g., equlbrum characterzaton, and dstrbuted decomposton structure, etc. An optmzaton problem characterzaton of the equlbrum s usually very useful. It captures the global structure of the problem, and often we can easly tell from the optmzaton problem f there exsts an equlbrum, the multplcty of the equlbra, as well as derve dstrbuted or effcent algorthm to the equlbrum. When there s no speed scalng,.e., s s fxed, we recover the optmzaton problem characterzaton of usual load balancng. Under ths stuaton, problem ()-(2) s strctly convex as f (s, λ ) s an ncreasng functon of λ, and the equlbrum s unque. In general, there may be no or multple LBSS equlbra, dependng on propertes of performance curve f (s (λ ), λ ) under speed scalng. For example, consder performance metrc (2) wth power functon (3) n a processor sharng system wth gated statc speed scalng (see the next secton). Speed scalng s (λ ) satsfes β (s λ ) 2 = k (α )s. When α < 2, f (s (λ ), λ ) s decreasng. So, problem ()- (2) becomes a problem of mnmzng a concave objectve functon, whch s usually a hard computng problem and may admt multple solutons. In the above load balancng model, the dspatcher routes the arrvals accordng to tradtonal performance metrc F but does not consder the nternal cost g of the server. We call ths model cost-oblvous load balancng (e.g., energy-oblvous n the case of energy-aware speed scalng). It can also be seen as a selfsh routng game where each job chooses a server wth mnmal F value [27]. So, the LBSS equlbrum mght not be socally optmal, n terms of metrc F as well as energyaware metrc M. As we mentoned before, speed scalng brngs addtonal dmenson such as energy nto the desgn objectve. It s of sgnfcant value to study ts nteracton wth the exstng algorthms and protocols, e.g., f t s optmal wth respect to tradtonal performance metrc F as well as a new one M, how to desgn dstrbuted optmal algorthms n terms of new performance metrc, and f we can decouple speed scalng from other resource allocaton mechansms. In order to study these questons for load balancng, we consder two new load balancng models, as follows. F-optmal load balancng: The dspatcher routes arrvals so as to acheve socal optmum n terms of tradtonal performance metrc F : mn λ 0 s.t. λ f (s (λ ), λ ) (3) λ = λ. (4) When F = E[T ], we call t delay optmal load balancng. Cost-aware optmal load balancng: The dspatcher routes arrvals so as to acheve socal optmum n terms of cost-aware performance metrc M : mn λ 0 s.t. g (s (λ ), λ ) + β λ f (s (λ ), λ ) (5) λ = λ. (6)

4 We call t energy-aware optmal load balancng n the case of energy-aware speed scalng. The end users as a whole care about problem (3)-(4) and the servers/end users as a whole care about problem (5)- (6). We ntend to characterze the LBSS equlbrum wth respect to them, as well as proposng dstrbuted algorthms to acheve the correspondng equlbrum or optma. Agan, the general problems (3)-(4) and (5)-(6) may be hghly nontrval, dependng on the performance curve f under speed scalng. In the remander of ths paper, we wll focus on load balancng wth energy-aware speed scalng n processor sharng systems wth performance metrc (2) wth power functon (3), as a concrete system to study the nteracton between load balancng and speed scalng. We wll leave the general problem to future work. V. LOAD-BALANCING-SPEED-SCALING INTERACTION IN PROCESSOR SHARING SYSTEMS In ths secton, we consder energy-aware speed scalng n processor sharng (PS) systems wth performance metrc (2) and power functon (3). Whle general speed scalng polces can be taken at a server, we focus on gated-statc speed scalng, n whch the server has a zero speed when there s no job and otherwse runs at a constant speed that balances the response tme and energy usage; see, e.g, [9], [0]. Gatedstatc speed scalng s the smplest nontrval speed scalng. It requres mnmal hardware to support. For example, a CMOS chp may set a constant clock speed but AND t wth the gatng sgnal to set the speed to 0 when there s no job [0]. The gated statc speed scalng captures some essence of dynamc speed scalng whle admts more tractable analyss. As mentoned n Secton IV, when α < 2, the problem under gated statc speed scalng may become hard problem of mnmzng a concave objectve functon. We thus focus on the system wth α 2, n order to obtan a clean characterzaton to gan nsghts. Power functons wth α 2 s also practcally mportant, as n the server wth a power functon wth α 2 energy cost s usually the drvng force n decdng on server speed whle n the server wth a power functon wth α < 2 tradtonal performance metrc s the drvng force. Besdes, the results obtaned for gated statc speed scalng wth α 2 are expected to carry over to statc provsonng wth α, n whch the server runs at a constant statc speed that s chosen based on workload to balance the response tme and energy usage. Statc provsonng s the smplest form of speed scalng, and s a model often used n energy-aware capacty provsonng n data centers. A. Energy-oblvous load balancng Under PS schedulng, the mean response tme at server takes the form: f (s, λ ) =. (7) s λ Under gated statc speed scalng, the energy cost s only ncurred durng the tme when the server s busy. Note that the fracton of the tme when the server s busy s λ /s. So, the server decdes on speed s by solvng the followng optmzaton problem: λ mn β + λ P (s ). (8) s >λ s λ s the speed scalng s (λ ) satsfes where β = β (s λ ) 2 + s = 0, (9) β k (α ). By equaton (9), we have s (λ ) = 2s (λ ) α s (λ ) (α 2)λ > 0, (20) s (λ ) = (2α 4)(s (λ ) λ s (λ )) (α s (λ ) (α 2)λ ) 2 0, (2) where the second nequalty follows from the fact that s (λ ), and moreover, s (λ ) = and s (λ ) = 0 f and only f α = 2. Hence, speed scalng s (λ ) s a strctly ncreasng, convex functon of λ. Further, (s (λ )) f (s (λ ), λ ) = (22) β s (λ ) λ = s also a strctly ncreasng functon of λ. Corollary 3: There exsts a unque LBSS equlbrum for processor sharng systems wth gated-statc speed scalng. Proof: By Theorem 2, the LBSS equlbrum satsfes the optmalty condtons for optmzaton problem: mn λ dλ (23) s (λ ) λ λ = λ. (24) Snce s (λ ) λ s strctly ncreasng n λ, the above optmzaton problem s strctly convex. The exstence and unqueness of LBSS equlbrum follows from the fact that problem (23)- (24) has a unque optmum [26]. Now, let us characterze the equlbrum. For each server, defne the base servce rate s 0 = s (0 + ) = β α. 4 Wthout loss of generalty, we assume that s 0 s 0 2 s 0 N. For later convenence, we also assume that s 0 N + =0. Theorem 4: The set of servers that are used at the equlbrum s N e = {, 2,, n}, wth a unque n that satsfes where n ( f ) ( s 0 ) < λ n = f (λ ) = n ( f ) ( = s 0 n+ ), (25) s (λ ) λ. (26) 4 For a functon f(x) : R R, f(a + ) denotes the rght hand lmt lm x a + f(x).

5 Proof: By equlbrum condton (9), we have < γ f s 0 N e and γ otherwse. Further, s 0 λ = s γ > 0, f λ = 0, f s 0 s 0 < γ (27) γ. (28) Snce s 0 s decreasng n, N e takes the form of {, 2,, n}. Note that s < γ, and f 0 n s 0 (λ ) s an ncreasng n+ functon. So, n ( f ) ( n s 0 ) < ( f n ) (γ) ( f ) ( ), n =.e., n ( f ) ( s 0 ) < n = = n λ = λ = = n ( f ) ( = s 0 n+ s 0 n+ The unqueness of n follows from the fact that the LBSS equlbrum s unque. We see that the LBSS equlbrum has a water-fllng structure. If we see load balancng as a selfsh routng problem [27], the arrvals wll aggressvely occupy fast servers wth low delay frst. ) Dstrbuted load balancng algorthm: The (convex) optmzaton problem characterzaton of the LBSS equlbrum also suggests a dstrbuted algorthm to acheve the equlbrum. At k-th teraton: Each server estmates the arrval rate λ, and adjusts ts speed s, accordng to s (k) = s (λ (k)). (29) The dspatcher measures delay t (k) = s experenced at each server. Denote by E[t(k)] the (k) λ (k) mnmal ). N(k) t (k) wth t(k) at step k such that t(k) = N(k) N(k) := { λ (k) > 0 or t (k) t(k), N}. 5 The dspatcher adjusts λ to each server, accordng to λ (k + ) = [λ (k) ε(t (k) E[t(k)])] +. (30) where ε s a postve stepsze, and + denotes the projecton onto R +, the set of nonnegatve real numbers. When ε s small enough, the above algorthm converges. Let δ (k) = λ (k + ) λ (k). It s easy to verfy that δ (k) = 0, (3) δ (k)t (k) 0. (32) We see that δ (k)t (k) = 0 only f δ (k) = 0, whch requres t = t, or, λ = 0 and t > t. 5 t and N can be determned n a recursve way as follows. In the begnnng, let N = N and calculate t = N N t (k), and then exclude from N those servers such that λ = 0 and t > t. Repeat the same procedure wth the new sets N, and when t stops we get E[t]. The above algorthm actually follows the negatve gradent drecton of s (λ ) λ dλ subject to λ = λ [26]. Any algorthms that follow a properly-chosen negatve gradent drecton would work, and (30) pcks a specfc gradent drecton that wll facltate the convergence analyss. We skp the convergence proof for brevty. B. Delay optmal load balancng In ths subsecton, we study delay optmal load balancng desgn: λ mn (33) λ 0 s (λ ) λ s.t. λ = λ, (34) and characterze the LBSS equlbrum wth respect to t. By equaton (9), λ = s α 2, (35) s (λ ) λ β whch s strctly ncreasng and convex n s. Note that s (λ ) λ s ncreasng and convex. It follows that s (λ ) λ s a strctly convex functon of λ. 6 So, problem (33)-(34) s strctly convex, and has a unque optmum. Denote the optmum by (λ ) N. There exsts a unque γ > 0, such that the optmalty condton can be wrtten as [26] ( s (λ ) λ s (λ ) (s (λ ) γ )( λ λ λ )2 ) 0, λ 0, (36) λ = λ. (37) N Theorem 5: The set of servers that are used at the optmum s N o = {, 2,, }, wth a unque that satsfes where ( ˆf ) ( s 0 ) < λ ( ˆf ) ( = = s 0 + )}, (38) ˆf (λ ) = s (λ ) λ s (λ ) (s (λ ) λ ) 2. (39) Moreover, γ γ and n. Proof: Note that ˆf (λ ) s an ncreasng functon of λ, and ˆf (0) =. The frst part of the theorem follows the same s 0 proof as n Theorem 4. For the second part of the theorem. Note that s (λ ) by equaton (20). ˆf (λ ) f (λ ). If γ < γ, then n and ( ˆf ) (γ ) < ( f ) (γ ) ( f ) (γ) λ. = = = Ths contradcts = ( ˆf ) (γ ) = = λ = λ. So, γ γ, and n follows. 6 λ Note that, when α = 2, s not strctly convex but lnear n s (λ ) λ λ. But ths would not change the unqueness of the optmum.

6 ) Dstrbuted load balancng algorthm: The delay optmal load balancng s a convex problem. We can apply smlar dstrbuted algorthm to algorthm (29)-(30), to gude the optmal load balancng desgn. At k-th teraton: Each server estmates the arrval rate λ, and adjusts ts speed s, accordng to s (k) = s (λ (k)). (40) The dspatcher measures delay t (k) = s experenced at each server, and estmates ˆf, accordng (k) λ (k) to ˆf (k) = ˆf (λ (k)) = α λ (k)(t (k)) 2 + α t (k) 2λ (k)t (k) + α. (4) Denote by E[ ˆf(k)] the mnmal ˆf(k) at step k such that ˆf(k) = N(k) N(k) ˆf (k) wth N(k) := { λ (k) > 0 or ˆf (k) ˆf(k), N}. The dspatcher adjusts λ to each server, accordng to λ (k + ) = [λ (k) ε( ˆf (k) E[ ˆf(k)])] +. (42) where ε s a postve stepsze, and + denotes the projecton onto R +, the set of nonnegatve real numbers. Note that delay optmal load balancng algorthm (40)-(42) s more complcated than the smple, energy-oblvous load balancng algorthm (29)-(30). It requres to estmate ˆf. In addton, t requres the dspatcher to know the servers power functon characterstc parameters α and k. 2) Effcency loss n delay at the LBSS equlbrum: Defne the socal cost n delay: C = λ s (λ ) λ, (43) we now characterze the neffcency n delay at the LBSS equlbrum. Lemma 6: Let α = max α. Then, γ γ α γ. (44) 2 Proof: The frst nequalty has been proved n Theorem 5. It remans to prove the second one. By equaton (35), ˆf can be wrtten as ˆf (λ ) = α 2 s β s. (45) Note that s (λ ) s ncreasng. s (λ ) 2 α by equaton (20). Combnng wth s (λ ), we get f (λ ) ˆf (λ ) α 2 f (λ ) α 2 f (λ ). If γ > α 2 γ, then ( ˆf ) (γ ) ( f ) ( 2 α γ ) > ( f ) (γ). ( ˆf ) (γ ) > = n ( f ) (γ) = λ. = Ths contradcts the fact that = ( ˆf ) (γ ) = λ (also note that n). So, γ α 2 γ. Theorem 7: Denote the socal cost n delay at the LBSS equlbrum by C e and the optmal cost by C o. Then, C e C o α 2. (46) Proof: The socal cost at the LBSS equlbrum s C e = λγ. (47) When λ > 0, by equatons (22), (45) and (44), we have s s (λ ) = = 2γ λ β α s 2γ 2γ α α. (48) So, C o = λ s (λ ) λ 2γ α λ = 2λγ α. (49) C e C o α 2. (50) We see that the degree of neffcency n delay at the LBSS equlbrum depends only on the order α of the power functons. For example, f α = 2, the LBSS equlbrum acheves the socal optmum. As α s a constant ndependent of the number N of the servers n the system, ths result s very dfferent from the effcency loss of the usual load balancng (wth fxed server speeds), whch scales wth N, see, e.g., [22]. Also, note that α 2 can be seen as a measure of heterogenety n power functons. We can thus say that the degree of neffcency at the LBSS equlbrum s bounded by the heterogenety of the system. As the power functon can usually be well approxmated as a low-order polynomal functon, the above result suggests bengn nteracton between energyoblvous load balancng and power-aware speed scalng, n terms of delay. As energy-oblvous load balancng s already employed n practce and smple to mplement, we may need not change t as t does not ncur a large penalty n delay. C. Energy-aware optmal load balancng In ths subsecton, we study energy-aware optmal load balancng desgn: mn λ,s s.t. λ β + λ P (s ) (5) s λ s λ = λ, (52) and characterze the LBSS equlbrum wth respect to t. By speed scalng (.e., solvng for s frst), the above problem reduces to: mn h (λ ) (53) λ s.t. λ = λ, (54)

7 where λ h (λ ) = β + λ P (s (λ )). (55) s (λ ) λ s (λ ) Note that h (λ ) = β s (λ ) (s (λ ) λ ) 2 + k (s (λ ) = α β s (λ ) α (s (λ ) λ ) 2, (56) h (λ ) = α β 2s (λ ) (s (λ ) + λ )s (λ ) α (s (λ ) λ ) 3. (57) We see that h > 0 and h > 0, and thus h (λ ) s strctly ncreasng and convex. So, problem (53)-(54) s a strctly convex problem, and has a unque optmum. Denote the optmum by (λ + ) N. There exsts a unque γ + > 0, such that the optmalty condton can be wrtten as [26] (h (λ + ) γ+ )( λ λ + ) 0, λ 0, (58) λ + = λ. (59) N Note that h (λ ) s strctly ncreasng, and h (λ ) α β α ˆf (λ ) α β α f (λ ). (60) Let d 0 = h (0) = α α β s 0. We can defne a permutaton π : {, 2,, N } {, 2,, N }, such that d 0 s n decreasng order under π. We have the followng characterzaton of the optmum. Theorem 8: The set of servers that are used at the optmum s N s = {π (), π (2),, π (m + )}, wth a unque m + that satsfes (h π () ) ( m + = d 0 π (m + ) ) < λ (h π () ) ( m + = d 0 π (m + +) Proof: It follows the same proof as n Theorem 4. We skp t for brevty. We see that the energy-aware optmal load balancng has a smlar water-fllng effect, and the arrvals wll occupy servers wth low margnal cost n energy-aware metrc frst. As a result, the jobs wll be consoldated nto a subset of servers that have low energy-aware cost. ) Dstrbuted load balancng algorthm: The energy-aware optmal load balancng s a convex problem. Agan, we can apply smlar dstrbuted algorthm to algorthm (29)-(30), to gude the optmal load balancng desgn. At k-th teraton: Each server estmates the arrval rate λ, and adjusts ts speed s, accordng to s (k) = s (λ (k)). (6) The dspatcher measures delay t (k) = s experenced at each server, and estmates h, accordng (k) λ (k) to h (k) = h (λ (k)) = α β α (λ (k)(t (k)) 2 + t (k)). (62) ). Denote by E[h (k)] the mnmal h (k) at step k such that h (k) = N(k) N(k) h (k) wth N(k) := { λ (k) > 0 or h (k) h (k), N}. The dspatcher adjusts λ to each server, accordng to λ (k + ) = [λ (k) ε(h (k) E[h (k)])] +. (63) where ε s a postve stepsze, and + denotes the projecton onto R +, the set of nonnegatve real numbers. Agan, energy aware optmal load balancng algorthm (6)- (63) s more complcated than energy-oblvous load balancng algorthm (29)-(30). In addton to the servers power functon characterstc parameters, the dspatcher requres to know ther weghts β. 2) Effcency loss n energy-aware performance metrc at the LBSS equlbrum: Defne the socal cost n energy-aware performance metrc M : D = λ β + λ P (s ) = h (λ ). (64) s λ s We now characterze the neffcency n energy-aware performance metrc at the LBSS equlbrum. It s complcated to characterze the effcency loss for the system wth arbtrary power functons and loads. Here we gve a partal characterzaton, focusng on the case wth power functons of the same order,.e., P (s ) = k s α for all servers, and n heavy traffc,.e., λ. We leave a complete characterzaton of the effcency loss to future work. The case wth power functons of the same order models a system that employs smlar servers but wth dfferent scalng factors and weghts. Heavy traffc regme s of sgnfcant nterest, as the neffcency of load-balancng-speed-scalng nteracton s ntutvely worst under heavy traffc. Theorem 9: Assume that α = 2. Denote the energy-aware socal cost at the LBSS equlbrum by D e and the optmal cost by D o. Under the aforementoned condtons, we have D e D o max k N. (65) mn k Proof: When α = 2, at the LBSS equlbrum (λ ) N, the arrvals wll be routed to the server that has the maxmal β value. 7 Under heavy traffc, the energy-aware socal cost at the LBSS equlbrum s D e k λ 2 max k λ 2. At the socal optmum (λ + ) N, λ + j /k λ. The optmal /kj socal cost s D 0 k (λ + )2 λ 2 /k mn k λ 2. N D e D o max k mn k N. (66) 7 There may exst multple servers that have the maxmal β value. But t s reasonable to expect that the number of such servers s bounded by a constant that does not scale wth the total number of the servers n the system. For smplcty of presentaton, we assume that there s only one server that has the maxmal β value. Ths only brngs n a constant factor to the bound on effcency loss, f there are multple such servers.

8 We see that when α = 2, the degree of neffcency at the LBSS equlbrum scales wth the number of servers n the system. Ths happens because the energy-oblvous load balancng uses only the server wth the largest base rate, whch ncurs a huge energy cost at ths server, whle the energy-aware optmal load balancng wll spread load across all servers, whch leads to much smaller energy cost at the servers. Ths suggests that we should do energy-aware load balancng f the energy consumpton s a man concern. α Lemma 0: Assume α > 2. Defne ζ = αk β for each server,. Then, mn ζ γ 2 γ + max ζ γ 2. (67) Proof: By equaton (56), h can be wrtten as h (λ ) = αk (s (λ ) = ζ ( f (λ )) 2. (68) If γ + < mn ζ γ 2, then (h ) (γ + ) < ( f ) (γ). (h ) (γ + ) < ( f ) (γ) = λ. Ths contradcts the fact that (h ) (γ + ) = λ. So, γ + mn ζ γ 2. The second nequalty can be proved smlarly. Theorem : Assume α > 2. Denote the energy-aware socal cost at the LBSS equlbrum by D e and the optmal cost by D o. Under the aforementoned condtons, we have D e D o (max ζ α. (69) mn ζ Proof: Under heavy traffc, λ. By Lemma n [9], we have the followng approxmaton for speed scalng under heavy traffc: β s (λ ) λ + λ λ. β λ + λ P (s ) λ β + k λ α k λ α. s λ β s α 2 The optmal socal cost s D e D o D o k ( γ+ k α α. (72) k β α max γ ( + mn j ζ j α k ( γ+ k α α γ ( + mn j ζ j α k β α ζ k ( γ+ k α α = max( mn j ζ j α ( max ζ mn j ζ j α. (73) We see that when α > 2, the degree of neffcency at the LBSS equlbrum depends only on the degree of heterogenety max ζ mn j ζ j n the system but not the number of servers N. If the degree of heterogenety n the system s small, energyoblvous load balancng nteracts bengnly wth speed scalng, n terms of the energy-aware cost. In ths stuaton, we may do not need complcated energy-aware load balancng,.e., we can decouple the desgn of load balancng from speed scalng. Otherwse, we must do energy-aware optmal load balancng f energy consumpton s a man concern. VI. NUMERICAL EXAMPLES In ths secton, we provde numercal examples to complement the analyss n prevous sectons, manly focusng on evaluatng the dstrbuted load balancng algorthms as our other results on the LBSS equlbrum, delay-optmal load balancng and energy-aware optmal load balancng are analytcal results. We consder a system wth 0 servers wth speed scalng. Half of the servers have a power functon of the form P (s ) = k s 5 2 and the other half have a power functon of the form P (s ) = k s 3. The total load s normalzed to be λ = 0, and the values for parameter k and β used to obtan numercal results are randomly drawn from [, 0] and [5, 5], respectvely. Note that, at the LBSS equlbrum (λ ) N, s λ γ =. β β The energy-aware socal cost at the LBSS equlbrum s D e k ( β γ 2 k β α ( where the nequalty follows from (67). At the socal optmum (λ + ) N, γ + α, (70) mn j ζ j γ + = αk s α αk (λ + )α. (7) Fg. 2. The arrval rate and servce rate evoluton of energy-oblvous load balancng.

9 once the prce starts oscllatng around some mean value. Fg. 3. The arrval rate and servce rate evoluton of delay optmal load balancng. Fg. 4. The arrval rate and servce rate evoluton of energy-aware optmal load balancng. Fgures 2, 3 and 4 show the evoluton of the arrval rate and servce rate wth stepsze γ = 0.2 for energy-oblvous load balancng, delay optmal load balancng and energy-aware optmal load balancng, respectvely. We see that the arrval rates and servce rates approach the correspondng equlbrum or optmum quckly. The numercal results confrm prevous analyss and ntutons. As we go from energy-oblvous load balancng to delay optmal load balancng, the load s spread more across the servers, whch s drven by mnmzng the socal cost n delay. We also see that the changes n the arrval rate and servce rate are not severe, whch ntutvely confrms Theorem 7 that gves a small bound on effcency loss at the LBSS equlbrum. As we move to energy-aware optmal load balancng, the load becomes more evenly dstrbuted. Ths s drven by mnmzng the energy-aware socal cost, and an uneven load dstrbuton wll lead to uneven servce rate dstrbuton, whch may result n large cost n energy at the server(s) wth large speed. We also see large changes n the arrval rate and servce rate. Ths mples a large degree of neffcency at the LBSS equlbrum, whch ntutvely confrms Theorem even though t s a characterzaton for the system wth power functons of the same order. In order to study the mpact of dfferent choces of the stepsze on the convergence of the algorthms, we have run smulatons wth dfferent stepszes. We found that the smaller the stepsze, the slower the convergence, and the larger the stepsze, the faster the convergence but the system may only approach to wthn a certan neghborhood of the equlbrum, whch s a general characterstc of any gradent based method. In practce, the dspatcher can frst choose large stepszes to ensure fast convergence, and subsequently reduce the stepszes VII. CONCLUSION We have studed the nteracton between load balancng and speed scalng. We characterze the equlbrum resultng from the load balancng and speed scalng nteracton, and ntroduce two optmal load balancng desgns, n terms of tradtonal performance metrc and cost-aware (n partcular, energyaware) performance metrc respectvely. We study n detal the load-balancng-speed-scalng equlbrum and the optmal load balancng desgns n processor sharng systems wth gatedstatc speed scalng, and propose dstrbuted load balancng algorthms to acheve the correspondng equlbrum and optma. Especally, we characterze the degree of neffcency at the load-balancng-speed-scalng equlbrum n terms of delay as well as energy-aware metrc, and show that the degree of neffcency s mostly bounded by the heterogenety of the system, but ndependent of the number of the servers. These results provde nsghts n understandng the nteracton of load balancng wth speed scalng and gudng new desgns. Further research stemmng out of ths paper ncludes the followng. We are characterzng the effcency loss n energyaware metrc at the load-balancng-speed-scalng equlbrum for the system wth power functons of dfferent polynomal orders. We are also studyng the load balancng and speed scalng nteracton n the processor sharng system wth general power functons (e.g., nonconvex, dscontnuous, wth possbly a dscrete set of allowable speeds), as well as n the system wth other schedulng polces such as Shortest Remanng Processng Tme (SRPT). We wll further study other speed scalng polces and ther mpact on the desgn and performance of load balancng. Fnally, we wll go beyond energy-aware speed scalng, and study other types of speed scalng behavors and ther nteracton wth load balancng n, e.g., date centers or call centers. REFERENCES [] O. S. Unsal and I. Koren. System-level power-aware desgn technques n real-tme systems. Proc. IEEE, 97(3): , [2] S. Kaxras and M. Martonos. Computer Archtecture Technques for Power-Effcency. Morgan and Claypool, [3] S. Iran and K. R. Pruhs. Algorthmc problems n power management. SIGACT News, 36(2):63 76, [4] L. Yuan and G. Qu. Analyss of energy reducton on dynamc voltage scalng-enabled systems. IEEE Trans. Comput.-Aded Des. Integr. Crcuts Syst., 24(2): , [5] Y. Zhu and F. Mueller. Feedback edf schedulng of real-tme tasks explotng dynamc voltage scalng. Real Tme Systems, 3:33 63, [6] N. Bansal, T. Kmbrel, and K. Pruhs. Speed scalng to manage energy and temperature. J. ACM, 54(): 39, [7] S. Herbert and D. Marculescu. Analyss of dynamc voltage/frequency scalng n chp-multprocessors. In Proc. ISLPED, [8] N. Bansal, H.-L. Chan, and K. Pruhs. Speed scalng wth an arbtrary power functon. In Proc. ACM-SIAM SODA, [9] A. Werman, L. L. H. Andrew, and A. Tang. Power-aware speed scalng n processor sharng systems. In Proceedngs of IEEE Infocom, [0] L. L. Andrew, M. Ln, and A. Werman. Optmalty, farness, and robustness n speed scalng desgns. In Proceedngs of ACM Sgmetrcs, 200.

10 [] N. Bansal, K. Pruhs, and C. Sten. Speed scalng for weghted flow tmes. In Proc. ACM-SIAM SODA, [2] F. Yao, A. Demers, and S. Shenker. A schedulng model for reduced cpu energy. In Proceedngs of IEEE Symposum on Foundatons of Computer Scence (FOCS), 995. [3] J. M. George and J. M. Harrson. Dynamc control of a queue wth adjustable servce rate. Operatons Research, 49(5):720 73, 200. [4] K. Pruhs, P. Uthasombut, and G. Woegnger. Gettng the best response for your erg. In Scandnavan Worksh. Alg. Theory, [5] J. R. Bradley. Optmal control of a dual servce rate m/m/ producton-nventory model. European Journal of Operatons Research, 6(3):82 837, [6] S. Albers and H. Fujwara. Energy-effcent algorthms for flow tme mnmzaton. Lecture Notes n Computer Scence, 3884:62 633, [7] D. P. Bunde. Power-aware schedulng for makespan and flow. In Proc. ACM Symp. Parallel Alg. and Arch, [8] S. Zhang and K. S. Catha. Approxmaton algorthm for the temperatureaware schedulng problem. In Proceedngs of IEEE Conference on Computer Aded Desgn, [9] N. Bansal, H.-L. Chan, T.-W. Lam, and L.-K. Lee. Schedulng for speed bounded processors. In Int. Colloq. Automata, Languages and Programmng, [20] N. Bansal, H.-L. Chan, K. Pruhs, and D. Katz. Improved bounds for speed scalng n devces obeyng the cube-root rule. In Int. Colloq. Automata, Languages and Programmng, [2] T.-W. Lam, L.-K. Lee, I. K. K. To, and P. W. H. Wong. Speed scalng functons for flow tme schedulng based on actve job count. In Proc. Euro. Symp. Alg., [22] M. Havv and T. Roughgarden. The prce of anarchy n an exponental mult-server. Operatons Research Letters, 35:42 426, [23] T. Wu and D. Starobnsk. On the prce of anarchy n unbounded delay networks. In Proc. of Game Theory for Comm. and Networks, [24] E. Altman, U. Ayesta, and B. J. Prabhu. Optmal load balancng n processor sharng systems. In Proceedngs of GameComm, [25] H. Chen, J. Marden, and A. Werman. On the mpact of heterogenety and back-end schedulng n load balancng desgns. In Proceedngs of IEEE Infocom, [26] D. P. Bertsekas and J. N. Tstskls. Parallel and Dstrbuted Computaton. Prentce Hall, 989. [27] N. Nssan, T. Roughgarden, E. Tardos, and V. V. Vazran. Algorthmc game theory. Cambrdge Unversty Press, 2007.

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

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

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

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

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

The literature on many-server approximations provides significant simplifications toward the optimal capacity

The literature on many-server approximations provides significant simplifications toward the optimal capacity Publshed onlne ahead of prnt November 13, 2009 Copyrght: INFORMS holds copyrght to ths Artcles n Advance verson, whch s made avalable to nsttutonal subscrbers. The fle may not be posted on any other webste,

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

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

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

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

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Optimal Scheduling in the Hybrid-Cloud

Optimal Scheduling in the Hybrid-Cloud Optmal Schedulng n the Hybrd-Cloud Mark Shfrn Faculty of Electrcal Engneerng Technon, Israel Emal: shfrn@tx.technon.ac.l Ram Atar Faculty of Electrcal Engneerng Technon, Israel Emal: atar@ee.technon.ac.l

More information

Multi-Resource Fair Allocation in Heterogeneous Cloud Computing Systems

Multi-Resource Fair Allocation in Heterogeneous Cloud Computing Systems 1 Mult-Resource Far Allocaton n Heterogeneous Cloud Computng Systems We Wang, Student Member, IEEE, Ben Lang, Senor Member, IEEE, Baochun L, Senor Member, IEEE Abstract We study the mult-resource allocaton

More information

Optimal resource capacity management for stochastic networks

Optimal resource capacity management for stochastic networks Submtted for publcaton. Optmal resource capacty management for stochastc networks A.B. Deker H. Mlton Stewart School of ISyE, Georga Insttute of Technology, Atlanta, GA 30332, ton.deker@sye.gatech.edu

More information

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services When Network Effect Meets Congeston Effect: Leveragng Socal Servces for Wreless Servces aowen Gong School of Electrcal, Computer and Energy Engeerng Arzona State Unversty Tempe, AZ 8587, USA xgong9@asuedu

More information

Cross-Selling in a Call Center with a Heterogeneous Customer Population

Cross-Selling in a Call Center with a Heterogeneous Customer Population OPERATIONS RESEARCH Vol. 57, No. 2, March Aprl 29, pp. 299 313 ssn 3-364X essn 1526-5463 9 572 299 nforms do 1.1287/opre.18.568 29 INFORMS Cross-Sellng n a Call Center wth a Heterogeneous Customer Populaton

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

Revenue Management for a Multiclass Single-Server Queue via a Fluid Model Analysis

Revenue Management for a Multiclass Single-Server Queue via a Fluid Model Analysis OPERATIONS RESEARCH Vol. 54, No. 5, September October 6, pp. 94 93 ssn 3-364X essn 56-5463 6 545 94 nforms do.87/opre.6.35 6 INFORMS Revenue Management for a Multclass Sngle-Server Queue va a Flud Model

More information

Price Competition in an Oligopoly Market with Multiple IaaS Cloud Providers

Price Competition in an Oligopoly Market with Multiple IaaS Cloud Providers Prce Competton n an Olgopoly Market wth Multple IaaS Cloud Provders Yuan Feng, Baochun L, Bo L Department of Computng, Hong Kong Polytechnc Unversty Department of Electrcal and Computer Engneerng, Unversty

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

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

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

A Lyapunov Optimization Approach to Repeated Stochastic Games

A Lyapunov Optimization Approach to Repeated Stochastic Games PROC. ALLERTON CONFERENCE ON COMMUNICATION, CONTROL, AND COMPUTING, OCT. 2013 1 A Lyapunov Optmzaton Approach to Repeated Stochastc Games Mchael J. Neely Unversty of Southern Calforna http://www-bcf.usc.edu/

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

Cross-Selling in a Call Center with a Heterogeneous Customer Population

Cross-Selling in a Call Center with a Heterogeneous Customer Population OPERATIONS RESEARCH Vol. 57, No. 2, March Aprl 2009, pp. 299 313 ssn 0030-364X essn 1526-5463 09 5702 0299 nforms do 10.1287/opre.1080.0568 2009 INFORMS Cross-Sellng n a Call Center wth a Heterogeneous

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

How Bad are Selfish Investments in Network Security?

How Bad are Selfish Investments in Network Security? 1 How Bad are Selfsh Investments n Networ Securty? Lbn Jang, Venat Anantharam and Jean Walrand EECS Department, Unversty of Calforna, Bereley {ljang,ananth,wlr}@eecs.bereley.edu Abstract Internet securty

More information

Fisher Markets and Convex Programs

Fisher Markets and Convex Programs Fsher Markets and Convex Programs Nkhl R. Devanur 1 Introducton Convex programmng dualty s usually stated n ts most general form, wth convex objectve functons and convex constrants. (The book by Boyd and

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

Product-Form Stationary Distributions for Deficiency Zero Chemical Reaction Networks

Product-Form Stationary Distributions for Deficiency Zero Chemical Reaction Networks Bulletn of Mathematcal Bology (21 DOI 1.17/s11538-1-9517-4 ORIGINAL ARTICLE Product-Form Statonary Dstrbutons for Defcency Zero Chemcal Reacton Networks Davd F. Anderson, Gheorghe Cracun, Thomas G. Kurtz

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

The Power of Slightly More than One Sample in Randomized Load Balancing

The Power of Slightly More than One Sample in Randomized Load Balancing The Power of Slghtly More than One Sample n Randomzed oad Balancng e Yng, R. Srkant and Xaohan Kang Abstract In many computng and networkng applcatons, arrvng tasks have to be routed to one of many servers,

More information

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet 2008/8 An ntegrated model for warehouse and nventory plannng Géraldne Strack and Yves Pochet CORE Voe du Roman Pays 34 B-1348 Louvan-la-Neuve, Belgum. Tel (32 10) 47 43 04 Fax (32 10) 47 43 01 E-mal: corestat-lbrary@uclouvan.be

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

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

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

An MILP model for planning of batch plants operating in a campaign-mode

An MILP model for planning of batch plants operating in a campaign-mode An MILP model for plannng of batch plants operatng n a campagn-mode Yanna Fumero Insttuto de Desarrollo y Dseño CONICET UTN yfumero@santafe-concet.gov.ar Gabrela Corsano Insttuto de Desarrollo y Dseño

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

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

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

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

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

Dominant Resource Fairness in Cloud Computing Systems with Heterogeneous Servers

Dominant Resource Fairness in Cloud Computing Systems with Heterogeneous Servers 1 Domnant Resource Farness n Cloud Computng Systems wth Heterogeneous Servers We Wang, Baochun L, Ben Lang Department of Electrcal and Computer Engneerng Unversty of Toronto arxv:138.83v1 [cs.dc] 1 Aug

More information

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

Equlbra Exst and Trade S effcent proportionally

Equlbra Exst and Trade S effcent proportionally On Compettve Nonlnear Prcng Andrea Attar Thomas Marott Franços Salané February 27, 2013 Abstract A buyer of a dvsble good faces several dentcal sellers. The buyer s preferences are her prvate nformaton,

More information

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia To appear n Journal o Appled Probablty June 2007 O-COSTAT SUM RED-AD-BLACK GAMES WITH BET-DEPEDET WI PROBABILITY FUCTIO LAURA POTIGGIA, Unversty o the Scences n Phladelpha Abstract In ths paper we nvestgate

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

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

An Intelligent Policy System for Channel Allocation of Information Appliance

An Intelligent Policy System for Channel Allocation of Information Appliance Tamkang Journal of Scence and Engneerng, Vol. 5, No., pp. 63-68 (2002) 63 An Intellgent Polcy System for Channel Allocaton of Informaton Applance Cheng-Yuan Ku, Chang-Jnn Tsao 2 and Davd Yen 3 Department

More information

Feasibility of Using Discriminate Pricing Schemes for Energy Trading in Smart Grid

Feasibility of Using Discriminate Pricing Schemes for Energy Trading in Smart Grid Feasblty of Usng Dscrmnate Prcng Schemes for Energy Tradng n Smart Grd Wayes Tushar, Chau Yuen, Bo Cha, Davd B. Smth, and H. Vncent Poor Sngapore Unversty of Technology and Desgn, Sngapore 138682. Emal:

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

Distributed Optimal Contention Window Control for Elastic Traffic in Wireless LANs

Distributed Optimal Contention Window Control for Elastic Traffic in Wireless LANs Dstrbuted Optmal Contenton Wndow Control for Elastc Traffc n Wreless LANs Yalng Yang, Jun Wang and Robn Kravets Unversty of Illnos at Urbana-Champagn { yyang8, junwang3, rhk@cs.uuc.edu} Abstract Ths paper

More information

CALL ADMISSION CONTROL IN WIRELESS MULTIMEDIA NETWORKS

CALL ADMISSION CONTROL IN WIRELESS MULTIMEDIA NETWORKS CALL ADMISSION CONTROL IN WIRELESS MULTIMEDIA NETWORKS Novella Bartoln 1, Imrch Chlamtac 2 1 Dpartmento d Informatca, Unverstà d Roma La Sapenza, Roma, Italy novella@ds.unroma1.t 2 Center for Advanced

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

OPTIMAL INVESTMENT POLICIES FOR THE HORSE RACE MODEL. Thomas S. Ferguson and C. Zachary Gilstein UCLA and Bell Communications May 1985, revised 2004

OPTIMAL INVESTMENT POLICIES FOR THE HORSE RACE MODEL. Thomas S. Ferguson and C. Zachary Gilstein UCLA and Bell Communications May 1985, revised 2004 OPTIMAL INVESTMENT POLICIES FOR THE HORSE RACE MODEL Thomas S. Ferguson and C. Zachary Glsten UCLA and Bell Communcatons May 985, revsed 2004 Abstract. Optmal nvestment polces for maxmzng the expected

More information

Downlink Power Allocation for Multi-class. Wireless Systems

Downlink Power Allocation for Multi-class. Wireless Systems Downlnk Power Allocaton for Mult-class 1 Wreless Systems Jang-Won Lee, Rav R. Mazumdar, and Ness B. Shroff School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN 47907, USA {lee46,

More information

Value Driven Load Balancing

Value Driven Load Balancing Value Drven Load Balancng Sherwn Doroud a, Esa Hyytä b,1, Mor Harchol-Balter c,2 a Tepper School of Busness, Carnege Mellon Unversty, 5000 Forbes Ave., Pttsburgh, PA 15213 b Department of Communcatons

More information

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

More information

Addendum to: Importing Skill-Biased Technology

Addendum to: Importing Skill-Biased Technology Addendum to: Importng Skll-Based Technology Arel Bursten UCLA and NBER Javer Cravno UCLA August 202 Jonathan Vogel Columba and NBER Abstract Ths Addendum derves the results dscussed n secton 3.3 of our

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

Loop Parallelization

Loop Parallelization - - Loop Parallelzaton C-52 Complaton steps: nested loops operatng on arrays, sequentell executon of teraton space DECLARE B[..,..+] FOR I :=.. FOR J :=.. I B[I,J] := B[I-,J]+B[I-,J-] ED FOR ED FOR analyze

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Sngle Snk Buy at Bulk Problem and the Access Network

Sngle Snk Buy at Bulk Problem and the Access Network A Constant Factor Approxmaton for the Sngle Snk Edge Installaton Problem Sudpto Guha Adam Meyerson Kamesh Munagala Abstract We present the frst constant approxmaton to the sngle snk buy-at-bulk network

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

A Probabilistic Theory of Coherence

A Probabilistic Theory of Coherence A Probablstc Theory of Coherence BRANDEN FITELSON. The Coherence Measure C Let E be a set of n propostons E,..., E n. We seek a probablstc measure C(E) of the degree of coherence of E. Intutvely, we want

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Self-Adaptive SLA-Driven Capacity Management for Internet Services

Self-Adaptive SLA-Driven Capacity Management for Internet Services Self-Adaptve SLA-Drven Capacty Management for Internet Servces Bruno Abrahao, Vrglo Almeda and Jussara Almeda Computer Scence Department Federal Unversty of Mnas Geras, Brazl Alex Zhang, Drk Beyer and

More information

2. SYSTEM MODEL. the SLA (unlike the only other related mechanism [15] we can compare it is never able to meet the SLA).

2. SYSTEM MODEL. the SLA (unlike the only other related mechanism [15] we can compare it is never able to meet the SLA). Managng Server Energy and Operatonal Costs n Hostng Centers Yyu Chen Dept. of IE Penn State Unversty Unversty Park, PA 16802 yzc107@psu.edu Anand Svasubramanam Dept. of CSE Penn State Unversty Unversty

More information

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Artcle ID 867836 pages http://dxdoorg/055/204/867836 Research Artcle Enhanced Two-Step Method va Relaxed Order of α-satsfactory Degrees for Fuzzy

More information

Dynamic Fleet Management for Cybercars

Dynamic Fleet Management for Cybercars Proceedngs of the IEEE ITSC 2006 2006 IEEE Intellgent Transportaton Systems Conference Toronto, Canada, September 17-20, 2006 TC7.5 Dynamc Fleet Management for Cybercars Fenghu. Wang, Mng. Yang, Ruqng.

More information

How To Improve Power Demand Response Of A Data Center Wth A Real Time Power Demand Control Program

How To Improve Power Demand Response Of A Data Center Wth A Real Time Power Demand Control Program Demand Response of Data Centers: A Real-tme Prcng Game between Utltes n Smart Grd Nguyen H. Tran, Shaole Ren, Zhu Han, Sung Man Jang, Seung Il Moon and Choong Seon Hong Department of Computer Engneerng,

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

Solving Factored MDPs with Continuous and Discrete Variables

Solving Factored MDPs with Continuous and Discrete Variables Solvng Factored MPs wth Contnuous and screte Varables Carlos Guestrn Berkeley Research Center Intel Corporaton Mlos Hauskrecht epartment of Computer Scence Unversty of Pttsburgh Branslav Kveton Intellgent

More information

Online Auctions in IaaS Clouds: Welfare and Profit Maximization with Server Costs

Online Auctions in IaaS Clouds: Welfare and Profit Maximization with Server Costs Onlne Auctons n IaaS Clouds: Welfare and roft Maxmzaton wth Server Costs aox Zhang Dept. of Computer Scence The Unvety of Hong Kong xxzhang@cs.hku.hk Zongpeng L Dept. of Computer Scence Unvety of Calgary

More information

Energy Efficient Routing in Ad Hoc Disaster Recovery Networks

Energy Efficient Routing in Ad Hoc Disaster Recovery Networks Energy Effcent Routng n Ad Hoc Dsaster Recovery Networks Gl Zussman and Adran Segall Department of Electrcal Engneerng Technon Israel Insttute of Technology Hafa 32000, Israel {glz@tx, segall@ee}.technon.ac.l

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

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

Ring structure of splines on triangulations

Ring structure of splines on triangulations www.oeaw.ac.at Rng structure of splnes on trangulatons N. Vllamzar RICAM-Report 2014-48 www.rcam.oeaw.ac.at RING STRUCTURE OF SPLINES ON TRIANGULATIONS NELLY VILLAMIZAR Introducton For a trangulated regon

More information

How To Improve Delay Throughput In Wireless Networks With Multipath Routing And Channel Codeing

How To Improve Delay Throughput In Wireless Networks With Multipath Routing And Channel Codeing Delay-Throughput Enhancement n Wreless Networs wth Mult-path Routng and Channel Codng Kevan Ronas, Student Member, IEEE, Amr-Hamed Mohsenan-Rad, Member, IEEE, Vncent W.S. Wong, Senor Member, IEEE, Sathsh

More information

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School Robust Desgn of Publc Storage Warehouses Yemng (Yale) Gong EMLYON Busness School Rene de Koster Rotterdam school of management, Erasmus Unversty Abstract We apply robust optmzaton and revenue management

More information

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

Availability-Based Path Selection and Network Vulnerability Assessment

Availability-Based Path Selection and Network Vulnerability Assessment Avalablty-Based Path Selecton and Network Vulnerablty Assessment Song Yang, Stojan Trajanovsk and Fernando A. Kupers Delft Unversty of Technology, The Netherlands {S.Yang, S.Trajanovsk, F.A.Kupers}@tudelft.nl

More information

Economic Models for Cloud Service Markets

Economic Models for Cloud Service Markets Economc Models for Cloud Servce Markets Ranjan Pal and Pan Hu 2 Unversty of Southern Calforna, USA, rpal@usc.edu 2 Deutsch Telekom Laboratores, Berln, Germany, pan.hu@telekom.de Abstract. Cloud computng

More information

On Robust Network Planning

On Robust Network Planning On Robust Network Plannng Al Tzghadam School of Electrcal and Computer Engneerng Unversty of Toronto, Toronto, Canada Emal: al.tzghadam@utoronto.ca Alberto Leon-Garca School of Electrcal and Computer Engneerng

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

denote the location of a node, and suppose node X . This transmission causes a successful reception by node X for any other node

denote the location of a node, and suppose node X . This transmission causes a successful reception by node X for any other node Fnal Report of EE359 Class Proect Throughput and Delay n Wreless Ad Hoc Networs Changhua He changhua@stanford.edu Abstract: Networ throughput and pacet delay are the two most mportant parameters to evaluate

More information

CLoud computing technologies have enabled rapid

CLoud computing technologies have enabled rapid 1 Cost-Mnmzng Dynamc Mgraton of Content Dstrbuton Servces nto Hybrd Clouds Xuana Qu, Hongxng L, Chuan Wu, Zongpeng L and Francs C.M. Lau Department of Computer Scence, The Unversty of Hong Kong, Hong Kong,

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

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

The Application of Fractional Brownian Motion in Option Pricing

The Application of Fractional Brownian Motion in Option Pricing Vol. 0, No. (05), pp. 73-8 http://dx.do.org/0.457/jmue.05.0..6 The Applcaton of Fractonal Brownan Moton n Opton Prcng Qng-xn Zhou School of Basc Scence,arbn Unversty of Commerce,arbn zhouqngxn98@6.com

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

Efficient Project Portfolio as a tool for Enterprise Risk Management

Efficient Project Portfolio as a tool for Enterprise Risk Management Effcent Proect Portfolo as a tool for Enterprse Rsk Management Valentn O. Nkonov Ural State Techncal Unversty Growth Traectory Consultng Company January 5, 27 Effcent Proect Portfolo as a tool for Enterprse

More information

Marginal Revenue-Based Capacity Management Models and Benchmark 1

Marginal Revenue-Based Capacity Management Models and Benchmark 1 Margnal Revenue-Based Capacty Management Models and Benchmark 1 Qwen Wang 2 Guanghua School of Management, Pekng Unversty Sherry Xaoyun Sun 3 Ctgroup ABSTRACT To effcently meet customer requrements, a

More information

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 畫 類 別 : 個 別 型 計 畫 半 導 體 產 業 大 型 廠 房 之 設 施 規 劃 計 畫 編 號 :NSC 96-2628-E-009-026-MY3 執 行 期 間 : 2007 年 8 月 1 日 至 2010 年 7 月 31 日 計 畫 主 持 人 : 巫 木 誠 共 同

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

Sketching Sampled Data Streams

Sketching Sampled Data Streams Sketchng Sampled Data Streams Florn Rusu, Aln Dobra CISE Department Unversty of Florda Ganesvlle, FL, USA frusu@cse.ufl.edu adobra@cse.ufl.edu Abstract Samplng s used as a unversal method to reduce the

More information

Dynamics of heterogeneous peer-to-peer networks

Dynamics of heterogeneous peer-to-peer networks Dynamcs of heterogeneous peer-to-peer networks Fernando Pagann, Andrés Ferragut and Martín Zubeldía Unversdad ORT Uruguay Abstract Dynamc models of populaton n peer-to-peer fle sharng systems have focused

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

Credit Limit Optimization (CLO) for Credit Cards

Credit Limit Optimization (CLO) for Credit Cards Credt Lmt Optmzaton (CLO) for Credt Cards Vay S. Desa CSCC IX, Ednburgh September 8, 2005 Copyrght 2003, SAS Insttute Inc. All rghts reserved. SAS Propretary Agenda Background Tradtonal approaches to credt

More information