A Software System for Optimal Virtualization of a Server Farm 1

Size: px
Start display at page:

Download "A Software System for Optimal Virtualization of a Server Farm 1"

Transcription

1 БЪЛГАРСКА АКАДЕМИЯ НА НАУКИТЕ BULGARIAN ACADEMY OF SCIENCES ПРОБЛЕМИ НА ТЕХНИЧЕСКАТА КИБЕРНЕТИКА И РОБОТИКАТА, 60 PROBLEMS OF ENGINEERING CYBERNETICS AND ROBOTICS, 60 София 2009 Sofia A Software System for Optimal Virtualizatio of a Server Farm 1 Daiel Vatov Istitute of Iformatio Techologies, 1113 Sofia daiel.vatov@gmail.com 1. Itroductio The term virtualizatio broadly describes the separatio of a resource or request for a service from the uderlyig physical delivery of that service. With virtual memory, for example, computer software gais access to more memory tha is physically istalled, via the backgroud swappig of data to disk storage. Similarly, virtualizatio techiques ca be applied to other IT ifrastructure layers icludig etworks, storage, laptop or server hardware, operatig systems ad applicatios. This bled of virtualizatio techologies or virtual ifrastructure provides a layer of abstractio betwee computig, storage ad etworkig hardware, ad the applicatios ruig o it. The deploymet of virtual ifrastructure is odisruptive, sice the user experieces are largely uchaged. However, virtual ifrastructure gives admiistrators the advatage of maagig pooled resources across the eterprise. A key beefit of virtualizatio is the ability to ru multiple operatig systems o a sigle physical system ad share the uderlyig hardware resources kow as partitioig. 1 This work was supported by the Europea Social Fud ad Bulgaria Miistry of Educatio ad Sciece uder the Operatio Programme Huma Resources Developmet, Grad BG051PO001/07/3.3-02/7. 25

2 Today, virtualizatio ca apply to a rage of system layers, icludig hardware-level virtualizatio, operatig system-level virtualizatio, ad high-level laguage virtual machies. Hardware-level virtualizatio was pioeered o IBM maiframes i the 1970s, ad the more recetly Uix/RISC system vedors bega with hardware-based partitioig capabilities before movig o to software-based partitioig. For Uix/RISC ad idustry-stadard 86 systems, the two approaches typically used with software-based partitioig are hosted ad hypervisor architectures. A hosted approach provides partitioig services o top of a stadard operatig system ad supports the broadest rage of hardware cofiguratios. I cotrast, a hypervisor architecture is the first layer of software istalled o a clea x86-based system (hece it is ofte referred to as a bare metal approach). Sice it has direct access to the hardware resources, a hypervisor is more efficiet tha hosted architectures, eablig greater scalability, robustess ad performace. Virtual ifrastructure iitiatives ofte sprig from data ceter server cosolidatio projects, which focus o reducig existig ifrastructure box cout, retirig older hardware or life-extedig legacy applicatios. Server cosolidatio beefits result from a reductio i the overall umber of systems ad related recurrig costs (power, coolig, rack space, etc.) While server cosolidatio addresses the reductio of existig ifrastructure, server cotaimet takes a more strategic view, leadig to a goal of ifrastructure uificatio. Server cotaimet uses a icremetal approach to workload virtualizatio, whereby ew projects are provisioed with virtual machies rather tha physical servers, thus deferrig hardware purchases. Partitioig aloe does ot deliver server cosolidatio or cotaimet, ad i tur cosolidatio does ot equate to full virtual ifrastructure maagemet. Beyod partitioig ad basic compoet-level resource maagemet, a core set of systems maagemet capabilities are required to effectively implemet realistic data ceter solutios. These maagemet capabilities should iclude comprehesive system resource moitorig (of metrics such as CPU activity, disk access, memory utilizatio ad etwork badwidth), automated provisioig, high availability ad workload migratio support. 2. Problem descriptio While the large scale virtuaqliztio is gaiig speed, i may orgaizatios it is for first time whe they decide to cosolidate their server farms from physical deploymet to virtual machies. The problems that they face are: Is it worth doig this i our case? How much will it cost to virtualize the departmet X? What about departmets Y ad Z? How much we will save i terms of maiteace cost ad effort? The overall efficiecy of the solutio ad the cofidece of the customer that was chose the right strategy is a precoditio for the successful spread of the virtualizatio i the data-ceters. The optimizatio problem that should be solved ca be defied as: 26

3 A set of physical machies with differet OS is give ad applicatios ruig o them, owed by differet departmets i the orgaizatio, with differet importace for the successful daily operatios ad with differet maiteace costs. How these physical machies ca be cosolidated ad virtualized i optimal way, takig ito accout the orgaizatio's goals ad specific costraits? The strategy for virtualizatio that the compay may choose ca vary depedig o its goals. Below we shall describe several strategies but the real life scearios ca be more umerous. We defie for each physical machie that should be virtualized a value v. We ca have a sceario where v is: v = support effort. usefuless The machies that are takig too much effort for support but are cosidered less valuable for achievig orgaizatio's goals receive higher v. I this sceario they will be virtualized first which will improve the overall value for the server farm M (v i ), where M is the umber of machies i the farm. If we defie v as v = importace probably it is wise to cosider ot to have too much virtual machies with high importace o oe hypervisor. Thus i case of failure of a hypervisor the impact will be, hopefully, ot fatal. O the cotrary if the orgaizatio decides to address this risk by istallig redudat hypervisors it will be better if the most importat virtual machies are grouped together o less hypervisors thus reducig the cost of the solutio. Aother cosolidatio strategy may require to separate the physical machies i groups depedig o some predefied criteria. Such a criteria ca be departametal owership, geographical locatio, machie's architecture, operatig system, etc. 3. Theoretical backgroud To get proper uderstadig of the cosolidatio algorithm, we shall itroduce a importat class of combiatorial problems, kow as the kapsack problems. These types of problems are used to solve may practical problems like plaig, schedulig, resource allocatio. More details about the Kapsack Problems ca be foud i [2]. The classical 0-1 Kapsack Problem ca be defied as follows. There are objects ad a kapsack. Each object has a associated value ad a resource requiremet. For example these ca be price ad weight ad the kapsack ca carry ot more tha R kilograms. The goal is to pick a set of objects i such a way so that the overall value of all the items i the kapsack to be maximized without exceedig the capacity of the kapsack. 27

