Scalable Transactions for Web Applications in the Cloud using Customized CloudTPS

Size: px
Start display at page:

Download "Scalable Transactions for Web Applications in the Cloud using Customized CloudTPS"

Transcription

1 Shashikant Mahadu Bankar/ (IJCSIT) Intrnational Journal of Computr Scinc and Information Tchnologis, Vol. (3), 2015, Scalabl Transactions for Wb Applications in th Cloud using Customizd CloudTPS Shashikant Mahadu Bankar Dpartmnt of Computr scinc and Enginring GECA, Dr Babasahb Ambdkar Marathwada univrsity Auranagabad, India Abstract--Data consistncy is big issu whil using NoSQL Cloud data stors. Thy nsur scalability and high availability proprtis for wb applications, but whil providing ths thy sacrific data consistncy. Som availabl applications cannot afford data inconsistncy. To achiv Data consistncy in multi-itm transactions on wb applications, CloudTPS is bst solution. CloudTPS acts as a scalabl transaction managr which guarants full ACID proprtis for multi-itm transactions on wb applications. It dos not dpnd on th prsnc of srvr failurs and ntwork partitions. Thr is no ffct of failurs and ntwork partitions on functionality of CloudTPS. HBas and Hadoop provids scalabl data layrs. Hnc w prform this approach on top of this scalabl data layrs. Kywords Scalability, Wb applications, cloud computing, transactions, NoSQL. I. INTRODUCTION HBas and Hadoop ar NoSQL cloud databas srvics which provid a scalabl data tir for applications dployd in th cloud. Ths availabl systms partition th application data to provid additional scalability and rproduc th partitiond data to tolrat srvr failurs [1]. Cloud computing provids vision of a virtually infinit pool of computing, storag and ntworking rsourcs, in which w can dploy scalabl applications. A transaction is a st of quris to b xcutd on a singl consistnt viw of a databas. Th main challng for transactions is to provid th ACID proprtis of Atomicity, Consistncy, Isolation and Durability without ngotiating th scalability proprtis of th cloud. Howvr, th lmntal cloud data storag srvics provid only conditional consistncy [1]. Any cntralizd transaction managr would look at two scalability problms: 1) A singl transaction managr must xcut all incoming transactions and would finally bcom th prformanc and availability barrir; 2) A singl transaction managr must control a copy of all data accssd by transactions and would finally run out of storag spac. To support scalabl transactions, w propos to split th transaction managr into any numbr of Local Transaction Managrs (LTMs) and to partition th application data and th load of transaction procssing across LTMs [2]. CloudTPS advntur thr proprtis of Wb applications to allow fficint and scalabl oprations. First, w obsrv that in Wb applications, all transactions ar short-trm bcaus ach transaction is covrd in th procssing of a particular rqust from a usr. Scond, Wb applications contribut to issu transactions that intrval a rlativly small numbr of wll-idntifid data itms. This mans that th commit protocol for any givn transaction can b rstrictd to a rlativly small numbr of srvrs holding th accssd data itms. Third, many rad-only quris of Wb applications can produc usful rsults by accssing an oldr still prsistnt vrsion of data. This allows xcution of complx rad quris dirctly in th cloud data srvic, rathr than in LTMs. W must hav to considr two important issus to handl CloudTPS convnintly: 1) Thr is larg availability of diffrnt typs of cloud srvics. CloudTPS must hav to b portabl across availabl cloud srvics. Currnt cloud data srvics us diffrnt data modls and intrfacs but proposd systm constructs CloudTPS dpnding on thir common faturs. Our mthod is implmntd using ky-valu pairs. Our implmntation claims a simpl primary-ky-basd "GET/PUT" intrfac from cloud data srvics. 2) Loading of a whol copy of application into systms mmory may ovrflow mmory of LTM's. This will rsult into on application may us svral LTMs according to thir storag capacity. This is not ncssary condition that only latst accssd itms maintain ACID proprtis. If w rtriv currnt stord vrsions of unaccssd data itms, thn thy can b jctd from th LTMs. Wb applications dscribs tmporary locations whr only som portion of data is actually accssd at any tim. To nsur robust data consistncy, w can construct activ mmory managmnt schm to rduc th numbr of in-mmory data itms in LTMs [1]. CloudTPS must hav to maintain th ACID proprtis vn in th cas of srvr brakdowns. For this, w rproduc data itms and transaction stats to multipl LTMs, and annually chckpoint consistnt data snapshots to th cloud storag srvic. Consistncy corrctnss dpnds on th final consistncy and high availability proprtis of Cloud computing storag srvics [3].CloudTPS supports both rad-writ and rad-only transactions.w chck out our prototyp in a workload dvlopd from th TPC-W -commrc bnchmark [9]. W applid CloudTPS on th top of Hbas and Hadoop, which is scalabl data layr. CloudTPS tolrats srvr brak downs, which rsults into a fw abortd transactions and a tmporary dcras in throughput whil transaction rcovry and data rorganization. Daling with ntwork sparations, CloudTPS may rfus incoming transactions to manag data consistncy. As soon as, th ntwork is rbuilds, transactions ar rcovrd and bcoms availabl

2 Shashikant Mahadu Bankar/ (IJCSIT) Intrnational Journal of Computr Scinc and Information Tchnologis, Vol. (3), 2015, II. RELATED WORK A. Data Storag Simplst tchniqu to stor structurd data in to cloud is to dploy a rlational databas such as MySQL or Oracl. Th rlational data modl nforcd through th SQL languag, rsults into grat flxibility in accssing data. It supports practical data accss oprations such as aggrgation, rang quris, join quris, tc. Prson can fficintly dploy a classical RDBMS in th cloud and thus gt support for transactional consistncy. Ths flxibl qury languag and robust data consistncy avoids partitioning of data, which introduc scalability. Ths systms dpnds on rproduction tchniqus and thrfor do not dlivr xtra scalability improvmnt compard to a non-cloud dploymnt. Som cloud databas srvics as Bigtabl, SimplDB, uss abridgd data modls basd consisting attribut-valu pairs. All application data is arrangr into tabls. Data itms of th tabls ar gnrally accssd through GET/ PUT intrfac. All oprations ar rstrictd to prformd within tabl, non of thm supports oprations across multipl tabls such as join quris. Ths systm allows any numbr of tabls to sparat application data [5]. B. Distributd Transactional Systms Larg numbr of rsarch fforts hav bn activly applying to distributd transactions for distributd databas systms. Diffrnt typs of commit protocols and concurrncy control mchanisms ar invntd to cultivat th ACID proprtis of distributd transactions. Still, som distributd databas mak us of RDBMS. Thy lack in scalability as thy ar unabl to sparat application data automatically. But w can us 2-Phas Commit (2PC) for assuring Atomicity and on timstamp-ordring to maintain concurrncy control. H-Stor is a distributd main mmory OLTP databas. It supports transactions accssing multipl data rcords with SQL smantics, applid as prdfind stord procdurs. It rproduc data rcords to tolrat machin failurs. H-Stors scalability dpnds on th data sparation across xcutor nods. H-Stor dos not maintain constant logs or kp any data in th non-volatil storag of ithr th xcutor nods or any backing stor. CloudTPS chckpoints rturn updats back to th cloud data srvics to assur durability for ach transaction [2]. Anothr systm is th Scalaris transactional DHT systm. It distribut data across any numbr of DHT nods. It provids accss to any data itms by using primary ky. It do not support durability for stord data as it is purly an in-mmory systm. CloudTPS rsults into durability for transactions by chck pointing data updats into th cloud data srvic. Scalaris dpnds on th Paxos transactional algorithm, which can addrss Byzantin failurs, but rsults into high costs for ach transaction. Googl Prcolator implmnts multirow ACID transactions on top of Bigtabl. To administrat transaction managmnt, Prcolator applis Bigtabl as a shard mmory for all instancs of its clint-sid library []. Th data updats and transaction administration information, as locks and primary nod of a transaction, ar straightly writtn into Bigtabl. Prcolator can atomically prform many actions on a singl row using singl rows transactions of Bigtabl such as lock a data itm and mark th primary nod of th transaction. In advrs, CloudTPS continu with th data updats, transaction stats and quu of transactions all in th mmory of LTMs. Th basic cloud data stor dos not participat in th transaction administration. LTMs chckpoint data updats back to th cloud data stor only aftr th transaction has bn committd. Th dsign diffrncs of CloudTPS and Prcolator aris from thir distinct focuss. CloudTPS targts rspons-tim snsitiv Wb applications, whil Prcolator is dsignd for incrmntal procssing of massiv data procssing tasks which typically hav a rlaxd latncy rquirmnt. III. PROPOSED SYSTEM Following figur shows th complt organization of CloudTPS. Fig 1: organization of CloudTPS systm Clints concrn HTTP rqusts to a Wb application, which conscutivly concrn transactions to a Transaction Procssing Systm (TPS). Th TPS b adjunct with any numbr of LTMs, ach of which is authoritativ for a subst of all data itms. Th Wb application can submit a transaction to any on LTM that is authoritativ for on of th accssd data itms. This LTM thn acts as th administrator of th transaction across all LTMs. Thn LTM act on an inmmory copy of th ntir data itms which gts loadd from th cloud storag srvic. Updats of data transactions ar placd in mmory of LTMs. To avoid data loss rsulting from brakdown of LTM srvr, th data updats ar clon to multipl LTM srvrs. LTMs also rgularly chckpoint th updats back to th cloud storag srvic which is considrd to b highly-availabl and constant. W applid transactions using th 2-Phas Commit protocol. In th vry first phas, th administrator rqusts all involvd LTMs and chck whthr th opration can asily xcutd corrctly or not. If working of LTMs is propr, thn scond phas starts. In rality, scond phas commits th transaction. Othrwis, th transaction is intrruptd. Most of all cloud transactions ar of short duration and can accss wll analyzd data itms only. CloudTPS confss only srvr sid transactions carrid out as prdfind procdurs stord at all LTMs. Each transaction consists of on or mor sub-transactions, which oprat on a singl data itm ach. Whn it issus a transaction, th application must provid th primary kys of all accssd data itms

