Group Mutual Exclusion Based on Priorities

Size: px
Start display at page:

Download "Group Mutual Exclusion Based on Priorities"

Transcription

1 Group Mutual Excluion Baed on Prioritie Karina M. Cenci Laboratorio de Invetigación en Sitema Ditribuido Univeridad Nacional del Sur Bahía Blanca, Argentina and Jorge R. Ardenghi Laboratorio de Invetigación en Sitema Ditribuido Univeridad Nacional del Sur Bahía Blanca, Argentina Abtract We propoe a ditributed olution for the group mutual excluion problem baed on prioritie, in a network with no hare memory whoe member only communicate by meage. The propoed algorithm i compoed by two player: group and procee, group are paive player while procee are active player. For the coordination acce to the reource, each group ha aigned a quorum. The group have aociated a bae priority in each tage, meanwhile the procee have the ame level priority. An important feature i that procee have aociated a time to participate in the group in each tage. The meage complexity obtain, in the bet cae, where the group doe not yield the permiion, i 3l+3(q 1) meage, where l denote the procee linked and q denote the quorum ize. The maximum concurrency of the algorithm in, which implie that all procee have linked to the ame group. Keyword-Mutual Excluion - Group Mutual Excluion - Concurrency - Ditributed Sytem I. INTRODUCTION In ditributed ytem there are procee that compete in uing reource and other that cooperate and hare reource for olving a tak. The main problem to olve i to recognize it a a mutual excluion one. Thi problem arie in multiprogramming environment becaue procee require excluive acce for uing reource, e.g. printer, databae. Different olution have been propoed to olve thi problem, e.g. [1], [6]. When ome procee cooperate and other compete, a difference from the original problem appear, known a group mutual excluion. The concept of group mutual excluion (GME) can be applied to a variety of area, e.g., concurrent data tructure, ditributed data bae, communication, video conference, wirele ytem. In GME two propertie are important: excluion among competing procee and concurrence among cooperative procee. There are different approache for thi problem uing different paradigm and implementation. GME problem i firt propoed by Joung [3], in which an aynchronou algorithm for hared memory parallel computer ytem i propoed. Wu- Joung [13], propoed a olution to the group mutual excluion on ring network. Several quorum-baed algorithm [4] [12] [7] have been propoed for aynchronou meage paing. The Manabe-Park [7] algorithm prevent the unneceary blocking, defined a the cae that two procee are prevented from entering a critical ection imultaneouly even if they are capable of doing o. Kakugawa et al [5] propoed a privileged token approach, with two clae of token -main and ubtoken-, and ued coterie for communication tructure to reduce meage complexity. Singh-Su [9] propoed a olution to the region ynchronization problem (uch a mutual excluion, group mutual excluion, reader/writer) uing meage and atifying the property of abence of unneceary blocking. There are alo olution for mobile ad hoc network like [11], [8], [10]. In thi paper, we propoe a ditributed olution to the problem of group mutual excluion coordination, conidering that the procee require a time to hare the reource in a group. We conider that every group ha an aociated priority. II. PRELIMINARIES Let be a et of n procee P 0, P 1,..., P n 1 ; a et of m group G 0, G 1,..., G m 1 and a unique, non hareable, reource among the m group. The procee may work alone or in cooperation with other procee in a group. Any of the n procee i able to participate in a group. Only one group at a time i allowed to ue the reource. Initially each proce work alone. When the proce want to work in a team, it elect a group. Each proce may elect any of the different group with a finite time of work in the team. Figure 1 how an example of relation between the group and the 21

2 P 0 Fig. 1. P 1 P 2 P 7 Reource G 0 G 1 G m-1 Player Proce i Fig. 2. P 8 Group Example of Relation between the player Select Ok Finih Communication between the player P n-1 Procee Player Group k procee; where P 1, P 2 and P 7 are linked to the group G 1, thi i active and ha the permiion to ue the reource. That mean that all the procee are uing the reource concurrently. Procee P 0 and P 8 are linked to the group G 0 that i competing to gain the acce to the reource. The model of two player, poed in [2], propoed a general olution to thi problem uing two player: group and procee. Figure 2 how the communication between the player. The procee are active player and the group are paive player. The relation between the player i temporary. When the player group i activated, the competition to acce the reource begin. The deign of a olution for thi problem require an algorithm that atifie the following requirement. Mutual Excluion: if ome proce i in a group, then no other proce can be in a different group imultaneouly. Bounded Delay: a proce attempting to participate in a group will eventually ucceed. Progre: when the reource i available (the critical ection i empty), and ome group are waiting. At ome later point one group gain the acce to the reource. Concurrent Entering: if ome procee are intereted in a group and no proce i intereted in a different group. Then the procee can participate in the group concurrently. A. Coterie Definition 2.1: Coterie [1]. Let U = {G 1,..., G m } be a et. A et C of ubet of U i a coterie under U if and only if the following three condition are atified. 1) Non-emptine: for each S i C, S i i not empty and S i U. 2) Interection property: for any S i, S j C, S i S j i not empty. 3) Minimality: for any S i, S j C, S i i not a ubet of S j. Coterie i a et of quorum, and a quorum i a ubet of procee. By the interection condition, the coterie can be ued to develop algorithm for mutual excluion in a ditributed ytem. To enter the critical ection, a node i required to receive permiion from all the member of ome quorum in the ytem. Since any pair of quorum have at leat one member in common, mutual excluion i then guaranteed. III. ALGORITHM GBP (GROUP BASE PRIORITY) Thi ection preent a olution to the problem of group mutual excluion including time aociated with the player (group and procee), uing meage for the communication. Applying the model of the two player [2] to thi ituation, we obtain the following: When the player proce want to participate in a group, firt pecifie hi time and then elect the group. Wait until the group allow the acce. At the moment the player group activate, it aign the time of the firt proce to ue the reource. While the player group i waiting to acce to the reource (entry ection): When a requet from a player proce arrive, add the requet to the active queue and compare the duration of the proce with the group duration. If it i greater, then et the duration to the maximum duration of the new player proce. While the player group i uing the reource (critical ection): When a requet from a player proce arrive, compare if the duration of the proce in not greater than the remainder (group duration - elaped duration). Then add the requet to the active queue and accept the requet. Otherwie add the requet to the waiting queue until the next tage. The time aociated with each player doe not repreent deadline time but repreent it duration in the critical ection. In ditributed environment, we have to conider the communication time (time delay). We aume a reliable network, with a etimated 22