4 such that Mathematically the problem is stated as follows: maximize V = x i r i R, x i {0, 1}, i = 1, 2,...,. I the problem defiitio x i is a variable for object i. The problem is called 0-1 kapsack problem because the variable x i ca either take a value of 0 implyig object i is ot picked, or a value of 1 implyig object i is picked. Ay set of picked objects that satisfy the kapsack costraits is called feasible solutio of the problem. The solutio of 0-1 kapsack problem is the feasible solutio which maximizes the sum of the values of picked objects. If we relax the itegrality costraits the resultig problem is a liear program. This is the LP relaxatio of the kapsack problem (KP) deoted LP (KP). such that maximize V = x i r i R 0 x i 1, i = 1, 2,...,. Sice the costraits of LP(KP) are more relaxed tha i 0-1 KP V LP(KP) V KP it ca be used to obtai upper boud for KP solutio (See [2]). The classical 0-1 KP ca be geeralized for multiple resource costraits. Such a problem is called multi costrait kapsack problem or Multi Dimesio Kapsack Problem (MDKP). I MDKP each object requires m resources ad has value v. Resource requiremets are give by the resource vector r i = (r i1, r i2,...,r im ). The amouts of the resources available i the kapsack are give by R = (R 1, R 2,..., R m ). The MDKP problem is stated as follows: maximize V = x i v i x i v i x i v i such that x i r ik R k, k = 1, 2,..., m; x i {0, 1}, i = 1, 2,...,. 28

5 Aother geeralizatio of the kapsack problem that will be used is Multiple Choice Multi-Dimesio Kapsack Problem (MMKP). The problem defiitio is the same as for MDKP but the objects are grouped i differet stacks (groups). I geeral every group has differet umber of objects. A feasible pick for the kapsack ca cotai oly oe object from a group. The MMKP problem is defied as follows. The i-th group has l i objects. Object j of group i has value v ij, ad requires resource r ij = (r ij1, r ij2,..., r ijm ). The amouts of available resources are give by R = (R 1, R 2,..., R m ), such that maximize V = l i j =1 x ij v ij l i j =1 x ij r ijk R k, k = 1, 2,..., m, l i x ij = 1, i = 1, 2,...,, j =1 x ij {0, 1}, i = 1, 2,..., ; j = 1, 2,..., l i. The special case of MMKP, where there is oly oe resource costrait (i.e. m = 1), is called a Multiple-Choice Kapsack Problem (MCKP). Variats of kapsack problems comprise a importat class of combiatorial optimizatio problems. The classical 0-1 kapsack problem is oe of the most studied problems i operatios research or combiatorial optimizatio. Please refer to [2] for good surveys of algorithms for the kapsack problems ad some of their variats. Sice the 0-1 kapsack problems are NP-hard [2], the worst-case computatio time of the optimal solutios grows expoetially with the size of the problem. For this reaso, there are two types of solutios proposed for the KP ad its variats: optimal solutios, ad ear-optimal solutios. The objective of the ear-optimal solutios is to provide solutios which are close to optimal values, but require computatio times which are much shorter tha those of the optimal solutios. Most of the optimal algorithms for the variats of the KP uses a geeral search method, called the brach ad boud method Brach ad boud method for MMKP The brach ad boud method provides a popular approach for may variats of the KPs. This sectio describes shortly a extesio of the brach ad boud method for MMKP which was proposed by Kha [1]. At ay solutio state of the MMKP, a group is either free deotig o item is picked from this group, or it is fixed deotig a item is picked from this group. The fixed/free status of the groups are idicated usig the group status vector g. If group i is free, g i is 0; otherwise, the group is fixed ad g i is 1. The solutio state of a ode is represeted by a solutio vector x = {x ij } where i = 1,..., ad j = 1,..., l i. For a 29

6 fixed group i, if x ij = 1, it implies that item j is picked, ad otherwise x ij = 0 implyig that item j is ot picked. The brach ad boud algorithm for the MMKP ivolves the iterative geeratio of a search-tree. The basic algorithm works as follows: Step 1. Start with a solutio state where all groups are free. Compute the upper boud, select the brachig group, ad iitialize the search-tree with this ode as the oly live ode 2. Step 2. Fid the e-ode 3 e which is the live ode with the largest value of upper boud. Step 3. If ode e does ot have ay free group (i.e. all the groups are fixed), the this ode represets the optimal solutio, ad the algorithm termiates. Step 4. If ode e has at least oe free group, the this ode is expaded by fixig the brachig group b. Fixig group b ivolves the followig steps for each item j of this group: a) form a ew ode t where the picked items are the picked items of ode e ad the item j of group b, b) compute the upper boud at ode t, c) select the brachig group if there exists ay free group i t, d) if ode t is feasible, put ode t as a live ode ito the search-tree. Step 5. Go back to Step 2. The mai distictio of this algorithm from the well kow 0-1 brach ad boud method lies i dealig with groups of items. I [1] a pseudo-code of the brach ad boud algorithm for the MMKP is give Heuristics HEU Sice MMKP is a NP-hard problem, the computatio time for ay optimal algorithm, such as Bblp, may grow expoetially with the size of the problem istace i the worst case. This may ot be acceptable for time-critical applicatios such as admissio cotrol ad dyamic resource allocatio i a multimedia system. These applicatios are forced to accept a ear-optimal solutio if the computatioal time for optimal solutio exceeds real-time bouds. Here are the mai cocepts of the heuristic: It starts with a solutio where from each group the item with the smallest value (v ij ) is picked, ad iteratively improve the solutio by gradually replacig items of smaller values with those of larger values as log as the solutio remais feasible. It uses Toyoda s cocept of aggregate resource where the required resource vector of a item is coverted to a scalar idex usig pealty factors take from the curret resource usage vector [1]. Here the mai idea is to pealize the use of resources depedig o the curret resource state. It applies a large pealty for a heavily used resource, ad a small pealty for a lightly used resource. 2 A ode which has bee geerated ad whose childre have ot yet bee geerated. 3 Called also brachig or expadig ode. 30

7 To fid the ext item to be picked, it chooses the oe which maximizes the savigs i aggregate resource. But if o such item is foud, it chooses the oe which maximizes the value gai per uit of aggregate resource. A detailed algorithm ad pseudo-code procedure for HEU ca be foud i [1]. 4. Software system descriptio I this descriptio we will skip the trivial fuctioalities of the system ad will just eumerate them. The focus will be put o the fuctioality cocerig the cosolidatio ad the applicatio of the MMKP algorithms i this process. The system i which will be itegrated the MMKP algorithms is VMWare's Capacity Plaer 4. At the core of VMware Capacity Plaer 5 is the Iformatio Warehouse, which cotais a growig set of idustry referece data. This iformatio ca be leveraged for comparative aalysis ad bechmarkig to help guide system cosolidatio ad capacity optimizatio decisios for the eterprise. VMware Capacity Plaer is used as a busiess aalysis, plaig ad decisio support tool to direct the key phases withi a variety of ifrastructure assessmet projects as described below: Assess the curret workload capacity of a IT ifrastructure through discovery ad ivetory of IT assets. Measure system workloads ad capacity utilizatio across various elemets of the IT ifrastructure - icludig by fuctio, locatio ad eviromet. Pla for capacity optimizatio through utilizatio aalysis, bechmarkig, tredig ad idetificatio of capacity optimizatio alteratives. Idetify resources ad establish pla for virtualizatio, hardware purchase or resource redeploymet. Decide o the optimal solutio by evaluatig various alteratives through sceario modelig ad what-if aalysis. Determie which alterative best meets the pre-defied criteria. Moitor resource utilizatio through aomaly detectio ad alerts based o bechmarked thresholds. Help geerate recommedatios to esure ogoig capacity optimizatio. The sub-system that eables access to the gathered data ad is used for maagig the cosolidatio ad assessmet process is web based J2EE applicatio. The assessmet is cofigured i a five-step wizard where all the ecessary iformatio is gathered. The parameters that are cofigured are: Geeral iformatio as ame, owership, access. Iput systems that should be cosidered for cosolidatio. Cosolidatio settigs o Is it allowed systems to cosolidate oto the same hardware whe the systems have differet departmets, eviromets, fuctios, locatios or operatig systems? o Should the cosolidated systems be virtualized? 4 The opiios ad ideas expressed here do ot represet the official opiio of VMWare Ic