3 Shashikant Mahadu Bankar/ (IJCSIT) Intrnational Journal of Computr Scinc and Information Tchnologis, Vol. (3), 2015, Gnrally, a transaction is carrid out as a Java objct containing a list of sub-transaction instancs. All sub-transactions ar implmntd as sub-classs of th Sub Transaction abstract Java class. Each sub-transaction consists of a uniqu class nam to idntify itslf, a tabl nam and primary ky, input paramtrs. Alrady bytcod of all sub-transactions is dployd at all LTMs. A Wb application concrn a transaction by submitting th nams of includd sub-transactions and thir paramtrs. LTMs thn build up th corrsponding sub-transaction instancs to xcut th transaction. W first clustr data itms into virtual nods, and thn attach virtual nods to LTMs. This rsults into balancd assignmnt of virtual nods to LTMs. Multipl virtual nods can b allowd to th sam LTM for transactions. To prmit LTM brak downs, virtual nods and transaction stats ar duplicatd to on or mor LTMs. Aftr th LTM srvr failur, th currnt updats can thn b rbornd and damagd transactions can continu xcution whil satisfying ACID proprtis. W now structur th dsign of th TPS to assur th Atomicity, Consistncy, Isolation and Durability proprtis. Each of th proprtis is discussd individually as follows: 1. Atomicity Whn ithr all oprations of a transactions ar succssfully xcutd or whn non of thm is xcutd thn th proprty atomicity rsults out. CloudTPS carrid out two-phas commit across all th LTMs which ar chargabl for all data itms accssd to assur atomicity for ach transactions. Th transaction administrator can concurrntly rturn th rsult to th wb application and complt th scond phas, whn an agrmnt to COMMIT is arrivd [1].If th srvr brak downs thn all transactions stats and all data itms must hav to rflct on on or mor LTMs.LTMs rproduc th data itms to kp backup of LTMs whil xcution of th scond phas of transaction.whn scond phas complts xcution succssfully duplicats of th accssd data itms ar bcoms consistnt. 2. Consistncy Th condition for consistnt proprty is that whn a transaction xcuts on an intrnally consistnt databas thn it should lav th databas in consistnt stag. Th trm Consistncy is commonly dfind as a st of informativ intgrity constraints. So whn transactions ar compltd corrctly, th Consistncy proprty is fulfilld [1]. 3. Isolation Th isolation proprty rsults out whn th bhavior of a transaction is not changd by th xistnc of othr transaction which also simultanously accss th sam data itms simultanously. CloudTPS is rsponsibl for th braking down of th transaction into it s of subtransactions. If two transactions accssing th sam data itms thn thir sub transactions must b xcutd in squnc, vn if th sub-transactions ar xcutd on multipl LTMs simultanously. For that w us timstamp ordring to rgulat transactions on LTMs. Each transaction has its univrsal xclusiv timstamp ordr numbr. Sub transactions having lowr timstamp ordring ar xcutd first than sub transactions having youngr timstamp ordring. Th cas may aris whr procssing of a transaction gts slow, and that a conflicting subtransaction having youngr timstamp has committd alrady. In such cas, arlir transaction will intrruptd, gts nw timstamp ordr numbr and thn starts rxcution [1]. 4. Durability Durability proprty ariss whn outcoms of th transactions cannot b accomplishd and must hav to xists whn srvr brakdowns. Updats of all data of committd transactions must b writtn to th backnd cloud storag srvic. Main problm is to support LTM brak down without dropping data.straightforwardly, th commit opration of a transaction dos not updat data in th cloud storag srvic but only updat data in-mmory, to incras prformanc. All data itms gt savd in to LTMs. Tim priod btwn commit opration of a transaction and upcoming chckpoints assurs durability proprty by rproducing data itms on diffrnt LTMs [1]. IV. RESULTS AND ANALYSIS W prform valuations on top of Hbas and Hadoop v W us Tomcat Apach v.0.41 as application srvr to valuat CloudTPS prformanc. W xpos th scalability of CloudTPS by valuating th prformanc of a prototyp implmntationon top of two diffrnt familis of scalabldata layrs: HBas and Hadoop running on cloud.w dmonstrat that proposd CloudTPS can convnintly rconstruct from srvr brak down and ntwork sparation by considring throughput of CloudTPS undr brak downs.w also achiv scalability valuation by calculatingth maximum fasibl throughput of th systm including givn numbr of LTMs bfor th constraintgts brach. At bginning stag, w start with on LTM and 5 HBas srvrs and thn w incras th numbr of LTM and HBas srvrs. Undr crtain numbr of EB's, w prform on round of th valuation for 30 minuts to calculat th prformanc of th systm. In all cass, w purposly allocat mor numbr of HBas srvrs and clint machins to assur prformanc barrir of th CloudTPS []. Fig 2 shows th fficint rspons tim. Fig 2: Graph for avrag Rspons tim for Clint Transactions

