Anale. Seria Informatică. Vol. XI fasc Annals. Computer Science Series. 11 th Tome 2 nd Fasc. 2013

Size: px
Start display at page:

Download "Anale. Seria Informatică. Vol. XI fasc Annals. Computer Science Series. 11 th Tome 2 nd Fasc. 2013"

Transcription

1 Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc EFFECTS OF SYSTEM PAGIG / THRASHIG OVERHEA O SYSTEM PERFORMACE BASE O EGREE OF MULTIPROGRAMMIG Ahigbe Mudu Thusday Ehis eatment of Comute Science, Fedeal Univesity of Agicultue Abeouta, igeia ABSTRACT: Thee is usually a stong concen about the functionality of comute systems and vey little concen about its efomance. In geneal, efomance becomes an issue only when the efomance becomes eceived as being oo by uses. Majo constaints on systems show themselves in fom of extenal symtoms, stess conditions and ing being the chief foms. Thashing occus when a comute s vitual memoy subsystem is in a constant state of ing, aidly exchanging data in memoy fo data on dis, to the exclusion of most alication ocessing. This causes the efomance of the system to degade by multile odes of magnitude. We develoed analytical models with comutational algoithms that ovide the values of desied efomance measues. Lyaonuv stability citeia ovide sufficient conditions fo the system validity, the esult shows that the savings geneated fom the e- based, offsets the additional time needed to ocess the incease numbe of e- faults. KEYWORS: Paging, Thashing, Multiogamming, Intefault, Fames and ovehead. ITROUCTIO Paging fom the layman oint of view is a technique used by vitual memoy oeating system to hel ensue that the data you need is available as quicly as ossible. When a ogam needs a e that is not in the main memoy, the oeating system coies the equied e into memoy and coies anothe e bac to the dis. As this ocess continues, a e fault occus when the addess of the e being equested is invalid and in that case, the alication is usually aboted. It is the e in ate that is of imay concen, because e in activity occus synchonously [MA94]. A e in incus a time cost fo the hysical I/O and a moe significant incease in ocesso usage. Page in activity slows wn the ate at which tansactions flow though the system, that is, tansactions tae longe to get though the system. If a system es not have enough es, thashing is a high ing activity, and the e fault ate is high. This leads to CPU utilization. In moden comutes, thashing may occu in the ing system (if thee is not sufficient hysical memoy o the dis access time is ovely long), o in the communications system (esecially in conflicts ove intenal bus access), etc. eending on the configuation and algoithms involved, the thoughut and latency of a system may degade by multile odes of magnitude as a esult of excessive ing [MA8]. In vitual memoy system, thashing may be caused by ogams o wo load that esent insufficient locality of efeence, if the woing set of a ogam o a woload cannot be efficiently held within hysical memoy, then constant data swaing, i.e. thashing may occu. Hence, the efomance evaluation of comute system and netwos has thus become a emanent concen of all who use them... Identifying System Constaints Majo constaints on system show themselves in the fom of extenal symtoms, stess conditions and ing being the chief foms. The fundamental thing that has to be undestood is that actically evey symtoms of oo efomance aises in a system that is congested. Fo examle, if thee is a slowwn in a system, tansactions ing data set activity ile u; thee ae waits on stings; thee ae moe tansactions in the system, thee is theefoe a geate vitual stoage demands, thee is ing, and because thee ae moe tansactions in the system, the tas disatche uses moe ocesso owe scanning the tas chains. We then have tas constaints; tansaction class limit is exceeded and adds to the ocesso ovehead because of eties and so on. The esult of this is that the system shows heavy use of its esouces and this is the tyical system stess. Thashing occus when a comute s vitual memoy subsystem is in a constant state of ing, aidly exchanging data in memoy fo data on dis, to the exclusion of most alication level ocessing. This causes the efomance of the system to degade o collase. Hence, the battle cy fo system otimal efomance esonates with a gowing and wide sead concen to imove the efomance of comute systems and to fail to so today will amount to inviting catastohic system failue tomoow... Memoy Queuing Multiogamming is a cental at of moden oeating systems. It allows fo seveal ogams (jobs), tansactions, ocesses and equests to be memoy esident at the same time, shaing the system esouces, such as ocessos and I/O devices. Most

2 46 ogams not ovela thei I/O and ocessing activities, so that while one ogam is maing use of the ocess othes ae undegoing I/O ocessing. Theefoe, multiogamming leads to a bette use of the system esouces, by eeing I/O devices unning concuently with ocessos. Howeve, due to the finitude of eal memoy, the numbe of ogams in execution may affect system efomance. Fo examle, in vitual memoy systems, as the multiogamming level inceases, the ing and swaing activities also incease and may cause a eduction of thoughut of oductive wo. Thus, thee must be contol of the maximum numbe of ogams allowed to shae memoy at the same time. Usually, oeating systems contol the oveall load by acting on the degee of multiogamming..3. Poblem escitions Paging moves individual es of ocessing fom main memoy to dis and bac, as a esult geneates I/O taffic. Each time a e is needed that is not cuently in memoy, a e fault occus. An invalid e fault occus when the addess of the e being equested is invalid; in this case, the alication is usually aboted and deending on the configuation and algoithms involved, the thoughut and latency of a system may degade by multile odes of Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 magnitude. The intensity of ing activities is measued by e ins (es moved fom dis to memoy), and e outs (es moved fom memoy to dis), as exhibited in figue. Page ins incus a time cost fo hysical I/O and a moe significant incease in ocesso usage, since it has to wait until the e tansfe comletes. As a esult, most esent day oeating systems use demands ing, which means that a e of code o data is not ead into memoy until the e is needed. In an ove committed situation, whee the numbe of es actively in use exceeds the numbe of es of hysical memoy, it becomes necessay to select es that will be emoved fom hysical memoy in ode to mae oom fo new es. When the ing activity stats to incease, the load on the ing device inceases and it eventually becomes the bottlenec. The thoughut deceases and eventually goes to zeo (Thashing) and as such, ing activity should be included in efomance model systems. The est of this ae is stuctued in the following manne: - section () discusses the liteatue eview, section (3) focuses on the methology of the w while section (4) analyzes the ing activities, imlemented the method discussed in the body of the ae and evaluated the esult using Lyaunov stability citeia. Section (5) discusses the summay and conclusion of the ae. Physical memoy is dive Vitual memoy Addess saces Figue : System Paging Activities. LITERATURE REVIEW Poo efomance of the oeating systems can have consideable imact on alication efomance. To avoid the oeating system fom limiting alication efomance, it must be highly cuent. In the ealy 990 s, eseaches identified memoy efomance as citical to system efomance. [KGP89] noted that Cache efomance and Coheency ae citical asects of hadwae which must be taen into account. They exlicitly advocated that oeating systems must be otimized to meet the demands of uses fo high efomance. They ointed out that OS ae lage and comlex and the otimization tas is difficult and without cae, tuning can esult in inceased comlexity with little imact to the end use s efomance. The dawbac hee was the ey to focus otimization by identifying efomance oblems. [WW00] imlementation and analysis of e based comession in the OS/ oeating system yielded two esults with esect to memoy. Fist, OS with e based comession uses less vitual memoy than an oeating system without e based comession. In an unconstained envionment, the system with e based comession will geneate fewe e faults than the system without e based comession, which tanslates into faste efomance. Secondly, a system with e- based comession equies moe loced (wied) memoy than a system without e based,