8 o Is it allowed to cosolidate systems with differet processor architectures oto the same hardware? o Should the systems be redeployed oly o ew hardware or to use the old hardware whe possible. o Level of details summary or detailed iformatio for each virtual machie The type of the hypervisor hardware ad the specific parameters memory, cpu, etc. The boudaries for the cosolidatio cosolidate over locatio, eviromet, fuctio, etc. Miimal limits uder which machies will ot take part i the assessmet process. For the purpose of itegratig MMKP algorithms i the cosolidatio egie this wizard will be exteded to allow supplyig also: Value for each machie. The sematics of the values will deped o the cosolidatio strategy chose. Sice umber of servers may be quite big the value will be assiged through regular expressio besides eumeratig each server idividually. For example v = 50 if (software ivetory cotais postgres ad departmet equals Accoutig ). Threshold for the total value of the virtual machies ruig o the hypervisor servers. This threshold will be used for strategies that do ot cosolidate all the physical machies. Curretly the attributes that are used for classificatio are: locatio, fuctio, eviromet, departmet ad OS. The classificatio is doe to separate the iput servers producig i this way several cosolidatio task - oe per group. To allow groupig of the physical machies i the sese of MMKP problem the curret groups will be exteded with a free slot for a group with user chose sematics e.g. importace of the server. The curret fuctioality providig alterative sceario geeratio will be exteded to iclude the ew parameters. To illustrate usage lets cosider the case where a virtualizatio have to take place i a compay whose IT ifrastructure cosists of 200 servers owed by three departmets. The servers are situated i two geographical locatios. The software that rus o the servers vary from databases to itraet sites. The utilizatio of the servers also vary i terms of average ad peak values. Part of the assessmet settigs for this compay are: Do ot cosolidate servers i differet geographical locatios; Group the machies by their departametal owership. The cosolidatio egie will solve two MMKP problems oe per a geographical locatio. For each MMKP problem the physical servers will be separated i groups accordig to their departametal owership. Lets assume that the cosolidatio strategy selected by the compay assigs higher values to the machies with lower importace for the orgaizatio but with higher maiteace costs. I this way the compay will put the cosolidatio threshold to such a value that will esure the expeses doe for the ew equipmet ad maiteace costs spread over oe year period will be less tha the curret sell price of the old 32

9 hardware (or recyclig costs) ad its maiteace costs. Groupig the machies by departmets esures that from the savigs will beefit all departmets. 5. Coclusio This article preseted the straightforward applicatio of MMKP problem to model the cosolidatio process. While usig real-life scearios the model is ot as rich as it ca be. Future extesio to the model may iclude the iformatio for the performace load durig the differet hours of the day. This will provide differet optimal cosolidatio solutios for each time iterval. There exist software products allowig dyamically, without stoppig the virtual machie, to move it from oe hypervisor to aother. A algorithm tryig to fid the optimal or ear to the optimal solutio to the cosolidatio problem may beefit from this. O the other had the model is quite simple ad ca be easily itegrated with other legacy software systems. For example it ca beefit from a ERP system to determie i automatic way the values for v for each machie i the server farm. R e f e r e c e s 1. M d. S h a h a d a t u l l a h K h a, C. F l m d S h a h a d a t u l l a h K h a. Supervisors Dr. Ki F. Li, Dr. Eric, ad G. Maig. Quality Adaptatio i a Multisessio Multimedia System: Model, Algorithms ad Architecture. Techical Report, M a r t e l l o, S., P. T o t h. Kapsack Problems: Algorithms ad Computer Implemetatios. Techical Report, Софтверная система для оптимальной виртуализации серверной фермы Даниел Ватов Институт информационных технологий, 1113 София daiel.vatov@gmail.com (Р е з ю м е) В работе представлено применение мультидименсионной задачи рюкзака с множеством выборов. Когда используются сценарии реальной жизни, модель не так богата. Расширение модели может включить информацию для поведения нагрузки в разных часах сутoк. Это дает оптимальные решения в каждом интервале времени. Существуют софтверные продукты, которые позволяют динамично, не останавливая виртуальную машину, переходить с одного хипервайзера к другому. Алгоритм, который ищет оптимального или вблизи оптимального, решения задачи, может воспользоваться этим. С другой стороны, модель очень простая и может быть легко интегрирована с другими софтверными системами. 33

(VCP-310) 1-800-418-6789

(VCP-310) 1-800-418-6789 Maual VMware Lesso 1: Uderstadig the VMware Product Lie I this lesso, you will first lear what virtualizatio is. Next, you ll explore the products offered by VMware that provide virtualizatio services.

More information

Domain 1: Designing a SQL Server Instance and a Database Solution

Domain 1: Designing a SQL Server Instance and a Database Solution Maual SQL Server 2008 Desig, Optimize ad Maitai (70-450) 1-800-418-6789 Domai 1: Desigig a SQL Server Istace ad a Database Solutio Desigig for CPU, Memory ad Storage Capacity Requiremets Whe desigig a

More information

Modified Line Search Method for Global Optimization

Modified Line Search Method for Global Optimization Modified Lie Search Method for Global Optimizatio Cria Grosa ad Ajith Abraham Ceter of Excellece for Quatifiable Quality of Service Norwegia Uiversity of Sciece ad Techology Trodheim, Norway {cria, ajith}@q2s.tu.o

More information

Configuring Additional Active Directory Server Roles

Configuring Additional Active Directory Server Roles Maual Upgradig your MCSE o Server 2003 to Server 2008 (70-649) 1-800-418-6789 Cofigurig Additioal Active Directory Server Roles Active Directory Lightweight Directory Services Backgroud ad Cofiguratio

More information

Baan Service Master Data Management

Baan Service Master Data Management Baa Service Master Data Maagemet Module Procedure UP069A US Documetiformatio Documet Documet code : UP069A US Documet group : User Documetatio Documet title : Master Data Maagemet Applicatio/Package :

More information

Domain 1: Identifying Cause of and Resolving Desktop Application Issues Identifying and Resolving New Software Installation Issues