4 Shashikant Mahadu Bankar/ (IJCSIT) Intrnational Journal of Computr Scinc and Information Tchnologis, Vol. (3), 2015, Prformanc of wb srvr mtrics dpnds on two things as th HTTP byts/sc data and CPU utilization. By knowing th HTTP byts/sc data, w can asily calculat th Mbyts/sc or Mbits/sc ntwork traffic for ach srvr and CPU. Considr a cas whr 2 procssor Wb Srvr running at 8% CPU utilization with a HTTP byts/sc valu of 4,10,450, on can calculat, (4,10,450 / (1024*1024)), a ntwork throughput rat of 3.9 Mbyts/sc or 31. Mbits/sc assists by th 2P Wb Srvr at 8% utilization. On can asily find if th wb srvrs has any hug hadroom s or wb srvr is configurd nar its maximum capabilitis [8]. Fig 3 and Fig 4 shows scalability illustrations by calculating throughput. Fig 3: Graph for Total Systm Throughput Fig 4: Graph for Throughput undr Writ Opration Th numbr of mulatd usrs supportd by ach wb Srvr is calculatd by Th Numbr of Usrs / Numbr of Wb Srvrs. To protct th duration of th usr sssion, th TPC-W bnchmark allows kp-aliv connctions. Contribution of Kp-aliv connctions is to curtail th CPU ovrhad rquird to procss a connction. Each usr prcivs on protctd and on non-protctd connction, thus w can calculat total numbr of connctions supportd by a wb Srvr by 2 * (Numbr of Browsrs / Wb Srvrs). For xampl givn a rsult of 4,800 WIPS with 30,000 mulatd browsrs in a configuration of 15 Wb Srvrs, ach Wb Srvr is supporting 2 * (30,000 / 15)= 4,000 intrnt connctions [9]. W can divid Wb Srvr ntwork traffic and kp-aliv connctions by total numbr of procssors is srvr to gt th ntwork traffic pr procssor and th numbr of supportd connctions pr procssor. This rsult is vry advantagous during comparison of diffrnt Wb Srvr procssors or comparison of wb Srvrs with diffrnt numbr of procssors. Emulatd Browsrs (EB s) gnrats data by crating and populating six tabls. EB S ar th mulatd browsrs which is simulatd to clint by snding th rqust through http [].Tabl shown blow dscribs th prformanc analysis of clint transactions which valuatd by Emulatd Browsrs. Sr.No updatitminf o DltCartLin gtshoppingc art gtshortordr RfrshCartLi n NwShopping Cart gtitmanda uthr gtordr gtshoppingc art_inpurchas Purchas gtcustomr gtrlatdit m updatrlatd ItmInfo Avrag rspons tim Avrag accssd itm Total numb r of transa ctions Tot al rsp ons tim Tot al acc ssd itm Tabl 1: Ovrviw of clint transactions for prformanc analysis log gnratd by EB S Following tabl 2 and figur 5 shows th ovrall clustr analysis of th proposd systm.tabl 2 illustrats th avrag accss tim, domain writ tim, tim latncy and tim slic by considring svral clint transactions. Domain Accss Tim ms Procss Tim ms Total throughput ms Domain Writ Tim ms Writ Latncy 10 ms Tim Slic 10 ms Tabl 2: Clustr Analysis

5 Shashikant Mahadu Bankar/ (IJCSIT) Intrnational Journal of Computr Scinc and Information Tchnologis, Vol. (3), 2015, Fig 5: Clustr Analysis V. CONCLUSION For corrct xcution, products nd strong data consistncy. Cloud provid good platform to host wb contnt to achiv high scalability and availability. Proposd schm provids ACID transactions without ngotiating th scalability proprty of th cloud for Wb applications. This work dpnds on fw simpl logics. First, w load data into th transactional layr from th cloud storag systm. Scondly, w can split th data across any numbr of LTMs, and rproduc thm only for fault tolranc. Wb applications can accss only fw partitions of data in any transactions, which rsults into CloudTPS linar scalability. Evn in th prsnc of srvr failurs and ntwork partitions, CloudTPS supports full ACID proprtis. Rcovring from a failur only causs a tmporary drop-in throughput and a fw abortd transactions. Rcovring from a ntwork partition may possibly caus tmporary unavailability of CloudTPS. Data partitioning also mntiond that transactions can only accss data by primary ky. CloudTPS allows Wb applications with strong data consistncy dmands to b scalabl dploymnt in th cloud. This mans Wb applications in th cloud do not nd to compromis consistncy for scalability. FUTURE SCOPE Hadoop has bcom backbon of big data platforms but holds diffrnt, sophisticatd architctur as compard to DBMS. Hadoop must hav to combin with raltim xtnsiv data collction and transmission which rsults into fastr procssing of data. Somtims Hadoop hids som complx background whil providing concis usr intrfac which causs poor prformanc of systm. So, w can implmnt advanc intrfac similar to DBMS to nhanc prformanc of Hadoop from ach and vry angl. Larg-scal Hadoop clustr includs vry hug numbr of srvrs which ar mainly rsponsibl for nrgy consumption. Hadoop should b widly dployd dpnding on nrgy fficincy. In th ra of big data, th trms as privacy and scurity has lots of importanc. Th big data platform should find a good balanc btwn nforcing data accss control and facilitating data procssing. REFERENCES [1] Zhou Wi, Guillaum Pirr, Chi-Hung Chi, CloudTPS: Scalabl Transactions for wb applications in th cloud, IEEE Transactions on Srvics Computing, Spcial Issu on Cloud Computing, [2] B. Hays, Cloud computing, Communications of th ACM, vol. 51, no., pp. 9 11, Jul [3] Transaction Procssing Prformanc Council, TPC bnchmark C standard spcification, rvision 5, Dcmbr 200, [4] S. Gilbrt and N. Lynch, Brwr s conjctur and th fasibility of consistnt, availabl, partition-tolrant wb srvics, SIGACT Nws, vol. 33, no. 2, pp , [5] HBas, An opn-sourc, distributd, column-orintd stor modld aftr th Googl Bigtabl papr, 200, apach.org/hbas/. [] Amazon.com, EC2 lastic comput cloud, 2010, [] Z. Wi, G. Pirr, and C.-H. Chi, Scalabl transactions for wb applications in th cloud, in Proc. Euro-Par, [8] W. Vogls, Data accss pattrns in th Amazon.com tchnology platform, in Proc. VLDB, Kynot Spch, 200. [9] D. A. Mnasc, TPC-W: A bnchmark for -commrc, IEEE Intrnt Computing, vol., no. 3, [10] F. Chang, J. Dan, S. Ghmawat, W. C. Hsih, D. A. Wallach, M. Burrows, T. Chandra, A. Fiks, and R. E. Grubr, Bigtabl : a distributd storag systm for structurd data, in Proc. OSDI, 200. [11] S. Das, D. Agrawal, and A. E. Abbadi, Elastras: An lastic transactional data stor in th cloud, in Proc. HotCloud,

Key Management System Framework for Cloud Storage Singa Suparman, Eng Pin Kwang Temasek Polytechnic {singas,engpk}@tp.edu.sg

Key Management System Framework for Cloud Storage Singa Suparman, Eng Pin Kwang Temasek Polytechnic {singas,engpk}@tp.edu.sg Ky Managmnt Systm Framwork for Cloud Storag Singa Suparman, Eng Pin Kwang Tmask Polytchnic {singas,ngpk}@tp.du.sg Abstract In cloud storag, data ar oftn movd from on cloud storag srvic to anothr. Mor frquntly

More information

ITIL & Service Predictability/Modeling. 2006 Plexent

ITIL & Service Predictability/Modeling. 2006 Plexent ITIL & Srvic Prdictability/Modling 1 2 Plxnt Th Company 2001 Foundd Plxnt basd on an Expandd ITIL Architctur, CMMI, ISO, and BS15000 - itdna 2003 Launchd itdna Srvic Offring 2003 John Groom, past Dirctor

More information

An Broad outline of Redundant Array of Inexpensive Disks Shaifali Shrivastava 1 Department of Computer Science and Engineering AITR, Indore

An Broad outline of Redundant Array of Inexpensive Disks Shaifali Shrivastava 1 Department of Computer Science and Engineering AITR, Indore Intrnational Journal of mrging Tchnology and dvancd nginring Wbsit: www.ijta.com (ISSN 2250-2459, Volum 2, Issu 4, pril 2012) n road outlin of Rdundant rray of Inxpnsiv isks Shaifali Shrivastava 1 partmnt