3 communication time tc, and a finite time of ue of the reource. The communication time i neceary to adjut the remainder time, to accept or not a new player proce while the player group i in the critical ection. We define the following variable: tc i,k : Delay etimation of the communication between the group and the proce : Proce time aociated to the group in a tage : Group time in a tage When the player group receive a requet from a proce and it i in the critical ection, the acceptance control for a new proce i the following: < (remainder time k - tc i,k ), where remainder time k = ( - tpoue k ) When the time group finihe, we conider the following option: 1) Wait until all the aociated procee releae the group. 2) Inform the aociated procee in order to finih their aociation. We could conider different poibilitie. a) Waiting for all of the proce acknowledgment. The delay time could be unpredictable. b) Releae the critical ection (releae the reource) and allow another group to acce. Thi option avoid the waiting time, but the notification could be delayed to a aociated proce and till continue uing the reource while a different group gain the acce to the critical ection. Thi ituation doe not guarrantee the group mutual excluion property. In accordance with the contrain impoed for allowing the active aociation in the group, we aume that the group doe not take into account it own time. When each proce finihe, the group i inform. When the group i empty of participant procee it releae the critical ection. Thi option implifie the olution and it i acceptable becaue the aociated time i not critical. Figure 3 how the action of the player proce. The proce, in each tage, end two meage to the group and receive one meage from the group. Req-Proce (,, topdur i ): the proce end a requet meage to the group to participate in during a period topdur i. Rep-Proce (, ): the proce receive the reply of hi requet from, that allow the acce to the reource. Rel-Proce (, ): the proce end a meage to the group to inform that the period in the group ha finihed and it i unlinked. The time that the proce tay in the critical ection i and then releae it aociation proce RemainderSection... EntrySection = choen group = choen the time to ue the reource end Req-Proce (,, topdur i) receive Rep-Proce (, ) CriticalSection... duration ExitSection end Rel-Proce (, ) Fig. 3. Action of Player Proce Variable tate (INACTIVE, ACTIVE, CS, EXIT) LP: keep information of all the linked proce. LG: keep information of all waiting requet of lock. : keep the time to ue the reource. priori: keep the bae priority of the group in the tage. Fig. 4. Variable Group with the group. Figure 4 how the variable of the group. Figure 5 how the action of the player group aociated with the proce and figure 6 how the action with the other group. The tate of the group are the following: INACTIVE: i waiting for participating procee, ACTIVE: i waiting to acce the reource, CS i uing the reource and EXIT i releaing the reource. Each linked proce ha the ame priority, and each group ha an aociated priority. Two different group could have the ame priority. The propoed protocol i baed on priority without prompt meanwhile the group with lower priority i uing the reource. The group communicate with the aociated procee and with the other group. The meage received from the proce are: Req-Proce(,, ) thi meage i received from a proce, if the group i INACTIVE then change it tate to ACTIVE, add the requet to the lit LP and et the length of time of the group ( ) with the length of time of the proce ( ). If the group i ACTIVE the requet i added, and the length time of the group i checked with the length of time of the proce. If it i lower then it et it current time length with the proce time length. If the group i in CS it add the requet and check the remaining time group with the length of time proce. If it i greater it accept the proce requet and allow to participate in thi tage. Otherwie the proce ha to wait for the next tage. Rel-Proce(, ) thi meage come from a proce to releae hi link with the group. Remove the requet from the lit LP. If the 23

4 group Receive Req-Proce(,, ) cae tate of Inactive : = ; tate = Active ; conj = ; priori = choen priority; AddLp(LP, ); AddLG(LG,, priori); end multicat Req-Grupo(, prior); Active : if > then = ; AddLp(LP, ); SC : AddLp(LP, ); if ( - tpoue k - tc i,k ) then end Rep-Proce(, ); Exit : AddLp(LP, ); Fig. 5. Receive Rel-Proce(, ) DeleLp(LP, ) if activeempty(lp) then tate = Exit ; end multicat Lib-Group( ); G l = SelectGroup(LG); end Rec-Group(G l, ); tate = Inactive ; if not empty(lg) then tate = Active ; conj = ; priori = choen priority; end multicat Req-Group(, priori) Action of Player Group with Player Proce lit L empty of active proce then releae the reource. If waiting procee exit in the lit then the group begin a new tage. The meage received from the other group are: Req-Group(G l, priori) thi meage come from group G l that require the lock. The group grant the lock if available. If the lock i not available two different cae may occur: (a) The priority of the received meage i le than the priority of the meage given the lock then the requet i delayed. (b) If the priority i greater then call the lock to the appropriate group and then grant it the highet priority. Rec-Group(G l, ) thi meage come from group G l, affirmative repone to the meage Req-Group of requirement lock. If the group have all the lock then change the tate to CS and tell all the procee that are linked to the group. Rel-Group(G l, ) thi meage come grom group G l requiring the lock, thi will be ucceful if the group i not in the critical ection. Rep-Rel-Group(G l, ) thi meage come from group G l releaing the lock that had given Fig. 6. Receive Req-Group(G l, priori) if empty(lg) then AddLitGroup(LG, G l, priori); end Rec-Group(, G l ) ele if HigherPriori(LG, G l, priori) then G = findhigh(lg); end Rel-Group(G, ); AddLitGroup(LG, G l, priori); upgrade(priori); ele AddLitGroup(LG, G l, priori); Receive Rec-Group (G l, ) if G l / conj then conj = conj {G l } if conj = S k then tate = CS For each proce in LP do end Rep-Proce(,) Receive Rel-Group (G l, ) if tate CS then conj = conj - {G l }; end Rep-Rel-Group(, G l ); Receive Rep-Rel-Group (G l, ) G = findhigher(lg); end Rec-Group(, G ) Receive Lib-Group (G l ) DeleLitGroup(LG, G l ) if not emptylitgroup(lg) then G = findhigher(lg); end Rec-Group(, G ) Action of Player Group the group. The lock i granted the highet priority requirement. Lib-Group(G l ) thi meage come from the group G l that releae the lock. If there are outtanding requirement, then chooe the highet priority and give the lock. Figure 7 (a) how the tate of the group (ACTIVE) with their linked procee, and, the time of the group i equal to the time of proce. Figure 7 (b) how when arrive a new requet from proce P to link the group with a time (tpodur > ), ince the group i in the ACTIVE tate, et the value of it time with the time of P, figure 7 (c) how thi modification. Figure 7 (d) how the tate of the group (CS) with their linked procee, and, and the tpoue k > 0. Figure 7 (e) how when arrive a new requet from proce P to link the group with a time tpodur. Since the time tpodur i greater than ( - tpoue k - tc,k ) and the group i in SC then the proce P ha to wait for the next tage, figure 7 (e) how thi cae. The meage among the group correpond to the competition to gain the acce of the reource. The algorithm ue meage to obtain the permiion 24