Domain 1: Identifying Cause of and Resolving Desktop Application Issues Identifying and Resolving New Software Installation Issues Maual Widows 7 Eterprise Desktop Support Techicia (70-685) 1-800-418-6789 Domai 1: Idetifyig Cause of ad Resolvig Desktop Applicatio Issues Idetifyig ad Resolvig New Software Istallatio Issues This sectio

More information

Skytron Asset Manager

Skytron Asset Manager Skytro Asset Maager Meet Asset Maager Skytro Asset Maager is a wireless, pateted RFID asset trackig techology specifically desiged for hospital facilities to deliver istat ROI withi a easy to istall, fully

More information

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies ( 3.1.1) Limitations of Experiments. Pseudocode ( 3.1.2) Theoretical Analysis

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies ( 3.1.1) Limitations of Experiments. Pseudocode ( 3.1.2) Theoretical Analysis Ruig Time ( 3.) Aalysis of Algorithms Iput Algorithm Output A algorithm is a step-by-step procedure for solvig a problem i a fiite amout of time. Most algorithms trasform iput objects ito output objects.

More information

ODBC. Getting Started With Sage Timberline Office ODBC

ODBC. Getting Started With Sage Timberline Office ODBC ODBC Gettig Started With Sage Timberlie Office ODBC NOTICE This documet ad the Sage Timberlie Office software may be used oly i accordace with the accompayig Sage Timberlie Office Ed User Licese Agreemet.

More information

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature.

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature. Itegrated Productio ad Ivetory Cotrol System MRP ad MRP II Framework of Maufacturig System Ivetory cotrol, productio schedulig, capacity plaig ad fiacial ad busiess decisios i a productio system are iterrelated.

More information

IT Support. 020 8269 6878 n www.premierchoiceinternet.com n support@premierchoiceinternet.com. 30 Day FREE Trial. IT Support from 8p/user

IT Support. 020 8269 6878 n www.premierchoiceinternet.com n support@premierchoiceinternet.com. 30 Day FREE Trial. IT Support from 8p/user IT Support IT Support Premier Choice Iteret has bee providig reliable, proactive & affordable IT Support solutios to compaies based i Lodo ad the South East of Eglad sice 2002. Our goal is to provide our

More information

LEASE-PURCHASE DECISION

LEASE-PURCHASE DECISION Public Procuremet Practice STANDARD The decisio to lease or purchase should be cosidered o a case-by case evaluatio of comparative costs ad other factors. 1 Procuremet should coduct a cost/ beefit aalysis

More information

Full Lifecycle Project Cost Controls

Full Lifecycle Project Cost Controls Full Lifecycle Project Cost Cotrols EcoSys EPC is a ext geeratio plaig ad cost cotrols software solutio deliverig best practices for full lifecycle project cost maagemet i a itegrated, easy-to-use web

More information

Enhancing Oracle Business Intelligence with cubus EV How users of Oracle BI on Essbase cubes can benefit from cubus outperform EV Analytics (cubus EV)

Enhancing Oracle Business Intelligence with cubus EV How users of Oracle BI on Essbase cubes can benefit from cubus outperform EV Analytics (cubus EV) Ehacig Oracle Busiess Itelligece with cubus EV How users of Oracle BI o Essbase cubes ca beefit from cubus outperform EV Aalytics (cubus EV) CONTENT 01 cubus EV as a ehacemet to Oracle BI o Essbase 02

More information

COMPUSOFT, An international journal of advanced computer technology, 3 (3), March-2014 (Volume-III, Issue-III)

COMPUSOFT, An international journal of advanced computer technology, 3 (3), March-2014 (Volume-III, Issue-III) COMPUSOFT, A iteratioal joural of advaced computer techology, 3 (3), March-2014 (Volume-III, Issue-III) ISSN:2320-0790 Adaptive Workload Maagemet for Efficiet Eergy Utilizatio o Cloud M.Prabakara 1, M.

More information

To c o m p e t e in t o d a y s r e t a i l e n v i r o n m e n t, y o u n e e d a s i n g l e,

To c o m p e t e in t o d a y s r e t a i l e n v i r o n m e n t, y o u n e e d a s i n g l e, Busiess Itelligece Software for Retail To c o m p e t e i t o d a y s r e t a i l e v i r o m e t, y o u e e d a s i g l e, comprehesive view of your busiess. You have to tur the decisio-makig of your

More information

June 3, 1999. Voice over IP

June 3, 1999. Voice over IP Jue 3, 1999 Voice over IP This applicatio ote discusses the Hypercom solutio for providig ed-to-ed Iteret protocol (IP) coectivity i a ew or existig Hypercom Hybrid Trasport Mechaism (HTM) etwork, reducig

More information

Chatpun Khamyat Department of Industrial Engineering, Kasetsart University, Bangkok, Thailand ocpky@hotmail.com

Chatpun Khamyat Department of Industrial Engineering, Kasetsart University, Bangkok, Thailand ocpky@hotmail.com SOLVING THE OIL DELIVERY TRUCKS ROUTING PROBLEM WITH MODIFY MULTI-TRAVELING SALESMAN PROBLEM APPROACH CASE STUDY: THE SME'S OIL LOGISTIC COMPANY IN BANGKOK THAILAND Chatpu Khamyat Departmet of Idustrial

More information

IntelliSOURCE Comverge s enterprise software platform provides the foundation for deploying integrated demand management programs.

IntelliSOURCE Comverge s enterprise software platform provides the foundation for deploying integrated demand management programs. ItelliSOURCE Comverge s eterprise software platform provides the foudatio for deployig itegrated demad maagemet programs. ItelliSOURCE Demad maagemet programs such as demad respose, eergy efficiecy, ad

More information

Supply Chain Management

Supply Chain Management Supply Chai Maagemet LOA Uiversity October 9, 205 Distributio D Distributio Authorized to Departmet of Defese ad U.S. DoD Cotractors Oly Aim High Fly - Fight - Wi Who am I? Dr. William A Cuigham PhD Ecoomics

More information

ADAPTIVE NETWORKS SAFETY CONTROL ON FUZZY LOGIC

ADAPTIVE NETWORKS SAFETY CONTROL ON FUZZY LOGIC 8 th Iteratioal Coferece o DEVELOPMENT AND APPLICATION SYSTEMS S u c e a v a, R o m a i a, M a y 25 27, 2 6 ADAPTIVE NETWORKS SAFETY CONTROL ON FUZZY LOGIC Vadim MUKHIN 1, Elea PAVLENKO 2 Natioal Techical

More information

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT Keywords: project maagemet, resource allocatio, etwork plaig Vladimir N Burkov, Dmitri A Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT The paper deals with the problems of resource allocatio betwee

More information

Unicenter TCPaccess FTP Server

Unicenter TCPaccess FTP Server Uiceter TCPaccess FTP Server Release Summary r6.1 SP2 K02213-2E This documetatio ad related computer software program (hereiafter referred to as the Documetatio ) is for the ed user s iformatioal purposes

More information

InventoryControl. The Complete Inventory Tracking Solution for Small Businesses