3 which effectively educes the amount of memoy available to the est of the system. This will oduce no notable effect in an unconstained envionment; howeve, a small eduction in the amount of memoy will cause an incease in the numbe of e faults. Also we found that the time saved due to comession offsets the additional time caused by the incease in numbe of e faults. Though e based comession imoves the efomance of a demand ing oeating system, it educes the amount of memoy available to the est of the system which es not suot ou effot. [B06] used the numbe of queies being executed concuently as a measue of multiogamming level, and choose to define multiogamming level as being the numbe of queies in any hase of execution. The dawbac hee is that data shaing is based on obsevation that in cetain data based alications, multile queies may be accessing the same elations concuently, and thee is a high obability that index es will be accessed by these alications. [AEP] oosed a tool fo lanning and contol, costing systems lay a consideable ole in oviding infomation needs fo manages. This eseach sees to exloe such oganizational factos as oganization size, industy tye, cost stuctue, the imotance of cost infomation and oducts and sevices. This study fails to incooate othe imotant vaiables which ae liely to influence cost system design... System thashing ovehead Ovehead denotes hadwae esouces use by the oeating system. It can be viewed as comosed of two ats:- a constant one and a vaiable one. The fome coesonds to those activities efomed by an OS that not deend on the level of system load, such as the CPU time handle an I/O inteuts. The vaiable comonent of ovehead stems fom activities that ae closely associated with the system load [ZQ93]. Fo examle, as the numbe of jobs in memoy inceases, the wo ne by memoy management modules also inceases (Thashing) [MA94]. Basically, thee ae two aoaches fo eesenting ovehead in efomance models. One aoach uses a secial class of the model fo eesenting the ovehead of the OS activities efomed on behalf of the alication ogams. Thee ae oblems associated with this aoach. Because of its vaiable comonent, the sevice demands of the secial class have to be made load deendent. Thus, wheneve the intensity aametes (e.g. multiogamming level and aival ate) of the alication classes change, the sevice demands of the ovehead class also have to be modified. The inte-deendency between ovehead aametes and Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 multiogamming mix may mae this aoach imactical [MLT]. 3. METHOOLOGY Most moden comute systems have ing diss that hold the es of the vitual addesses of the seveal ocesses. As a ocess e fault ate (numbe of e faults divided by the numbe of memoy efeences) inceases, a geate otion of the ocess execution time is sent on the ing device. The load on the ing device affects all ocesses in execution. We shall show how the ing activity can be taen into account when modeling comute system. 3.. Modeling Paging Activity Let be the index of the ing device but this device can also be used to stoe files othe than ocess addess saces, a ocess sevice demand at the ing device may be decomosed into two comonents: one due to and anothe not due to ing ing ( ) P ( ) which is a given aamete. = + () P P The oblem hee is how to estimate( ). We can say that aveage sevice demand at the ing device due to ing is equal to the aveage numbe of e faults multilied by the aveage dis time to sevice a e fault ( S ). Hence 47 = aveage. numbe. of. e. faultsχ S () Since the aveage sevice time e e fault can easily be comuted as a function of the dis hysical chaacteistics and the size of a vitual e, ou oblem educes to estimating the aveage numbe of e faults e ocess. Let f be the numbe of e fames allocated to a ocess in maim memoy. Let IFT f be a function that gives the inte fault time of a ocess when f e fames ae allocated to the ocess. The inte fault time is defined as the aveage time between consecutive e faults. S if we divide the total CPU time of a ocess ( cu ) by the value of the IFT ( f ) function, we obtain the aveage numbe of e faults. The gah of the IFT function is monotonically inceasing as shown in figue.

4 48 Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 IFT(f) o. of e fames Figue : Intefault Time vesus umbe of Page Fames Initially, the intefault time gows vey fast as the ocess acquies moe e fames. Howeve, as the numbe of e fames aoaches the size of the ocess woing set, the ate of incease of the intefault time deceases shaly and tends to zeo as the numbe of e fames allocated to the ocess aoaches its total numbe of es. At this oint, thee ae no e faults and the intefault time becomes equal to the total CPU time fo the ocess. A ossible exession fo such a function is: a a = [ + ] xs P / n F Theefoe, using Eq. (5) in Eq. (), we get that: P a a = + + xs P / n F (5) (6) IFT ( f ) cu = (3) + / / ( a f ) ( a F ) Whee F is the numbe of vitual es that comose a ocess addess sace and the constant a may be obtained fom measuement data. Let P be the total numbe of e fames to be divided by all ocesses and let n be the multiogamming level. Assuming that the e fames ae equally divided among all ocesses, each will be allocated a numbe of fames f given by P / n. Hence, the sevice demand due to ing can be witten as: cu = xs (4) ( / ) IFT P n ote that Eq. (6) is valid only when the degee of multiogamming is such that thee ae not enough e fames to stoe the comlete addess sace of all ocesses (i.e. when nxf > P). Othewise, thee ae no e faults and the ing device sevice demands due to ing activity ae zeo. We can now use Eq. (6) to adjust the esidence time ecuence exession fo the ing device in the algoithm given in figue (3). R' ( n ) = (7) P a a + + xs x + n ( n ) P / n F P Using Eq. (3) in Eq. (4), we get that:

5 3.. Thoughut Estimation We see that to comute the esidence time R ' i, ( ) we need the values of the obabilities Pi ( j / ). & To comute these obabilities we need the values of X, which deend on the the thoughuts esidence time values. We oose the following iteations aoach:. Estimate initial values fo the X. These estimates can be thoughuts obtained by aoximating the thoughut by its asymtotic ue bound, namely X min / i,, ( i, ). i= max i Although this is athe loose ue bound, it is usually good enough as a stating oint fo the iteation, P j /. Comute the obabilities i 3. Comute the esidence times, 4. Comute new values fo the thoughuts using Little s esult as X ( ) = R ' Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 i= 5. If the elative eo between the thoughuts obtained in the cuent iteation and the evious one is geate than a cetain toleance then goto ste (). Othewise, comute the final metics and sto. This aoach is secified in details in the fom of algoithms in figue (3) Algoithms Inut aametes:, S,,, R,, α j initialization : fo. : =. tor.., i fo. i: =. to.. if.. > 0. then m = / K i ev fo. : =. tor... Xo, = min / i,, ( i, ) i= max i Eo = + ; foce. enteing. loo. fo. fist. time Iteation loo { } while. eo >. begin comute. Queue. lenghts. fo. on L. devices fo. all. non L. device. i.. fo : =. to.. n I n n ( _ ) = + j i= comute. obabilies. fo. L. devices R Pi i X o j= i= j ev ( 0 / ) + + =,, ( ) ( / ) ( / ) P j = P o j = i i = j =..., comute.re sidence. Times fo. i : =. to.. fo. : =. to. R. Ri, '( ) = R X ev α + n I j comutethoughuts i i j= i ( ) ( ) j / α j P j / cuent fo. : =. to. R.. X = comute. queue. lenghts. e. class cu = ' i= cu ev cu X fo. all. non L. device. j.. fo. : =. tor. ni, X xr & comute. elative. eo X X Eo : = max Peae fo next iteation { while} R ' ( ) cu ( o ) fo. : =. to. R.. X : = X End; ev, Figue 3: Multile Class Algoithms 49