5 P P (a) Group k Active -Entry Section tpodur (b) Group k Active -Entry Section. Requet from p tpodur (c) Group k Active -Entry Section. Requet accepted of p tpoue k (d) Group k CS -Critical Section tpoue k from the other group. Each group ha aociated a quorum (et of group) to requet the permiion of acce (S k ). To elect the quorum, we ue the Maekawa method [6], the ize of the quorum i m, where m i the number of group. When the group obtain all the permiion the reource can be ue and thi i informed to hi aociated procee. IV. CORRECTNESS In thi ection, we how the correctne of the propoed algorithm. The algorithm atifie the propertie of mutual excluion, progre and concurrent entering. Theorem 4.1: The propoed algorithm enure mutual excluion. Suppoe procee and can acce the critial ection at the ame time, where, G l, G l. Thu, two procee are in the critical ection linked with different group. If thi occur, then the group receive all the lock from hi quorum S k and the group G l receive all the lock from hi quorum S l. For the condition (2) of the definition of coterie, S k S l, then occur that the member of the two quorum grant the lock to 2 requirement. Thi i a contradiction. Theorem 4.2: The propoed algorithm enure bounded delay. Suppoe a proce make a requet to the group and i waiting indefinitely. Each requet ha aociated a priority (, t, priori). Thi priority eventually will be the higher and grant the acce to the critical ection. Beide, we conider that each group doe not tay indefinitely in the critical ection for the arrival of new procee, through the time of the proce (topdur i ) and the remainder time of the group ( - tpoue k - tc i,k ). P P tpodur (e) Group k CS -Critical Section. Requet from p tpoue k tpodur wait (f) Group k CS -Critical Section. Requet of p ha to wait To reduce the waiting time, we conider: When a group with a lower priority i uing the reource, the other group with higher priority that want to acce mut wait. When a group i uing the reource (tate = CS ) accept new requet of procee only if the time aociated i le than hi remainder time. With thi conideration, none of the group tay indefinitely uing the reource. Theorem 4.3: The maximun concurrency of the propoed algorithm i n. When each proce make a requet for the ame group imultaneouly, all of the requet are added to the active queue. When the group grant the lock of hi quorum can acce concurrently the n procee. Fig. 7. Concurrency V. COMPLEXITY The complexity of the algorithm can be meaured uing different topic, like the number of acce to 25

6 hared memory, the delay time between entrie in the critical ection and the number of exchanged meage. The election of the meaure depend on the type of the algorithm. The complexity of the algorithm i meaured in function of the number of the meage require. Let q = S k, in the bet cae, each group require for gain the acce and releae 3(q 1) meage, where (q 1) for requet the permiion, (q 1) for grant the permiion, (q 1) for releae the permiion. If it ha aociated: one proce, in total require 3 + 3(q 1); l procee, in total require 3l + 3(q 1). If in average, each group ha to yield once o, the number of meage require are 5(q 1), where (q 1) for yield the permiion, (q 1) for grant the permiion, with l aociated procee in total require3l+5(q 1). If each group ha to yield the permiion at mot p time, then require with l aociated procee 3l+3(q 1)+2p(q 1) meage. With the maximum concurrency,nrequet for the ame group imultaneouly, in total require 3n+3(q 1) meage. Although the number of meage for a requet that i unique in a group i larger than 3q+1 in [4], the propoed algorithm require le meage for l imultaneouly requet to the ame group. VI. CONCLUSION In thi paper we propoed a ditributed olution for group mutual excluion conidering that procee have an aociated time to hare the group. Thi hould be the duration they will cooperatively work in the group in each tage. The algorithm i baed on prioritie over the group with no prompt. The communication among the procee and group ue meage. The group have aigned a quorum, that i ue in the competition to get the permiion to acce the reource. The algorithm guarantee mutual excluion, progre, bounded delay and concurrency. In the bet cae, where the group doe not yield the permiion, with l procee linked, requiere 3l+3(q 1) meage. The maximum concurrency of the algorithm i n, which implie that all procee have linked to the ame group. REFERENCES [1] D. Barbara and H. García-Molina. Mutual excluion in partitioned ditributed ytem. Ditributed Computing, 1: , [2] K. M. Cenci and J. Ardenghi. Modelo do actore para grupo de proceo. In XIV Congreo Argentino de Ciencia de la Computación (CACIC 2008), [3] Y. J. Joung. Aynchronou group mutual excluion (extended abtract). In Proceeding of the 17th Annual ACM Sympoium on Principle of Ditributed Computing (PODC 98), page 51 60, June [4] Y. J. Joung. Quorum-baed algorithm for group mutual excluion. IEEE Tranaction on Parallel and Ditributed Sytem, page , May [5] H. Kakugawa, S. Kamei, and T. Mauzawa. A token-baed group ditributed group mutual excluion algorithm with quorum. IEEE Tranaction on Parallel and Ditributed Sytem, 19(9): , September [6] M. Maekawa. A N algorithm for mutual excluion in decentralized ytem. ACM Tranaction on Computer Sytem, 3(2): , May [7] Y. Manabe and J. Park. A quorum-baed extended group mutual excluion algorithm without unneceary blocking. In Proceeding of th Tenth International Conference on Parallel and Ditributed Sytem, page , [8] J. F. Myoupo, M. Naimi, and O. Thiare. A clutering group mutual excluion algorithm for mobile ad hoc network. In IEEE Sympoium on Computer and Communication, ISCC 2009., page , [9] Gurdip Singh and Ye Su. Efficient ynchronization in meage paing ytem. In 22nd International Conference on Advanced Information Networking and Applicacione, page , [10] A. Swaroop and A. K. Singh. A token-baed group mutual excluion algorithm for cellular wirele network. In Annual IEEE India Conference (INDICON), page 1 4, [11] O. Thiare, M. Gueroui, and M. Naimi. Ditributed group mutual excluion baed on client/erver model. In Proceeding of the Seventh Internacional Conference on Parallel and Ditributed Computing, Application and Technologie, page 67 73, [12] M. Toyomura, S. Kamei, and H. Kakugawa. A quorumbaed ditributed algorithm for group mutual excluion. In Proceeding of the Fourth International Conference on Parallel and Ditributed Computing, Application and Technologie, page , [13] K. P. Wu and Y. J. Joung. Aynchronou group mutual excluion in ring network. In 13th International Parallel Proceing Sympoium / 10th Sympoium on Parallel and Ditributed Proceing (IPPS / SPDP 99). Proceeding. IEEE Computer Society, page , April

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Annale Univeritati Apuleni Serie Oeconomica, 2(2), 200 CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Sidonia Otilia Cernea Mihaela Jaradat 2 Mohammad

More information

Name: SID: Instructions

