Improvement of a TCP Incast Avoidance Method for Data Center Networks

Size: px
Start display at page:

Download "Improvement of a TCP Incast Avoidance Method for Data Center Networks"

Transcription

1 Improvemen of a Incas Avoidance Mehod for Daa Cener Neworks Kazuoshi Kajia, Shigeyuki Osada, Yukinobu Fukushima and Tokumi Yokohira The Graduae School of Naural Science and Technology, Okayama Universiy 3 1 1, Tsushima Naka, Kia Ku, Okayama, 7 853, Japan The Japan Research Insiue, Limied , Higashi Goanda, Shinagawa Ku, Tokyo, , Japan E mail: {kajia@ne.cne., osada@ne.cne., fukusima@, yokohira@}okayama u.ac.jp s I. INTRODUCTION In daa cener neworks, disribued file sysems where is used as a communicaion proocol beween a clien and a server are very popular. In such disribued sysems, a block of daa is pariioned ino several unis called SRUs (Server Reques Unis) and hey are sored ino several servers. Thus, when an applicaion on a clien ries o read a block, he clien sends requess o he servers which have he corresponding SRUs and hen he servers almos simulaneously ry o send he SRUs o he clien. Then, because many packes bursly arrive a he clien link, many packes are los a he por buffer of he clien link and consequenly some servers have o wai he reransmissions of heir los packes unil imeous occur. In a sandard configuraion, because he minimum imeou value is oo large (he defaul value is 2 msec) compared o he round rip ime (RTT) of daa cener neworks (ypically less han a few hundred micro seconds), i leads o serious hroughpu degradaion. Such well known congesion collapse is called [1] (we call i Incas briefly). In order o avoid Incas, he papers [2] and [3] ry o avoid imeous using some sraegies such as reducing he hreshold value o rigger he fas reransmission mechanism and disabling he slow sar. However, hese sraegies are no so effecive because alhough Incas is ofen caused by losses of all packes of he send window size, he papers mainly focus on losses of some packes covered by he send window. The paper [4] proposes a mehod called, which ries o avoid Incas by adjusing he send window size of servers. However, is no effecive when he number of servers is large as shown laer. The paper [5] suggess reducing he minimum imeou value o a microsecond order value o miigae he impac of imeous. However, his mehod needs o modify he server OS s kernel imer ino he higher resoluion which is very hard ask o do and can cause hroughpu degradaion when he number of servers is large [3]. In addiion, he paper [6] proposes a proocol for daa cener neworks called DC, which can avoid Incas o some exen. However, because is main purpose is no o avoid Incas bu o keep laency ime low, Incas can occur when he number of servers is large [6]. Thus, in our previous work [7], in order o avoid Incas, we have proposed a mehod which limis he maximum number of simulaneously exising connecions o a pre deermined consan value. In he mehod, if he number of currenly exising connecions is equal o he maximum number, a new connecion is allowed o be esablished only when one of currenly exising connecions finishes. However, we canno use he mehod when he SRU size is small. In addiion, we have no invesigaed how o opimize he maximum value. Therefore, if he maximum value is no appropriae, Incas may occur, and he hroughpu is small even if Incas does no occur. In his paper, we improve our previous mehod so ha i is applicable regardless of he SRU size and he maximum value is opimized. In our previous mehod, each connecion is serially esablished some inerval ime afer is preceding connecion is esablished. For small SRU size, because he inerval ime is no defined, we canno use our previous mehod. In our improved mehod, we virually consider some connecions as one connecion so ha he inerval ime is defined for any SRU size and esablish he connecions simulaneously. The number of simulaneously esablished connecion is opimized so ha he hroughpu is maximized wihou Incas. Hereafer, we call our previous mehod he serializaion mehod, and call our improved mehod he opimized serializaion mehod. The res of he paper is organizes as follows. Secion II describes a arge daa cener nework model, he cause of Incas and he serializaion mehod. Secion III describes he opimized mehod in deail. Secion IV shows some numerical resuls o show he effeciveness of he opimized serializaion mehod. Secion V gives conclusion /13/$ IEEE 459 ICTC 213

2 II. Clien Swich Por Buffer Fig. 1. Nework Model Server 1 Server 2 Server 3 Server N PREVIOUS INCAST AVOIDANCE METHOD When we focus on he Incas problem, we can simplify daa cener neworks o a nework model shown in Fig. 1. There are one clien and several servers. The clien and servers are conneced o one Eherne swich. A por buffer is equipped in he clien link, and some packes can be emporarily buffered when he link is busy. We can consider a nework model where here are some swiches and some servers and he clien are conneced o differen swiches. However, as long as he clien link is a boleneck, such model can be simplified o he model shown in Fig. 1. In disribued file sysems such as HDFS (Hadoop Disribued File Sysem) and pnfs (parallel Nework File Sysem), a block of daa is pariioned ino several unis called SRU and hey are sored in several servers. The defaul SRU size is KByes (K=2 1 ) in HDFS and is 32 KByes in pnfs. When an applicaion on a clien ries o read a block, he clien sends requess o all he servers which have he corresponding SRUs. Then every server sends he corresponding SRU o he clien. The sendings from he servers are easy o occur almos simulaneously. Thus, because many packes from he servers almos simulaneously arrive a he por buffer of he clien link, he por buffer is easy o overflow and some packes may be los. When he communicaion beween he clien and each server is being done using, almos all packes of he send window size of a server may be los due o he huge burs arrival of packes o he por buffer. Thus, he fas reransmission and fas recovery mechanisms of are no riggered because hree duplicaed ACKs are no reurned o he server, and consequenly such packe losses are recovered by he imeou mechanism only. Alhough he minimum imeou value in a sandard configuraion may be reasonable in normal nework environmens (is defaul value is 2 msec), i is oo large in daa cener nework environmens, where he bandwidh is he order of Gbps (G=1 9 ) and he round rip ime is less han a few hundred micro seconds. Thus, once a imeou occurs, reransmissions of he los packes occur afer a long waiing ime, and consequenly he delay unil all he SRUs belonging o he block are compleely received by he clien becomes large. On he oher hand, a new block read operaion from he applicaion does no occur unil he curren block read operaion compleely finishes, ha is, unil SRUs from all connecions are received by he clien (such applicaion is called [4]). Therefore once a imeou occurs, a long idle period appears in he clien link, and consequenly he average hroughpu over he period beween he ime of he sendings of he reques from he clien o he servers and he ime of he finish of he receips of all he SRUs is small. As described in he previous secion, he cause of Incas is ha ransmissions from many servers o a clien simulaneously occur. Thus, in our previous work, we have proposed he serializaion mehod, which limis he maximum number of simulaneously exising connecions o a pre deermined consan value. In he mehod, if he number of currenly exising connecions is equal o he maximum number, a new connecion is allowed o be esablished only when one of currenly exising connecions finishes. By he serializaion, because packes from only a few connecions arrive a he por buffer, Incas can be avoided. On he oher hand, we allow any connecion which does no belong o such applicaion o be esablished and here may be some raffic from UDP, ICMP, rouing proocol and so on. However he oal amoun of such raffic (we call i background raffic) can be considered o be small compared o he raffic from barrier synchronized applicaions because background raffic is used for sysem conrol and managemen (in oher words, we should avoid such sysem design ha generaes large amoun of conrol and managemen raffic). In he serializaion mehod, we call he maximum number of simulaneously exising connecions he overlapping parameer. When he parameer is one, we call he serializaion mehod he complee serializaion mehod, and when he parameer is wo or larger value, we call he serializaion mehod nearly complee serializaion mehod. Nex, we explain he wo serializaion mehods. In he complee serializaion mehod, we compleely serialize esablishmens of all he connecions belonging o each applicaion. The clien firs esablishes one connecion and receives he SRU. Then, he clien repeas he same behavior for he second and he succeeding connecions serially. In each connecion, he clien adverises [bis] as is receive window size o he corresponding server, where is he produc of he clien link bandwidh [Gbps] and BaseRTT which is defined as he round rip ime under he condiion ha here is no oher raffic and receive window size is one MSS. Noe ha we can easily obain BaseRTT by a prior experimen for he arge sysem. Because he clien adverises as is receive window size, he send window size (sendwin) of each server is as follows. sendwin = min (cwnd,. ) (1) Where cwnd is he congesion window size of he server. Therefore in each connecion, sendwin increases exponenially in he iniial sage because cwnd increases exponenially due o he slow sar mechanism of, and hen i reaches as shown in Fig. 2(a). The lengh ( 1 ) of he iniial sage, ha is, he period beween he ime origin and he ime sendwin reaches, depends on, BaseRTT and MSS, and i is derived as follows. 46