More information

FACULTY SALARIES FALL 2004. NKU CUPA Data Compared To Published National Data

FACULTY SALARIES FALL 2004. NKU CUPA Data Compared To Published National Data FACULTY SALARIES FALL 2004 NKU CUPA Data Compard To Publishd National Data May 2005 Fall 2004 NKU Faculty Salaris Compard To Fall 2004 Publishd CUPA Data In th fall 2004 Northrn Kntucky Univrsity was among

More information

Adverse Selection and Moral Hazard in a Model With 2 States of the World

Adverse Selection and Moral Hazard in a Model With 2 States of the World Advrs Slction and Moral Hazard in a Modl With 2 Stats of th World A modl of a risky situation with two discrt stats of th world has th advantag that it can b natly rprsntd using indiffrnc curv diagrams,

More information

The example is taken from Sect. 1.2 of Vol. 1 of the CPN book.

The example is taken from Sect. 1.2 of Vol. 1 of the CPN book. Rsourc Allocation Abstract This is a small toy xampl which is wll-suitd as a first introduction to Cnts. Th CN modl is dscribd in grat dtail, xplaining th basic concpts of C-nts. Hnc, it can b rad by popl

More information

A Secure Web Services for Location Based Services in Wireless Networks*

A Secure Web Services for Location Based Services in Wireless Networks* A Scur Wb Srvics for Location Basd Srvics in Wirlss Ntworks* Minsoo L 1, Jintak Kim 1, Shyun Park 1, Jail L 2 and Sokla L 21 1 School of Elctrical and Elctronics Enginring, Chung-Ang Univrsity, 221, HukSuk-Dong,

More information

SOFTWARE ENGINEERING AND APPLIED CRYPTOGRAPHY IN CLOUD COMPUTING AND BIG DATA

SOFTWARE ENGINEERING AND APPLIED CRYPTOGRAPHY IN CLOUD COMPUTING AND BIG DATA Intrnational Journal on Tchnical and Physical Problms of Enginring (IJTPE) Publishd by Intrnational Organization of IOTPE ISSN 077-358 IJTPE Journal www.iotp.com ijtp@iotp.com Sptmbr 015 Issu 4 Volum 7

More information

Continuity Cloud Virtual Firewall Guide

Continuity Cloud Virtual Firewall Guide Cloud Virtual Firwall Guid uh6 Vrsion 1.0 Octobr 2015 Foldr BDR Guid for Vam Pag 1 of 36 Cloud Virtual Firwall Guid CONTENTS INTRODUCTION... 3 ACCESSING THE VIRTUAL FIREWALL... 4 HYPER-V/VIRTUALBOX CONTINUITY

More information

Architecture of the proposed standard

Architecture of the proposed standard Architctur of th proposd standard Introduction Th goal of th nw standardisation projct is th dvlopmnt of a standard dscribing building srvics (.g.hvac) product catalogus basd on th xprincs mad with th

More information

C H A P T E R 1 Writing Reports with SAS

C H A P T E R 1 Writing Reports with SAS C H A P T E R 1 Writing Rports with SAS Prsnting information in a way that s undrstood by th audinc is fundamntally important to anyon s job. Onc you collct your data and undrstand its structur, you nd

More information

5 2 index. e e. Prime numbers. Prime factors and factor trees. Powers. worked example 10. base. power

5 2 index. e e. Prime numbers. Prime factors and factor trees. Powers. worked example 10. base. power Prim numbrs W giv spcial nams to numbrs dpnding on how many factors thy hav. A prim numbr has xactly two factors: itslf and 1. A composit numbr has mor than two factors. 1 is a spcial numbr nithr prim

More information

A Project Management framework for Software Implementation Planning and Management

A Project Management framework for Software Implementation Planning and Management PPM02 A Projct Managmnt framwork for Softwar Implmntation Planning and Managmnt Kith Lancastr Lancastr Stratgis Kith.Lancastr@LancastrStratgis.com Th goal of introducing nw tchnologis into your company

More information

Enforcing Fine-grained Authorization Policies for Java Mobile Agents