Name: SID: Instructions CS168 Fall 2014 Homework 1 Aigned: Wedneday, 10 September 2014 Due: Monday, 22 September 2014 Name: SID: Dicuion Section (Day/Time): Intruction - Submit thi homework uing Pandagrader/GradeScope(http://www.gradecope.com/

More information

Control of Wireless Networks with Flow Level Dynamics under Constant Time Scheduling

Control of Wireless Networks with Flow Level Dynamics under Constant Time Scheduling Control of Wirele Network with Flow Level Dynamic under Contant Time Scheduling Long Le and Ravi R. Mazumdar Department of Electrical and Computer Engineering Univerity of Waterloo,Waterloo, ON, Canada

More information

DUE to the small size and low cost of a sensor node, a

DUE to the small size and low cost of a sensor node, a 1992 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 14, NO. 10, OCTOBER 2015 A Networ Coding Baed Energy Efficient Data Bacup in Survivability-Heterogeneou Senor Networ Jie Tian, Tan Yan, and Guiling Wang

More information

SCM- integration: organiational, managerial and technological iue M. Caridi 1 and A. Sianei 2 Dipartimento di Economia e Produzione, Politecnico di Milano, Italy E-mail: maria.caridi@polimi.it Itituto

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS Chritopher V. Kopek Department of Computer Science Wake Foret Univerity Winton-Salem, NC, 2709 Email: kopekcv@gmail.com

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS G. Chapman J. Cleee E. Idle ABSTRACT Content matching i a neceary component of any ignature-baed network Intruion Detection

More information

Partial optimal labeling search for a NP-hard subclass of (max,+) problems

Partial optimal labeling search for a NP-hard subclass of (max,+) problems Partial optimal labeling earch for a NP-hard ubcla of (max,+) problem Ivan Kovtun International Reearch and Training Center of Information Technologie and Sytem, Kiev, Uraine, ovtun@image.iev.ua Dreden

More information

Project Management Basics

Project Management Basics Project Management Baic A Guide to undertanding the baic component of effective project management and the key to ucce 1 Content 1.0 Who hould read thi Guide... 3 1.1 Overview... 3 1.2 Project Management

More information

MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) *

MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) * MANAGING DATA REPLICATION IN MOBILE AD- HOC NETWORK DATABASES (Invited Paper) * Praanna Padmanabhan School of Computer Science The Univerity of Oklahoma Norman OK, USA praannap@yahoo-inc.com Dr. Le Gruenwald

More information

INFORMATION Technology (IT) infrastructure management

INFORMATION Technology (IT) infrastructure management IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL. 2, NO. 1, MAY 214 1 Buine-Driven Long-term Capacity Planning for SaaS Application David Candeia, Ricardo Araújo Santo and Raquel Lope Abtract Capacity Planning

More information

A note on profit maximization and monotonicity for inbound call centers

A note on profit maximization and monotonicity for inbound call centers A note on profit maximization and monotonicity for inbound call center Ger Koole & Aue Pot Department of Mathematic, Vrije Univeriteit Amterdam, The Netherland 23rd December 2005 Abtract We conider an

More information

Performance of Multiple TFRC in Heterogeneous Wireless Networks

Performance of Multiple TFRC in Heterogeneous Wireless Networks Performance of Multiple TFRC in Heterogeneou Wirele Network 1 Hyeon-Jin Jeong, 2 Seong-Sik Choi 1, Firt Author Computer Engineering Department, Incheon National Univerity, oaihjj@incheon.ac.kr *2,Correponding

More information

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems,

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems, MANAGEMENT SCIENCE Vol. 54, No. 3, March 28, pp. 565 572 in 25-199 ein 1526-551 8 543 565 inform doi 1.1287/mnc.17.82 28 INFORMS Scheduling Arrival to Queue: A Single-Server Model with No-Show INFORMS

More information

Auction-Based Resource Allocation for Sharing Cloudlets in Mobile Cloud Computing

Auction-Based Resource Allocation for Sharing Cloudlets in Mobile Cloud Computing 1 Auction-Baed Reource Allocation for Sharing Cloudlet in Mobile Cloud Computing A-Long Jin, Wei Song, Senior Member, IEEE, and Weihua Zhuang, Fellow, IEEE Abtract Driven by pervaive mobile device and

More information

Cluster-Aware Cache for Network Attached Storage *

Cluster-Aware Cache for Network Attached Storage * Cluter-Aware Cache for Network Attached Storage * Bin Cai, Changheng Xie, and Qiang Cao National Storage Sytem Laboratory, Department of Computer Science, Huazhong Univerity of Science and Technology,

More information

CASE STUDY BRIDGE. www.future-processing.com

CASE STUDY BRIDGE. www.future-processing.com CASE STUDY BRIDGE TABLE OF CONTENTS #1 ABOUT THE CLIENT 3 #2 ABOUT THE PROJECT 4 #3 OUR ROLE 5 #4 RESULT OF OUR COLLABORATION 6-7 #5 THE BUSINESS PROBLEM THAT WE SOLVED 8 #6 CHALLENGES 9 #7 VISUAL IDENTIFICATION

More information

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS Aignment Report RP/98-983/5/0./03 Etablihment of cientific and technological information ervice for economic and ocial development FOR INTERNAL UE NOT FOR GENERAL DITRIBUTION FEDERATION OF ARAB CIENTIFIC

More information

Bi-Objective Optimization for the Clinical Trial Supply Chain Management

Bi-Objective Optimization for the Clinical Trial Supply Chain Management Ian David Lockhart Bogle and Michael Fairweather (Editor), Proceeding of the 22nd European Sympoium on Computer Aided Proce Engineering, 17-20 June 2012, London. 2012 Elevier B.V. All right reerved. Bi-Objective

More information

Scheduling of Jobs and Maintenance Activities on Parallel Machines

Scheduling of Jobs and Maintenance Activities on Parallel Machines Scheduling of Job and Maintenance Activitie on Parallel Machine Chung-Yee Lee* Department of Indutrial Engineering Texa A&M Univerity College Station, TX 77843-3131 cylee@ac.tamu.edu Zhi-Long Chen** Department

More information

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation Proceeding on Privacy Enhancing Technologie 2015; 2015 (2):1 17 Reza Shokri* Privacy Game: Optimal Uer-Centric Data Obfucation Abtract: Conider uer who hare their data (e.g., location) with an untruted

More information

Auction Mechanisms Toward Efficient Resource Sharing for Cloudlets in Mobile Cloud Computing

Auction Mechanisms Toward Efficient Resource Sharing for Cloudlets in Mobile Cloud Computing 1 Auction Mechanim Toward Efficient Reource Sharing for Cloudlet in Mobile Cloud Computing A-Long Jin, Wei Song, Ping Wang, Duit Niyato, and Peijian Ju Abtract Mobile cloud computing offer an appealing

More information

Warehouse Security System based on Embedded System

Warehouse Security System based on Embedded System International Conference on Logitic Engineering, Management and Computer Science (LEMCS 2015) Warehoue Security Sytem baed on Embedded Sytem Gen Li Department of Electronic Engineering, Tianjin Univerity