3 The sum of sendwins of all exising connecions con-1 con-2 con-3 The sum of sendwins of all exising connecions T 1 T 2 T 1 T 2 T 1 T 2 (a). Change of he sum of sendwins of all esablished connecions Throughpu V Gbps T con-1 con-2 con-3 T 1 T 2 T 1 T 2 T 1 T 2 (b). Change of hroughpu Fig. 2. Complee serializaion (a). Change of he sum of sendwins of all esablished connecions Throughpu V Gbps edge Clien We assume ha he clien sars connecion esablishmen (he clien sends a SYN segmen) as shown in Fig. 3 and he iniial cwnd value is wo, and we assume ha he ime origin is he ime when he server reurns he SYN ACK segmen. Then, 1 is given as follows. = BaseRTT (2) _Pk = (MSS + 4) 8 (3) = log _Pk + 1 (4) = ( 1) BaseRTT SYN SYN-ACK ACK Server +( _Pk 2 ) Time origin BaseRTT BaseRTT BaseRTT Fig. 3. Timing char in clien server communicaion (MSS + 4) 8 The lengh ( 2 ) of he period beween he ime when sendwin reaches and he ime when he connecion finishes depends on, BaseRTT, MSS and SRU size and is calculaed as follows. 2 MSS (MSS + 4) 8 MSS = edge If he SRU size is oo small, a connecion finishes before is sendwin reaches and 1 and 2 are no defined. (5) (6) T 1 Fig. 4. Nearly complee serializaion Specifically if and only if he following inequaliy is no saisfied, 1 and 2 are no defined. MSS _Pk (7) (b). Change of hroughpu For example, when = 1 Gbps, BaseRTT = 1 µsec, MSS = 146 Byes, of 8 KByes does no saisfy he inequaliy and of 9 KByes saisfies i. For larger bandwidh case, when =1 Gbps, of 115 KByes does no saisfy he inequaliy and of 116 KByes saisfies i. In he complee serializaion mehod, because each connecion does no overlap wih he oher connecions, he sum of sendwins of all esablished connecions is obained as shown in Fig. 2(a). Alhough we canno fully use he bandwidh of he clien link for each period 1, we can fully use i for each period 2. Thus, as shown in Fig. 2(b), alhough we canno obain hroughpu of Gbps for each period 1, we can obain hroughpu of Gbps for each period 2. Because 1 does no depend on he SRU size and 2 becomes larger for larger SRU size from Eqs. (5) and (6), he average hroughpu reaches close o Gbps for larger SRU size. However, when he SRU size is small, because 2 becomes small, he complee serializaion mehod canno fully use he bandwidh. Thus, in he nearly complee serializaion mehod, in order o avoid underuilized period as much as possible, we overlap wo connecions parially as shown in Fig. 4. In he mehod, we ry o sar he nex connecion a a ime ( 1 in he figure) in advance so ha sendwin of he connecion reaches a he ime (ime 2 in he figure) when he curren esablished connecion finishes. By overlapping wo connecions parially, he sum of sendwins of all esablished connecions is obained as shown in Fig. 4(a) and we canno obain hroughpu of Gbps only firs period 1. Alhough he SRU size is small, he average hroughpu reaches close o Gbps. However, i is 461