Enforcing Fine-grained Authorization Policies for Java Mobile Agents Enforcing Fin-graind Authorization Policis for Java Mobil Agnts Giovanni Russllo Changyu Dong Narankr Dulay Dpartmnt of Computing Imprial Collg London South Knsington London, SW7 2AZ, UK {g.russllo, changyu.dong,

More information

by John Donald, Lecturer, School of Accounting, Economics and Finance, Deakin University, Australia

by John Donald, Lecturer, School of Accounting, Economics and Finance, Deakin University, Australia Studnt Nots Cost Volum Profit Analysis by John Donald, Lcturr, School of Accounting, Economics and Financ, Dakin Univrsity, Australia As mntiond in th last st of Studnt Nots, th ability to catgoris costs

More information

EFFECT OF GEOMETRICAL PARAMETERS ON HEAT TRANSFER PERFORMACE OF RECTANGULAR CIRCUMFERENTIAL FINS

EFFECT OF GEOMETRICAL PARAMETERS ON HEAT TRANSFER PERFORMACE OF RECTANGULAR CIRCUMFERENTIAL FINS 25 Vol. 3 () January-March, pp.37-5/tripathi EFFECT OF GEOMETRICAL PARAMETERS ON HEAT TRANSFER PERFORMACE OF RECTANGULAR CIRCUMFERENTIAL FINS *Shilpa Tripathi Dpartmnt of Chmical Enginring, Indor Institut

More information

User-Perceived Quality of Service in Hybrid Broadcast and Telecommunication Networks

User-Perceived Quality of Service in Hybrid Broadcast and Telecommunication Networks Usr-Prcivd Quality of Srvic in Hybrid Broadcast and Tlcommunication Ntworks Michal Galtzka Fraunhofr Institut for Intgratd Circuits Branch Lab Dsign Automation, Drsdn, Grmany Michal.Galtzka@as.iis.fhg.d

More information

Keywords Cloud Computing, Service level agreement, cloud provider, business level policies, performance objectives.

Keywords Cloud Computing, Service level agreement, cloud provider, business level policies, performance objectives. Volum 3, Issu 6, Jun 2013 ISSN: 2277 128X Intrnational Journal of Advancd Rsarch in Computr Scinc and Softwar Enginring Rsarch Papr Availabl onlin at: wwwijarcsscom Dynamic Ranking and Slction of Cloud

More information

Sci.Int.(Lahore),26(1),131-138,2014 ISSN 1013-5316; CODEN: SINTE 8 131

Sci.Int.(Lahore),26(1),131-138,2014 ISSN 1013-5316; CODEN: SINTE 8 131 Sci.Int.(Lahor),26(1),131-138,214 ISSN 113-5316; CODEN: SINTE 8 131 REQUIREMENT CHANGE MANAGEMENT IN AGILE OFFSHORE DEVELOPMENT (RCMAOD) 1 Suhail Kazi, 2 Muhammad Salman Bashir, 3 Muhammad Munwar Iqbal,

More information

Cisco Data Virtualization

Cisco Data Virtualization Cisco Data Virtualization Big Data Eco-systm Discussion with Bloor Group Bob Ev, David Bsmr July 2014 Cisco Data Virtualization Backgroundr Cisco Data Virtualization is agil data intgration softwar that

More information

Moving Securely Around Space: The Case of ESA

Moving Securely Around Space: The Case of ESA Moving Scurly Around Spac: Th Cas of ESA Prpard By: Andra Baldi, Jos Frnandz Balsiro, Marco Incollingo Tommaso Parrinllo, Cristiano Silvagni, Stfano Zatti Europan Spac Agncy Andra.Baldi@sa.int ESA Scnario

More information

Parallel and Distributed Programming. Performance Metrics

Parallel and Distributed Programming. Performance Metrics Paralll and Distributd Programming Prformanc! wo main goals to b achivd with th dsign of aralll alications ar:! Prformanc: th caacity to rduc th tim to solv th roblm whn th comuting rsourcs incras;! Scalability:

More information

Designing a Secure DNS Architecture

Designing a Secure DNS Architecture WHITE PAPER Dsigning a Scur DNS Architctur In today s ntworking landscap, it is no longr adquat to hav a DNS infrastructur that simply rsponds to quris. What is ndd is an intgratd scur DNS architctur that

More information

Econ 371: Answer Key for Problem Set 1 (Chapter 12-13)

Econ 371: Answer Key for Problem Set 1 (Chapter 12-13) con 37: Answr Ky for Problm St (Chaptr 2-3) Instructor: Kanda Naknoi Sptmbr 4, 2005. (2 points) Is it possibl for a country to hav a currnt account dficit at th sam tim and has a surplus in its balanc

More information

Entity-Relationship Model

Entity-Relationship Model Entity-Rlationship Modl Kuang-hua Chn Dpartmnt of Library and Information Scinc National Taiwan Univrsity A Company Databas Kps track of a company s mploys, dpartmnts and projcts Aftr th rquirmnts collction

More information

Important Information Call Through... 8 Internet Telephony... 6 two PBX systems... 10 Internet Calls... 3 Internet Telephony... 2

Important Information Call Through... 8 Internet Telephony... 6 two PBX systems... 10 Internet Calls... 3 Internet Telephony... 2 Installation and Opration Intrnt Tlphony Adaptr Aurswald Box Indx C I R 884264 03 02/05 Call Duration, maximum...10 Call Through...7 Call Transportation...7 Calls Call Through...7 Intrnt Tlphony...3 two

More information

Analyzing Failures of a Semi-Structured Supercomputer Log File Efficiently by Using PIG on Hadoop

Analyzing Failures of a Semi-Structured Supercomputer Log File Efficiently by Using PIG on Hadoop Intrnational Journal of Computr Scinc and Enginring Opn Accss Rsarch Papr Volum-2, Issu-1 E-ISSN: 2347-2693 Analyzing Failurs of a Smi-Structurd Suprcomputr Log Fil Efficintly by Using PIG on Hadoop Madhuri

More information

Combinatorial Analysis of Network Security

Combinatorial Analysis of Network Security Combinatorial Analysis of Ntwork Scurity Stvn Nol a, Brian O Brry a, Charls Hutchinson a, Sushil Jajodia a, Lynn Kuthan b, and Andy Nguyn b a Gorg Mason Univrsity Cntr for Scur Information Systms b Dfns

More information

Category 7: Employee Commuting

Category 7: Employee Commuting 7 Catgory 7: Employ Commuting Catgory dscription This catgory includs missions from th transportation of mploys 4 btwn thir homs and thir worksits. Emissions from mploy commuting may aris from: Automobil

More information

Free ACA SOLUTION (IRS 1094&1095 Reporting)

Free ACA SOLUTION (IRS 1094&1095 Reporting) Fr ACA SOLUTION (IRS 1094&1095 Rporting) Th Insuranc Exchang (301) 279-1062 ACA Srvics Transmit IRS Form 1094 -C for mployrs Print & mail IRS Form 1095-C to mploys HR Assist 360 will gnrat th 1095 s for

More information

Incomplete 2-Port Vector Network Analyzer Calibration Methods

Incomplete 2-Port Vector Network Analyzer Calibration Methods Incomplt -Port Vctor Ntwork nalyzr Calibration Mthods. Hnz, N. Tmpon, G. Monastrios, H. ilva 4 RF Mtrology Laboratory Instituto Nacional d Tcnología Industrial (INTI) Bunos irs, rgntina ahnz@inti.gov.ar

More information

Lecture 20: Emitter Follower and Differential Amplifiers

Lecture 20: Emitter Follower and Differential Amplifiers Whits, EE 3 Lctur 0 Pag of 8 Lctur 0: Emittr Followr and Diffrntial Amplifirs Th nxt two amplifir circuits w will discuss ar ry important to lctrical nginring in gnral, and to th NorCal 40A spcifically.

More information

Nimble Storage Exchange 2010 40,000-Mailbox Resiliency Storage Solution

Nimble Storage Exchange 2010 40,000-Mailbox Resiliency Storage Solution Nimbl Storag Exchang 2010 40,0-Mailbox Rsilincy Storag Solution Tstd with: ESRP Storag Vrsion 3.0 Tst dat: July 10, 2012 Ovrviw This documnt provids information on Nimbl Storag's storag solution for Microsoft

More information

Information Management Strategy: Exploiting Big data and Advanced Analytics

Information Management Strategy: Exploiting Big data and Advanced Analytics Information Managmnt Stratgy: Exploiting Big data and Advancd Analytics William Duply Stratgist HP Cloud Hwltt-Packard Canada Big : What w ar building: Actionabl intllignc Businss valu Traditional BI/MIS/CRM/

More information

REPORT' Meeting Date: April 19,201 2 Audit Committee

REPORT' Meeting Date: April 19,201 2 Audit Committee REPORT' Mting Dat: April 19,201 2 Audit Committ For Information DATE: March 21,2012 REPORT TITLE: FROM: Paul Wallis, CMA, CIA, CISA, Dirctor, Intrnal Audit OBJECTIVE To inform Audit Committ of th rsults

More information

Development of Financial Management Reporting in MPLS

Development of Financial Management Reporting in MPLS 1 Dvlopmnt of Financial Managmnt Rporting in MPLS 1. Aim Our currnt financial rports ar structurd to dlivr an ovrall financial pictur of th dpartmnt in it s ntirty, and thr is no attmpt to provid ithr

More information

WORKERS' COMPENSATION ANALYST, 1774 SENIOR WORKERS' COMPENSATION ANALYST, 1769

WORKERS' COMPENSATION ANALYST, 1774 SENIOR WORKERS' COMPENSATION ANALYST, 1769 08-16-85 WORKERS' COMPENSATION ANALYST, 1774 SENIOR WORKERS' COMPENSATION ANALYST, 1769 Summary of Dutis : Dtrmins City accptanc of workrs' compnsation cass for injurd mploys; authorizs appropriat tratmnt

More information

Asset set Liability Management for

Asset set Liability Management for KSD -larning and rfrnc products for th global financ profssional Highlights Library of 29 Courss Availabl Products Upcoming Products Rply Form Asst st Liability Managmnt for Insuranc Companis A comprhnsiv

More information

TIME MANAGEMENT. 1 The Process for Effective Time Management 2 Barriers to Time Management 3 SMART Goals 4 The POWER Model e. Section 1.

TIME MANAGEMENT. 1 The Process for Effective Time Management 2 Barriers to Time Management 3 SMART Goals 4 The POWER Model e. Section 1. Prsonal Dvlopmnt Track Sction 1 TIME MANAGEMENT Ky Points 1 Th Procss for Effctiv Tim Managmnt 2 Barrirs to Tim Managmnt 3 SMART Goals 4 Th POWER Modl In th Army, w spak of rsourcs in trms of th thr M

More information

Hardware Modules of the RSA Algorithm

Hardware Modules of the RSA Algorithm SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 11, No. 1, Fbruary 2014, 121-131 UDC: 004.3`142:621.394.14 DOI: 10.2298/SJEE140114011S Hardwar Moduls of th RSA Algorithm Vlibor Škobić 1, Branko Dokić 1,

More information

Rural and Remote Broadband Access: Issues and Solutions in Australia

Rural and Remote Broadband Access: Issues and Solutions in Australia Rural and Rmot Broadband Accss: Issus and Solutions in Australia Dr Tony Warrn Group Managr Rgulatory Stratgy Tlstra Corp Pag 1 Tlstra in confidnc Ovrviw Australia s gographical siz and population dnsity

More information

Secure User Data in Cloud Computing Using Encryption Algorithms

Secure User Data in Cloud Computing Using Encryption Algorithms Scur Usr Data in Using Encrypt Algorithms Rachna Arora*, Anshu Parashar ** *(Rsarch Scholar, HCTM, Kaithal, Haryana) ** (Associat Profssor, HCTM, Kaithal, Haryana) ABSTRACT is transming inmat tchnology.

More information

I/O Deduplication: Utilizing Content Similarity to Improve I/O Performance

I/O Deduplication: Utilizing Content Similarity to Improve I/O Performance I/O Dduplication: Utilizing Contnt Similarity to Improv I/O Prformanc Ricardo Kollr Raju Rangaswami rkoll001@cs.fiu.du raju@cs.fiu.du School of Computing and Information Scincs, Florida Intrnational Univrsity

More information

STATEMENT OF INSOLVENCY PRACTICE 3.2

STATEMENT OF INSOLVENCY PRACTICE 3.2 STATEMENT OF INSOLVENCY PRACTICE 3.2 COMPANY VOLUNTARY ARRANGEMENTS INTRODUCTION 1 A Company Voluntary Arrangmnt (CVA) is a statutory contract twn a company and its crditors undr which an insolvncy practitionr

More information

CARE QUALITY COMMISSION ESSENTIAL STANDARDS OF QUALITY AND SAFETY. Outcome 10 Regulation 11 Safety and Suitability of Premises

CARE QUALITY COMMISSION ESSENTIAL STANDARDS OF QUALITY AND SAFETY. Outcome 10 Regulation 11 Safety and Suitability of Premises CARE QUALITY COMMISSION ESSENTIAL STANDARDS OF QUALITY AND SAFETY Outcom 10 Rgulation 11 Safty and Suitability of Prmiss CQC Rf 10A 10A(1) Lad Dirctor / Lad Officr Rspons Impact Liklihood Lvl of Concrn

More information

Teaching Computer Networking with the Help of Personal Computer Networks

Teaching Computer Networking with the Help of Personal Computer Networks Taching Computr Ntworking with th Hlp of Prsonal Computr Ntworks Rocky K. C. Chang Dpartmnt of Computing Th Hong Kong Polytchnic Univrsity Hung Hom, Kowloon, Hong Kong csrchang@comp.polyu.du.hk ABSTRACT

More information

Planning and Managing Copper Cable Maintenance through Cost- Benefit Modeling

Planning and Managing Copper Cable Maintenance through Cost- Benefit Modeling Planning and Managing Coppr Cabl Maintnanc through Cost- Bnfit Modling Jason W. Rup U S WEST Advancd Tchnologis Bouldr Ky Words: Maintnanc, Managmnt Stratgy, Rhabilitation, Cost-bnfit Analysis, Rliability

More information

Data warehouse on Manpower Employment for Decision Support System

Data warehouse on Manpower Employment for Decision Support System Data warhous on Manpowr Employmnt for Dcision Support Systm Amro F. ALASTA, and Muftah A. Enaba Abstract Sinc th us of computrs in businss world, data collction has bcom on of th most important issus du

More information

QUANTITATIVE METHODS CLASSES WEEK SEVEN

QUANTITATIVE METHODS CLASSES WEEK SEVEN QUANTITATIVE METHODS CLASSES WEEK SEVEN Th rgrssion modls studid in prvious classs assum that th rspons variabl is quantitativ. Oftn, howvr, w wish to study social procsss that lad to two diffrnt outcoms.

More information

CalOHI Content Management System Review

CalOHI Content Management System Review CalOHI Contnt Systm Rviw Tabl of Contnts Documnt Ovrviw... 3 DotNtNuk... 4 Ovrviw... 4 Installation / Maintnanc... 4 Documntation... 5 Usability... 5 Dvlopmnt... 5 Ovrall... 6 CMS Mad Simpl... 6 Ovrviw...

More information

Use a high-level conceptual data model (ER Model). Identify objects of interest (entities) and relationships between these objects

Use a high-level conceptual data model (ER Model). Identify objects of interest (entities) and relationships between these objects Chaptr 3: Entity Rlationship Modl Databas Dsign Procss Us a high-lvl concptual data modl (ER Modl). Idntify objcts of intrst (ntitis) and rlationships btwn ths objcts Idntify constraints (conditions) End

More information

Personal Identity Verification (PIV) Enablement Solutions

Personal Identity Verification (PIV) Enablement Solutions Prsonal Idntity Vrification (PIV) Enablmnt Solutions pivclass Govrnmnt Solutions Affordabl Prsonal Idntity Vrification (PIV) Enablmnt Solutions from a Singl, Trustd Supplir Complt Solution for PIV Enablmnt

More information

Basis risk. When speaking about forward or futures contracts, basis risk is the market

Basis risk. When speaking about forward or futures contracts, basis risk is the market Basis risk Whn spaking about forward or futurs contracts, basis risk is th markt risk mismatch btwn a position in th spot asst and th corrsponding futurs contract. Mor broadly spaking, basis risk (also

More information

IBM Healthcare Home Care Monitoring

IBM Healthcare Home Care Monitoring IBM Halthcar Hom Car Monitoring Sptmbr 30th, 2015 by Sal P. Causi, P. Eng. IBM Halthcar Businss Dvlopmnt Excutiv scausi@ca.ibm.com IBM Canada Cloud Computing Tigr Tam Homcar by dfinition 1. With a gnsis

More information

Meerkats: A Power-Aware, Self-Managing Wireless Camera Network for Wide Area Monitoring

Meerkats: A Power-Aware, Self-Managing Wireless Camera Network for Wide Area Monitoring Mrkats: A Powr-Awar, Slf-Managing Wirlss Camra Ntwork for Wid Ara Monitoring C. B. Margi 1, X. Lu 1, G. Zhang 1, G. Stank 2, R. Manduchi 1, K. Obraczka 1 1 Dpartmnt of Computr Enginring, Univrsity of California,

More information

Product Overview. Version 1-12/14

Product Overview. Version 1-12/14 Product Ovrviw Vrsion 1-12/14 W ar Grosvnor Tchnology Accss Control Solutions W dvlop, manufactur and provid accss control and workforc managmnt solutions th world ovr. Our product offring ompasss hardwar,

More information

Maintain Your F5 Solution with Fast, Reliable Support

Maintain Your F5 Solution with Fast, Reliable Support F5 SERVICES TECHNICAL SUPPORT SERVICES DATASHEET Maintain Your F5 Solution with Fast, Rliabl Support In a world whr chang is th only constant, you rly on your F5 tchnology to dlivr no mattr what turns

More information

LG has introduced the NeON 2, with newly developed Cello Technology which improves performance and reliability. Up to 320W 300W

LG has introduced the NeON 2, with newly developed Cello Technology which improves performance and reliability. Up to 320W 300W Cllo Tchnology LG has introducd th NON 2, with nwly dvlopd Cllo Tchnology which improvs prformanc and rliability. Up to 320W 300W Cllo Tchnology Cll Connction Elctrically Low Loss Low Strss Optical Absorption

More information

Intermediate Macroeconomic Theory / Macroeconomic Analysis (ECON 3560/5040) Final Exam (Answers)

Intermediate Macroeconomic Theory / Macroeconomic Analysis (ECON 3560/5040) Final Exam (Answers) Intrmdiat Macroconomic Thory / Macroconomic Analysis (ECON 3560/5040) Final Exam (Answrs) Part A (5 points) Stat whthr you think ach of th following qustions is tru (T), fals (F), or uncrtain (U) and brifly

More information

Fleet vehicles opportunities for carbon management

Fleet vehicles opportunities for carbon management Flt vhicls opportunitis for carbon managmnt Authors: Kith Robrtson 1 Dr. Kristian Stl 2 Dr. Christoph Hamlmann 3 Alksandra Krukar 4 Tdla Mzmir 5 1 Snior Sustainability Consultant & Lad Analyst, Arup 2

More information

Global Sourcing: lessons from lean companies to improve supply chain performances

Global Sourcing: lessons from lean companies to improve supply chain performances 3 rd Intrnational Confrnc on Industrial Enginring and Industrial Managmnt XIII Congrso d Ingniría d Organización Barclona-Trrassa, Sptmbr 2nd-4th 2009 Global Sourcing: lssons from lan companis to improv

More information

Lecture 3: Diffusion: Fick s first law

Lecture 3: Diffusion: Fick s first law Lctur 3: Diffusion: Fick s first law Today s topics What is diffusion? What drivs diffusion to occur? Undrstand why diffusion can surprisingly occur against th concntration gradint? Larn how to dduc th

More information

IHE IT Infrastructure (ITI) Technical Framework Supplement. Cross-Enterprise Document Workflow (XDW) Trial Implementation

IHE IT Infrastructure (ITI) Technical Framework Supplement. Cross-Enterprise Document Workflow (XDW) Trial Implementation Intgrating th Halthcar Entrpris 5 IHE IT Infrastructur (ITI) Tchnical Framwork Supplmnt 10 Cross-Entrpris Documnt Workflow (XDW) 15 Trial Implmntation 20 Dat: Octobr 13, 2014 Author: IHE ITI Tchnical Committ

More information

Dehumidifiers: A Major Consumer of Residential Electricity

Dehumidifiers: A Major Consumer of Residential Electricity Dhumidifirs: A Major Consumr of Rsidntial Elctricity Laurn Mattison and Dav Korn, Th Cadmus Group, Inc. ABSTRACT An stimatd 19% of U.S. homs hav dhumidifirs, and thy can account for a substantial portion

More information

A Graph-based Proactive Fault Identification Approach in Computer Networks

A Graph-based Proactive Fault Identification Approach in Computer Networks A Graph-basd Proacti Fault Idntification Approach in Computr Ntworks Yijiao Yu, Qin Liu and Lianshng Tan * Dpartmnt of Computr Scinc, Cntral China Normal Unirsity, Wuhan 4379 PR China E-mail: yjyu, liuqin,

More information

Data Encryption and Decryption Using RSA Algorithm in a Network Environment

Data Encryption and Decryption Using RSA Algorithm in a Network Environment IJCSNS Intrnational Journal of Computr Scinc and Ntwork Scurity, VOL.13 No.7, July 2013 9 Data Encryption and Dcryption Using RSA Algorithm in a Ntwork Environmnt Nntaw Y. Goshw. Dpartmnt of Elctrical/Elctronics

More information

Who uses our services? We have a growing customer base. with institutions all around the globe.

Who uses our services? We have a growing customer base. with institutions all around the globe. not taking xpr Srvic Guid 2013 / 2014 NTE i an affordabl option for audio to txt convrion. Our rvic includ not or dirct trancription rvic from prviouly rcordd audio fil. Our rvic appal pcially to tudnt

More information

union scholars program APPLICATION DEADLINE: FEBRUARY 28 YOU CAN CHANGE THE WORLD... AND EARN MONEY FOR COLLEGE AT THE SAME TIME!

union scholars program APPLICATION DEADLINE: FEBRUARY 28 YOU CAN CHANGE THE WORLD... AND EARN MONEY FOR COLLEGE AT THE SAME TIME! union scholars YOU CAN CHANGE THE WORLD... program AND EARN MONEY FOR COLLEGE AT THE SAME TIME! AFSCME Unitd Ngro Collg Fund Harvard Univrsity Labor and Worklif Program APPLICATION DEADLINE: FEBRUARY 28

More information

81-1-ISD Economic Considerations of Heat Transfer on Sheet Metal Duct

81-1-ISD Economic Considerations of Heat Transfer on Sheet Metal Duct Air Handling Systms Enginring & chnical Bulltin 81-1-ISD Economic Considrations of Hat ransfr on Sht Mtal Duct Othr bulltins hav dmonstratd th nd to add insulation to cooling/hating ducts in ordr to achiv

More information

A Loadable Task Execution Recorder for Hierarchical Scheduling in Linux

A Loadable Task Execution Recorder for Hierarchical Scheduling in Linux A Loadabl Task Excution Rcordr for Hirarchical Schduling in Linux Mikal Åsbrg and Thomas Nolt MRTC/Mälardaln Univrsity PO Box 883, SE-721 23, Västrås, Swdn {mikalasbrg,thomasnolt@mdhs Shinpi Kato Carngi

More information

FEASIBILITY STUDY OF JUST IN TIME INVENTORY MANAGEMENT ON CONSTRUCTION PROJECT

FEASIBILITY STUDY OF JUST IN TIME INVENTORY MANAGEMENT ON CONSTRUCTION PROJECT FEASIBILITY STUDY OF JUST IN TIME INVENTORY MANAGEMENT ON CONSTRUCTION PROJECT Patil Yogndra R. 1, Patil Dhananjay S. 2 1P.G.Scholar, Dpartmnt of Civil Enginring, Rajarambapu Institut of Tchnology, Islampur,

More information

Real-Time Evaluation of Email Campaign Performance

Real-Time Evaluation of Email Campaign Performance Singapor Managmnt Univrsity Institutional Knowldg at Singapor Managmnt Univrsity Rsarch Collction L Kong Chian School Of Businss L Kong Chian School of Businss 10-2008 Ral-Tim Evaluation of Email Campaign

More information

High Availability Architectures For Linux on IBM System z

High Availability Architectures For Linux on IBM System z High Availability Architcturs For Linux on IBM Systm z March 31, 2006 High Availability Architcturs for Linux on IBM Systm z 1 Contnts Abstract...3 Introduction. Dfinition of High Availability...4 Chaptr

More information

Constraint-Based Analysis of Gene Deletion in a Metabolic Network

Constraint-Based Analysis of Gene Deletion in a Metabolic Network Constraint-Basd Analysis of Gn Dltion in a Mtabolic Ntwork Abdlhalim Larhlimi and Alxandr Bockmayr DFG-Rsarch Cntr Mathon, FB Mathmatik und Informatik, Fri Univrsität Brlin, Arnimall, 3, 14195 Brlin, Grmany

More information

A Multi-Heuristic GA for Schedule Repair in Precast Plant Production

A Multi-Heuristic GA for Schedule Repair in Precast Plant Production From: ICAPS-03 Procdings. Copyright 2003, AAAI (www.aaai.org). All rights rsrvd. A Multi-Huristic GA for Schdul Rpair in Prcast Plant Production Wng-Tat Chan* and Tan Hng W** *Associat Profssor, Dpartmnt

More information

Contents. Presentation contents: Basic EDI dataflow in Russia. eaccounting for HR and Payroll. eaccounting in a Cloud

Contents. Presentation contents: Basic EDI dataflow in Russia. eaccounting for HR and Payroll. eaccounting in a Cloud Accounting Contnts Prsntation contnts: Basic EDI dataflow in Russia Accounting for HR and Payroll Accounting in a Cloud Basic EDI Procss Flow Typs of documnts for EDI Lgally rquird documnts: Act of accptanc

More information

Question 3: How do you find the relative extrema of a function?

Question 3: How do you find the relative extrema of a function? ustion 3: How do you find th rlativ trma of a function? Th stratgy for tracking th sign of th drivativ is usful for mor than dtrmining whr a function is incrasing or dcrasing. It is also usful for locating

More information

The international Internet site of the geoviticulture MCC system Le site Internet international du système CCM géoviticole

The international Internet site of the geoviticulture MCC system Le site Internet international du système CCM géoviticole Th intrnational Intrnt sit of th goviticultur MCC systm L sit Intrnt intrnational du systèm CCM géoviticol Flávio BELLO FIALHO 1 and Jorg TONIETTO 1 1 Rsarchr, Embrapa Uva Vinho, Caixa Postal 130, 95700-000

More information

Cookie Policy- May 5, 2014

Cookie Policy- May 5, 2014 Cooki Policy- May 5, 2014 Us of Cookis on Sizmk Wbsits This Cooki Disclosur applis only to us of cookis on corporat wbsits (www.sizmk.com and rlatd rgional wbsits) publishd by Sizmk Inc. and its affiliats

More information

SPECIAL VOWEL SOUNDS

SPECIAL VOWEL SOUNDS SPECIAL VOWEL SOUNDS Plas consult th appropriat supplmnt for th corrsponding computr softwar lsson. Rfr to th 42 Sounds Postr for ach of th Spcial Vowl Sounds. TEACHER INFORMATION: Spcial Vowl Sounds (SVS)

More information

June 2012. Enprise Rent. Enprise 1.1.6. Author: Document Version: Product: Product Version: SAP Version: 8.81.100 8.8

June 2012. Enprise Rent. Enprise 1.1.6. Author: Document Version: Product: Product Version: SAP Version: 8.81.100 8.8 Jun 22 Enpris Rnt Author: Documnt Vrsion: Product: Product Vrsion: SAP Vrsion: Enpris Enpris Rnt 88 88 Enpris Rnt 22 Enpris Solutions All rights rsrvd No parts of this work may b rproducd in any form or

More information

SCHOOLS' PPP : PROJECT MANAGEMENT

SCHOOLS' PPP : PROJECT MANAGEMENT Rport Schools' PPP Sub Committ 22 April 2004 2 SCHOOLS' PPP : PROJECT MANAGEMENT 1 Rason for Rport To provid Mmbrs with information on th structur of th Schools' PPP Projct Tam 2 Background 21 Dumfris

More information

Abstract. Introduction. Statistical Approach for Analyzing Cell Phone Handoff Behavior. Volume 3, Issue 1, 2009

Abstract. Introduction. Statistical Approach for Analyzing Cell Phone Handoff Behavior. Volume 3, Issue 1, 2009 Volum 3, Issu 1, 29 Statistical Approach for Analyzing Cll Phon Handoff Bhavior Shalini Saxna, Florida Atlantic Univrsity, Boca Raton, FL, shalinisaxna1@gmail.com Sad A. Rajput, Farquhar Collg of Arts

More information

Category 1: Purchased Goods and Services

Category 1: Purchased Goods and Services 1 Catgory 1: Purchasd Goods and Srvics Catgory dscription T his catgory includs all upstram (i.., cradl-to-gat) missions from th production of products purchasd or acquird by th rporting company in th

More information

Traffic Flow Analysis (2)

Traffic Flow Analysis (2) Traffic Flow Analysis () Statistical Proprtis. Flow rat distributions. Hadway distributions. Spd distributions by Dr. Gang-Ln Chang, Profssor Dirctor of Traffic safty and Oprations Lab. Univrsity of Maryland,

More information

Keynote Speech Collaborative Web Services and Peer-to-Peer Grids

Keynote Speech Collaborative Web Services and Peer-to-Peer Grids Kynot Spch Collaborativ s and Pr-to-Pr Grids Goffry ox 1,2,4, Hasan Bulut 2, Kangsok Kim 2, Sung-Hoon Ko 1, Sangmi L 5, Sangyoon h 2, Shridp Pallickara 1, Xiaohong Qiu 1,3, Ahmt yar 1,3, Minjun Wang 1,3,

More information

Gold versus stock investment: An econometric analysis

Gold versus stock investment: An econometric analysis Intrnational Journal of Dvlopmnt and Sustainability Onlin ISSN: 268-8662 www.isdsnt.com/ijds Volum Numbr, Jun 202, Pag -7 ISDS Articl ID: IJDS20300 Gold vrsus stock invstmnt: An conomtric analysis Martin

More information

Foreign Exchange Markets and Exchange Rates

Foreign Exchange Markets and Exchange Rates Microconomics Topic 1: Explain why xchang rats indicat th pric of intrnational currncis and how xchang rats ar dtrmind by supply and dmand for currncis in intrnational markts. Rfrnc: Grgory Mankiw s Principls

More information

Cloud and Big Data Summer School, Stockholm, Aug., 2015 Jeffrey D. Ullman

Cloud and Big Data Summer School, Stockholm, Aug., 2015 Jeffrey D. Ullman Cloud and Big Data Summr Scool, Stockolm, Aug., 2015 Jffry D. Ullman Givn a st of points, wit a notion of distanc btwn points, group t points into som numbr of clustrs, so tat mmbrs of a clustr ar clos

More information

Efficiency Losses from Overlapping Economic Instruments in European Carbon Emissions Regulation

Efficiency Losses from Overlapping Economic Instruments in European Carbon Emissions Regulation iscussion Papr No. 06-018 Efficincy Losss from Ovrlapping Economic Instrumnts in Europan Carbon Emissions Rgulation Christoph Böhringr, Hnrik Koschl and Ulf Moslnr iscussion Papr No. 06-018 Efficincy Losss

More information

Performance Evaluation

Performance Evaluation Prformanc Evaluation ( ) Contnts lists availabl at ScincDirct Prformanc Evaluation journal hompag: www.lsvir.com/locat/pva Modling Bay-lik rputation systms: Analysis, charactrization and insuranc mchanism

More information

A Theoretical Model of Public Response to the Homeland Security Advisory System

A Theoretical Model of Public Response to the Homeland Security Advisory System A Thortical Modl of Public Rspons to th Homland Scurity Advisory Systm Amy (Wnxuan) Ding Dpartmnt of Information and Dcision Scincs Univrsity of Illinois Chicago, IL 60607 wxding@uicdu Using a diffrntial

More information

Developing Economies and Cloud Security: A Study of Africa Mathias Mujinga School of Computing, University of South Africa mujinm@unisa.ac.

Developing Economies and Cloud Security: A Study of Africa Mathias Mujinga School of Computing, University of South Africa mujinm@unisa.ac. Journal of Emrging Trnds in Computing and Information Scincs 2009-2012 CIS Journal. All rights rsrvd. Dvloping Economis and Cloud Scurity: A Study of Africa Mathias Mujinga School of Computing, Univrsity

More information

Caution laser! Avoid direct eye contact with the laser beam!

Caution laser! Avoid direct eye contact with the laser beam! Manual ontnt 1. aturs 3 2. Spcifications 3 3. Packag contnts 3 4. Th mous at a glanc 4 5. onncting to th P 5 6. Installing th softwar 5 7. Th ditor 6 7.1 Starting th ditor 6 7.2 Main ontrol window 6 7.3

More information

Category 11: Use of Sold Products

Category 11: Use of Sold Products 11 Catgory 11: Us of Sold Products Catgory dscription T his catgory includs missions from th us of goods and srvics sold by th rporting company in th rporting yar. A rporting company s scop 3 missions

More information

Title: Patient Safety Improvements through Real-Time Inventory Management

Title: Patient Safety Improvements through Real-Time Inventory Management Titl: Patint Safty Improvmnts through Ral-Tim Invntory Managmnt Author: Lynda Wilson, Administrativ Projct Analyst/Crtifid Six Sigma Black Blt Mrcy Ds Moins - Mrcy Hart Hospital 411 Laurl Strt, Suit 1225

More information

CPU. Rasterization. Per Vertex Operations & Primitive Assembly. Polynomial Evaluator. Frame Buffer. Per Fragment. Display List.

CPU. Rasterization. Per Vertex Operations & Primitive Assembly. Polynomial Evaluator. Frame Buffer. Per Fragment. Display List. Elmntary Rndring Elmntary rastr algorithms for fast rndring Gomtric Primitivs Lin procssing Polygon procssing Managing OpnGL Stat OpnGL uffrs OpnGL Gomtric Primitivs ll gomtric primitivs ar spcifid by

More information