InventoryControl. The Complete Inventory Tracking Solution for Small Businesses IvetoryCotrol The Complete Ivetory Trackig Solutio for Small Busiesses Regular Logo 4C Productivity Solutios for Small Busiesses Logo Outlie Get i cotrol of your ivetory with Wasp Ivetory Cotrol the complete

More information

Systems Design Project: Indoor Location of Wireless Devices

Systems Design Project: Indoor Location of Wireless Devices Systems Desig Project: Idoor Locatio of Wireless Devices Prepared By: Bria Murphy Seior Systems Sciece ad Egieerig Washigto Uiversity i St. Louis Phoe: (805) 698-5295 Email: bcm1@cec.wustl.edu Supervised

More information

Silver Lining of Cloud Computing

Silver Lining of Cloud Computing White Paper Silver Liig of Cloud Computig - Key Priciples ad Best Practices CXOs eed to evaluate differet deploymet models, service models ad key characteristics of the cloud to implemet the precise spectrum

More information

FPO. A global telecom s strategy. for Canada

FPO. A global telecom s strategy. for Canada FPO A global telecom s strategy for Caada A global telecom s strategy for Caada Global telecommuicatios compaies that support multi-atioal corporatios (MNC) are tasked with providig a cosistet cliet experiece

More information

3G Security VoIP Wi-Fi IP Telephony Routing/Switching Unified Communications. NetVanta. Business Networking Solutions

3G Security VoIP Wi-Fi IP Telephony Routing/Switching Unified Communications. NetVanta. Business Networking Solutions 3G Security VoIP Wi-Fi IP Telephoy Routig/Switchig Uified Commuicatios NetVata Busiess Networkig Solutios Opportuity to lower Total Cost of Owership ad improve Retur o Ivestmet The ADTRAN Advatage ADTRAN

More information

EUROCONTROL PRISMIL. EUROCONTROL civil-military performance monitoring system

EUROCONTROL PRISMIL. EUROCONTROL civil-military performance monitoring system EUROCONTROL PRISMIL EUROCONTROL civil-military performace moitorig system Itroductio What is PRISMIL? PRISMIL is a olie civil-military performace moitorig system which facilitates the combied performace

More information

Agency Relationship Optimizer

Agency Relationship Optimizer Decideware Developmet Agecy Relatioship Optimizer The Leadig Software Solutio for Cliet-Agecy Relatioship Maagemet supplier performace experts scorecards.deploymet.service decide ware Sa Fracisco Sydey

More information

Domain 1 - Describe Cisco VoIP Implementations

Domain 1 - Describe Cisco VoIP Implementations Maual ONT (642-8) 1-800-418-6789 Domai 1 - Describe Cisco VoIP Implemetatios Advatages of VoIP Over Traditioal Switches Voice over IP etworks have may advatages over traditioal circuit switched voice etworks.

More information

QUADRO tech. FSA Migrator 2.6. File Server Migrations - Made Easy

QUADRO tech. FSA Migrator 2.6. File Server Migrations - Made Easy QUADRO tech FSA Migrator 2.6 File Server Migratios - Made Easy FSA Migrator Cosolidate your archived ad o-archived File Server data - with ease! May orgaisatios struggle with the cotiuous growth of their

More information

Document Control Solutions

Document Control Solutions Documet Cotrol Solutios State of the art software The beefits of Assai Assai Software Services provides leadig edge Documet Cotrol ad Maagemet System software for oil ad gas, egieerig ad costructio. AssaiDCMS

More information

TruStore: The storage. system that grows with you. Machine Tools / Power Tools Laser Technology / Electronics Medical Technology

TruStore: The storage. system that grows with you. Machine Tools / Power Tools Laser Technology / Electronics Medical Technology TruStore: The storage system that grows with you Machie Tools / Power Tools Laser Techology / Electroics Medical Techology Everythig from a sigle source. Cotets Everythig from a sigle source. 2 TruStore

More information

ContactPro Desktop for Multi-Media Contact Center

ContactPro Desktop for Multi-Media Contact Center CotactPro Desktop for Multi-Media Cotact Ceter CCT CotactPro (CP) is the perfect solutio for the aget desktop i a Avaya multimedia call ceter eviromet. CotactPro empowers agets to efficietly serve customers

More information

Security Functions and Purposes of Network Devices and Technologies (SY0-301) 1-800-418-6789. Firewalls. Audiobooks

Security Functions and Purposes of Network Devices and Technologies (SY0-301) 1-800-418-6789. Firewalls. Audiobooks Maual Security+ Domai 1 Network Security Every etwork is uique, ad architecturally defied physically by its equipmet ad coectios, ad logically through the applicatios, services, ad idustries it serves.

More information

Engineering Data Management

Engineering Data Management BaaERP 5.0c Maufacturig Egieerig Data Maagemet Module Procedure UP128A US Documetiformatio Documet Documet code : UP128A US Documet group : User Documetatio Documet title : Egieerig Data Maagemet Applicatio/Package

More information

optimise your investment in Microsoft technology. Microsoft Consulting Services from CIBER

optimise your investment in Microsoft technology. Microsoft Consulting Services from CIBER optimise your ivestmet i Microsoft techology. Microsoft Cosultig Services from Microsoft Cosultig Services from MICROSOFT CONSULTING SERVICES ca help with ay stage i the lifecycle of adoptig Microsoft

More information

Domain 1: Configuring Domain Name System (DNS) for Active Directory

Domain 1: Configuring Domain Name System (DNS) for Active Directory Maual Widows Domai 1: Cofigurig Domai Name System (DNS) for Active Directory Cofigure zoes I Domai Name System (DNS), a DNS amespace ca be divided ito zoes. The zoes store ame iformatio about oe or more

More information

Ideate, Inc. Training Solutions to Give you the Leading Edge

Ideate, Inc. Training Solutions to Give you the Leading Edge Ideate, Ic. Traiig News 2014v1 Ideate, Ic. Traiig Solutios to Give you the Leadig Edge New Packages For All Your Traiig Needs! Bill Johso Seior MEP - Applicatio Specialist Revit MEP Fudametals Ad More!

More information

Digital Enterprise Unit. White Paper. Web Analytics Measurement for Responsive Websites

Digital Enterprise Unit. White Paper. Web Analytics Measurement for Responsive Websites Digital Eterprise Uit White Paper Web Aalytics Measuremet for Resposive Websites About the Authors Vishal Machewad Vishal Machewad has over 13 years of experiece i sales ad marketig, havig worked as a

More information

CHAPTER 3 THE TIME VALUE OF MONEY

CHAPTER 3 THE TIME VALUE OF MONEY CHAPTER 3 THE TIME VALUE OF MONEY OVERVIEW A dollar i the had today is worth more tha a dollar to be received i the future because, if you had it ow, you could ivest that dollar ad ear iterest. Of all

More information

SYSTEM INFO. MDK - Multifunctional Digital Communications System. Efficient Solutions for Information and Safety