4 con-a con-b The sum of sendwins of all exising connecions b c con-c hard o derive ime 1 correcly because he wo connecions share he bandwidh of he clien link. We deermine ime 1 approximaely as follows. We call he curren connecion and he nex esablished connecion con A and con B, respecively. If we assume ha only con B exiss in he nework, sendwin of con B can reach afer he period of lengh 1 in Eq. (5). However, con A and con B coexis in he nework. Thus, we assume he wo connecions equally share he bandwidh of he clien link and we consider ha 2 1 is needed for sendwin of con B o reach. Also from he equal sharing assumpion, we consider ha con A can use half he bandwidh ( /2) of he clien link averagely. Thus, con A can send he daa of 1 ( 2 2) [bis] during he period beween 1 and 2. Therefore we can obain ime 1 as he ime when he number of bis which have been already sen in con A reaches (Recall ha is SRU size). From he above discussion, we coun up he number of bis which have been already sen in he curren connecion, and when he number reaches, we sar he nex connecion (we call he condiion ha he number of bis in he curren connecion reaches ). However, because is an approximae value, if we sar he nex connecion based on he condiion I only, he siuaion ha here exis more han wo connecions may occur. For example, in Fig. 5, assume ha because he condiion I is saisfied for connecion con A, connecion con B sars a ime b. Then if he condiion I is saisfied for con B a ime c, a new connecion con C sars. Bu a he ime c, con A may have no finished ye and remain alive. Such siuaion is easier o occur when is smaller. If we allow such muliple overlapping wihou any resricion, Incas may have occurred. Thus, we inroduce he overlapping parameer and we do no allow esablishmen of a new connecion when he number of already exising connecions is, and when one of hem finishes, we esablish a new connecion. III. Fig. 5. Overlap of more han wo connecions IMPROVEMENT OF THE PREVIOUS METHOD In he nearly complee serializaion mehod, we sar he nex connecion when he number of bis which have been already sen in he curren connecion reaches. Thus, when he inequaliy (7) is no saisfied because he SRU size is oo small, 1 is no defined, and consequenly we canno use he mehod. The smalles value of he SRU size for he applicabiliy of he mehod becomes larger for larger bandwidh of he clien link. For example, when BaseRTT = 1 µsec and MSS = 146 Byes, he smalles values for = 1 Gbps and = 1 Gbps are abou 9 KByes and abou con-1, con-2, con-3 con-4, con-5, con-6 con-7, con-8, con-9 Fig. 6. Opimized serializaion 116 KByes, respecively as shown in he preceding secion II. Even if he SRU size saisfies he inequaliy, when i is small, he mehod canno fully uilize he clien bandwidh for a small value of and he mehod may cause Incas for a large value of. Thus, alhough should be opimized, he opimizaion of has no been invesigaed in our previous work. In order o resolve hese problems described above, when he SRU size is smaller han a hreshold value, we adop a sraegy which esablishes a se of several connecions simulaneously while serializing such ses like he nearly complee serializaion mehod as shown in Fig. 6. In he figure, he clien esablishes he se of hree connecions (con 1, con 2 and con 3) simulaneously. Then, he clien sars he second se of he nex hree connecions (con 4, con 5 and con 6) some inerval ime afer he firs se is sared, and hen he clien repeas he same behavior. In he sraegy, he number ( ) of connecions in each se is seleced so ha each se can fully uilize he clien link s bandwidh and a mos wo ses are overlapped as described laer. The clien adverises (i is rounded up in a uni of he packe size). Thus, he number of bis which queue in he clien por buffer is a mos abou. Thus, using such buffer size, we can fully uilize he clien link s bandwidh wihou causing Incas. We call such connecion serializaion mehod. In he nex secion, we describe he hreshold value o use he opimized mehod and how o derive he value of. In he nearly complee serializaion mehod, he period which is needed for sendwin of he nex connecion o reach is assumed o be 2 1. Therefore if 2, we can fully uilize he clien link s bandwidh by overlapping a mos wo connecions. From Eqs. (5) and (6), he inequaliy 2 is expressed as follows. MSS 2 _Pk log _Pk (8) +2 _Pk 2 Therefore, when he SRU size ( ) saisfies he inequaliy, we simply use he nearly complee serializaion mehod. On he oher hand, when he SRU size does no saisfy inequaliy, we 462

5 consider each se of connecions as one connecion in he nearly complee serializaion mehod and define 1 and 2 of each se in he same way. Then, if 2, we can fully uilize he clien link s bandwidh by overlapping a mos wo ses. The inequaliy 2 is expressed as follows. MSS 2 _Pk log _Pk +2 _Pk 2 Thus, we selec he minimum value ( min ) of which saisfies he inequaliy (9) o decrease he number of bis which queue in he clien por buffer as much as possible. Afer min is derived, alhough he clien adverises (i is rounded up in a uni of he packe size), when is smaller han four packes size and if one packe loss occurs, he fas reransmission and fas recovery mechanisms are no riggered because hree duplicaed ACKs are no reurned o each server for small send window size. As a resul, Incas may occur. To avoid such siuaion, he clien adverises a leas four packes size, and when is smaller han four packes size, we adjus min as follows again. (9) = _Pk (1) 4 As described above, alhough a leas min connecions are esablished in he almos enire period of an applicaion, he number of remaining connecions may smaller han min in he final period of an applicaion. In he final period, if we coninue o use he adverised window of, we canno fully use he clien s link bandwidh. To avoid such siuaion, when he number of remaining connecions is smaller han min, he clien increases he adverised window sizes of remaining connecions so ha he sum of sendwins becomes o fully use he bandwidh. IV. PERFORMANCE EVALUATION We incorporaed he opimized serializaion mehod ino he NS2 simulaor [8] and performed exensive simulaion runs for every combinaion of he parameers shown in Table I. In he simulaion, we assume ha here are no bi errors in packes and here is UDP raffic wih a consan bi rae from each of servers (for example, when he rae is Mbps, each server generaes UDP raffic wih he consan bi rae of Mbps) as a background raffic. Fig. 7 shows example resuls when he clien s link bandwidh is 1 Gbps, he SRU size is 32 KByes, he por buffer size is 4 packes and background raffic of 1 Mbps (.1%). In Fig. 7(a), goodpu is he value of hroughpu (applicaion level hroughpu) when he sum (4 Byes) of he and IP headers are no included in hroughpu calculaion. We also se such simulaion parameers ha MSS is 146 KByes, MTU is 15 KByes and he overhead of layer 2 or lower is zero. An acive server means a server which has an SRU of a requesed block. Tha is, when he number of acive servers is 2 and he SRU size is 32 KByes, we randomly TABLE I. Simulaion parameers Parameer =1Gbps =1Gbps BaseRTT (µsec) 1 SRU (KByes) 32, 64, 128, 256, 512, 124 Por buffer size (packes) 4, 8 2, 4 Cluser size ( ) The number of acive servers 1~64 1~256 RTOmin 2msec, 2µsec (fine granulariy imer) UDP background raffic rae (%),.1, 1, 1 selec 2 acive servers from servers and we assume ha he clien requess he SRU of 32 KByes o each acive server (he size of he reques block is 32 KByes 2). In Fig. 7(a), we can see he highes goodpu in he opimized serializaion mehod, and in Fig. 7(b), he mehod aains a small maximum queue lengh (abou _Pk) because he mehod overlaps only wo ses of connecions. In he complee serializaion mehod, as we suggesed before, we canno fully use he bandwidh when he SRU size is small. In he nearly complee serializaion mehod, alhough goodpu becomes larger when we se he large parameer ( =4, =6 and =8), maximum queue lengh becomes large. Thus, Incas may occur when he por buffer size is small. In and, we can see he drasic performance degradaion when he numbers of acive servers exceed abou 16 by Incas. Alhough decreases he send window size o avoid Incas, is minimum value is 2 MSS. Thus, when he number of acive servers is larger han abou 2 (he por buffer size of 4 packes / he minimum send window size of 2 MSS), Incas can occur wih high probabiliy. By conras, wih a fine granulariy imer (2µsec) largely improves goodpu. However, when he number of acive servers is large, we can see goodpu degradaion because imeous repea in a shor span due o a heavy congesion. Fig. 8 shows larger bandwidh (1 Gbps), when he SRU size is 512 KByes, he por buffer size is 2 packes and background raffic of 1 Mbps (.1%). In he figures, he opimized serializaion mehod obains he highes goodpu and aains a small maximum queue lengh. In he nearly complee serializaion mehod, as we suggesed before, alhough goodpu becomes large when we se he appropriae parameer ( =4), Incas occurs when we se larger parameer ( = 6 and = 8). In he oher mehods, we can see almos he similar performance as Fig. 7. V. CONCLUSION We have proposed an improved mehod of he serializaion mehod o avoid Incas. In evaluaion resuls, he proposed mehod showed high hroughpus and aained small queue lenghs of he por buffer while avoiding Incas. In paricular, when he bandwidh becomes larger, we show he effeciveness of he mehod compared o he previous mehods. One of our fuure work is o invesigae he effeciveness of he mehod in real sysems. 463