6 50 4. IMPLEMETATIO Examle: A comute system has one CPU and two diss :. and. dis :, dis. is used diss, ( fo ing uoses only. The sevice demands at the CPU and at dis ae 0.0 and 0.06 seconds esectively. The ing dis has an aveage sevice time equal to 30msecs. The system has 0Mbytes of memoy available fo ing. The size of the e fame is equal to 04 bytes. The addess sace of each ocess is equal to Mbytes. The constant a fo the intefault time function is assumed to be equal to Plot a gah of the thoughut vesus the multiogamming level. We need to comute the mode aametes fom the oblem data. The numbe of vitual es e addess sace F, is equal to x04 x04 /04 = 048. es. The total numbe of e fames is equal to P = 0x04 x04 /04 = 0,40. es P Also = 0 since the ing dis is used fo ing only and S = 0.03sec. We Can now use the Algoithms and comute the thoughut fo vaious values of the degee of multiogamming n. we need to use Eq. (7) fo the esidence time of the ing dis. Fo the othe Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 devices we use the nomal esidence time equation, In this examle, the esidence time equation becomes: R' ( n) = + n 0.03 ( ) 0,40 x x n n = ( n 3.8 ) x0.03 x + n ( n ) fon. > 5= 0,40/ 048 fon. 5 n=,..., R' = 0 ( n) The esulting thoughut gah is given in figue 4. It edicts the exected esult, namely that at the beginning, the thoughut inceases with the degee of multiogamming. Afte the ing activity stats to incease, the load on the ing device inceases and eventually becomes to the bottlenec. The thoughut deceases and eventually goes to zeo. This henomenon is called thashing. thoughut(job/sec) Multiogamming Figue 4: Thoughut vesus Multiogamming Level

7 4.. System Evaluation Fo a given system, stability is usually the most imotant thing to be detemined. Lyaonuv stability citeia is the most geneal method fo the detemination of stability of non- linea / o time vaying systems [B+06]. Lyaonuv esented two methods (fist and second methods) fo detemining the stability of dynamic systems descibed by odinay diffeential equations. The fist method consists of all ocedues in which the exlicit fom of the solutions of the diffeential equations is used fo the analysis. The second method es not equie the solutions of the diffeential equations. Theefoe, the second method is quite convenient fo the stability analysis of non linea systems, fo which the exact solution may not be obtained because solving non-linea / o time- vaying state equations is usually vey difficult. Lyaonuv ovides a sufficient condition fo asymtotic stability and this theoem is stated as follows; 4.. Theoem Suose that a system is descibed by x& = f ( x, t ) w h e e f ( t ) 0, = 0 f o. a l l. t If thee exist a scala function v( x, t ) having continuous, fist atial deivatives and satisfying the following conditions:. v( x, t ) is ositive definite,. v& ( x, t) is negative definite, Then the equilibium state at the oigin is unifomly asymtotically stable. We shall conside the second ode system descibed in the ae by: x& 0. x x =. x and we shall detemine the & stability of this state. Let us assume a tentative Lyaonuv function, v x = x Px whee. P. is. to. be.det e min ed. fom : A P + PA = o =.. 0. Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 By exanding this matix equation, we obtain thee simultaneous equations as follows: = = 0 = solving. fo.,,. we. obtain 3.. =.. To test the ositive definiteness of P, chec the deteminants of the successive incial minos. * Q = ( A P + PA) is ositive definite 3 Q = > 0 3 Clealy.. = > 0.. Clealy, P is ositive definite. Hence the equilibium state at the oigin is asymtotically stable in the lage and the Lyaonuv function is: v = x' x = ( 3x + xx + x ) v& = x + x ( ) If the e fault ate gets below the comuted ange, then the ocess losses a fame and if the e fault ate gets too high, the ocess gains a fame (see figue 5), and this esults in fewe e faults. Theefoe, ou aoach has been able to evaluate the effectiveness of the analytical model which is comosed of a set of fomulas and / o comutational algoithms. Inteestingly, we find that the savings geneated fom e- based offsets the additional time needed to ocess the incease numbe of e - faults. 5

8 5 Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 umbe of e faults o. of Fames Figue 5: Page Fault Fequency 5. COCLUSIO When a ogam needs a e that is not in the main memoy, the oeating system coies the equied e into memoy and coies anothe e bac to the dis and this is efeed to as ing. It is the e in ate that is of imay concen because a e in incus a time cost fo the hysical I/O and a moe significant incease in ocesso usage. eending on the configuation and algoithms involved, the thoughut and Latency of a system may degade by multile odes of magnitude. Hence, the battle cy esonates with a gowing and wide sead concen fo effective system efomance. In this ae, analytical model, comosed of a set of fomulas and comutational algoithms ovides the values of desied efomance measues as a function of the set of values of the efomance aametes. Lyaonuv stability citeia ovides a sufficient condition fo the system validity. Inteestingly, the esult shows that the savings geneated fom the e- based, offsets the additional time needed to ocess the incease numbe of e- faults even in a memoy constained envionment. Teminologies The tem woload designates all the ocessing equests submitted to a system by the use community duing any given eiod of time. Thoughut is the numbe of jobs that can be comleted e unit time. Residence time is the time sent by the job once it is loaded into memoy. The measue of load is given by the aveage numbe of batch jobs that ae concuently in execution and this numbe is called the aveage degee of multiogamming and is denoted by. otations K= numbe of devices R = numbe of classes of customes, = class.. oulation S = aveage sevice time of class customes at device i = aveage device demand of class - customes at device i; i, = Vi, S R = aveage esonse time e visit of class customes to device i, R ' i, = aveage esidence time of class customes at device i, n = aveage numbe of class customes at device i, X = class thoughut at device i, REFERECES [AEP] Taha Ahmadzadeh, Hossein Etemad Ahmed Pifeh - Exloation of Factos Influencing on Choice of the Activity Based Costing System in Ianain Oganization, Intenational Jounal of

9 [B06] [B+06] Anale. Seia Infomatică. Vol. XI fasc. 03 Annals. Comute Science Seies. th Tome nd Fasc. 03 Business Administation, Vol., o., 0. Haan Boal, avid J. ewitt - A Methology fo tatabase System Pefomance Evaluation, Comute Science eatment, Univesity of Wisconin Madison, 006. Qi B Pi-Chun Chen, Yang Yang, Qinqing Zhang - An Analysis of VOIP Sevices Using IXEV O evision of a system, IEEE Jounal on Selected Aeas in Communications, Vol. 4, o., es 36 45, 006. [MA94] aniel Menasce, Vigilo A.T. Almelda, Lay W. owdy - Caacity Planning and Pefomance Modeling, Pentice Hall, Inc. A Simon and Scheate Comany, Eaglewood Cliff, new Jesey 0763, es 64 0, 994. [MLT] 53 Heng gee M Yeow Leong Lee, Wee Kiat Tan - Setting u a Low-Cost Lab Management System fo a Multiuose Comuting Lab Using Vitualization Technology, Austalasian Jounal of Educational Technology, 8(), , (0). [KGP89] R. Katz, G. Gibson,. Patteson - is System Achitectue fo High Pefomance Comuting, Poceedings of the IEEE, Vol. 77, o., ec [MA8]. A. Menasce, V. A. Almeida - Oeational Analysis of Multiclass Systems with Vaiable Multiogamming Level and Memoy Queuing. Comute Pefomance, Vol. 3, o. 3, Set, 98. [WW00] Allen Wynn, Jie Wu - The Effect of Comession on Pefomance in a emand Paging Oeating Systems and Softwae, The Jounal of Systems and Softwae, 50 (000), [ZQ93] Xiaodang Zhang, agas allu Xiaohan Qin - A Tool fo Monitoing and Visualizing Min-Based Multiocesso Pefomance, Jounal of Paallel and istibuted Comuting, 8,. 3 4, 993.

How To Schedule A Cloud Comuting On A Computer (I.E. A Computer)

How To Schedule A Cloud Comuting On A Computer (I.E. A Computer) Intenational Jounal on Cloud Comuting: Sevices and Achitectue(IJCCSA,Vol., No.3,Novembe 20 STOCHASTIC MARKOV MODEL APPROACH FOR EFFICIENT VIRTUAL MACHINES SCHEDULING ON PRIVATE CLOUD Hsu Mon Kyi and Thinn

More information

Chapter 4: Matrix Norms

Chapter 4: Matrix Norms EE448/58 Vesion.0 John Stensby Chate 4: Matix Noms The analysis of matix-based algoithms often equies use of matix noms. These algoithms need a way to quantify the "size" of a matix o the "distance" between

More information

Semipartial (Part) and Partial Correlation

Semipartial (Part) and Partial Correlation Semipatial (Pat) and Patial Coelation his discussion boows heavily fom Applied Multiple egession/coelation Analysis fo the Behavioal Sciences, by Jacob and Paticia Cohen (975 edition; thee is also an updated

More information

Integer sequences from walks in graphs

Integer sequences from walks in graphs otes on umbe Theoy and Discete Mathematics Vol. 9, 3, o. 3, 78 84 Intege seuences fom walks in gahs Enesto Estada, and José A. de la Peña Deatment of Mathematics and Statistics, Univesity of Stathclyde

More information

PACE: Policy-Aware Application Cloud Embedding

PACE: Policy-Aware Application Cloud Embedding PACE: Policy-Awae Alication Cloud Embedding Li Ean Li Vahid Liaghat Hongze Zhao MohammadTaghi Hajiaghayi Dan Li Godon Wilfong Y. Richad Yang Chuanxiong Guo Bell Labs Micosoft Reseach Asia Tsinghua Univesity

More information

Database Management Systems

Database Management Systems Contents Database Management Systems (COP 5725) D. Makus Schneide Depatment of Compute & Infomation Science & Engineeing (CISE) Database Systems Reseach & Development Cente Couse Syllabus 1 Sping 2012

More information

Top-Down versus Bottom-Up Approaches in Risk Management

Top-Down versus Bottom-Up Approaches in Risk Management To-Down vesus Bottom-U Aoaches in isk Management PETE GUNDKE 1 Univesity of Osnabück, Chai of Banking and Finance Kathainenstaße 7, 49069 Osnabück, Gemany hone: ++49 (0)541 969 4721 fax: ++49 (0)541 969

More information

Problem Set # 9 Solutions

Problem Set # 9 Solutions Poblem Set # 9 Solutions Chapte 12 #2 a. The invention of the new high-speed chip inceases investment demand, which shifts the cuve out. That is, at evey inteest ate, fims want to invest moe. The incease

More information

Software Engineering and Development

Software Engineering and Development I T H E A 67 Softwae Engineeing and Development SOFTWARE DEVELOPMENT PROCESS DYNAMICS MODELING AS STATE MACHINE Leonid Lyubchyk, Vasyl Soloshchuk Abstact: Softwae development pocess modeling is gaining

More information

HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING

HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING U.P.B. Sci. Bull., Seies C, Vol. 77, Iss. 2, 2015 ISSN 2286-3540 HEALTHCARE INTEGRATION BASED ON CLOUD COMPUTING Roxana MARCU 1, Dan POPESCU 2, Iulian DANILĂ 3 A high numbe of infomation systems ae available

More information

UPS Virginia District Package Car Fleet Optimization

UPS Virginia District Package Car Fleet Optimization UPS Viginia Distit Pakage Ca Fleet Otimization Tavis Manning, Divaka Mehta, Stehen Sheae, Malloy Soldne, and Bian Togesen Abstat United Pael Sevie (UPS) is onstantly haged with ealigning its akage a fleet

More information

Rock Compressibility. Reservoir Pressures. PET467E A Note on Rock Compressibility

Rock Compressibility. Reservoir Pressures. PET467E A Note on Rock Compressibility Rock Comessiility PET467E A Note on Rock Comessiility M. Onu Sing 007 A esevoi consists of an imevious cove o ca ock ovelying a oous and emeale ock. The density diffeences etween the oil, gas and wate

More information

Chapter 3 Savings, Present Value and Ricardian Equivalence

Chapter 3 Savings, Present Value and Ricardian Equivalence Chapte 3 Savings, Pesent Value and Ricadian Equivalence Chapte Oveview In the pevious chapte we studied the decision of households to supply hous to the labo maket. This decision was a static decision,

More information

Strength Analysis and Optimization Design about the key parts of the Robot

Strength Analysis and Optimization Design about the key parts of the Robot Intenational Jounal of Reseach in Engineeing and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Pint): 2320-9356 www.ijes.og Volume 3 Issue 3 ǁ Mach 2015 ǁ PP.25-29 Stength Analysis and Optimization Design

More information

Classical Mechanics (CM):

Classical Mechanics (CM): Classical Mechanics (CM): We ought to have some backgound to aeciate that QM eally does just use CM and makes one slight modification that then changes the natue of the oblem we need to solve but much

More information

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM Main Golub Faculty of Electical Engineeing and Computing, Univesity of Zageb Depatment of Electonics, Micoelectonics,

More information

Controlling the Money Supply: Bond Purchases in the Open Market

Controlling the Money Supply: Bond Purchases in the Open Market Money Supply By the Bank of Canada and Inteest Rate Detemination Open Opeations and Monetay Tansmission Mechanism The Cental Bank conducts monetay policy Bank of Canada is Canada's cental bank supevises

More information

Edge Detection with Sub-pixel Accuracy Based on Approximation of Edge with Erf Function

Edge Detection with Sub-pixel Accuracy Based on Approximation of Edge with Erf Function 56 M. HAGARA, P. KULLA, EDGE DETECTION WITH SUB-PIXEL ACCURACY BASED ON APPROXIMATION OF EDGE Edge Detection with Sub-ixel Accuacy Based on Aoximation of Edge with Ef Function Mioslav HAGARA, Pete KULLA

More information

Experiment 6: Centripetal Force

Experiment 6: Centripetal Force Name Section Date Intoduction Expeiment 6: Centipetal oce This expeiment is concened with the foce necessay to keep an object moving in a constant cicula path. Accoding to Newton s fist law of motion thee

More information

Tracking/Fusion and Deghosting with Doppler Frequency from Two Passive Acoustic Sensors

Tracking/Fusion and Deghosting with Doppler Frequency from Two Passive Acoustic Sensors Tacking/Fusion and Deghosting with Dopple Fequency fom Two Passive Acoustic Sensos Rong Yang, Gee Wah Ng DSO National Laboatoies 2 Science Pak Dive Singapoe 11823 Emails: yong@dso.og.sg, ngeewah@dso.og.sg

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distibution A. It would be vey tedious if, evey time we had a slightly diffeent poblem, we had to detemine the pobability distibutions fom scatch. Luckily, thee ae enough similaities between

More information

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing M13914 Questions & Answes Chapte 10 Softwae Reliability Pediction, Allocation and Demonstation Testing 1. Homewok: How to deive the fomula of failue ate estimate. λ = χ α,+ t When the failue times follow

More information

Episode 401: Newton s law of universal gravitation

Episode 401: Newton s law of universal gravitation Episode 401: Newton s law of univesal gavitation This episode intoduces Newton s law of univesal gavitation fo point masses, and fo spheical masses, and gets students pactising calculations of the foce

More information

An Introduction to Omega

An Introduction to Omega An Intoduction to Omega Con Keating and William F. Shadwick These distibutions have the same mean and vaiance. Ae you indiffeent to thei isk-ewad chaacteistics? The Finance Development Cente 2002 1 Fom

More information

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION Page 1 STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION C. Alan Blaylock, Hendeson State Univesity ABSTRACT This pape pesents an intuitive appoach to deiving annuity fomulas fo classoom use and attempts

More information

Ilona V. Tregub, ScD., Professor

Ilona V. Tregub, ScD., Professor Investment Potfolio Fomation fo the Pension Fund of Russia Ilona V. egub, ScD., Pofesso Mathematical Modeling of Economic Pocesses Depatment he Financial Univesity unde the Govenment of the Russian Fedeation

More information

The transport performance evaluation system building of logistics enterprises

The transport performance evaluation system building of logistics enterprises Jounal of Industial Engineeing and Management JIEM, 213 6(4): 194-114 Online ISSN: 213-953 Pint ISSN: 213-8423 http://dx.doi.og/1.3926/jiem.784 The tanspot pefomance evaluation system building of logistics

More information

A comparison result for perturbed radial p-laplacians

A comparison result for perturbed radial p-laplacians A comaison esult fo etubed adial -Lalacians Raul Manásevich and Guido Swees Diectoy Table of Contents Begin Aticle Coyight c 23 Last Revision Date: Ail 1, 23 Table of Contents 1. Intoduction and main esult

More information

Scheduling Hadoop Jobs to Meet Deadlines

Scheduling Hadoop Jobs to Meet Deadlines Scheduling Hadoop Jobs to Meet Deadlines Kamal Kc, Kemafo Anyanwu Depatment of Compute Science Noth Caolina State Univesity {kkc,kogan}@ncsu.edu Abstact Use constaints such as deadlines ae impotant equiements

More information

An Approach to Optimized Resource Allocation for Cloud Simulation Platform

An Approach to Optimized Resource Allocation for Cloud Simulation Platform An Appoach to Optimized Resouce Allocation fo Cloud Simulation Platfom Haitao Yuan 1, Jing Bi 2, Bo Hu Li 1,3, Xudong Chai 3 1 School of Automation Science and Electical Engineeing, Beihang Univesity,

More information

Open Economies. Chapter 32. A Macroeconomic Theory of the Open Economy. Basic Assumptions of a Macroeconomic Model of an Open Economy

Open Economies. Chapter 32. A Macroeconomic Theory of the Open Economy. Basic Assumptions of a Macroeconomic Model of an Open Economy Chapte 32. A Macoeconomic Theoy of the Open Economy Open Economies An open economy is one that inteacts feely with othe economies aound the wold. slide 0 slide 1 Key Macoeconomic Vaiables in an Open Economy

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

Distributed Computing and Big Data: Hadoop and MapReduce

Distributed Computing and Big Data: Hadoop and MapReduce Distibuted Computing and Big Data: Hadoop and Map Bill Keenan, Diecto Tey Heinze, Achitect Thomson Reutes Reseach & Development Agenda R&D Oveview Hadoop and Map Oveview Use Case: Clusteing Legal Documents

More information

VISCOSITY OF BIO-DIESEL FUELS

VISCOSITY OF BIO-DIESEL FUELS VISCOSITY OF BIO-DIESEL FUELS One of the key assumptions fo ideal gases is that the motion of a given paticle is independent of any othe paticles in the system. With this assumption in place, one can use

More information

Financing Terms in the EOQ Model

Financing Terms in the EOQ Model Financing Tems in the EOQ Model Habone W. Stuat, J. Columbia Business School New Yok, NY 1007 hws7@columbia.edu August 6, 004 1 Intoduction This note discusses two tems that ae often omitted fom the standad

More information

Firstmark Credit Union Commercial Loan Department

Firstmark Credit Union Commercial Loan Department Fistmak Cedit Union Commecial Loan Depatment Thank you fo consideing Fistmak Cedit Union as a tusted souce to meet the needs of you business. Fistmak Cedit Union offes a wide aay of business loans and

More information

Cloud Service Reliability: Modeling and Analysis

Cloud Service Reliability: Modeling and Analysis Cloud Sevice eliability: Modeling and Analysis Yuan-Shun Dai * a c, Bo Yang b, Jack Dongaa a, Gewei Zhang c a Innovative Computing Laboatoy, Depatment of Electical Engineeing & Compute Science, Univesity

More information

Effect of Contention Window on the Performance of IEEE 802.11 WLANs

Effect of Contention Window on the Performance of IEEE 802.11 WLANs Effect of Contention Window on the Pefomance of IEEE 82.11 WLANs Yunli Chen and Dhama P. Agawal Cente fo Distibuted and Mobile Computing, Depatment of ECECS Univesity of Cincinnati, OH 45221-3 {ychen,

More information

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses,

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses, 3.4. KEPLER S LAWS 145 3.4 Keple s laws You ae familia with the idea that one can solve some mechanics poblems using only consevation of enegy and (linea) momentum. Thus, some of what we see as objects

More information

Air Fuel Ratio It is expressed on a mass basis and defined as:

Air Fuel Ratio It is expressed on a mass basis and defined as: Cemical Reactions Wen analyzing eacting systems, we need to conside te cemical intenal enegy, wic is te enegy associated wit te destuction and omation o cemical bonds between te atoms. Temodynamic analysis

More information

IBM Research Smarter Transportation Analytics

IBM Research Smarter Transportation Analytics IBM Reseach Smate Tanspotation Analytics Laua Wynte PhD, Senio Reseach Scientist, IBM Watson Reseach Cente lwynte@us.ibm.com INSTRUMENTED We now have the ability to measue, sense and see the exact condition

More information

Memory-Aware Sizing for In-Memory Databases

Memory-Aware Sizing for In-Memory Databases Memoy-Awae Sizing fo In-Memoy Databases Kasten Molka, Giuliano Casale, Thomas Molka, Laua Mooe Depatment of Computing, Impeial College London, United Kingdom {k.molka3, g.casale}@impeial.ac.uk SAP HANA

More information

The impact of migration on the provision. of UK public services (SRG.10.039.4) Final Report. December 2011

The impact of migration on the provision. of UK public services (SRG.10.039.4) Final Report. December 2011 The impact of migation on the povision of UK public sevices (SRG.10.039.4) Final Repot Decembe 2011 The obustness The obustness of the analysis of the is analysis the esponsibility is the esponsibility

More information

Supplementary Material for EpiDiff

Supplementary Material for EpiDiff Supplementay Mateial fo EpiDiff Supplementay Text S1. Pocessing of aw chomatin modification data In ode to obtain the chomatin modification levels in each of the egions submitted by the use QDCMR module

More information

The Electric Potential, Electric Potential Energy and Energy Conservation. V = U/q 0. V = U/q 0 = -W/q 0 1V [Volt] =1 Nm/C

The Electric Potential, Electric Potential Energy and Energy Conservation. V = U/q 0. V = U/q 0 = -W/q 0 1V [Volt] =1 Nm/C Geneal Physics - PH Winte 6 Bjoen Seipel The Electic Potential, Electic Potential Enegy and Enegy Consevation Electic Potential Enegy U is the enegy of a chaged object in an extenal electic field (Unit

More information

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates

9:6.4 Sample Questions/Requests for Managing Underwriter Candidates 9:6.4 INITIAL PUBLIC OFFERINGS 9:6.4 Sample Questions/Requests fo Managing Undewite Candidates Recent IPO Expeience Please povide a list of all completed o withdawn IPOs in which you fim has paticipated

More information

BIOS American Megatrends Inc (AMI) v02.61 BIOS setup guide and manual for AM2/AM2+/AM3 motherboards

BIOS American Megatrends Inc (AMI) v02.61 BIOS setup guide and manual for AM2/AM2+/AM3 motherboards BIOS Ameican Megatends Inc (AMI) v02.61 BIOS setup guide and manual fo AM2/AM2+/AM3 motheboads The BIOS setup, also called CMOS setup, is a cucial pat of the pope setting up of a PC the BIOS (Basic Input

More information

PLANNING THE CAPACITY OF A WEB SERVER: AN EXPERIENCE REPORT

PLANNING THE CAPACITY OF A WEB SERVER: AN EXPERIENCE REPORT PLANNING THE CAPACITY OF A WEB SERVER: AN EXPERIENCE REPORT Daniel A. Menascé Robet Peaino Depatment of Compute Science, MS 4A5 Univesity Computing Geoge Mason Univesity Geoge Mason Univesity Faifax, VA

More information

Things to Remember. r Complete all of the sections on the Retirement Benefit Options form that apply to your request.

Things to Remember. r Complete all of the sections on the Retirement Benefit Options form that apply to your request. Retiement Benefit 1 Things to Remembe Complete all of the sections on the Retiement Benefit fom that apply to you equest. If this is an initial equest, and not a change in a cuent distibution, emembe to

More information

Housing in the Household Portfolio and Implications for Retirement Saving: Some Initial Finding from SOFIE

Housing in the Household Portfolio and Implications for Retirement Saving: Some Initial Finding from SOFIE Housing in the Household Potfolio and Imlications fo Retiement Saving: Some Initial Finding fom SOFIE Gant Scobie, Tinh Le and John Gibson N EW ZEALAND T REASURY W ORKING P APER 07/04 M ARCH 2007 NZ TREASURY

More information

On Efficiently Updating Singular Value Decomposition Based Reduced Order Models

On Efficiently Updating Singular Value Decomposition Based Reduced Order Models On Efficiently dating Singula alue Decoosition Based Reduced Ode Models Ralf Zieann GAMM oksho Alied and Nueical Linea Algeba with Secial Ehasis on Model Reduction Been Se..-3. he POD-based ROM aoach.

More information

Adaptive Queue Management with Restraint on Non-Responsive Flows

Adaptive Queue Management with Restraint on Non-Responsive Flows Adaptive Queue Management wi Restaint on Non-Responsive Flows Lan Li and Gyungho Lee Depatment of Electical and Compute Engineeing Univesity of Illinois at Chicago 85 S. Mogan Steet Chicago, IL 667 {lli,

More information

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers Concept and Expeiences on using a Wiki-based System fo Softwae-elated Semina Papes Dominik Fanke and Stefan Kowalewski RWTH Aachen Univesity, 52074 Aachen, Gemany, {fanke, kowalewski}@embedded.wth-aachen.de,

More information

A PID Tuning Method for Tracking Control of an Underactuated Gantry Crane

A PID Tuning Method for Tracking Control of an Underactuated Gantry Crane Univesal Jounal of Engineeing echanics 1 (13), 45-49 www.aesciences.com A PID Tuning etho fo Tacing Contol of an Uneactuate Ganty Cane. Nazemizaeh Deatment of echanics, Damavan Banch, Islamic Aza Univesity,

More information

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360!

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360! 1. What ae angles? Last time, we looked at how the Geeks intepeted measument of lengths. Howeve, as fascinated as they wee with geomety, thee was a shape that was much moe enticing than any othe : the

More information

THE DISTRIBUTED LOCATION RESOLUTION PROBLEM AND ITS EFFICIENT SOLUTION

THE DISTRIBUTED LOCATION RESOLUTION PROBLEM AND ITS EFFICIENT SOLUTION IADIS Intenational Confeence Applied Computing 2006 THE DISTRIBUTED LOCATION RESOLUTION PROBLEM AND ITS EFFICIENT SOLUTION Jög Roth Univesity of Hagen 58084 Hagen, Gemany Joeg.Roth@Fenuni-hagen.de ABSTRACT

More information

Hitachi Virtual Storage Platform

Hitachi Virtual Storage Platform Hitachi Vitual Stoage Platfom FASTFIND LINKS Contents Poduct Vesion Getting Help MK-90RD7028-15 2010-2014 Hitachi, Ltd. All ights eseved. No pat of this publication may be epoduced o tansmitted in any

More information

Timing Synchronization in High Mobility OFDM Systems

Timing Synchronization in High Mobility OFDM Systems Timing Synchonization in High Mobility OFDM Systems Yasamin Mostofi Depatment of Electical Engineeing Stanfod Univesity Stanfod, CA 94305, USA Email: yasi@wieless.stanfod.edu Donald C. Cox Depatment of

More information

Reduced Pattern Training Based on Task Decomposition Using Pattern Distributor

Reduced Pattern Training Based on Task Decomposition Using Pattern Distributor > PNN05-P762 < Reduced Patten Taining Based on Task Decomposition Using Patten Distibuto Sheng-Uei Guan, Chunyu Bao, and TseNgee Neo Abstact Task Decomposition with Patten Distibuto (PD) is a new task

More information

Comparing Availability of Various Rack Power Redundancy Configurations

Comparing Availability of Various Rack Power Redundancy Configurations Compaing Availability of Vaious Rack Powe Redundancy Configuations By Victo Avela White Pape #48 Executive Summay Tansfe switches and dual-path powe distibution to IT equipment ae used to enhance the availability

More information

Continuous Compounding and Annualization

Continuous Compounding and Annualization Continuous Compounding and Annualization Philip A. Viton Januay 11, 2006 Contents 1 Intoduction 1 2 Continuous Compounding 2 3 Pesent Value with Continuous Compounding 4 4 Annualization 5 5 A Special Poblem

More information

Lecture 16: Color and Intensity. and he made him a coat of many colours. Genesis 37:3

Lecture 16: Color and Intensity. and he made him a coat of many colours. Genesis 37:3 Lectue 16: Colo and Intensity and he made him a coat of many colous. Genesis 37:3 1. Intoduction To display a pictue using Compute Gaphics, we need to compute the colo and intensity of the light at each

More information

Voltage ( = Electric Potential )

Voltage ( = Electric Potential ) V-1 Voltage ( = Electic Potential ) An electic chage altes the space aound it. Thoughout the space aound evey chage is a vecto thing called the electic field. Also filling the space aound evey chage is

More information

A REVIEW OF DIFFICULTIES IN ACHIEVING SHORT BUNCHES IN STORAGE RINGS. 1. C.Limborg, SSRL/SLAC PO Box 4349, MS 69, Stanford, CA, 94309-0219, USA

A REVIEW OF DIFFICULTIES IN ACHIEVING SHORT BUNCHES IN STORAGE RINGS. 1. C.Limborg, SSRL/SLAC PO Box 4349, MS 69, Stanford, CA, 94309-0219, USA A REVIEW OF DIFFICULTIES IN ACHIEVING SHORT BUNCHES IN STORAGE RINGS. 1 C.Limbog, SSRL/SLAC PO Box 4349, MS 69, Stanfod, CA, 9439-19, USA Abstact Duing the last few yeas, the otential of electon stoage

More information

Accuracy and Bias of Licensed Practical Nurse and Nursing Assistant Ratings of Nursing Home Residents Pain

Accuracy and Bias of Licensed Practical Nurse and Nursing Assistant Ratings of Nursing Home Residents Pain Jounal of Geontology: MEDICAL SCIENCES 2001, Vol. 56A, No. 7, M405 M411 Coyight 2001 by The Geontological Society of Ameica Accuacy and Bias of Licensed Pactical Nuse and Nusing Assistant Ratings of Nusing

More information

An Analysis of Manufacturer Benefits under Vendor Managed Systems

An Analysis of Manufacturer Benefits under Vendor Managed Systems An Analysis of Manufactue Benefits unde Vendo Managed Systems Seçil Savaşaneil Depatment of Industial Engineeing, Middle East Technical Univesity, 06531, Ankaa, TURKEY secil@ie.metu.edu.t Nesim Ekip 1

More information

Optimizing Content Retrieval Delay for LT-based Distributed Cloud Storage Systems

Optimizing Content Retrieval Delay for LT-based Distributed Cloud Storage Systems Optimizing Content Retieval Delay fo LT-based Distibuted Cloud Stoage Systems Haifeng Lu, Chuan Heng Foh, Yonggang Wen, and Jianfei Cai School of Compute Engineeing, Nanyang Technological Univesity, Singapoe

More information

High Availability Replication Strategy for Deduplication Storage System

High Availability Replication Strategy for Deduplication Storage System Zhengda Zhou, Jingli Zhou College of Compute Science and Technology, Huazhong Univesity of Science and Technology, *, zhouzd@smail.hust.edu.cn jlzhou@mail.hust.edu.cn Abstact As the amount of digital data

More information

Instructions to help you complete your enrollment form for HPHC's Medicare Supplemental Plan

Instructions to help you complete your enrollment form for HPHC's Medicare Supplemental Plan Instuctions to help you complete you enollment fom fo HPHC's Medicae Supplemental Plan Thank you fo applying fo membeship to HPHC s Medicae Supplement plan. Pio to submitting you enollment fom fo pocessing,

More information

Modeling and Verifying a Price Model for Congestion Control in Computer Networks Using PROMELA/SPIN

Modeling and Verifying a Price Model for Congestion Control in Computer Networks Using PROMELA/SPIN Modeling and Veifying a Pice Model fo Congestion Contol in Compute Netwoks Using PROMELA/SPIN Clement Yuen and Wei Tjioe Depatment of Compute Science Univesity of Toonto 1 King s College Road, Toonto,

More information

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods

A framework for the selection of enterprise resource planning (ERP) system based on fuzzy decision making methods A famewok fo the selection of entepise esouce planning (ERP) system based on fuzzy decision making methods Omid Golshan Tafti M.s student in Industial Management, Univesity of Yazd Omidgolshan87@yahoo.com

More information

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it.

FXA 2008. Candidates should be able to : Describe how a mass creates a gravitational field in the space around it. Candidates should be able to : Descibe how a mass ceates a gavitational field in the space aound it. Define gavitational field stength as foce pe unit mass. Define and use the peiod of an object descibing

More information

The Supply of Loanable Funds: A Comment on the Misconception and Its Implications

The Supply of Loanable Funds: A Comment on the Misconception and Its Implications JOURNL OF ECONOMICS ND FINNCE EDUCTION Volume 7 Numbe 2 Winte 2008 39 The Supply of Loanable Funds: Comment on the Misconception and Its Implications. Wahhab Khandke and mena Khandke* STRCT Recently Fields-Hat

More information

TECHNICAL DATA. JIS (Japanese Industrial Standard) Screw Thread. Specifications

TECHNICAL DATA. JIS (Japanese Industrial Standard) Screw Thread. Specifications JIS (Japanese Industial Standad) Scew Thead Specifications TECNICAL DATA Note: Although these specifications ae based on JIS they also apply to and DIN s. Some comments added by Mayland Metics Coutesy

More information

Peer-to-Peer File Sharing Game using Correlated Equilibrium

Peer-to-Peer File Sharing Game using Correlated Equilibrium Pee-to-Pee File Shaing Game using Coelated Equilibium Beibei Wang, Zhu Han, and K. J. Ray Liu Depatment of Electical and Compute Engineeing and Institute fo Systems Reseach, Univesity of Mayland, College

More information

Evaluating the impact of Blade Server and Virtualization Software Technologies on the RIT Datacenter

Evaluating the impact of Blade Server and Virtualization Software Technologies on the RIT Datacenter Evaluating the impact of and Vitualization Softwae Technologies on the RIT Datacente Chistophe M Butle Vitual Infastuctue Administato Rocheste Institute of Technology s Datacente Contact: chis.butle@it.edu

More information

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS ON THE R POLICY IN PRODUCTION-INVENTORY SYSTEMS Saifallah Benjaafa and Joon-Seok Kim Depatment of Mechanical Engineeing Univesity of Minnesota Minneapolis MN 55455 Abstact We conside a poduction-inventoy

More information

Efficient Redundancy Techniques for Latency Reduction in Cloud Systems

Efficient Redundancy Techniques for Latency Reduction in Cloud Systems Efficient Redundancy Techniques fo Latency Reduction in Cloud Systems 1 Gaui Joshi, Emina Soljanin, and Gegoy Wonell Abstact In cloud computing systems, assigning a task to multiple seves and waiting fo

More information

Data Center Demand Response: Avoiding the Coincident Peak via Workload Shifting and Local Generation

Data Center Demand Response: Avoiding the Coincident Peak via Workload Shifting and Local Generation (213) 1 28 Data Cente Demand Response: Avoiding the Coincident Peak via Wokload Shifting and Local Geneation Zhenhua Liu 1, Adam Wieman 1, Yuan Chen 2, Benjamin Razon 1, Niangjun Chen 1 1 Califonia Institute

More information

The Lucas Paradox and the Quality of Institutions: Then and Now

The Lucas Paradox and the Quality of Institutions: Then and Now Diskussionsbeitäge des Fachbeeichs Witschaftswissenschaft de Feien Univesität Belin Volkswitschaftliche Reihe 2008/3 The Lucas Paadox and the Quality of Institutions: Then and Now Moitz Schulaick und Thomas

More information

How Much Should a Firm Borrow. Effect of tax shields. Capital Structure Theory. Capital Structure & Corporate Taxes

How Much Should a Firm Borrow. Effect of tax shields. Capital Structure Theory. Capital Structure & Corporate Taxes How Much Should a Fim Boow Chapte 19 Capital Stuctue & Copoate Taxes Financial Risk - Risk to shaeholdes esulting fom the use of debt. Financial Leveage - Incease in the vaiability of shaeholde etuns that

More information

Chapter 11: Aggregate Demand II, Applying the IS-LM Model Th LM t

Chapter 11: Aggregate Demand II, Applying the IS-LM Model Th LM t Equilibium in the - model The cuve epesents equilibium in the goods maket. Chapte :, Applying the - Model Th t C ( T) I( ) G The cuve epesents money maket equilibium. M L(, ) The intesection detemines

More information

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review Vecto Calculus: Ae you eady? Vectos in D and 3D Space: Review Pupose: Make cetain that you can define, and use in context, vecto tems, concepts and fomulas listed below: Section 7.-7. find the vecto defined

More information

Gauss Law. Physics 231 Lecture 2-1

Gauss Law. Physics 231 Lecture 2-1 Gauss Law Physics 31 Lectue -1 lectic Field Lines The numbe of field lines, also known as lines of foce, ae elated to stength of the electic field Moe appopiately it is the numbe of field lines cossing

More information

Comparing Availability of Various Rack Power Redundancy Configurations

Comparing Availability of Various Rack Power Redundancy Configurations Compaing Availability of Vaious Rack Powe Redundancy Configuations White Pape 48 Revision by Victo Avela > Executive summay Tansfe switches and dual-path powe distibution to IT equipment ae used to enhance

More information

The LCOE is defined as the energy price ($ per unit of energy output) for which the Net Present Value of the investment is zero.

The LCOE is defined as the energy price ($ per unit of energy output) for which the Net Present Value of the investment is zero. Poject Decision Metics: Levelized Cost of Enegy (LCOE) Let s etun to ou wind powe and natual gas powe plant example fom ealie in this lesson. Suppose that both powe plants wee selling electicity into the

More information

Research on Risk Assessment of the Transformer Based on Life Cycle Cost

Research on Risk Assessment of the Transformer Based on Life Cycle Cost ntenational Jounal of Smat Gid and lean Enegy eseach on isk Assessment of the Tansfome Based on Life ycle ost Hui Zhou a, Guowei Wu a, Weiwei Pan a, Yunhe Hou b, hong Wang b * a Zhejiang Electic Powe opoation,

More information

MATHEMATICAL SIMULATION OF MASS SPECTRUM

MATHEMATICAL SIMULATION OF MASS SPECTRUM MATHEMATICA SIMUATION OF MASS SPECTUM.Beánek, J.Knížek, Z. Pulpán 3, M. Hubálek 4, V. Novák Univesity of South Bohemia, Ceske Budejovice, Chales Univesity, Hadec Kalove, 3 Univesity of Hadec Kalove, Hadec

More information

Voltage ( = Electric Potential )

Voltage ( = Electric Potential ) V-1 of 9 Voltage ( = lectic Potential ) An electic chage altes the space aound it. Thoughout the space aound evey chage is a vecto thing called the electic field. Also filling the space aound evey chage

More information

Shaping the future of diabetes care

Shaping the future of diabetes care Shaping the futue of diabetes cae 1 Heino von Pondzynski Head of Roche Diagnostics 2 The idea Roche Diagnostics, the woldwide leade in Diabetes monitoing, and Disetonics, the woldwide numbe 2-playe in

More information

METHODOLOGICAL APPROACH TO STRATEGIC PERFORMANCE OPTIMIZATION

METHODOLOGICAL APPROACH TO STRATEGIC PERFORMANCE OPTIMIZATION ETHODOOGICA APPOACH TO STATEGIC PEFOANCE OPTIIZATION ao Hell * Stjepan Vidačić ** Željo Gaača *** eceived: 4. 07. 2009 Peliminay communication Accepted: 5. 0. 2009 UDC 65.02.4 This pape pesents a matix

More information

Pipelined MIPS Processor. Dmitri Strukov ECE 154A

Pipelined MIPS Processor. Dmitri Strukov ECE 154A Pipelined MIPS Pocesso Dmiti Stukov ECE 154A Pipelining Analogy Pipelined laundy: ovelapping execution Paallelism impoves pefomance Fou loads: Speedup = 8/3.5 = 2.3 Non-stop: Speedup = 2n/0.5n + 1.5 4

More information

How To Change V1 Programming

How To Change V1 Programming REPORT # HOW TO REPROGRAM V1 RADAR DETECTORS IF YOU REALLY WANT TO How To ange V1 Pogamming WARNING: Impotant ada alets may be blocked by changes in factoy settings es that ae Essential To Full Potection

More information

Optimal Peer Selection in a Free-Market Peer-Resource Economy

Optimal Peer Selection in a Free-Market Peer-Resource Economy Optimal Pee Selection in a Fee-Maket Pee-Resouce Economy Micah Adle, Rakesh Kuma, Keith Ross, Dan Rubenstein, David Tune and David D Yao Dept of Compute Science Univesity of Massachusetts Amhest, MA; Email:

More information

Mechanics 1: Motion in a Central Force Field

Mechanics 1: Motion in a Central Force Field Mechanics : Motion in a Cental Foce Field We now stud the popeties of a paticle of (constant) ass oving in a paticula tpe of foce field, a cental foce field. Cental foces ae ve ipotant in phsics and engineeing.

More information

Improving Software Effort Estimation Using Neuro-Fuzzy Model with SEER-SEM

Improving Software Effort Estimation Using Neuro-Fuzzy Model with SEER-SEM Global Jounal of Compute Science and Technology Vol. 10 Issue 12 (Ve. 1.0) Octobe 2010 a g e 51 Impoving Softwae Effot Estimation Using Neuo-Fuzzy Model with SEER-SEM Wei Lin Du 1, Danny Ho 2, Luiz Fenando

More information

DYNAMICS AND STRUCTURAL LOADING IN WIND TURBINES

DYNAMICS AND STRUCTURAL LOADING IN WIND TURBINES DYNAMIS AND STRUTURAL LOADING IN WIND TURBINES M. Ragheb 12/30/2008 INTRODUTION The loading egimes to which wind tubines ae subject to ae extemely complex equiing special attention in thei design, opeation

More information

PY1052 Problem Set 8 Autumn 2004 Solutions

PY1052 Problem Set 8 Autumn 2004 Solutions PY052 Poblem Set 8 Autumn 2004 Solutions H h () A solid ball stats fom est at the uppe end of the tack shown and olls without slipping until it olls off the ight-hand end. If H 6.0 m and h 2.0 m, what

More information

How To Use A Network On A Network With A Powerline (Lan) On A Pcode (Lan On Alan) (Lan For Acedo) (Moe) (Omo) On An Ipo) Or Ipo (

How To Use A Network On A Network With A Powerline (Lan) On A Pcode (Lan On Alan) (Lan For Acedo) (Moe) (Omo) On An Ipo) Or Ipo ( Hubs, Bidges, and Switches Used fo extending LANs in tems of geogaphical coveage, numbe of nodes, administation capabilities, etc. Diffe in egads to: m collision domain isolation m laye at which they opeate

More information

An application of stochastic programming in solving capacity allocation and migration planning problem under uncertainty

An application of stochastic programming in solving capacity allocation and migration planning problem under uncertainty An application of stochastic pogamming in solving capacity allocation and migation planning poblem unde uncetainty Yin-Yann Chen * and Hsiao-Yao Fan Depatment of Industial Management, National Fomosa Univesity,

More information