SYSTEM INFO. MDK - Multifunctional Digital Communications System. Efficient Solutions for Information and Safety Commuicatios Systems for Itercom, PA, Emergecy Call ad Telecommuicatios MDK - Multifuctioal Digital Commuicatios System SYSTEM INFO ms NEUMANN ELEKTRONIK GmbH Efficiet Solutios for Iformatio ad Safety

More information

Making training work for your business

Making training work for your business Makig traiig work for your busiess Itegratig core skills of laguage, literacy ad umeracy ito geeral workplace traiig makes sese. The iformatio i this pamphlet will help you pla for ad build a successful

More information

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling Taig DCOP to the Real World: Efficiet Complete Solutios for Distributed Multi-Evet Schedulig Rajiv T. Maheswara, Milid Tambe, Emma Bowrig, Joatha P. Pearce, ad Pradeep araatham Uiversity of Souther Califoria

More information

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES Read Sectio 1.5 (pages 5 9) Overview I Sectio 1.5 we lear to work with summatio otatio ad formulas. We will also itroduce a brief overview of sequeces,

More information

A guide to School Employees' Well-Being

A guide to School Employees' Well-Being A guide to School Employees' Well-Beig Backgroud The public school systems i the Uited States employ more tha 6.7 millio people. This large workforce is charged with oe of the atio s critical tasks to

More information

Comparative Analysis of Round Robin VM Load Balancing With Modified Round Robin VM Load Balancing Algorithms in Cloud Computing

Comparative Analysis of Round Robin VM Load Balancing With Modified Round Robin VM Load Balancing Algorithms in Cloud Computing Iteratioal Joural of Egieerig, Maagemet & Scieces (IJEMS) Comparative Aalysis of Roud Robi Balacig With Modified Roud Robi Balacig s i Cloud Computig Areeba Samee, D.K Budhwat Abstract Cloud computig is

More information

Your organization has a Class B IP address of 166.144.0.0 Before you implement subnetting, the Network ID and Host ID are divided as follows:

Your organization has a Class B IP address of 166.144.0.0 Before you implement subnetting, the Network ID and Host ID are divided as follows: Subettig Subettig is used to subdivide a sigle class of etwork i to multiple smaller etworks. Example: Your orgaizatio has a Class B IP address of 166.144.0.0 Before you implemet subettig, the Network

More information

Analyzing Longitudinal Data from Complex Surveys Using SUDAAN

Analyzing Longitudinal Data from Complex Surveys Using SUDAAN Aalyzig Logitudial Data from Complex Surveys Usig SUDAAN Darryl Creel Statistics ad Epidemiology, RTI Iteratioal, 312 Trotter Farm Drive, Rockville, MD, 20850 Abstract SUDAAN: Software for the Statistical

More information

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 8

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 8 CME 30: NUMERICAL LINEAR ALGEBRA FALL 005/06 LECTURE 8 GENE H GOLUB 1 Positive Defiite Matrices A matrix A is positive defiite if x Ax > 0 for all ozero x A positive defiite matrix has real ad positive

More information

France caters to innovative companies and offers the best research tax credit in Europe

France caters to innovative companies and offers the best research tax credit in Europe 1/5 The Frech Govermet has three objectives : > improve Frace s fiscal competitiveess > cosolidate R&D activities > make Frace a attractive coutry for iovatio Tax icetives have become a key elemet of public

More information

Business Application Services. Business Applications that provide value to your enterprise.

Business Application Services. Business Applications that provide value to your enterprise. Busiess Applicatio Services Busiess Applicatios that provide value to your eterprise. Sesiple s expertise ca help orgaizatio decode the performace issues ad trasform them ito valuable beefits that meet

More information

Quality of Service for Workflows and Web Service Processes

Quality of Service for Workflows and Web Service Processes Joural of Web Sematics (accepted, to appear 2004), Elsevier. Quality of Service for Workflows ad Web Service Processes Jorge Cardoso 1, Amit Sheth 2, Joh Miller 2, Joatha Arold 3, ad Krys Kochut 2 1 Departameto

More information

E-Plex Enterprise Access Control System

E-Plex Enterprise Access Control System Eterprise Access Cotrol System Egieered for Flexibility Modular Solutio The Eterprise Access Cotrol System is a modular solutio for maagig access poits. Employig a variety of hardware optios, system maagemet

More information

HiTech. White Paper. Adopting an Effective Strategy for Seamless Adoption of Cloud Integration

HiTech. White Paper. Adopting an Effective Strategy for Seamless Adoption of Cloud Integration HiTech White Paper Adoptig a Effective Strategy for Seamless Adoptio of Cloud Itegratio About the Author Vekata Nagedra Vekata Nagedra M. is a EAI ad Service Orieted Architecture (SOA) solutio architect

More information

Optimize your Network. In the Courier, Express and Parcel market ADDING CREDIBILITY

Optimize your Network. In the Courier, Express and Parcel market ADDING CREDIBILITY Optimize your Network I the Courier, Express ad Parcel market ADDING CREDIBILITY Meetig today s challeges ad tomorrow s demads Aswers to your key etwork challeges ORTEC kows the highly competitive Courier,

More information

Telecom. White Paper. Actionable Intelligence in the SDN Ecosystem: Optimizing Network Traffic through FRSA

Telecom. White Paper. Actionable Intelligence in the SDN Ecosystem: Optimizing Network Traffic through FRSA Telecom White Paper Actioable Itelligece i the SDN Ecosystem: Optimizig Network Traffic through FRSA About the Authors Sumit Kapoor Sumit is a solutio architect i the telecom busiess uit at Tata Cosultacy

More information

An Approach to Fusion CRM Adoption

An Approach to Fusion CRM Adoption White Paper A Approach to Fusio CRM Adoptio May eterprise customers are ivestig time ad effort to evaluate how ext-geeratio Oracle eterprise applicatios will chage iteractios with iteral ad exteral stakeholders.

More information

A GUIDE TO BUILDING SMART BUSINESS CREDIT

A GUIDE TO BUILDING SMART BUSINESS CREDIT A GUIDE TO BUILDING SMART BUSINESS CREDIT Establishig busiess credit ca be the key to growig your compay DID YOU KNOW? Busiess Credit ca help grow your busiess Soud paymet practices are key to a solid

More information

Frequently Asked Questions

Frequently Asked Questions Logview Tax Frequetly Asked Questios Logview Tax FAQ Logview Tax FAQ Page 2 What is Logview Tax? Logview Tax is a suite of tax techology software products for Corporate Tax. Logview uderstads the types

More information

Composable Tools For Network Discovery and Security Analysis

Composable Tools For Network Discovery and Security Analysis Composable Tools For Network Discovery ad Security Aalysis Giovai Viga Fredrik Valeur Jigyu Zhou Richard A. Kemmerer Reliable Software Group Departmet of Computer Sciece Uiversity of Califoria Sata Barbara

More information

Investing in Stocks WHAT ARE THE DIFFERENT CLASSIFICATIONS OF STOCKS? WHY INVEST IN STOCKS? CAN YOU LOSE MONEY?