6 Goodpu (Mbps) 1 Opimized Complee (RTOmin=2us) 5 Maximum queue lengh (packes) Opimized Complee (RTOmin=2us) The number of acive servers The number of acive servers (a). Goodpus (b). Maximum queue lenghs Fig. 7. Goodpus and maximum queue lenghs when =1Gbps Goodpu (Mbps) 1 Opimized Complee (RTOmin=2us) 25 Maximum queue lengh (packes) The number of acive servers Complee (RTOmin=2us) Opimized The number of acive servers (a). Goodpus (b). Maximum queue lenghs Fig. 8. Goodpus and maximum queue lenghs when =1Gbps REFERENCES [5] V. Vasudevan, A. Phanishayee, H. Shah, E. Kreva, D. G. Andersen, G. R. Ganger, G. A. Gibson and B. Mueller, Safe and Effecive Fine grained Reransmissions for Daacener Communicaion, SIGCOMM 29, pp [6] M. Alizadeh, A. Greenberg, D. A. Malz, J. Padhye, P. Pael, B. Parabhakar, S.Sengupa and M. Sridharan, Daa Cener (DC), SIGCOMM 21, pp [7] S. Osada, K, Kajia, Y. Fukushima and T. Yokohira, Incas Avoidance Based on Connecion Serializaion in Daa Cener Neworks, APCC 213, pp [8] The Nework Simulaor ns 2. hp:// [1] D. Nagle, D. Serenyi and A. Mahews, The Panasas AciveScale Sorage Cluser: Delivering Scalable High Bandwidh Sorage, IEEE/ACM Supercompuing 24, pp [2] A. Phanishayee, E. Kreva, V. Vasudevan, D. G. Andersen, G. R. Ganger, G. A. Gibson and S. Seshan, Measuremen and Analysis of Throughpu Collapse in Cluser based Sorage Sysems, The 6h USENIX Conference on File and Sorage Technologies (FAST 28), pp [3] Y. Chen, R. Griffih, J. Liu, R. H. Kaz and A. D. Joseph, Undersanding Incas Throughpu Collapse in Daacener Neworks, ACM WREN 29, pp [4] H. Wu, Z. Feng, C. Guo and Y. Zhang, : Incas Congesion Conrol for in Daa Cener Neworks, ACM CoNEXT

Task is a schedulable entity, i.e., a thread

Task is a schedulable entity, i.e., a thread Real-Time Scheduling Sysem Model Task is a schedulable eniy, i.e., a hread Time consrains of periodic ask T: - s: saring poin - e: processing ime of T - d: deadline of T - p: period of T Periodic ask T

More information

Trends in TCP/IP Retransmissions and Resets

Trends in TCP/IP Retransmissions and Resets Trends in TCP/IP Reransmissions and Reses Absrac Concordia Chen, Mrunal Mangrulkar, Naomi Ramos, and Mahaswea Sarkar {cychen, mkulkarn, msarkar,naramos}@cs.ucsd.edu As he Inerne grows larger, measuring

More information

A DISCRETE-TIME MODEL OF TCP WITH ACTIVE QUEUE MANAGEMENT

A DISCRETE-TIME MODEL OF TCP WITH ACTIVE QUEUE MANAGEMENT A DISCRETE-TIME MODEL OF TCP WITH ACTIVE QUEUE MANAGEMENT by Hui Zhang B.Sc., Insiuion of Informaion and Communicaion, Dong Hua Universiy, P. R. China, 1 THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE

More information

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999 TSG-RAN Working Group 1 (Radio Layer 1) meeing #3 Nynashamn, Sweden 22 nd 26 h March 1999 RAN TSGW1#3(99)196 Agenda Iem: 9.1 Source: Tile: Documen for: Moorola Macro-diversiy for he PRACH Discussion/Decision

More information

Constant Data Length Retrieval for Video Servers with Variable Bit Rate Streams

Constant Data Length Retrieval for Video Servers with Variable Bit Rate Streams IEEE Inernaional Conference on Mulimedia Compuing & Sysems, June 17-3, 1996, in Hiroshima, Japan, p. 151-155 Consan Lengh Rerieval for Video Servers wih Variable Bi Rae Sreams Erns Biersack, Frédéric Thiesse,

More information

Multiprocessor Systems-on-Chips

Multiprocessor Systems-on-Chips Par of: Muliprocessor Sysems-on-Chips Edied by: Ahmed Amine Jerraya and Wayne Wolf Morgan Kaufmann Publishers, 2005 2 Modeling Shared Resources Conex swiching implies overhead. On a processing elemen,

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 EKHBRD011ABY1 EKHBRD014ABY1 EKHBRD016ABY1 EKHBRD011ACV1 EKHBRD014ACV1 EKHBRD016ACV1 EKHBRD011ACY1

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

The Application of Multi Shifts and Break Windows in Employees Scheduling The Applicaion of Muli Shifs and Brea Windows in Employees Scheduling Evy Herowai Indusrial Engineering Deparmen, Universiy of Surabaya, Indonesia Absrac. One mehod for increasing company s performance

More information

Model-Based Monitoring in Large-Scale Distributed Systems

Model-Based Monitoring in Large-Scale Distributed Systems Model-Based Monioring in Large-Scale Disribued Sysems Diploma Thesis Carsen Reimann Chemniz Universiy of Technology Faculy of Compuer Science Operaing Sysem Group Advisors: Prof. Dr. Winfried Kalfa Dr.

More information

Efficient big data processing strategy based on Hadoop for electronic commerce logistics

Efficient big data processing strategy based on Hadoop for electronic commerce logistics Absrac Efficien big daa processing sraegy based on Hadoop for elecronic commerce logisics Jiaojin Ci Insiue of Economy and Managemen, Nanyang Normal Universiy,Nanyang, 473061, China Corresponding auhor

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

Automatic measurement and detection of GSM interferences

Automatic measurement and detection of GSM interferences Auomaic measuremen and deecion of GSM inerferences Poor speech qualiy and dropped calls in GSM neworks may be caused by inerferences as a resul of high raffic load. The radio nework analyzers from Rohde

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

Making a Faster Cryptanalytic Time-Memory Trade-Off Making a Faser Crypanalyic Time-Memory Trade-Off Philippe Oechslin Laboraoire de Securié e de Crypographie (LASEC) Ecole Polyechnique Fédérale de Lausanne Faculé I&C, 1015 Lausanne, Swizerland philippe.oechslin@epfl.ch

More information

A Resource Management Strategy to Support VoIP across Ad hoc IEEE 802.11 Networks