More information

A Spam Message Filtering Method: focus on run time

A Spam Message Filtering Method: focus on run time , pp.29-33 http://dx.doi.org/10.14257/atl.2014.76.08 A Spam Meage Filtering Method: focu on run time Sin-Eon Kim 1, Jung-Tae Jo 2, Sang-Hyun Choi 3 1 Department of Information Security Management 2 Department

More information

CASE STUDY ALLOCATE SOFTWARE

CASE STUDY ALLOCATE SOFTWARE CASE STUDY ALLOCATE SOFTWARE allocate caetud y TABLE OF CONTENTS #1 ABOUT THE CLIENT #2 OUR ROLE #3 EFFECTS OF OUR COOPERATION #4 BUSINESS PROBLEM THAT WE SOLVED #5 CHALLENGES #6 WORKING IN SCRUM #7 WHAT

More information

NETWORK TRAFFIC ENGINEERING WITH VARIED LEVELS OF PROTECTION IN THE NEXT GENERATION INTERNET

NETWORK TRAFFIC ENGINEERING WITH VARIED LEVELS OF PROTECTION IN THE NEXT GENERATION INTERNET Chapter 1 NETWORK TRAFFIC ENGINEERING WITH VARIED LEVELS OF PROTECTION IN THE NEXT GENERATION INTERNET S. Srivatava Univerity of Miouri Kana City, USA hekhar@conrel.ice.umkc.edu S. R. Thirumalaetty now

More information

A technical guide to 2014 key stage 2 to key stage 4 value added measures

A technical guide to 2014 key stage 2 to key stage 4 value added measures A technical guide to 2014 key tage 2 to key tage 4 value added meaure CONTENTS Introduction: PAGE NO. What i value added? 2 Change to value added methodology in 2014 4 Interpretation: Interpreting chool

More information

Health Insurance and Social Welfare. Run Liang. China Center for Economic Research, Peking University, Beijing 100871, China,

Health Insurance and Social Welfare. Run Liang. China Center for Economic Research, Peking University, Beijing 100871, China, Health Inurance and Social Welfare Run Liang China Center for Economic Reearch, Peking Univerity, Beijing 100871, China, Email: rliang@ccer.edu.cn and Hao Wang China Center for Economic Reearch, Peking

More information

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN Mobile Network Configuration for Large-cale Multimedia Delivery on a Single WLAN Huigwang Je, Dongwoo Kwon, Hyeonwoo Kim, and Hongtaek Ju Dept. of Computer Engineering Keimyung Univerity Daegu, Republic

More information

A Note on Profit Maximization and Monotonicity for Inbound Call Centers

A Note on Profit Maximization and Monotonicity for Inbound Call Centers OPERATIONS RESEARCH Vol. 59, No. 5, September October 2011, pp. 1304 1308 in 0030-364X ein 1526-5463 11 5905 1304 http://dx.doi.org/10.1287/opre.1110.0990 2011 INFORMS TECHNICAL NOTE INFORMS hold copyright