Investing in Stocks WHAT ARE THE DIFFERENT CLASSIFICATIONS OF STOCKS? WHY INVEST IN STOCKS? CAN YOU LOSE MONEY? Ivestig i Stocks Ivestig i Stocks Busiesses sell shares of stock to ivestors as a way to raise moey to fiace expasio, pay off debt ad provide operatig capital. Ecoomic coditios: Employmet, iflatio, ivetory

More information

Chair for Network Architectures and Services Institute of Informatics TU München Prof. Carle. Network Security. Chapter 2 Basics

Chair for Network Architectures and Services Institute of Informatics TU München Prof. Carle. Network Security. Chapter 2 Basics Chair for Network Architectures ad Services Istitute of Iformatics TU Müche Prof. Carle Network Security Chapter 2 Basics 2.4 Radom Number Geeratio for Cryptographic Protocols Motivatio It is crucial to

More information

Effective Data Deduplication Implementation

Effective Data Deduplication Implementation White Paper Effective Data Deduplicatio Implemetatio Eterprises with IT ifrastructure are lookig at reducig their carbo foot prit ad ifrastructure maagemet cost by slimmig dow their data ceters. I cotrast,

More information

Securing the Virtualized Data Center with Next-Generation Firewalls

Securing the Virtualized Data Center with Next-Generation Firewalls Securig the Virtualized Data Ceter with Next-Geeratio Firewalls November 2012 Palo Alto Networks: Securig the Virtualized Data Ceter with Next-Geeratio Firewalls Table of Cotets Executive Summary 3 Evolutio

More information

Asymptotic Growth of Functions

Asymptotic Growth of Functions CMPS Itroductio to Aalysis of Algorithms Fall 3 Asymptotic Growth of Fuctios We itroduce several types of asymptotic otatio which are used to compare the performace ad efficiecy of algorithms As we ll

More information

BaanERP. BaanERP Windows Client Installation Guide

BaanERP. BaanERP Windows Client Installation Guide BaaERP A publicatio of: Baa Developmet B.V. P.O.Box 143 3770 AC Bareveld The Netherlads Prited i the Netherlads Baa Developmet B.V. 1999. All rights reserved. The iformatio i this documet is subject to

More information

AN INTELLIGENT MODEL FOR SALES AND INVENTORY MANAGEMENT

AN INTELLIGENT MODEL FOR SALES AND INVENTORY MANAGEMENT AN INTELLIGENT MODEL FOR SALES AND INVENTORY MANAGEMENT SYLVANUS O. ANIGBOGU, Ph.D. Associate Professor of Computer Sciece Departmet of Computer Sciece, Namdi Azikiwe Uiversity, Awka, Aambra State, 420001,

More information

DAME - Microsoft Excel add-in for solving multicriteria decision problems with scenarios Radomir Perzina 1, Jaroslav Ramik 2

DAME - Microsoft Excel add-in for solving multicriteria decision problems with scenarios Radomir Perzina 1, Jaroslav Ramik 2 Itroductio DAME - Microsoft Excel add-i for solvig multicriteria decisio problems with scearios Radomir Perzia, Jaroslav Ramik 2 Abstract. The mai goal of every ecoomic aget is to make a good decisio,

More information

Prescribing costs in primary care

Prescribing costs in primary care Prescribig costs i primary care LONDON: The Statioery Office 13.50 Ordered by the House of Commos to be prited o 14 May 2007 REPORT BY THE COMPTROLLER AND AUDITOR GENERAL HC 454 Sessio 2006-2007 18 May

More information

On-Premise CRM to Salesforce Migration - Benefits, Challenges and Best Practices

On-Premise CRM to Salesforce Migration - Benefits, Challenges and Best Practices White Paper O-Premise CRM to Salesforce Migratio - Beefits, Challeges ad Best Practices With the advet of cloud computig, orgaizatios are lookig to move their Customer Relatioship Maagemet (CRM) applicatios

More information

Telecom. White Paper. Automating Performance Testing of Network Virtualization Platforms

Telecom. White Paper. Automating Performance Testing of Network Virtualization Platforms Telecom White Paper Automatig Performace Testig of Network Virtualizatio Platforms About the Author Sahil Shah Sahil Shah is the Techical Lead of NextGe R&D Telecom iitiatives withi Tata Cosultacy Services'

More information

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008 I ite Sequeces Dr. Philippe B. Laval Keesaw State Uiversity October 9, 2008 Abstract This had out is a itroductio to i ite sequeces. mai de itios ad presets some elemetary results. It gives the I ite Sequeces

More information

Automatic Tuning for FOREX Trading System Using Fuzzy Time Series

Automatic Tuning for FOREX Trading System Using Fuzzy Time Series utomatic Tuig for FOREX Tradig System Usig Fuzzy Time Series Kraimo Maeesilp ad Pitihate Soorasa bstract Efficiecy of the automatic currecy tradig system is time depedet due to usig fixed parameters which

More information

Radio Dispatch Systems

Radio Dispatch Systems Radio Dispatch Systems ZETRON DISPATCH SOLUTIONS: AT THE CENTER OF YOUR CRITICAL OPERATIONS Your dispatch system is the ceterpoit through which your key operatios are coordiated ad cotrolled. That s why

More information

QUADRO tech. PST Flightdeck. Put your PST Migration on autopilot

QUADRO tech. PST Flightdeck. Put your PST Migration on autopilot QUADRO tech PST Flightdeck Put your PST Migratio o autopilot Put your PST Migratio o Autopilot A moder aircraft hardly remids its pilots of the early days of air traffic. It is desiged to eable flyig as

More information

The ERP Card-Solution. The power, control and efficiency of ERP combined with the ease-of-use and financial benefits of a P-Card.

The ERP Card-Solution. The power, control and efficiency of ERP combined with the ease-of-use and financial benefits of a P-Card. The ERP Card-Solutio Xpoetial - It's about Itegratio The power, cotrol ad efficiecy of ERP combied with the ease-of-use ad fiacial beefits of a P-Card. TM poetial The ERP-Card Solutio P-Cards ad ERP For

More information

How to read A Mutual Fund shareholder report

How to read A Mutual Fund shareholder report Ivestor BulletI How to read A Mutual Fud shareholder report The SEC s Office of Ivestor Educatio ad Advocacy is issuig this Ivestor Bulleti to educate idividual ivestors about mutual fud shareholder reports.

More information

One Goal. 18-Months. Unlimited Opportunities.

One Goal. 18-Months. Unlimited Opportunities. 18 fast-track 18-Moth BACHELOR S DEGREE completio PROGRAMS Oe Goal. 18-Moths. Ulimited Opportuities. www.ortheaster.edu/cps Fast-Track Your Bachelor s Degree ad Career Goals Complete your bachelor s degree

More information

Evaluating Model for B2C E- commerce Enterprise Development Based on DEA