A Resource Management Strategy to Support VoIP across Ad hoc IEEE 802.11 Networks A Resource Managemen Sraegy o Suppor VoIP across Ad hoc IEEE 8.11 Neworks Janusz Romanik Radiocommunicaions Deparmen Miliary Communicaions Insiue Zegrze, Poland j.romanik@wil.waw.pl Pior Gajewski, Jacek

More information

What do packet dispersion techniques measure?

What do packet dispersion techniques measure? Wha do packe dispersion echniques measure? Consaninos Dovrolis Parameswaran Ramanahan David Moore Universiy of Wisconsin Universiy of Wisconsin CAIDA dovrolis@ece.wisc.edu parmesh@ece.wisc.edu dmoore@caida.org

More information

Packet-Oriented Communication Protocols for Smart Grid Services over Low-Speed PLC

Packet-Oriented Communication Protocols for Smart Grid Services over Low-Speed PLC Packe-Oriened Communicaion Proocols for Smar Grid Services over Low-Speed PLC Michael Bauer, Wolfgang Plapper, Chong Wang, Klaus Doser Insiue of Indusrial Informaion Technology Universiä Karlsruhe (TH)

More information

Spectrum-Aware Data Replication in Intermittently Connected Cognitive Radio Networks

Spectrum-Aware Data Replication in Intermittently Connected Cognitive Radio Networks Specrum-Aware Daa Replicaion in Inermienly Conneced Cogniive Radio Neworks Absrac The opening of under-uilized specrum creaes an opporuniy for unlicensed users o achieve subsanial performance improvemen

More information

AP Calculus AB 2010 Scoring Guidelines

AP Calculus AB 2010 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in 1, he College

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

System Performance Improvement By Server Virtualization

System Performance Improvement By Server Virtualization Sysem Performance Improvemen By Server Virualizaion Hioshi Ueno, Tomohide Hasegawa, and Keiichi Yoshihama Absrac Wih he advance of semiconducor echnology, microprocessors become highly inegraed and herefore

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

The Grantor Retained Annuity Trust (GRAT)

The Grantor Retained Annuity Trust (GRAT) WEALTH ADVISORY Esae Planning Sraegies for closely-held, family businesses The Granor Reained Annuiy Trus (GRAT) An efficien wealh ransfer sraegy, paricularly in a low ineres rae environmen Family business

More information

A Scalable and Lightweight QoS Monitoring Technique Combining Passive and Active Approaches

A Scalable and Lightweight QoS Monitoring Technique Combining Passive and Active Approaches A Scalable and Lighweigh QoS Monioring Technique Combining Passive and Acive Approaches On he Mahemaical Formulaion of CoMPACT Monior Masai Aida, Naoo Miyoshi and Keisue Ishibashi NTT Informaion Sharing

More information

Capacity Planning and Performance Benchmark Reference Guide v. 1.8

Capacity Planning and Performance Benchmark Reference Guide v. 1.8 Environmenal Sysems Research Insiue, Inc., 380 New York S., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-307-3014 Capaciy Planning and Performance Benchmark Reference Guide v. 1.8 Prepared by:

More information

Research on Inventory Sharing and Pricing Strategy of Multichannel Retailer with Channel Preference in Internet Environment

Research on Inventory Sharing and Pricing Strategy of Multichannel Retailer with Channel Preference in Internet Environment Vol. 7, No. 6 (04), pp. 365-374 hp://dx.doi.org/0.457/ijhi.04.7.6.3 Research on Invenory Sharing and Pricing Sraegy of Mulichannel Reailer wih Channel Preference in Inerne Environmen Hanzong Li College

More information

Journal Of Business & Economics Research September 2005 Volume 3, Number 9

Journal Of Business & Economics Research September 2005 Volume 3, Number 9 Opion Pricing And Mone Carlo Simulaions George M. Jabbour, (Email: jabbour@gwu.edu), George Washingon Universiy Yi-Kang Liu, (yikang@gwu.edu), George Washingon Universiy ABSTRACT The advanage of Mone Carlo

More information

A Joint Optimization of Operational Cost and Performance Interference in Cloud Data Centers

A Joint Optimization of Operational Cost and Performance Interference in Cloud Data Centers A Join Opimizaion of Operaional Cos and Performance Inerference in Cloud Daa Ceners Xibo Jin, Fa Zhang, Lin Wang, Songlin Hu, Biyu Zhou and Zhiyong Liu Insiue of Compuing Technology, Chinese Academy of