More information

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective Growth and Sutainability of Managed Security Service etwork: An Economic Perpective Alok Gupta Dmitry Zhdanov Department of Information and Deciion Science Univerity of Minneota Minneapoli, M 55455 (agupta,

More information

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management Apigee Edge: Apigee Cloud v. Private Cloud Evaluating deployment model for API management Table of Content Introduction 1 Time to ucce 2 Total cot of ownerhip 2 Performance 3 Security 4 Data privacy 4

More information

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL Excerpt from the Proceeding of the COMSO Conference 0 India Two Dimenional FEM Simulation of Ultraonic Wave Propagation in Iotropic Solid Media uing COMSO Bikah Ghoe *, Krihnan Balaubramaniam *, C V Krihnamurthy

More information

Mixed Method of Model Reduction for Uncertain Systems

Mixed Method of Model Reduction for Uncertain Systems SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol 4 No June Mixed Method of Model Reduction for Uncertain Sytem N Selvaganean Abtract: A mixed method for reducing a higher order uncertain ytem to a table reduced

More information

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE Progre In Electromagnetic Reearch Letter, Vol. 3, 51, 08 BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE S. H. Zainud-Deen Faculty of Electronic Engineering Menoufia

More information

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks A Reolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networ Joé Craveirinha a,c, Rita Girão-Silva a,c, João Clímaco b,c, Lúcia Martin a,c a b c DEEC-FCTUC FEUC INESC-Coimbra International

More information

A Review On Software Testing In SDlC And Testing Tools

A Review On Software Testing In SDlC And Testing Tools www.ijec.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Iue -9 September, 2014 Page No. 8188-8197 A Review On Software Teting In SDlC And Teting Tool T.Amruthavalli*,

More information

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter Stoc and Their Valuation ANSWERS TO EN-OF-CHAPTER QUESTIONS - a. A proxy i a document giving one peron the authority to act for another, typically the power to vote hare of common toc. If earning

More information

Utility-Based Flow Control for Sequential Imagery over Wireless Networks

Utility-Based Flow Control for Sequential Imagery over Wireless Networks Utility-Baed Flow Control for Sequential Imagery over Wirele Networ Tomer Kihoni, Sara Callaway, and Mar Byer Abtract Wirele enor networ provide a unique et of characteritic that mae them uitable for building

More information

Algorithms for Advance Bandwidth Reservation in Media Production Networks

Algorithms for Advance Bandwidth Reservation in Media Production Networks Algorithm for Advance Bandwidth Reervation in Media Production Network Maryam Barhan 1, Hendrik Moen 1, Jeroen Famaey 2, Filip De Turck 1 1 Department of Information Technology, Ghent Univerity imind Gaton

More information

Distributed Monitoring and Aggregation in Wireless Sensor Networks

Distributed Monitoring and Aggregation in Wireless Sensor Networks Ditributed Monitoring and Aggregation in Wirele Senor Network Changlei Liu and Guohong Cao Department of Computer Science & Engineering The Pennylvania State Univerity E-mail: {chaliu, gcao}@ce.pu.edu

More information

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms Tap Into Smartphone Demand: Mobile-izing Enterprie Webite by Uing Flexible, Open Source Platform acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 Tap Into Smartphone Demand:

More information

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System Probability and Statitic Volume 5, Article ID 558, 8 page http://dxdoiorg/55/5/558 Reearch Article An (, S) Production Inventory Controlled Self-Service Queuing Sytem Anoop N Nair and M J Jacob Department

More information

Mobility Improves Coverage of Sensor Networks

Mobility Improves Coverage of Sensor Networks Mobility Improve Coverage of Senor Networ Benyuan Liu Dept. of Computer Science Univerity of Maachuett-Lowell Lowell, MA 1854 Peter Bra Dept. of Computer Science City College of New Yor New Yor, NY 131

More information

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective

Growth and Sustainability of Managed Security Services Networks: An Economic Perspective Growth and Sutainability of Managed Security Service etwork: An Economic Perpective Alok Gupta Dmitry Zhdanov Department of Information and Deciion Science Univerity of Minneota Minneapoli, M 55455 (agupta,

More information

Development Progress

Development Progress H T U SO CA'S I R F A : Y R STO ial c o ca i r f A South ytem: e g ity ecur ing covera ing d it Expan t and lim lity a n u a r q g e f n o ni i e n increa orga ny M nke n-za e g a eth ca H Jei harle M

More information

TRADING rules are widely used in financial market as

TRADING rules are widely used in financial market as Complex Stock Trading Strategy Baed on Particle Swarm Optimization Fei Wang, Philip L.H. Yu and David W. Cheung Abtract Trading rule have been utilized in the tock market to make profit for more than a

More information

SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE

SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE RAVI KUMAR G 1, C.MUTHUSAMY 2 & A.VINAYA BABU 3 1 HP Bangalore, Reearch Scholar JNTUH, Hyderabad, India, 2 Yahoo, Bangalore,

More information

License & SW Asset Management at CES Design Services

License & SW Asset Management at CES Design Services Licene & SW Aet Management at CES Deign Service johann.poechl@iemen.com www.ces-deignservice.com 2003 Siemen AG Öterreich Overview 1. Introduction CES Deign Service 2. Objective and Motivation 3. What

More information

Bidding for Representative Allocations for Display Advertising

Bidding for Representative Allocations for Display Advertising Bidding for Repreentative Allocation for Diplay Advertiing Arpita Ghoh, Preton McAfee, Kihore Papineni, and Sergei Vailvitkii Yahoo! Reearch. {arpita, mcafee, kpapi, ergei}@yahoo-inc.com Abtract. Diplay

More information

How to Maximize User Satisfaction Degree in Multi-service IP Networks

How to Maximize User Satisfaction Degree in Multi-service IP Networks How to Maximize Uer Satifaction Degree in Multi-ervice IP Network Huy Anh Nguyen, Tam Van Nguyen and Deokai Choi Department of Electronic and Computer Engineering Chonnam National Univerity Gwangu, KOREA

More information

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS INTERACTIVE TOOL FOR ANALYSIS OF TIMEDELAY SYSTEMS WITH DEADTIME COMPENSATORS Joé Lui Guzmán, Pedro García, Tore Hägglund, Sebatián Dormido, Pedro Alberto, Manuel Berenguel Dep. de Lenguaje y Computación,

More information

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test Report 4668-1b Meaurement report Sylomer - field tet Report 4668-1b 2(16) Contet 1 Introduction... 3 1.1 Cutomer... 3 1.2 The ite and purpoe of the meaurement... 3 2 Meaurement... 6 2.1 Attenuation of

More information

Maximizing Acceptance Probability for Active Friending in Online Social Networks

Maximizing Acceptance Probability for Active Friending in Online Social Networks Maximizing for Active Friending in Online Social Network De-Nian Yang, Hui-Ju Hung, Wang-Chien Lee, Wei Chen Academia Sinica, Taipei, Taiwan The Pennylvania State Univerity, State College, Pennylvania,

More information

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms Rik Management for a Global Supply Chain Planning under Uncertainty: Model and Algorithm Fengqi You 1, John M. Waick 2, Ignacio E. Gromann 1* 1 Dept. of Chemical Engineering, Carnegie Mellon Univerity,

More information

In this paper, we investigate toll setting as a policy tool to regulate the use of roads for dangerous goods

In this paper, we investigate toll setting as a policy tool to regulate the use of roads for dangerous goods Vol. 43, No. 2, May 2009, pp. 228 243 in 0041-1655 ein 1526-5447 09 4302 0228 inform doi 10.1287/trc.1080.0236 2009 INFORMS Toll Policie for Mitigating Hazardou Material Tranport Rik Patrice Marcotte,

More information

Assigning Tasks for Efficiency in Hadoop

Assigning Tasks for Efficiency in Hadoop Aigning Tak for Efficiency in Hadoop [Extended Abtract] Michael J. Ficher Computer Science Yale Univerity P.O. Box 208285 New Haven, CT, USA michael.ficher@yale.edu Xueyuan Su Computer Science Yale Univerity

More information

MBA 570x Homework 1 Due 9/24/2014 Solution

MBA 570x Homework 1 Due 9/24/2014 Solution MA 570x Homework 1 Due 9/24/2014 olution Individual work: 1. Quetion related to Chapter 11, T Why do you think i a fund of fund market for hedge fund, but not for mutual fund? Anwer: Invetor can inexpenively

More information

Socially Optimal Pricing of Cloud Computing Resources

Socially Optimal Pricing of Cloud Computing Resources Socially Optimal Pricing of Cloud Computing Reource Ihai Menache Microoft Reearch New England Cambridge, MA 02142 t-imena@microoft.com Auman Ozdaglar Laboratory for Information and Deciion Sytem Maachuett

More information

Strategic Plan of the Codex Alimentarius Commission 2014-2019 1

Strategic Plan of the Codex Alimentarius Commission 2014-2019 1 Strategic Plan of the Codex Alimentariu Commiion 2014-2019 1 STRATEGIC PLAN OF THE CODEX ALIMENTARIUS COMMISSION 2014-2019 INTRODUCTION The Codex Alimentariu Commiion (CAC) wa etablihed by the Food and

More information

Growing Self-Organizing Maps for Surface Reconstruction from Unstructured Point Clouds

Growing Self-Organizing Maps for Surface Reconstruction from Unstructured Point Clouds Growing Self-Organizing Map for Surface Recontruction from Untructured Point Cloud Renata L. M. E. do Rêgo, Aluizio F. R. Araújo, and Fernando B.de Lima Neto Abtract Thi work introduce a new method for

More information

Four Ways Companies Can Use Open Source Social Publishing Tools to Enhance Their Business Operations

Four Ways Companies Can Use Open Source Social Publishing Tools to Enhance Their Business Operations Four Way Companie Can Ue Open Source Social Publihing Tool to Enhance Their Buine Operation acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 Four Way Companie Can Ue Open

More information

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1.

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1. International Journal of Advanced Technology & Engineering Reearch (IJATER) REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND Abtract TAGUCHI METHODOLOGY Mr.

More information

Progress 8 measure in 2016, 2017, and 2018. Guide for maintained secondary schools, academies and free schools

Progress 8 measure in 2016, 2017, and 2018. Guide for maintained secondary schools, academies and free schools Progre 8 meaure in 2016, 2017, and 2018 Guide for maintained econdary chool, academie and free chool July 2016 Content Table of figure 4 Summary 5 A ummary of Attainment 8 and Progre 8 5 Expiry or review

More information

Online story scheduling in web advertising

Online story scheduling in web advertising Online tory cheduling in web advertiing Anirban Dagupta Arpita Ghoh Hamid Nazerzadeh Prabhakar Raghavan Abtract We tudy an online job cheduling problem motivated by toryboarding in web advertiing, where

More information

A New Optimum Jitter Protection for Conversational VoIP

A New Optimum Jitter Protection for Conversational VoIP Proc. Int. Conf. Wirele Commun., Signal Proceing (Nanjing, China), 5 pp., Nov. 2009 A New Optimum Jitter Protection for Converational VoIP Qipeng Gong, Peter Kabal Electrical & Computer Engineering, McGill

More information

THE ECONOMIC INCENTIVES OF PROVIDING NETWORK SECURITY SERVICES ON THE INTERNET INFRASTRUCTURE

THE ECONOMIC INCENTIVES OF PROVIDING NETWORK SECURITY SERVICES ON THE INTERNET INFRASTRUCTURE Journal of Information Technology Management ISSN #1042-1319 A Publication of the Aociation of Management THE ECONOMIC INCENTIVES OF PROVIDING NETWORK SECURITY SERVICES ON THE INTERNET INFRASTRUCTURE LI-CHIOU

More information

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng Optical Illuion Sara Bolouki, Roger Groe, Honglak Lee, Andrew Ng. Introduction The goal of thi proect i to explain ome of the illuory phenomena uing pare coding and whitening model. Intead of the pare

More information

Assessing the Discriminatory Power of Credit Scores

Assessing the Discriminatory Power of Credit Scores Aeing the Dicriminatory Power of Credit Score Holger Kraft 1, Gerald Kroiandt 1, Marlene Müller 1,2 1 Fraunhofer Intitut für Techno- und Wirtchaftmathematik (ITWM) Gottlieb-Daimler-Str. 49, 67663 Kaierlautern,

More information

Queueing Models for Multiclass Call Centers with Real-Time Anticipated Delays

Queueing Models for Multiclass Call Centers with Real-Time Anticipated Delays Queueing Model for Multicla Call Center with Real-Time Anticipated Delay Oualid Jouini Yve Dallery Zeynep Akşin Ecole Centrale Pari Koç Univerity Laboratoire Génie Indutriel College of Adminitrative Science

More information

Return on Investment and Effort Expenditure in the Software Development Environment

Return on Investment and Effort Expenditure in the Software Development Environment International Journal of Applied Information ytem (IJAI) IN : 2249-0868 Return on Invetment and Effort Expenditure in the oftware Development Environment Dineh Kumar aini Faculty of Computing and IT, ohar

More information

MINUTES (Adopted at August 24, 2011 Executive Committee Meeting) 1. Call to Order, Chair s Remarks, Attendance

MINUTES (Adopted at August 24, 2011 Executive Committee Meeting) 1. Call to Order, Chair s Remarks, Attendance IAP2 BC Chapter Executive Committee (EC) Meeting #15 Wedneday, July 13, 2011 Teleconference 5:05-6:40 p.m. MINUTES ( at Augut 24, 2011 Executive Committee Meeting) 1. Call to Order, Chair Remark, Attendance

More information

REVISTA INVESTIGACIÓN OPERACIONAL V ol. 29, No. 2,,95-105 2007

REVISTA INVESTIGACIÓN OPERACIONAL V ol. 29, No. 2,,95-105 2007 REVISTA INVESTIGACIÓN OPERACIONAL V ol. 29, No. 2,,95-105 2007 GENETIC OPERATORS FOR THE MULTIOBJECTIVE FLOWSHOW PROBLEM Magdalena Bandala*, María A. Oorio-Lama** School of Computer Science, Univeridad

More information

Change Management Plan Blackboard Help Course 24/7

Change Management Plan Blackboard Help Course 24/7 MIT 530 Change Management Plan Help Coure 24/7 Submitted by: Sheri Anderon UNCW 4/20/2008 Introduction The Univerity of North Carolina Wilmington (UNCW) i a public comprehenive univerity, one of the ixteen

More information

Abstract parsing: static analysis of dynamically generated string output using LR-parsing technology

Abstract parsing: static analysis of dynamically generated string output using LR-parsing technology Abtract paring: tatic analyi of dynamically generated tring output uing LR-paring technology Kyung-Goo Doh 1, Hyunha Kim 1, David A. Schmidt 2 1 Hanyang Univerity, Anan, South Korea 2 Kana State Univerity,

More information

CHAPTER 5 BROADBAND CLASS-E AMPLIFIER

CHAPTER 5 BROADBAND CLASS-E AMPLIFIER CHAPTER 5 BROADBAND CLASS-E AMPLIFIER 5.0 Introduction Cla-E amplifier wa firt preented by Sokal in 1975. The application of cla- E amplifier were limited to the VHF band. At thi range of frequency, cla-e

More information

Graph Analyi I Network Meaure of the Networked Adaptive Agents

Graph Analyi I Network Meaure of the Networked Adaptive Agents Uing Graph Analyi to Study Network of Adaptive Agent Sherief Abdallah Britih Univerity in Dubai, United Arab Emirate Univerity of Edinburgh, United Kingdom hario@ieee.org ABSTRACT Experimental analyi of

More information

Achieving Quality Through Problem Solving and Process Improvement

Achieving Quality Through Problem Solving and Process Improvement Quality Aurance Methodology Refinement Serie Achieving Quality Through Problem Solving and Proce Improvement Second Edition By Lynne Miller Franco Jeanne Newman Gaël Murphy Elizabeth Mariani Quality Aurance

More information

A COMPARATIVE STUDY OF THREE-PHASE AND SINGLE-PHASE PLL ALGORITHMS FOR GRID-CONNECTED SYSTEMS

A COMPARATIVE STUDY OF THREE-PHASE AND SINGLE-PHASE PLL ALGORITHMS FOR GRID-CONNECTED SYSTEMS A COMPARATIE STUDY OF THREEPHASE AND SINGLEPHASE PLL ALGORITHMS FOR GRIDCONNECTED SYSTEMS Ruben Marco do Santo Filho Centro Federal de Educação Tecnológica CEFETMG Coord. Eletrônica Av. Amazona 553 Belo

More information

OPINION PIECE. It s up to the customer to ensure security of the Cloud

OPINION PIECE. It s up to the customer to ensure security of the Cloud OPINION PIECE It up to the cutomer to enure ecurity of the Cloud Content Don t outource what you don t undertand 2 The check lit 2 Step toward control 4 Due Diligence 4 Contract 4 E-dicovery 4 Standard

More information

FOUR EASY PIECES FOR ASSESSING THE USABILITY OF MULTIMODAL INTERACTION: THE CARE PROPERTIES

FOUR EASY PIECES FOR ASSESSING THE USABILITY OF MULTIMODAL INTERACTION: THE CARE PROPERTIES 1 FOUR EASY PIECES FOR ASSESSING THE USABILITY OF MULTIMODAL INTERACTION: THE CARE PROPERTIES Daniel Salber BP 53, 38041 Grenoble Cedex 9, France {joelle.coutaz, laurence.nigay, daniel.alber} @imag.fr

More information

THE ECONOMIC INCENTIVES OF PROVIDING NETWORK SECURITY SERVICES ON THE INTERNET INFRASTRUCTURE

THE ECONOMIC INCENTIVES OF PROVIDING NETWORK SECURITY SERVICES ON THE INTERNET INFRASTRUCTURE THE ECONOMIC INCENTIVES OF PROVIDING NETWORK SECURITY SERVICES ON THE INTERNET INFRASTRUCTURE Li-Chiou Chen Department of Information Sytem School of Computer Science and Information Sytem Pace Univerity

More information

How To Prepare For A Mallpox Outbreak

How To Prepare For A Mallpox Outbreak Iue Brief No. 1 Bioterrorim and Health Sytem Preparedne Addreing the Smallpox Threat: Iue, Strategie, and Tool www.ahrq.gov The Agency for Healthcare Reearch and Quality (AHRQ) i the lead agency charged

More information

www.brindleytech.com Insurance Solutions

www.brindleytech.com Insurance Solutions Inurance Solution Agenda 1 2 3 4 5 Buine Value Solution Overview Capabilitie Cutomer Succe Storie Inurance Product in Nut Shell Buine Value Cutomer Buine Value Achieved through Winure Increae Efficiency

More information

Unit 11 Using Linear Regression to Describe Relationships

Unit 11 Using Linear Regression to Describe Relationships Unit 11 Uing Linear Regreion to Decribe Relationhip Objective: To obtain and interpret the lope and intercept of the leat quare line for predicting a quantitative repone variable from a quantitative explanatory

More information

Free Enterprise, the Economy and Monetary Policy

Free Enterprise, the Economy and Monetary Policy Free Enterprie, the Economy and Monetary Policy free (fre) adj. not cont Free enterprie i the freedom of individual and buinee to power of another; at regulation. It enable individual and buinee to create,

More information

Morningstar Fixed Income Style Box TM Methodology

Morningstar Fixed Income Style Box TM Methodology Morningtar Fixed Income Style Box TM Methodology Morningtar Methodology Paper Augut 3, 00 00 Morningtar, Inc. All right reerved. The information in thi document i the property of Morningtar, Inc. Reproduction

More information

On Secure Network Coding with Unequal Link Capacities and Restricted Wiretapping Sets

On Secure Network Coding with Unequal Link Capacities and Restricted Wiretapping Sets On Secure Network Coing with Unequal Link Capacitie an Retricte Wiretapping Set Tao Cui an Tracey Ho Department of Electrical Engineering California Intitute of Technology Paaena, CA 9115, USA Email: {taocui,

More information

SHARESYNC SECURITY FEATURES

SHARESYNC SECURITY FEATURES www.kyboxinnovation.com SHARESYNC SECURITY FEATURES ShareSync provide a high degree of ecurity and protection which allow adminitrator to: Aure compliance with ecurity bet practice Get full viibility over

More information

Please read the information that follows before beginning. Incomplete applications will delay the review and approval process.

Please read the information that follows before beginning. Incomplete applications will delay the review and approval process. Certified Manager Certification Application Intruction Completing the Application Congratulation on chooing to purue the Certified Manager (CM ) certification. The application i the tarting point toward

More information

Introduction to the article Degrees of Freedom.

Introduction to the article Degrees of Freedom. Introduction to the article Degree of Freedom. The article by Walker, H. W. Degree of Freedom. Journal of Educational Pychology. 3(4) (940) 53-69, wa trancribed from the original by Chri Olen, George Wahington

More information

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal How Enterprie Can Build Integrated Digital Marketing Experience Uing Drupal acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 How Enterprie Can Build Integrated Digital Marketing

More information

TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME

TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME RADMILA KOCURKOVÁ Sileian Univerity in Opava School of Buine Adminitration in Karviná Department of Mathematical Method in Economic Czech Republic

More information

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T Pekka Helkiö, 58490K Antti Seppälä, 63212W Oi Syd, 63513T Table of Content 1. Abtract...1 2. Introduction...2 2.1 Background... 2 2.2 Objective and Reearch Problem... 2 2.3 Methodology... 2 2.4 Scoping

More information

Cost Models for Selecting Materialized Views in Public Clouds

Cost Models for Selecting Materialized Views in Public Clouds International Journal of Data Warehouing and Mining, 0(4), -25, October-December 204 Cot Model for Selecting Materialized View in ublic Cloud Romain erriot, Clermont Univerité, Univerité Blaie acal, Aubière

More information

CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON MAPREDUCE FRAMEWORK

CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON MAPREDUCE FRAMEWORK CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON MAPREDUCE FRAMEWORK Sheela Gole 1 and Bharat Tidke 2 1 Department of Computer Engineering, Flora Intitute of Technology, Pune,

More information

RO-BURST: A Robust Virtualization Cost Model for Workload Consolidation over Clouds

RO-BURST: A Robust Virtualization Cost Model for Workload Consolidation over Clouds !111! 111!ttthhh IIIEEEEEEEEE///AAACCCMMM IIInnnttteeerrrnnnaaatttiiiooonnnaaalll SSSyyymmmpppoooiiiuuummm ooonnn CCCllluuuttteeerrr,,, CCClllooouuuddd aaannnddd GGGrrriiiddd CCCooommmpppuuutttiiinnnggg

More information

Availability of WDM Multi Ring Networks

Availability of WDM Multi Ring Networks Paper Availability of WDM Multi Ring Network Ivan Rado and Katarina Rado H d.o.o. Motar, Motar, Bonia and Herzegovina Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Univerity

More information

MSc Financial Economics: International Finance. Bubbles in the Foreign Exchange Market. Anne Sibert. Revised Spring 2013. Contents

MSc Financial Economics: International Finance. Bubbles in the Foreign Exchange Market. Anne Sibert. Revised Spring 2013. Contents MSc Financial Economic: International Finance Bubble in the Foreign Exchange Market Anne Sibert Revied Spring 203 Content Introduction................................................. 2 The Mone Market.............................................

More information

Improving the Performance of Web Service Recommenders Using Semantic Similarity

Improving the Performance of Web Service Recommenders Using Semantic Similarity Improving the Performance of Web Service Recommender Uing Semantic Similarity Juan Manuel Adán-Coello, Carlo Miguel Tobar, Yang Yuming Faculdade de Engenharia de Computação, Pontifícia Univeridade Católica

More information