Evaluating Model for B2C E- commerce Enterprise Development Based on DEA , pp.180-184 http://dx.doi.org/10.14257/astl.2014.53.39 Evaluatig Model for B2C E- commerce Eterprise Developmet Based o DEA Weli Geg, Jig Ta Computer ad iformatio egieerig Istitute, Harbi Uiversity of

More information

Subject CT5 Contingencies Core Technical Syllabus

Subject CT5 Contingencies Core Technical Syllabus Subject CT5 Cotigecies Core Techical Syllabus for the 2015 exams 1 Jue 2014 Aim The aim of the Cotigecies subject is to provide a groudig i the mathematical techiques which ca be used to model ad value

More information

iprox sensors iprox inductive sensors iprox programming tools ProxView programming software iprox the world s most versatile proximity sensor

iprox sensors iprox inductive sensors iprox programming tools ProxView programming software iprox the world s most versatile proximity sensor iprox sesors iprox iductive sesors iprox programmig tools ProxView programmig software iprox the world s most versatile proximity sesor The world s most versatile proximity sesor Eato s iproxe is syoymous

More information

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology Adoptio Date: 4 March 2004 Effective Date: 1 Jue 2004 Retroactive Applicatio: No Public Commet Period: Aug Nov 2002 INVESTMENT PERFORMANCE COUNCIL (IPC) Preface Guidace Statemet o Calculatio Methodology

More information

Heterogeneous Vehicle Routing Problem with profits Dynamic solving by Clustering Genetic Algorithm

Heterogeneous Vehicle Routing Problem with profits Dynamic solving by Clustering Genetic Algorithm IJCSI Iteratioal Joural of Computer Sciece Issues, Vol. 10, Issue 4, No 1, July 2013 ISSN (Prit): 1694-0814 ISSN (Olie): 1694-0784 www.ijcsi.org 247 Heterogeeous Vehicle Routig Problem with profits Dyamic

More information

Electrostatic solutions for better efficiency

Electrostatic solutions for better efficiency Electrostatic solutios for better efficiecy idustry for egieers, professioals ad techicias i developmet, productio ad istallatio. www.kerste.de/e Electrostatic solutios kerste has bee the leadig supplier

More information

How To Find FINANCING For Your Business

How To Find FINANCING For Your Business How To Fid FINANCING For Your Busiess Oe of the most difficult tasks faced by the maagemet team of small busiesses today is fidig adequate fiacig for curret operatios i order to support ew ad ogoig cotracts.

More information

Patentability of Computer Software and Business Methods

Patentability of Computer Software and Business Methods WIPO-MOST Itermediate Traiig Course o Practical Itellectual Property Issues i Busiess November 10 to 14, 2003 Patetability of Computer Software ad Busiess Methods Tomoko Miyamoto Patet Law Sectio Patet

More information

Preserving Your Financial Legacy with Life Insurance Premium Financing.

Preserving Your Financial Legacy with Life Insurance Premium Financing. Preservig Your Fiacial Legacy with Life Isurace Premium Fiacig. Prepared by: Keeth M. Fujita, Natioal Director, The Private Bak Specialty Fiace Group Life Isurace Premium Fiace. James Mosrie, Seior Wealth

More information

Supply Chain Management

Supply Chain Management Supply Chai Maagemet Douglas M. Lambert, Ph.D. The Raymod E. Maso Chaired Professor ad Director, The Global Supply Chai Forum Supply Chai Maagemet is NOT a New Name for Logistics The Begiig of Wisdom Is

More information

Determining the sample size

Determining the sample size Determiig the sample size Oe of the most commo questios ay statisticia gets asked is How large a sample size do I eed? Researchers are ofte surprised to fid out that the aswer depeds o a umber of factors

More information

A Rimini Street White Paper. Why Oracle Database Customers Choose Independent Support

A Rimini Street White Paper. Why Oracle Database Customers Choose Independent Support A Rimii Street White Paper Why Oracle Database Customers Choose Idepedet Support About Rimii Street, Ic. Rimii Street is the global leader i providig idepedet eterprise software support services. The compay

More information

Digital Enterprise Unit. White Paper. Leveraging Best Practices and Recommendations for Optimal Performance Tuning of IBM Campaign

Digital Enterprise Unit. White Paper. Leveraging Best Practices and Recommendations for Optimal Performance Tuning of IBM Campaign Digital Eterprise Uit White Paper Leveragig Best Practices ad Recommedatios for Optimal Performace Tuig of IBM Campaig About the Author Harshal Tejale Harshal Tejale is a Assistat Cosultat at Tata Cosultacy

More information

where: T = number of years of cash flow in investment's life n = the year in which the cash flow X n i = IRR = the internal rate of return

where: T = number of years of cash flow in investment's life n = the year in which the cash flow X n i = IRR = the internal rate of return EVALUATING ALTERNATIVE CAPITAL INVESTMENT PROGRAMS By Ke D. Duft, Extesio Ecoomist I the March 98 issue of this publicatio we reviewed the procedure by which a capital ivestmet project was assessed. The

More information

The future of global data management is here: modular, scalable and integrated. MasterCard smartdata.gen2

The future of global data management is here: modular, scalable and integrated. MasterCard smartdata.gen2 The future of global data maagemet is here: modular, scalable ad itegrated MasterCard smartdata.ge2 Revolutioize your data. Trasform your busiess. MasterCard smartdata.ge2 is a revolutioary web-based

More information

Spam Detection. A Bayesian approach to filtering spam

Spam Detection. A Bayesian approach to filtering spam Spam Detectio A Bayesia approach to filterig spam Kual Mehrotra Shailedra Watave Abstract The ever icreasig meace of spam is brigig dow productivity. More tha 70% of the email messages are spam, ad it

More information

Wells Fargo Insurance Services Claim Consulting Capabilities

Wells Fargo Insurance Services Claim Consulting Capabilities Wells Fargo Isurace Services Claim Cosultig Capabilities Claim Cosultig Claims are a uwelcome part of America busiess. I a recet survey coducted by Fulbright & Jaworski L.L.P., large U.S. compaies face

More information

Flood Emergency Response Plan

Flood Emergency Response Plan Flood Emergecy Respose Pla This reprit is made available for iformatioal purposes oly i support of the isurace relatioship betwee FM Global ad its cliets. This iformatio does ot chage or supplemet policy

More information

Trustwave Leverages OEM Partnerships to Deepen SIEM Market Penetration

Trustwave Leverages OEM Partnerships to Deepen SIEM Market Penetration Trustwave Leverages OEM Parterships to Deepe SIEM Market Peetratio Accelerated lauch of ew security appliaces delivers reveue growth with assist from UNICOM Egieerig ad Dell OEM Solutios Itroductio Trustwave

More information

Confidence Intervals for One Mean

Confidence Intervals for One Mean Chapter 420 Cofidece Itervals for Oe Mea Itroductio This routie calculates the sample size ecessary to achieve a specified distace from the mea to the cofidece limit(s) at a stated cofidece level for a

More information