More information

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1 Absrac number: 05-0407 Single-machine Scheduling wih Periodic Mainenance and boh Preempive and Non-preempive jobs in Remanufacuring Sysem Liu Biyu hen Weida (School of Economics and Managemen Souheas Universiy

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS R. Caballero, E. Cerdá, M. M. Muñoz and L. Rey () Deparmen of Applied Economics (Mahemaics), Universiy of Málaga,

More information

Task-Execution Scheduling Schemes for Network Measurement and Monitoring

Task-Execution Scheduling Schemes for Network Measurement and Monitoring Task-Execuion Scheduling Schemes for Nework Measuremen and Monioring Zhen Qin, Robero Rojas-Cessa, and Nirwan Ansari Deparmen of Elecrical and Compuer Engineering New Jersey Insiue of Technology Universiy

More information

Performance Center Overview. Performance Center Overview 1

Performance Center Overview. Performance Center Overview 1 Performance Cener Overview Performance Cener Overview 1 ODJFS Performance Cener ce Cener New Performance Cener Model Performance Cener Projec Meeings Performance Cener Execuive Meeings Performance Cener

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

Energy and Performance Management of Green Data Centers: A Profit Maximization Approach

Energy and Performance Management of Green Data Centers: A Profit Maximization Approach Energy and Performance Managemen of Green Daa Ceners: A Profi Maximizaion Approach Mahdi Ghamkhari, Suden Member, IEEE, and Hamed Mohsenian-Rad, Member, IEEE Absrac While a large body of work has recenly

More information

Real Time Bid Optimization with Smooth Budget Delivery in Online Advertising

Real Time Bid Optimization with Smooth Budget Delivery in Online Advertising Real Time Bid Opimizaion wih Smooh Budge Delivery in Online Adverising Kuang-Chih Lee Ali Jalali Ali Dasdan Turn Inc. 835 Main Sree, Redwood Ciy, CA 94063 {klee,ajalali,adasdan}@urn.com ABSTRACT Today,

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

Analysis of Pricing and Efficiency Control Strategy between Internet Retailer and Conventional Retailer

Analysis of Pricing and Efficiency Control Strategy between Internet Retailer and Conventional Retailer Recen Advances in Business Managemen and Markeing Analysis of Pricing and Efficiency Conrol Sraegy beween Inerne Reailer and Convenional Reailer HYUG RAE CHO 1, SUG MOO BAE and JOG HU PARK 3 Deparmen of

More information

DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS

DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS Hong Mao, Shanghai Second Polyechnic Universiy Krzyszof M. Osaszewski, Illinois Sae Universiy Youyu Zhang, Fudan Universiy ABSTRACT Liigaion, exper

More information

Working Paper No. 482. Net Intergenerational Transfers from an Increase in Social Security Benefits

Working Paper No. 482. Net Intergenerational Transfers from an Increase in Social Security Benefits Working Paper No. 482 Ne Inergeneraional Transfers from an Increase in Social Securiy Benefis By Li Gan Texas A&M and NBER Guan Gong Shanghai Universiy of Finance and Economics Michael Hurd RAND Corporaion

More information

DETERMINISTIC INVENTORY MODEL FOR ITEMS WITH TIME VARYING DEMAND, WEIBULL DISTRIBUTION DETERIORATION AND SHORTAGES KUN-SHAN WU

DETERMINISTIC INVENTORY MODEL FOR ITEMS WITH TIME VARYING DEMAND, WEIBULL DISTRIBUTION DETERIORATION AND SHORTAGES KUN-SHAN WU Yugoslav Journal of Operaions Research 2 (22), Number, 6-7 DEERMINISIC INVENORY MODEL FOR IEMS WIH IME VARYING DEMAND, WEIBULL DISRIBUION DEERIORAION AND SHORAGES KUN-SHAN WU Deparmen of Bussines Adminisraion

More information

CPU Provisioning Algorithms for Service Differentiation in Cloud-based Environments

CPU Provisioning Algorithms for Service Differentiation in Cloud-based Environments CPU Provisioning Algorihms for Service Differeniaion in Cloud-based Environmens Kosas Kasalis, Georgios S. Paschos, Yannis Viniois, Leandros Tassiulas Absrac This work focuses on he design, analysis and

More information

Real-time Particle Filters

Real-time Particle Filters Real-ime Paricle Filers Cody Kwok Dieer Fox Marina Meilă Dep. of Compuer Science & Engineering, Dep. of Saisics Universiy of Washingon Seale, WA 9895 ckwok,fox @cs.washingon.edu, mmp@sa.washingon.edu Absrac

More information

Option Put-Call Parity Relations When the Underlying Security Pays Dividends

Option Put-Call Parity Relations When the Underlying Security Pays Dividends Inernaional Journal of Business and conomics, 26, Vol. 5, No. 3, 225-23 Opion Pu-all Pariy Relaions When he Underlying Securiy Pays Dividends Weiyu Guo Deparmen of Finance, Universiy of Nebraska Omaha,

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

NASDAQ-100 Futures Index SM Methodology

NASDAQ-100 Futures Index SM Methodology NASDAQ-100 Fuures Index SM Mehodology Index Descripion The NASDAQ-100 Fuures Index (The Fuures Index ) is designed o rack he performance of a hypoheical porfolio holding he CME NASDAQ-100 E-mini Index

More information

Efficient One-time Signature Schemes for Stream Authentication *

Efficient One-time Signature Schemes for Stream Authentication * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING, 611-64 (006) Efficien One-ime Signaure Schemes for Sream Auhenicaion * YONGSU PARK AND YOOKUN CHO + College of Informaion and Communicaions Hanyang Universiy

More information

Towards Intrusion Detection in Wireless Sensor Networks

Towards Intrusion Detection in Wireless Sensor Networks Towards Inrusion Deecion in Wireless Sensor Neworks Kroniris Ioannis, Tassos Dimiriou and Felix C. Freiling Ahens Informaion Technology, 19002 Peania, Ahens, Greece Email: {ikro,dim}@ai.edu.gr Deparmen

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt Saisical Analysis wih Lile s Law Supplemenary Maerial: More on he Call Cener Daa by Song-Hee Kim and Ward Whi Deparmen of Indusrial Engineering and Operaions Research Columbia Universiy, New York, NY 17-99

More information

Market Liquidity and the Impacts of the Computerized Trading System: Evidence from the Stock Exchange of Thailand

Market Liquidity and the Impacts of the Computerized Trading System: Evidence from the Stock Exchange of Thailand 36 Invesmen Managemen and Financial Innovaions, 4/4 Marke Liquidiy and he Impacs of he Compuerized Trading Sysem: Evidence from he Sock Exchange of Thailand Sorasar Sukcharoensin 1, Pariyada Srisopisawa,

More information

Mobile and Ubiquitous Compu3ng. Mul3plexing for wireless. George Roussos. g.roussos@dcs.bbk.ac.uk

Mobile and Ubiquitous Compu3ng. Mul3plexing for wireless. George Roussos. g.roussos@dcs.bbk.ac.uk Mobile and Ubiquious Compu3ng Mul3plexing for wireless George Roussos g.roussos@dcs.bbk.ac.uk Overview Sharing he wireless (mul3plexing) in space by frequency in 3me by code PuEng i all ogeher: cellular

More information

Optimal Investment and Consumption Decision of Family with Life Insurance

Optimal Investment and Consumption Decision of Family with Life Insurance Opimal Invesmen and Consumpion Decision of Family wih Life Insurance Minsuk Kwak 1 2 Yong Hyun Shin 3 U Jin Choi 4 6h World Congress of he Bachelier Finance Sociey Torono, Canada June 25, 2010 1 Speaker

More information

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets Making Use of ae Charge Informaion in MOSFET and IBT Daa Shees Ralph McArhur Senior Applicaions Engineer Advanced Power Technology 405 S.W. Columbia Sree Bend, Oregon 97702 Power MOSFETs and IBTs have

More information

policies are investigated through the entire product life cycle of a remanufacturable product. Benefiting from the MDP analysis, the optimal or

policies are investigated through the entire product life cycle of a remanufacturable product. Benefiting from the MDP analysis, the optimal or ABSTRACT AHISKA, SEMRA SEBNEM. Invenory Opimizaion in a One Produc Recoverable Manufacuring Sysem. (Under he direcion of Dr. Russell E. King and Dr. Thom J. Hodgson.) Environmenal regulaions or he necessiy

More information

A Load Balancing Method in Downlink LTE Network based on Load Vector Minimization

A Load Balancing Method in Downlink LTE Network based on Load Vector Minimization A Load Balancing Mehod in Downlink LTE Nework based on Load Vecor Minimizaion Fanqin Zhou, Lei Feng, Peng Yu, and Wenjing Li Sae Key Laboraory of Neworking and Swiching Technology, Beijing Universiy of

More information

Detection of DDoS Attack in SIP Environment with Non-parametric CUSUM Sensor

Detection of DDoS Attack in SIP Environment with Non-parametric CUSUM Sensor Deecion of DDoS Aac in SIP Environmen wih Non-parameric CUSUM Sensor Luigi Alcuri Universiy of Palermo Deparmen of Elecrical, Elecronic and Telecommunicaion Engineering luigi.alcuri@i.unipa.i Piero Cassarà

More information

UNDERSTANDING THE DEATH BENEFIT SWITCH OPTION IN UNIVERSAL LIFE POLICIES. Nadine Gatzert

UNDERSTANDING THE DEATH BENEFIT SWITCH OPTION IN UNIVERSAL LIFE POLICIES. Nadine Gatzert UNDERSTANDING THE DEATH BENEFIT SWITCH OPTION IN UNIVERSAL LIFE POLICIES Nadine Gazer Conac (has changed since iniial submission): Chair for Insurance Managemen Universiy of Erlangen-Nuremberg Lange Gasse

More information

Pervasive Internet Access by Vehicles through Satellite Receive-only Terminals

Pervasive Internet Access by Vehicles through Satellite Receive-only Terminals Pervasive Inerne Access by Vehicles hrough Saellie Receive-only Terminals Baber Aslam, Ping Wang and Cliff C. Zou School of Elecrical Engineering and Compuer Science Universiy of Cenral Florida Orlando,

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

Chapter 6: Business Valuation (Income Approach)

Chapter 6: Business Valuation (Income Approach) Chaper 6: Business Valuaion (Income Approach) Cash flow deerminaion is one of he mos criical elemens o a business valuaion. Everyhing may be secondary. If cash flow is high, hen he value is high; if he

More information

Individual Health Insurance April 30, 2008 Pages 167-170

Individual Health Insurance April 30, 2008 Pages 167-170 Individual Healh Insurance April 30, 2008 Pages 167-170 We have received feedback ha his secion of he e is confusing because some of he defined noaion is inconsisen wih comparable life insurance reserve

More information

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results:

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results: For more informaion on geneics and on Rheumaoid Arhriis: Published work referred o in he resuls: The geneics revoluion and he assaul on rheumaoid arhriis. A review by Michael Seldin, Crisopher Amos, Ryk

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

Analysis and Design of a MAC Protocol for Wireless Sensor etworks with Periodic Monitoring Applications

Analysis and Design of a MAC Protocol for Wireless Sensor etworks with Periodic Monitoring Applications Analysis and Design of a MAC roocol for Wireless Sensor eworks wih eriodic Monioring Applicaions Miguel A. razo, Yi Qian, Keie u, and Domingo Rodríguez Deparmen of lecrical and Compuer ngineering Universiy

More information

USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES

USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES Mehme Nuri GÖMLEKSİZ Absrac Using educaion echnology in classes helps eachers realize a beer and more effecive learning. In his sudy 150 English eachers were

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

The ContikiMAC Radio Duty Cycling Protocol

The ContikiMAC Radio Duty Cycling Protocol The ConikiMAC uy Cycling Proocol Adam unkels adam@sics.se SICS Technical Repor T211:13 ISSN 11-314 ecember 211 Absrac Low-power wireless devices mus keep heir radio ransceivers off as much as possible

More information

Strategic Optimization of a Transportation Distribution Network

Strategic Optimization of a Transportation Distribution Network Sraegic Opimizaion of a Transporaion Disribuion Nework K. John Sophabmixay, Sco J. Mason, Manuel D. Rossei Deparmen of Indusrial Engineering Universiy of Arkansas 4207 Bell Engineering Cener Fayeeville,

More information

Q-SAC: Toward QoS Optimized Service Automatic Composition *

Q-SAC: Toward QoS Optimized Service Automatic Composition * Q-SAC: Toward QoS Opimized Service Auomaic Composiion * Hanhua Chen, Hai Jin, Xiaoming Ning, Zhipeng Lü Cluser and Grid Compuing Lab Huazhong Universiy of Science and Technology, Wuhan, 4374, China Email:

More information

Extending IEEE 802.1 AVB with Time-triggered Scheduling: A Simulation Study of the Coexistence of Synchronous and Asynchronous Traffic

Extending IEEE 802.1 AVB with Time-triggered Scheduling: A Simulation Study of the Coexistence of Synchronous and Asynchronous Traffic Exending IEEE 8. wih Time-riggered Scheduling: A Simulaion Sudy of he Coexisence of Synchronous and Asynchronous Traffic Philipp Meyer, Till Seinbach, Franz Korf, and Thomas C. Schmid philipp.meyer@haw-hamburg.de,

More information

II.1. Debt reduction and fiscal multipliers. dbt da dpbal da dg. bal

II.1. Debt reduction and fiscal multipliers. dbt da dpbal da dg. bal Quarerly Repor on he Euro Area 3/202 II.. Deb reducion and fiscal mulipliers The deerioraion of public finances in he firs years of he crisis has led mos Member Saes o adop sizeable consolidaion packages.

More information

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS Shuzhen Xu Research Risk and Reliabiliy Area FM Global Norwood, Massachuses 262, USA David Fuller Engineering Sandards FM Global Norwood, Massachuses 262,

More information

Chapter 8 Student Lecture Notes 8-1

Chapter 8 Student Lecture Notes 8-1 Chaper Suden Lecure Noes - Chaper Goals QM: Business Saisics Chaper Analyzing and Forecasing -Series Daa Afer compleing his chaper, you should be able o: Idenify he componens presen in a ime series Develop

More information

Agnes Joseph, Dirk de Jong and Antoon Pelsser. Policy Improvement via Inverse ALM. Discussion Paper 06/2010-085

Agnes Joseph, Dirk de Jong and Antoon Pelsser. Policy Improvement via Inverse ALM. Discussion Paper 06/2010-085 Agnes Joseph, Dirk de Jong and Anoon Pelsser Policy Improvemen via Inverse ALM Discussion Paper 06/2010-085 Policy Improvemen via Inverse ALM AGNES JOSEPH 1 Universiy of Amserdam, Synrus Achmea Asse Managemen

More information

DDoS Attacks Detection Model and its Application

DDoS Attacks Detection Model and its Application DDoS Aacks Deecion Model and is Applicaion 1, MUHAI LI, 1 MING LI, XIUYING JIANG 1 School of Informaion Science & Technology Eas China Normal Universiy No. 500, Dong-Chuan Road, Shanghai 0041, PR. China

More information

Forecasting and Information Sharing in Supply Chains Under Quasi-ARMA Demand

Forecasting and Information Sharing in Supply Chains Under Quasi-ARMA Demand Forecasing and Informaion Sharing in Supply Chains Under Quasi-ARMA Demand Avi Giloni, Clifford Hurvich, Sridhar Seshadri July 9, 2009 Absrac In his paper, we revisi he problem of demand propagaion in

More information

Investigating Effects of Drug Therapy for HIV Infection by Double Compartments Cellular Automata Simulations

Investigating Effects of Drug Therapy for HIV Infection by Double Compartments Cellular Automata Simulations Recen Researches in Modern Medicine Invesigaing Effecs of Drug Therapy for HIV Infecion by Double Comparmens Cellular Auomaa Simulaions SOMPOP MOONCHAI,3 YONGWIMON ENURY,3 * Deparmen of Mahemaics, Faculy

More information

CALCULATION OF OMX TALLINN

CALCULATION OF OMX TALLINN CALCULATION OF OMX TALLINN CALCULATION OF OMX TALLINN 1. OMX Tallinn index...3 2. Terms in use...3 3. Comuaion rules of OMX Tallinn...3 3.1. Oening, real-ime and closing value of he Index...3 3.2. Index

More information

To Sponsor or Not to Sponsor: Sponsored Search Auctions with Organic Links and Firm Dependent Click-Through Rates

To Sponsor or Not to Sponsor: Sponsored Search Auctions with Organic Links and Firm Dependent Click-Through Rates To Sponsor or No o Sponsor: Sponsored Search Aucions wih Organic Links and Firm Dependen Click-Through Raes Michael Arnold, Eric Darmon and Thierry Penard June 5, 00 Draf: Preliminary and Incomplee Absrac

More information

On Modeling Speed-Based Vertical Handovers in Vehicular Networks Dad, slow down, I am watching the movie

On Modeling Speed-Based Vertical Handovers in Vehicular Networks Dad, slow down, I am watching the movie On Modeling Speed-Based Verical Handovers in Vehicular Neworks Dad slow down I am waching he movie Flavio Esposio flavio@cs.bu.edu Anna Maria Vegni avegni@uniroma3.i Ibrahim Maa maa@cs.bu.edu Alessandro

More information

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS Hao Wu and Qinfen Zheng Cenre for Auomaion Research Dep. of Elecrical and Compuer Engineering Universiy of Maryland, College Park, MD-20742 {wh2003, qinfen}@cfar.umd.edu

More information

A Novel Approach to Improve Diverter Performance in Liquid Flow Calibration Facilities

A Novel Approach to Improve Diverter Performance in Liquid Flow Calibration Facilities A Novel Approach o Improve Diverer Performance in Liquid Flow Calibraion Faciliies R. Engel Physikalisch-Technische Bundesansal (PTB) Braunschweig, Germany U. Klages Universiy of Applied Sciences a Wolfenbüel,

More information

The Interaction of Guarantees, Surplus Distribution, and Asset Allocation in With Profit Life Insurance Policies

The Interaction of Guarantees, Surplus Distribution, and Asset Allocation in With Profit Life Insurance Policies 1 The Ineracion of Guaranees, Surplus Disribuion, and Asse Allocaion in Wih Profi Life Insurance Policies Alexander Kling * Insiu für Finanz- und Akuarwissenschafen, Helmholzsr. 22, 89081 Ulm, Germany

More information

Markit Excess Return Credit Indices Guide for price based indices

Markit Excess Return Credit Indices Guide for price based indices Marki Excess Reurn Credi Indices Guide for price based indices Sepember 2011 Marki Excess Reurn Credi Indices Guide for price based indices Conens Inroducion...3 Index Calculaion Mehodology...4 Semi-annual

More information

MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR

MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR The firs experimenal publicaion, which summarised pas and expeced fuure developmen of basic economic indicaors, was published by he Minisry

More information

Sampling Time-Based Sliding Windows in Bounded Space

Sampling Time-Based Sliding Windows in Bounded Space Sampling Time-Based Sliding Windows in Bounded Space Rainer Gemulla Technische Universiä Dresden 01062 Dresden, Germany gemulla@inf.u-dresden.de Wolfgang Lehner Technische Universiä Dresden 01062 Dresden,

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

MEDIA KIT NEW YORK CITY BAR

MEDIA KIT NEW YORK CITY BAR MEDIA KIT NEW YORK CITY BAR The New York Ciy Bar is he premier professional membership associaion for lawyers in he greaer New York Meropolian area. Wih over 24,000 aorney and law suden members, we represen

More information

Market Efficiency or Not? The Behaviour of China s Stock Prices in Response to the Announcement of Bonus Issues

Market Efficiency or Not? The Behaviour of China s Stock Prices in Response to the Announcement of Bonus Issues Discussion Paper No. 0120 Marke Efficiency or No? The Behaviour of China s Sock Prices in Response o he Announcemen of Bonus Issues Michelle L. Barnes and Shiguang Ma May 2001 Adelaide Universiy SA 5005,

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

Caring for trees and your service

Caring for trees and your service Caring for rees and your service Line clearing helps preven ouages FPL is commied o delivering safe, reliable elecric service o our cusomers. Trees, especially palm rees, can inerfere wih power lines and

More information

The Impact of Surplus Distribution on the Risk Exposure of With Profit Life Insurance Policies Including Interest Rate Guarantees.

The Impact of Surplus Distribution on the Risk Exposure of With Profit Life Insurance Policies Including Interest Rate Guarantees. The Impac of Surplus Disribuion on he Risk Exposure of Wih Profi Life Insurance Policies Including Ineres Rae Guaranees Alexander Kling 1 Insiu für Finanz- und Akuarwissenschafen, Helmholzsraße 22, 89081

More information

Distributing Human Resources among Software Development Projects 1

Distributing Human Resources among Software Development Projects 1 Disribuing Human Resources among Sofware Developmen Proecs Macario Polo, María Dolores Maeos, Mario Piaini and rancisco Ruiz Summary This paper presens a mehod for esimaing he disribuion of human resources

More information

Towards Optimal Capacity Segmentation with Hybrid Cloud Pricing

Towards Optimal Capacity Segmentation with Hybrid Cloud Pricing Towards Opimal Capaciy Segmenaion wih Hybrid Cloud Pricing Wei Wang, Baochun Li, and Ben Liang Deparmen of Elecrical and Compuer Engineering Universiy of Torono Torono, ON M5S 3G4, Canada weiwang@eecg.orono.edu,

More information

Network Effects, Pricing Strategies, and Optimal Upgrade Time in Software Provision.

Network Effects, Pricing Strategies, and Optimal Upgrade Time in Software Provision. Nework Effecs, Pricing Sraegies, and Opimal Upgrade Time in Sofware Provision. Yi-Nung Yang* Deparmen of Economics Uah Sae Universiy Logan, UT 84322-353 April 3, 995 (curren version Feb, 996) JEL codes:

More information

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities Table of conens Chaper 1 Ineres raes and facors 1 1.1 Ineres 2 1.2 Simple ineres 4 1.3 Compound ineres 6 1.4 Accumulaed value 10 1.5 Presen value 11 1.6 Rae of discoun 13 1.7 Consan force of ineres 17

More information

Dispatch-and-Search: Dynamic Multi-Ferry Control in Partitioned Mobile Networks

Dispatch-and-Search: Dynamic Multi-Ferry Control in Partitioned Mobile Networks Dispach-and-Search: Dynamic Muli-Ferry Conrol in Pariioned Mobile Newors ing He, Ananhram Swami, and Kang-Won Lee IBM Research, Hawhorne, NY 1532 USA {he,angwon}@us.ibm.com Army Research Laboraory, Adelphi,

More information