Load Balancing in Distributed Web Server Systems with Partial Document Replication *

Size: px
Start display at page:

Download "Load Balancing in Distributed Web Server Systems with Partial Document Replication *"

Transcription

1 Load Baancing in Distributed Web Server Systems with Partia Document Repication * Ling Zhuo Cho-Li Wang Francis C. M. Lau Department of Computer Science and Information Systems The University of Hong Kong {zhuo, cwang, fcmau}@csis.hku.hk Abstract How documents of a Web site are repicated and where they are paced among the server nodes have an important bearing on baance of oad in a geographicay Distributed Web Server (DWS) system. The traffic generated due to movements of documents at runtime coud aso affect the performance of the DWS system. In this paper, we prove that minimizing such traffic is NPhard. We propose a new document distribution scheme that periodicay performs partia repication of a site s documents at seected server ocations to maintain oad baancing. Severa approximation agorithms are used in it to minimize traffic generated. The simuation resuts show that this scheme can achieve better oad baancing than a dynamic scheme, whie the interna traffic it causes has a negigibe effect on the system s performance.. Introduction The increasing popuarity of the Word Wide Web has resuted in arge bandwidth demands which transate into high atencies perceived by Web users. To tacke this atency probem, mutipe copies of documents are distributed geographicay and paced in caches at optima ocations. Web caching attempts to reduce network atency by storing the commony requested documents as cose to cients as possibe. Simpe caches have no information on users access pattern, and so they woud habituay try to keep a copy of any document just requested. This may imit the performance of caches. For exampe, research in [] shows that the maximum cache hit rate achievabe by any caching agorithm is bounded under 0% to 50% A proactive Web server on the other hand can decide where to pace copies of a document in a distributed Web * This research was supported by CRCG Grant 009 and HKU 00/0 Large Items of Equipment Grants 000.0/0/00 server (DWS) system where the server nodes are distributed geographicay. In most existing geographicay DWS systems, each server node keep the entire set of Web documents managed by the system. Incoming requests are distributed to the server nodes via DNS servers [6,9,]. Athough such systems are simpe to impement, the caching of IP addresses on the cient side or in intermediate DNS servers coud easiy resut in uneven oad among the server nodes. Moreover, the fu repication eads to much waste of disk space due to those documents that are not frequenty requested. To achieve better oad baancing as we as to avoid disk wastage, one can repicate part of the documents on mutipe server nodes [5,,,5,8,9] and use contentaware distributor software to redirect a cient request to a server node that has the requested document [6]. Some rues are then needed in such a geographicay DWS system to determine each document s number of repicas and the distribution of these repicas. These rues constitute what we ca the document distribution scheme, and they shoud achieve the foowing goas. Load Baancing: Since requests tend to target at a sma part of the entire coection of documents [], frequenty requested documents shoud be repicated to avoid bottenecks. Documents and their repicas shoud be paced in such a manner that most of the time the oad of the participating server nodes is equaized. Reduced Traffic: To adapt to users access patterns, documents need to be re-dupicated and re-distributed among the server nodes dynamicay or periodicay. Communications caused by such actions shoud be kept to the minimum so that the performance of the geographicay DWS system woud not be adversey affected. Existing schemes mainy focus on baancing the oad, but not the traffic issues. In this paper, we propose a new document distribution scheme that can improve oad baancing performance of geographicay DWS systems,

2 whie minimizing the communication cost needed. We assume that each document has approximatey the same popuarity in a the server ocations. Therefore, we wi not consider network proximity to cients in repicating and distributing the documents. The performance of our scheme is evauated through simuation using rea access og data. The resuts show that this scheme can baance the oad in the DWS system during run-time efficienty, and the interna traffic generated due to these agorithms is reasonaby minima. The rest of the paper is organized as foows. Section formuates the document distribution probem in the DWS systems and gives a proof of its NP-hardness. Section presents our document distribution agorithms. In Section, we describe our simuation methodoogy and present the performance resuts. Section 5 surveys reated work, and Section 6 concudes the paper and discusses future work.. Probem Formuation In this section, we formuate the document distribution probem in DWS systems. Chen [7] proved that minimizing the maximum oad over a server nodes is NP-compete. We wi prove that even when the oad baancing constraint is removed, the probem of minimizing the communication cost of moving the documents is NP-hard. Suppose there are N documents and M server nodes in the system. Each server node has storage capacity C. Each document has size of s i and number of repicas c i (In this paper, if we don t state otherwise, we assume i =, N and j =, M). A cost ink is constructed between each document and each server: p, associated with the number of bytes to be transferred if document i is assigned to server j. We aso have variabes t ( =, c i ), which is if th repica of ith document is paced on jth server; otherwise, it is 0. The determination of c i is under the imitation of tota N storage, i.e., ( s c ) M * C. i= i i After c i is determined, a the documents and their repicas are paced on the server nodes under these constraints: () each server can ony hod repicas whose tota size does not exceed its disk space; () each server can hod at most one repica of a document; () no document is eft unassigned to any server node; () oad is equaized among the server nodes. As we stated at the beginning of the section, we won t incude constraint () in the formuation. The repica pacement probem formuation is therefore as beow: minimize z M N ci = j= i= = t p N c i subject to ts C () i= = c i = i t, () M c i t = c () i j= = t = 0 or, =,... c A repica pacement that fufis a the above constraints is a feasibe pacement. Our discussion is under the assumption that a feasibe pacement aways exists. We ca this optimization probem the Repica Pacement Probem (RPP). When c i =, the probem is 0- RPP. Lemma 0- RPP is NP-hard Proof: We reduce the bin-packing probem, which is NPhard [], to the 0- RPP. For the bin-packing probem, s i denotes the size of object i and the bin s size is C. We assume that, in any feasibe soution, the owest indexed bins are used. This means that if there are two bins with the same avaiabe storage, the object wi be paced in the one with the ower index. Given the bin-packing probem, we can construct a 0- RPP with costs p as foows., i {,... N}, j = p = ( pi, j )* N +, i {,... N}, j {,... M} With such costs, the tota cost of any set of repicas assigned to {s, s j } is ower than the tota cost of any set of repicas assigned to {s, s j+ }. It is then obvious that the bin-packing probem gets the minima number of bins used if and ony if the 0- RPP gets the minima tota communication cost. Since the 0- RPP is a specia case of the RPP, our document pacement probem is NP-hard.. Document Distribution Scheme In this section, we propose our document distribution scheme, which periodicay re-repicates and re-distributes the documents based on the access pattern in the past period. We first describe an agorithm for determining the number of repicas for each document. Next, we present severa heuristics that use avaiabe information in different ways in order to achieve minima communication cost... Density Agorithm Intuitivey, we shoud prefer to dupicate documents that require more work on the part of the DWS system as i

3 we as the sma-size ones. We use the concept of density to represent the workoad per unit storage of the document. The arger a document s density is, the more repicas it wi have. Input: d i, s i, C, M, N, Variabes: S, tota size of document S_disk, avaiabe disk space d min, minima density temp_s, tota size of temporary repicas temp_c i, temporary number of repicas Output: c i (i =, N).compute S, S_disk = M * C - S.sort documents by decreasing density d i, find d min.for i = to N { temp_c i = d i / d min } compute temp_s.for i = to N { c i = temp_c i * S_disk / temp_s if (c i >= M-){ c i = M- temp_s = temp_s temp_c i * s i S_disk = S_disk c i * s i }} 5.finay decide c i (i =, N) Figure. Density agorithm To compute a document s density, we associate document i with weight w i, which represents the workoad it brings to the server node hoding it. In our agorithm, w i is computed as s i * r i, where s i is the document s size and r i is its access rate in the past period. The density of a document d i, therefore, equas to w i / s i. If a document is dupicated, we assume that the workoad is divided eveny among its repicas (true if we assign requests to the repicas in a round-robin manner). Therefore, a repica of document i has weight of w i / c i and density of d i / c i. The Density Agorithm is shown in Figure. First, the space equa to the tota size of documents is reserved to guarantee that each document has at east one copy in the system. Step sorts the documents by their densities decreasingy. In Step, each document gets a temporary repica number. The densities of the temporary repicas are neary equa to the minima density. Step adjusts the temporary repica numbers under the storage imitation. Repica numbers are computed according to the ratio between avaiabe disk space and the tota size of the temporary repicas, thus the resuting repicas sti maintain simiar densities. In Step 5, each repica number is finay decided as an integer not arger than M. This agorithm repicates the documents according to their densities under the storage imitation. The time compexity of it is Θ ( N og N + N). From Step, we know that for any two documents u and v, if < cu, c v M and d u > d v, d u / (c u ) d v / (c v ). Thus, we can assume if d u > d v, d u / c u > d v / c v, for any two documents u and v. Since we have proved that the minimization probem of communication cost is NP-hard, in the rest of this section, severa approximation agorithms for distributing the repicas to the server nodes are proposed. Before we begin the discussion, we need to introduce a new variabe, W j. It denotes the weight of server j and is computed as the sum of the weights of a repicas aocated to it. Aso, in the foowing discussion, we ca document i and its repicas repica set i"... Greedy-cost Agorithm Input: c i, s i, p, C, M, N Output: t (i =, N, j =, M, =, c i ).sort (i, j) pairs by increasing cost, p.for each (i, j) in the sorted ist{ if (c i > 0) { aocate a repica to server j if it has enough space and t = 0 ( =, c i ). c i = c i }} Figure. Greedy-cost agorithm Greedy-cost agorithm aims to minimize traffic by keeping as many as documents as they are in the system, without caring if the oad of the servers is baanced. This agorithm is shown in Figure. To minimize the cost, it first sorts the (document, server) pairs by the communication cost between the document and the server increasingy. Then in this order, a repica of document i is aocated to server j if it has enough storage space and has not been assigned the same repica in this period. The tota time compexity is Θ ( MN og MN + MN )... Greedy-oad/cost Agorithm Unike Greedy-cost agorithm, Greedy-oad/cost agorithm considers baancing the oad among the server nodes as we as minimizing the cost caused in distributing the documents.

4 Input: c i, s i, p, C, M, N Output: t (i =, N, j =, M, =, c i ) Variabe: D j, density of server j (j =, M).sort repica sets by increasing density, d i / c i.for i = to N { sort servers by increasing communication cost, p. Servers having the same p are sorted by decreasing density, D j aocate repica set i update D j (j =, M) } Figure. Greedy-oad / cost agorithm To achieve oad baancing, we expect seeing that after document distribution, the weights of the server nodes are approximatey the same. Since the density of a server node D j equas to W j / (amount of used disk space in server j), in a homogeneous DWS system, this means that after document distribution, the server nodes have simiar densities. Therefore, in Greedy-oad/cost agorithm, the repica sets are sorted by decreasing density and are aocated in this order. When choosing server nodes for repica set i, the server nodes are sorted by increasing communication cost p. If two server nodes have the same cost, the one with the arger density D j is chosen. The time compexity of Greedy-oad agorithm is Θ ( N ogn + NM og M). To simpify it, we can use the sorting resut of the Density agorithm, based on the assumption that if du > d v, d u / c u > d v / c v. Thus the agorithm ony takes Θ(NM og M ) time... Greedy-penaty Agorithm It is possibe that aocating a document at different times generates different traffic. For exampe, if we aocate document i immediatey, we can assign it to server x with p ix = 0; if we deay aocating it for a whie, however, server x may have become fu and the document has to be paced on server y with p iy = s i. In this case, we say we are punished and use f i to refer to the vaue of penaty. A penaty-based agorithm hopes to decrease cost by pacing documents in certain order. It has been used to sove the Genera Assignment Probem []. We say a pacement is better if it incurs ess communication cost. In Greedy-penaty agorithm, f i is computed as the difference in the costs of repica set i's best and second best pacements, according to the current status of the server nodes. This agorithm iterativey paces the repica sets unti they are a aocated. Each time it computes f i for a unassigned repica sets, and the one yieding the argest penaty are paced with its best pacement. The time compexity of this agorithm is Θ ( N og N + NM ogm). Input: c i, p, s i, C, M, N Output: t (i =, N, j =, M, =, c i ) Variabes: f j, penaty for document i (i =, N) whie there are unassigned repica sets { for each unassigned repica set i{ if ony c i server nodes have enough storage to hod document i{ aocate repica set i goto whie } ese { sort servers by increasing cost with document i, p. compute f i }} sort repica sets in decreasing penaty, f i aocate the repica set with minima f i in its best pacement} Figure. Greedy-penaty agorithm If there are ony c i server nodes having enough storage to hod document i, we need to aocate repica set i immediatey. Otherwise, we might eave a repica unassigned and vioate constraint (). In this case, we set f i to. If there are mutipe repica sets with infinite penaty, they are paced in the order of decreasing densities. To do this, we can use the sorting resuts of the Density agorithm.. Simuation Resuts.. Experimenta Setup We use the CSIM 8 package [] for our simuation. In our simuation mode, requests are redirected to the server nodes that have the requested documents using HTTP redirection. When a document has copies in mutipe server nodes, the requests for it are assigned in round-robin fashion. Initiay, Web documents are randomy paced on the server nodes without repication. Afterwards, documents are repicated and distributed among the server nodes every hours. In our simuation, processing a web request comprises () redirection (if necessary), () waiting in the queue of the serving server node, () reading the fie from disk. The connection estabishment time and teardown time is negected. The round-trip time of redirection is 00 ms [6]. The disk access time is about 9 ms and the disk transfer time about MB/s []. We use two rea traces of Web access. One is from a website mainy used for hosting persona homepages, caed Data Set. Another, caed Data Set, is obtained from The Internet Traffic Archive [0]. For simpicity, the documents in the same directory are grouped and these groups are used as basic units of repication and distribution.

5 LBM.5.5 /6 /8 / / C / S DC Figure 5. Load baancing performance with Data Set (6 server nodes) LBM no. of servers Figure 7. Load baancing performance with Data Set (C / S = /8) LBM 5 /6 /8 / / C / S DC Figure 6. Load baancing performance with Data Set (6 server nodes) We simuated the agorithms presented in Section. Density agorithm is combined with Greedy-cost (), Greedy-oad/cost (), Greedy-penaty () respectivey. For the purpose of comparison, we added a Dynamic scheme (DS). In this scheme, each server node owns a part of documents. Dynamicay it examines the other servers oad and determines if they are underoaded or overoaded or. It then repicates one of its documents to the under-oaded node or revokes one repica of its documents from the overoaded node. This scheme is simiar to the one used in DC-Apache. In our simuation, the servers check oad status every 0 minutes... Load Baancing Anayses The Load Baance Metric (LMB) [] is used as a performance metric for measuring oad baancing resuts. We record the peak-to-mean ratio of server utiization every samping period (0 minutes) during the simuation. The LBM vaue is obtained by cacuating the weighted average of the peak-to-mean ratios measured, using the tota server utiization at the samping point as the weight. A smaer LBM vaue indicates better oad baancing performance. Figure 5 and Figure 6 present the oad baancing performance of our scheme when the number of servers is LBM no. of servers Figure 8. Load baancing performance with Data Set (C / S = / 8) fixed as 6. The y-axis is LBM vaue. The x-axis is C / S, where C is the storage capacity of each server node and S is the tota size of the documents. We can see that DS doesn t improve oad baancing much as the storage capacity increases. This is because in DS, each server node can ony repicate one document once a time so that the avaiabe disk space is not utiized efficienty to remove hot spots. On the contrary, the oad baancing performance of our scheme increases as storage capacity increases because the Density Agorithm fuy utiizes the disk space. Among the document distribution agorithms, performs worst in oad baancing whie and s performance is simiar. Next, we fix the storage capacity, and increase the number of server nodes from 6 to 56. The resuts are shown in Figure 7 and Figure 8. We notice that s and s performance is sti cose when the node number is not very arge. When there are more than 8 nodes, however, appears to deteriorate faster than... Traffic Anayses We record the tota number of bytes transferred inside the system each period (except the first period, as documents are randomy distributed without dupication initiay). At the end of the simuation, the ratio between

6 Average Traffic / S Average Traffic / S /8 / / 5/8 5/6 C / S Figure 9. Average traffic with Data Set (6 server nodes) no. of servers Figure 0. Average traffic with Data Set (C / S = /8) the average traffic each period and tota size of Web documents S is computed. In the figures, y-axis represents this ratio. We can see from Figure 9 and Figure 0 that when number of server nodes is fixed, the traffic caused by the agorithms first increases as the storage capacity C increases, and then decreases. This is because when there is more avaiabe disk space, more documents are repicated and the numbers of repicas of popuar documents are arger. Once the access pattern changes, therefore, more repicas of the past period are revoked and more new repicas of this period need to be distributed. It is easy to understand that, which cares most about communication cost, incurs the east cost. We find that when the storage capacity is arge, the traffic caused by and is amost the same. As the number of nodes increases, the tota storage space increases, therefore, the traffic in the system increases. From Figure 0 and Figure, we can see that sti causes east traffic, and the traffic caused by and get coser as the number of nodes increases. The actua time needed to move the documents t tota bytes /( B* M) where M is the number of servers and B is the bandwidth between any two server nodes. Therefore, if we assume that the bandwidth is MB/s and tota size of the DC Average Traffic / S Average Traffic / S /8 / / 5/8 5/6 C / S Figure. Average traffic with Data Set (6 server nodes) DC no. of servers Figure. Average traffic with Data Set (C / S = /8) documents is G, moving documents woud take no more than severa minutes. Since during this period, the DWS system can continue to serve requests with documents not in the move, its performance woud not be substantiay affected. In the figures, DS s average traffic may be smaer than that of our scheme. But since its period is much shorter, its tota traffic is actuay arger than ours. This may be because that it frequenty repicates a document and then revokes it. From the simuation resuts, we see that our document distribution scheme can achieve better oad baancing in a geographicay DWS system and generate ess traffic than the dynamic scheme. Among the document distribution agorithms, s oad baancing performance is not as good as that of and. However, generates the east interna traffic. needs shortest computing time. Its oad baancing performance is best in most cases and ony generates a itte more traffic than. When the number of server nodes is arge, however, performs much worse than. baances the oad we but it requires more computation than the others. A suitabe agorithm can be chosen according to the practica situation of a geographicay DWS system.

7 5. Reated Work Much research work has been done on ways to keep a baanced oad in geographicay DWS systems. Various DNS based scheduing techniques have been proposed. The NCSA scaabe web server depends on round-robin DNS to dispatch requests [], whie [9] found that the DNS poicies combined with a simpe feedback aarm mechanism coud effectivey avoid overoading the server nodes. Adaptive TTL agorithm [8] was proposed to address the uneven cient request distribution and heterogeneity of server capacities. The main probem with these techniques is that DNS ony has a imited contro on the requests reaching the Web servers, due to the caching of IP address in intermediate DNS servers and cient caches. The content-aware requests distribution strategy LARD [6] makes it possibe to baance the oad among the server nodes through partitioning the Web documents among the server nodes, with or without repication. DCWS [5] makes use of a graph-based Web documentpartitioning agorithm. Each document resides on its home server at first and can be migrated to a co-op server for oad baancing reason. To redirect cient requests from the home server to the co-op server, a hyperinks pointing to the document are modified. However, if the system happens to contain many hot spots (i.e., popuar Web pages with extremey high request rates), to equaize the oad is absoutey non-trivia. DC-Apache [] is simiar to DCWS, except that documents are repicated instead of migrated among the server nodes. Each document has a home server that keeps its origina copy. Every time the number or ocations of copies of a document change, the document s home server needs to regenerate a the hyperinks pointing to this document based on goba oad information. This operation requires substantia computation. Riska et. a. observed that directing tasks of simiar size to the same server reduces the sowdown in a web server and proposed a oad baancing poicy ADAPTLOAD [8] which partitions the documents among the server nodes according to their sizes. How to effectivey choose parameters of the poicy sti needs more work. In RobustWeb [], each document has the same number of repicas. The repicas are paced on the server nodes based on past access pattern to equaize the servers oad. Mutipe copies of a document may have different weights of redirection, and the requests are assigned to them in a weighted round-robin way. Instead of moving documents ike we do, in RobustWeb, ony the weights of the copies are computed periodicay. When the access pattern change dramaticay, however, it s difficut to maintain oad baancing using this method. Ng at e. [5] incuded the prefetching feature in their EWS system. In this system, documents that are aways accessed together are grouped and paced on the same server node. Ony the first request of a session has to go through the redirection server, thus cutting down on the redirection overhead. Load baancing is achieved by using a revised document pacement agorithm of the one used in RobustWeb. Our work can be considered a derivative from theirs by taking disk utiization and communication cost into account. The agorithms we propose in this paper can be depoyed in EWS. Recenty there has been an increase in interest in repica pacement in Content Deivery Networks (CDN) that offer hosting services to Web content providers [,0,7]. Athough the probem formuation in CDN is very simiar to ours, it mainy focuses on minimizing cients atency or tota bandwidth consumption, and not baancing the oad among the servers. 6. Concusion and Future Work In this paper, we study how to repicate and distribute the documents in a geographicay DWS system to achieve oad baancing. In contrast with existing work, we aso take the communication cost caused by distributing the repicas into consideration. We prove that even without oad baancing constraint, minimizing this cost in homogeneous DWS systems is NP-hard. We propose a document distribution scheme which periodicay repicates the documents and distributes the repicas. In this scheme, we utiize the concept of density of a document to decide number of repicas for each document. Severa distribution agorithms are proposed and they use the avaiabe information from different perspectives to reduce interna traffic of the geographicay DWS system. Our scheme is compared with a dynamic scheme using rea og fies. The resuts show that our scheme coud baance the oad in a DWS system more efficienty during run-time and causes ess traffic. We aso discuss the difference between the distribution agorithms and the situations for which they are suitabe. Our next step is to incorporate geographica information into our document distribution scheme. We aim at a geographicay DWS system which woud automaticay copy a document to a ocation where it is in most demand, whie maintaining oad baancing and minimizing communication cost. Such a geographicay DWS system woud reduce access atencies and be most suitabe for Web sites where different parts of the content are of interest to peope from different geographica ocations.

8 References [] M. Abrams, C.R. Standridge, G. Abdua, S. Wiiams, and E.A. Fox, Caching Proxies: Limitations and Potentias. In Proc. of th Internationa Word Wide Web Conference, Boston, USA, December 995, pp 9-. [] A. Aggarwa and M. Rabinovich, Performance of Dynamic Repication Schemes for an Internet Hosting Service. Technica Report, AT&T Labs, October 998. [] M.F. Aritt, and C.L. Wiiamson, Web Server Workoad Characterization: The Search for Invariants. In Proc. of the 996 SIGMETRICS Conference on Measurement & Modeing of Computer Systems, Phiadephia, USA, May 996, pp [] R.B. Bung, D.L. Eager, G.M. Oster, and C.L. Wiiamson, Achieving Load Baance and Effective Caching in Custered Web Servers. In Proc. of th Internationa Web Caching Workshop, San Diego, USA, March 999, pp [5] S.M. Baker, and B. Moon, Scaabe Web Server Design for Distributed Data Management. In Proc. of 5 th Internationa Conference on Data Engineering, Sydney, Austraia, March 999, pp. 96. [6] V. Cardeini, M. Coajanni and P.S. Yu, Dynamic Load Baancing on Web-Server Systems. In IEEE Internet Computing, vo., No., May/June 999, pp 8-9. [7] L.C. Chen and H.A. Choi, Approximation Agorithms for Data Distribution with Load Baancing of Web Servers. In Proc. of the rd IEEE Internationa Conference on Custer Computing (CLUSTER 0), Newport Beach, USA, October 00. [8] M. Coajanni and P.S. Yu, Adaptive TTL Schemes for Load Baancing of Distributed Web Servers. In ACM Sigmetrics Performance Evauation Review, 5():6--, September 997. [9] M. Coajanni, P.S. Yu, and D.M. Dias, Anaysis of Task Assignment Poicies in Scaabe Distributed Web-Server Systems. In IEEE Trans. Parae and Distributed Systems, vo. 9, No. 6, June 998, pp [0] J. Kangasharju, J. Roberts, and K.W. Ross, Object Repication Strategies in Content Distribution Networks. In Proc. of Web Caching and Content Distribution Workshop (WCW 0), Boston, USA, June 00. [] T.T. Kwan, R.E. McGrath, and D.A. Reed, NCSA's Word Wide Web Server: Design and Performance. In IEEE Computer, vo. 8, No., November 995, pp [] Q.Z. Li, and B. Moon, Distributed Cooperative Apache Web Server. In Proc. of 0 th Internationa Word Wide Web Conference, Hong Kong, May 00. [] S. Marteo and P. Toth, Knapsack Probems: agorithms and computer impementation, John Wiey & Sons Ltd, 990. [] B. Narendran, S. Rangarajan, and S. Yajnjk, Data Distribution Agorithms for Load Baanced Faut Toerant Web Access. In Proc. of 6 th Symposium on IEEE Reiabe Distributed Systems, Durham, USA, October 997, pp [5] C.P. Ng and C.L. Wang, Document Distribution Agorithm for Load Baancing on an Extensibe Web Server Architecture. In Proc. of st IEEE/ACM Internationa Symposium on Custer Computing and the Grid (CCGrid 00), Brisbane, Austraia, May 00. [6] V.S. Pai, M. Aron, G. Banga, M. Svendsen, P. Drusche, W. Zwaenepoe, and E. Nahum, Locaity-Aware Request Distribution in Custer-based Network Servers. In Proc. of 8 th Internationa Conference on Architectura Support for Programming Languages and Operating Systems, San Jose, USA, October 998, pp [7] L. Qiu, V.N. Padmanabhan, and G.M. Voeker, On the Pacement of Web Server Repicas. In Proc. of 0 th IEEE INFOCOM, Anchorage, USA, Apri 00. [8] A. Riska, W. Sun, E. Smirni, and G. Ciardo, ADATPTLOAD: effective baancing in custered web servers under transient oad conditions. In Proc. of nd Internationa Conference on Distributed Computing Systems (ICDCS 00), Vienna, Austria, Juy 00. [9] C.S. Yang and M.Y. Luo, A Content Pacement and Management System for Distributed Web-Server Systems. In Proc. of 0 th Internationa Conference on Distributed Computing Systems (ICDCS 000), Taipei, Taiwan, Apri 000. [0] CarkNet-HTTP, [] CSIM8, [] Seagate ST6000A,

Load Balancing in Distributed Web Server Systems With Partial Document Replication

Load Balancing in Distributed Web Server Systems With Partial Document Replication Load Balancing in Distributed Web Server Systems With Partial Document Replication Ling Zhuo, Cho-Li Wang and Francis C. M. Lau Department of Computer Science and Information Systems The University of

More information

Advanced ColdFusion 4.0 Application Development - 3 - Server Clustering Using Bright Tiger

Advanced ColdFusion 4.0 Application Development - 3 - Server Clustering Using Bright Tiger Advanced CodFusion 4.0 Appication Deveopment - CH 3 - Server Custering Using Bri.. Page 1 of 7 [Figures are not incuded in this sampe chapter] Advanced CodFusion 4.0 Appication Deveopment - 3 - Server

More information

Secure Network Coding with a Cost Criterion

Secure Network Coding with a Cost Criterion Secure Network Coding with a Cost Criterion Jianong Tan, Murie Médard Laboratory for Information and Decision Systems Massachusetts Institute of Technoogy Cambridge, MA 0239, USA E-mai: {jianong, medard}@mit.edu

More information

Fast Robust Hashing. ) [7] will be re-mapped (and therefore discarded), due to the load-balancing property of hashing.

Fast Robust Hashing. ) [7] will be re-mapped (and therefore discarded), due to the load-balancing property of hashing. Fast Robust Hashing Manue Urueña, David Larrabeiti and Pabo Serrano Universidad Caros III de Madrid E-89 Leganés (Madrid), Spain Emai: {muruenya,darra,pabo}@it.uc3m.es Abstract As statefu fow-aware services

More information

Australian Bureau of Statistics Management of Business Providers

Australian Bureau of Statistics Management of Business Providers Purpose Austraian Bureau of Statistics Management of Business Providers 1 The principa objective of the Austraian Bureau of Statistics (ABS) in respect of business providers is to impose the owest oad

More information

Dynamic Pricing Trade Market for Shared Resources in IIU Federated Cloud

Dynamic Pricing Trade Market for Shared Resources in IIU Federated Cloud Dynamic Pricing Trade Market or Shared Resources in IIU Federated Coud Tongrang Fan 1, Jian Liu 1, Feng Gao 1 1Schoo o Inormation Science and Technoogy, Shiiazhuang Tiedao University, Shiiazhuang, 543,

More information

Take me to your leader! Online Optimization of Distributed Storage Configurations

Take me to your leader! Online Optimization of Distributed Storage Configurations Take me to your eader! Onine Optimization of Distributed Storage Configurations Artyom Sharov Aexander Shraer Arif Merchant Murray Stokey sharov@cs.technion.ac.i, {shraex, aamerchant, mstokey}@googe.com

More information

Face Hallucination and Recognition

Face Hallucination and Recognition Face Haucination and Recognition Xiaogang Wang and Xiaoou Tang Department of Information Engineering, The Chinese University of Hong Kong {xgwang1, xtang}@ie.cuhk.edu.hk http://mmab.ie.cuhk.edu.hk Abstract.

More information

Pricing Internet Services With Multiple Providers

Pricing Internet Services With Multiple Providers Pricing Internet Services With Mutipe Providers Linhai He and Jean Warand Dept. of Eectrica Engineering and Computer Science University of Caifornia at Berkeey Berkeey, CA 94709 inhai, wr@eecs.berkeey.edu

More information

Scheduling in Multi-Channel Wireless Networks

Scheduling in Multi-Channel Wireless Networks Scheduing in Muti-Channe Wireess Networks Vartika Bhandari and Nitin H. Vaidya University of Iinois at Urbana-Champaign, USA vartikab@acm.org, nhv@iinois.edu Abstract. The avaiabiity of mutipe orthogona

More information

GREEN: An Active Queue Management Algorithm for a Self Managed Internet

GREEN: An Active Queue Management Algorithm for a Self Managed Internet : An Active Queue Management Agorithm for a Sef Managed Internet Bartek Wydrowski and Moshe Zukerman ARC Specia Research Centre for Utra-Broadband Information Networks, EEE Department, The University of

More information

Pricing and Revenue Sharing Strategies for Internet Service Providers

Pricing and Revenue Sharing Strategies for Internet Service Providers Pricing and Revenue Sharing Strategies for Internet Service Providers Linhai He and Jean Warand Department of Eectrica Engineering and Computer Sciences University of Caifornia at Berkeey {inhai,wr}@eecs.berkeey.edu

More information

A Similarity Search Scheme over Encrypted Cloud Images based on Secure Transformation

A Similarity Search Scheme over Encrypted Cloud Images based on Secure Transformation A Simiarity Search Scheme over Encrypted Coud Images based on Secure Transormation Zhihua Xia, Yi Zhu, Xingming Sun, and Jin Wang Jiangsu Engineering Center o Network Monitoring, Nanjing University o Inormation

More information

Fixed income managers: evolution or revolution

Fixed income managers: evolution or revolution Fixed income managers: evoution or revoution Traditiona approaches to managing fixed interest funds rey on benchmarks that may not represent optima risk and return outcomes. New techniques based on separate

More information

Simultaneous Routing and Power Allocation in CDMA Wireless Data Networks

Simultaneous Routing and Power Allocation in CDMA Wireless Data Networks Simutaneous Routing and Power Aocation in CDMA Wireess Data Networks Mikae Johansson *,LinXiao and Stephen Boyd * Department of Signas, Sensors and Systems Roya Institute of Technoogy, SE 00 Stockhom,

More information

Teamwork. Abstract. 2.1 Overview

Teamwork. Abstract. 2.1 Overview 2 Teamwork Abstract This chapter presents one of the basic eements of software projects teamwork. It addresses how to buid teams in a way that promotes team members accountabiity and responsibiity, and

More information

Multi-Robot Task Scheduling

Multi-Robot Task Scheduling Proc of IEEE Internationa Conference on Robotics and Automation, Karsruhe, Germany, 013 Muti-Robot Tas Scheduing Yu Zhang and Lynne E Parer Abstract The scheduing probem has been studied extensivey in

More information

WHITE PAPER BEsT PRAcTIcEs: PusHIng ExcEl BEyond ITs limits WITH InfoRmATIon optimization

WHITE PAPER BEsT PRAcTIcEs: PusHIng ExcEl BEyond ITs limits WITH InfoRmATIon optimization Best Practices: Pushing Exce Beyond Its Limits with Information Optimization WHITE Best Practices: Pushing Exce Beyond Its Limits with Information Optimization Executive Overview Microsoft Exce is the

More information

Randomized Algorithms for Scheduling VMs in the Cloud

Randomized Algorithms for Scheduling VMs in the Cloud Randomized Agorithms for Scheduing VMs in the Coud Javad Ghaderi Coumbia University Abstract We consider the probem of scheduing VMs (Virtua Machines) in a muti-server system motivated by coud computing

More information

Subject: Corns of En gineers and Bureau of Reclamation: Information on Potential Budgetarv Reductions for Fiscal Year 1998

Subject: Corns of En gineers and Bureau of Reclamation: Information on Potential Budgetarv Reductions for Fiscal Year 1998 GAO United States Genera Accounting Office Washington, D.C. 20548 Resources, Community, and Economic Deveopment Division B-276660 Apri 25, 1997 The Honorabe Pete V. Domenici Chairman The Honorabe Harry

More information

The growth of online Internet services during the past decade has

The growth of online Internet services during the past decade has IEEE DS Onine, Voume 2, Number 4 Designing an Adaptive CORBA Load Baancing Service Using TAO Ossama Othman, Caros O'Ryan, and Dougas C. Schmidt University of Caifornia, Irvine The growth of onine Internet

More information

Finance 360 Problem Set #6 Solutions

Finance 360 Problem Set #6 Solutions Finance 360 Probem Set #6 Soutions 1) Suppose that you are the manager of an opera house. You have a constant margina cost of production equa to $50 (i.e. each additiona person in the theatre raises your

More information

Wide-Area Traffic Management for. Cloud Services

Wide-Area Traffic Management for. Cloud Services Wide-Area Traffic Management for Coud Services Joe Wenjie Jiang A Dissertation Presented to the Facuty of Princeton University in Candidacy for the Degree of Doctor of Phiosophy Recommended for Acceptance

More information

Vendor Performance Measurement Using Fuzzy Logic Controller

Vendor Performance Measurement Using Fuzzy Logic Controller The Journa of Mathematics and Computer Science Avaiabe onine at http://www.tjmcs.com The Journa of Mathematics and Computer Science Vo.2 No.2 (2011) 311-318 Performance Measurement Using Fuzzy Logic Controer

More information

The growth of online Internet services during the past decade has increased the

The growth of online Internet services during the past decade has increased the IEEE DS Onine, Voume 2, Number 3 March 2001 Strategies for CORBA Middeware-Based Load Baancing Ossama Othman, Caros O'Ryan, and Dougas C. Schmidt University of Caifornia, Irvine The growth of onine Internet

More information

Maintenance activities planning and grouping for complex structure systems

Maintenance activities planning and grouping for complex structure systems Maintenance activities panning and grouping for compex structure systems Hai Canh u, Phuc Do an, Anne Barros, Christophe Berenguer To cite this version: Hai Canh u, Phuc Do an, Anne Barros, Christophe

More information

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 31, NO. 12, DECEMBER 2013 1

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 31, NO. 12, DECEMBER 2013 1 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 31, NO. 12, DECEMBER 2013 1 Scaabe Muti-Cass Traffic Management in Data Center Backbone Networks Amitabha Ghosh, Sangtae Ha, Edward Crabbe, and Jennifer

More information

Early access to FAS payments for members in poor health

Early access to FAS payments for members in poor health Financia Assistance Scheme Eary access to FAS payments for members in poor heath Pension Protection Fund Protecting Peope s Futures The Financia Assistance Scheme is administered by the Pension Protection

More information

Chapter 3: e-business Integration Patterns

Chapter 3: e-business Integration Patterns Chapter 3: e-business Integration Patterns Page 1 of 9 Chapter 3: e-business Integration Patterns "Consistency is the ast refuge of the unimaginative." Oscar Wide In This Chapter What Are Integration Patterns?

More information

Pay-on-delivery investing

Pay-on-delivery investing Pay-on-deivery investing EVOLVE INVESTment range 1 EVOLVE INVESTMENT RANGE EVOLVE INVESTMENT RANGE 2 Picture a word where you ony pay a company once they have deivered Imagine striking oi first, before

More information

Bite-Size Steps to ITIL Success

Bite-Size Steps to ITIL Success 7 Bite-Size Steps to ITIL Success Pus making a Business Case for ITIL! Do you want to impement ITIL but don t know where to start? 7 Bite-Size Steps to ITIL Success can hep you to decide whether ITIL can

More information

Comparison of Traditional and Open-Access Appointment Scheduling for Exponentially Distributed Service Time

Comparison of Traditional and Open-Access Appointment Scheduling for Exponentially Distributed Service Time Journa of Heathcare Engineering Vo. 6 No. 3 Page 34 376 34 Comparison of Traditiona and Open-Access Appointment Scheduing for Exponentiay Distributed Service Chongjun Yan, PhD; Jiafu Tang *, PhD; Bowen

More information

With the arrival of Java 2 Micro Edition (J2ME) and its industry

With the arrival of Java 2 Micro Edition (J2ME) and its industry Knowedge-based Autonomous Agents for Pervasive Computing Using AgentLight Fernando L. Koch and John-Jues C. Meyer Utrecht University Project AgentLight is a mutiagent system-buiding framework targeting

More information

A Supplier Evaluation System for Automotive Industry According To Iso/Ts 16949 Requirements

A Supplier Evaluation System for Automotive Industry According To Iso/Ts 16949 Requirements A Suppier Evauation System for Automotive Industry According To Iso/Ts 16949 Requirements DILEK PINAR ÖZTOP 1, ASLI AKSOY 2,*, NURSEL ÖZTÜRK 2 1 HONDA TR Purchasing Department, 41480, Çayırova - Gebze,

More information

Traffic classification-based spam filter

Traffic classification-based spam filter Traffic cassification-based spam fiter Ni Zhang 1,2, Yu Jiang 3, Binxing Fang 1, Xueqi Cheng 1, Li Guo 1 1 Software Division, Institute of Computing Technoogy, Chinese Academy of Sciences, 100080, Beijing,

More information

Load Balance vs Energy Efficiency in Traffic Engineering: A Game Theoretical Perspective

Load Balance vs Energy Efficiency in Traffic Engineering: A Game Theoretical Perspective Load Baance vs Energy Efficiency in Traffic Engineering: A Game Theoretica Perspective Yangming Zhao, Sheng Wang, Shizhong Xu and Xiong Wang Schoo of Communication and Information Engineering University

More information

Lecture 7 Datalink Ethernet, Home. Datalink Layer Architectures

Lecture 7 Datalink Ethernet, Home. Datalink Layer Architectures Lecture 7 Dataink Ethernet, Home Peter Steenkiste Schoo of Computer Science Department of Eectrica and Computer Engineering Carnegie Meon University 15-441 Networking, Spring 2004 http://www.cs.cmu.edu/~prs/15-441

More information

Order-to-Cash Processes

Order-to-Cash Processes TMI170 ING info pat 2:Info pat.qxt 01/12/2008 09:25 Page 1 Section Two: Order-to-Cash Processes Gregory Cronie, Head Saes, Payments and Cash Management, ING O rder-to-cash and purchase-topay processes

More information

Setting Up Your Internet Connection

Setting Up Your Internet Connection 4 CONNECTING TO CHANCES ARE, you aready have Internet access and are using the Web or sending emai. If you downoaded your instaation fies or instaed esigna from the web, you can be sure that you re set

More information

An Experimental Study on the Energy-Saving Potential of IaaS- PaaS Co-Design

An Experimental Study on the Energy-Saving Potential of IaaS- PaaS Co-Design An Experimenta Study on the Energy-Saving Potentia of IaaS- PaaS Co-Design Mar Caau-Zori, Lavinia Samoia, Anne-Cécie Orgerie and Guiaume Pierre Roadmap 1.Motivation 2.Potentia of IaaS-PaaS co-design 3.Experimenta

More information

Document distribution algorithm for load balancing on an extensible Web server architecture

Document distribution algorithm for load balancing on an extensible Web server architecture Title Document distribution algorithm for load balancing on an extensible Web server architecture Author(s) Ng, CP; Wang, CL Citation The 1st IEEE / ACM International Symposium on Cluster Computing and

More information

GreenTE: Power-Aware Traffic Engineering

GreenTE: Power-Aware Traffic Engineering GreenTE: Power-Aware Traffic Engineering Mingui Zhang zmg6@mais.tsinghua.edu.cn Cheng Yi yic@emai.arizona.edu Bin Liu iub@tsinghua.edu.cn Beichuan Zhang bzhang@arizona.edu Abstract Current network infrastructures

More information

Distribution of Income Sources of Recent Retirees: Findings From the New Beneficiary Survey

Distribution of Income Sources of Recent Retirees: Findings From the New Beneficiary Survey Distribution of Income Sources of Recent Retirees: Findings From the New Beneficiary Survey by Linda Drazga Maxfied and Virginia P. Rena* Using data from the New Beneficiary Survey, this artice examines

More information

The guaranteed selection. For certainty in uncertain times

The guaranteed selection. For certainty in uncertain times The guaranteed seection For certainty in uncertain times Making the right investment choice If you can t afford to take a ot of risk with your money it can be hard to find the right investment, especiay

More information

Application-Aware Data Collection in Wireless Sensor Networks

Application-Aware Data Collection in Wireless Sensor Networks Appication-Aware Data Coection in Wireess Sensor Networks Xiaoin Fang *, Hong Gao *, Jianzhong Li *, and Yingshu Li +* * Schoo of Computer Science and Technoogy, Harbin Institute of Technoogy, Harbin,

More information

Cooperative Content Distribution and Traffic Engineering in an ISP Network

Cooperative Content Distribution and Traffic Engineering in an ISP Network Cooperative Content Distribution and Traffic Engineering in an ISP Network Wenjie Jiang, Rui Zhang-Shen, Jennifer Rexford, Mung Chiang Department of Computer Science, and Department of Eectrica Engineering

More information

ICAP CREDIT RISK SERVICES. Your Business Partner

ICAP CREDIT RISK SERVICES. Your Business Partner ICAP CREDIT RISK SERVICES Your Business Partner ABOUT ICAP GROUP ICAP Group with 56 miion revenues for 2008 and 1,000 empoyees- is the argest Business Services Group in Greece. In addition to its Greek

More information

CONTRIBUTION OF INTERNAL AUDITING IN THE VALUE OF A NURSING UNIT WITHIN THREE YEARS

CONTRIBUTION OF INTERNAL AUDITING IN THE VALUE OF A NURSING UNIT WITHIN THREE YEARS Dehi Business Review X Vo. 4, No. 2, Juy - December 2003 CONTRIBUTION OF INTERNAL AUDITING IN THE VALUE OF A NURSING UNIT WITHIN THREE YEARS John N.. Var arvatsouakis atsouakis DURING the present time,

More information

Conference Paper Service Organizations: Customer Contact and Incentives of Knowledge Managers

Conference Paper Service Organizations: Customer Contact and Incentives of Knowledge Managers econstor www.econstor.eu Der Open-Access-Pubikationsserver der ZBW Leibniz-Informationszentrum Wirtschaft The Open Access Pubication Server of the ZBW Leibniz Information Centre for Economics Kirchmaier,

More information

Minimizing the Total Weighted Completion Time of Coflows in Datacenter Networks

Minimizing the Total Weighted Completion Time of Coflows in Datacenter Networks Minimizing the Tota Weighted Competion Time of Cofows in Datacenter Networks Zhen Qiu Ciff Stein and Yuan Zhong ABSTRACT Communications in datacenter jobs (such as the shuffe operations in MapReduce appications

More information

Ricoh Healthcare. Process Optimized. Healthcare Simplified.

Ricoh Healthcare. Process Optimized. Healthcare Simplified. Ricoh Heathcare Process Optimized. Heathcare Simpified. Rather than a destination that concudes with the eimination of a paper, the Paperess Maturity Roadmap is a continuous journey to strategicay remove

More information

Art of Java Web Development By Neal Ford 624 pages US$44.95 Manning Publications, 2004 ISBN: 1-932394-06-0

Art of Java Web Development By Neal Ford 624 pages US$44.95 Manning Publications, 2004 ISBN: 1-932394-06-0 IEEE DISTRIBUTED SYSTEMS ONLINE 1541-4922 2005 Pubished by the IEEE Computer Society Vo. 6, No. 5; May 2005 Editor: Marcin Paprzycki, http://www.cs.okstate.edu/%7emarcin/ Book Reviews: Java Toos and Frameworks

More information

Sync Kit: A Persistent Client-Side Database Caching Toolkit for Data Intensive Websites

Sync Kit: A Persistent Client-Side Database Caching Toolkit for Data Intensive Websites WWW 2010 Fu Paper Apri 26-30 Raeigh NC USA Sync Kit: A Persistent Cient-Side Database Caching Tookit for Data Intensive Websites Edward Benson, Adam Marcus, David Karger, Samue Madden {eob,marcua,karger,madden}@csai.mit.edu

More information

Iterative Water-filling for Load-balancing in Wireless LAN or Microcellular Networks

Iterative Water-filling for Load-balancing in Wireless LAN or Microcellular Networks terative Water-fiing for Load-baancing in Wireess LAN or Microceuar Networks Jeremy K. Chen Theodore S. Rappaport Gustavo de Veciana Wireess Networking and Communications Group (WNCG), be University of

More information

A quantum model for the stock market

A quantum model for the stock market A quantum mode for the stock market Authors: Chao Zhang a,, Lu Huang b Affiiations: a Schoo of Physics and Engineering, Sun Yat-sen University, Guangzhou 5175, China b Schoo of Economics and Business Administration,

More information

This paper considers an inventory system with an assembly structure. In addition to uncertain customer

This paper considers an inventory system with an assembly structure. In addition to uncertain customer MANAGEMENT SCIENCE Vo. 51, No. 8, August 2005, pp. 1250 1265 issn 0025-1909 eissn 1526-5501 05 5108 1250 informs doi 10.1287/mnsc.1050.0394 2005 INFORMS Inventory Management for an Assemby System wh Product

More information

Market Design & Analysis for a P2P Backup System

Market Design & Analysis for a P2P Backup System Market Design & Anaysis for a P2P Backup System Sven Seuken Schoo of Engineering & Appied Sciences Harvard University, Cambridge, MA seuken@eecs.harvard.edu Denis Chares, Max Chickering, Sidd Puri Microsoft

More information

Business schools are the academic setting where. The current crisis has highlighted the need to redefine the role of senior managers in organizations.

Business schools are the academic setting where. The current crisis has highlighted the need to redefine the role of senior managers in organizations. c r o s os r oi a d s REDISCOVERING THE ROLE OF BUSINESS SCHOOLS The current crisis has highighted the need to redefine the roe of senior managers in organizations. JORDI CANALS Professor and Dean, IESE

More information

APPENDIX 10.1: SUBSTANTIVE AUDIT PROGRAMME FOR PRODUCTION WAGES: TROSTON PLC

APPENDIX 10.1: SUBSTANTIVE AUDIT PROGRAMME FOR PRODUCTION WAGES: TROSTON PLC Appendix 10.1: substantive audit programme for production wages: Troston pc 389 APPENDIX 10.1: SUBSTANTIVE AUDIT PROGRAMME FOR PRODUCTION WAGES: TROSTON PLC The detaied audit programme production wages

More information

A Latent Variable Pairwise Classification Model of a Clustering Ensemble

A Latent Variable Pairwise Classification Model of a Clustering Ensemble A atent Variabe Pairwise Cassification Mode of a Custering Ensembe Vadimir Berikov Soboev Institute of mathematics, Novosibirsk State University, Russia berikov@math.nsc.ru http://www.math.nsc.ru Abstract.

More information

READING A CREDIT REPORT

READING A CREDIT REPORT Name Date CHAPTER 6 STUDENT ACTIVITY SHEET READING A CREDIT REPORT Review the sampe credit report. Then search for a sampe credit report onine, print it off, and answer the questions beow. This activity

More information

Virtual trunk simulation

Virtual trunk simulation Virtua trunk simuation Samui Aato * Laboratory of Teecommunications Technoogy Hesinki University of Technoogy Sivia Giordano Laboratoire de Reseaux de Communication Ecoe Poytechnique Federae de Lausanne

More information

On Capacity Scaling in Arbitrary Wireless Networks

On Capacity Scaling in Arbitrary Wireless Networks On Capacity Scaing in Arbitrary Wireess Networks Urs Niesen, Piyush Gupta, and Devavrat Shah 1 Abstract arxiv:07112745v3 [csit] 3 Aug 2009 In recent work, Özgür, Lévêque, and Tse 2007) obtained a compete

More information

Introduction the pressure for efficiency the Estates opportunity

Introduction the pressure for efficiency the Estates opportunity Heathy Savings? A study of the proportion of NHS Trusts with an in-house Buidings Repair and Maintenance workforce, and a discussion of eary experiences of Suppies efficiency initiatives Management Summary

More information

SELECTING THE SUITABLE ERP SYSTEM: A FUZZY AHP APPROACH. Ufuk Cebeci

SELECTING THE SUITABLE ERP SYSTEM: A FUZZY AHP APPROACH. Ufuk Cebeci SELECTING THE SUITABLE ERP SYSTEM: A FUZZY AHP APPROACH Ufuk Cebeci Department of Industria Engineering, Istanbu Technica University, Macka, Istanbu, Turkey - ufuk_cebeci@yahoo.com Abstract An Enterprise

More information

PREFACE. Comptroller General of the United States. Page i

PREFACE. Comptroller General of the United States. Page i - I PREFACE T he (+nera Accounting Office (GAO) has ong beieved that the federa government urgenty needs to improve the financia information on which it bases many important decisions. To run our compex

More information

INTERNATIONAL PAYMENT INSTRUMENTS

INTERNATIONAL PAYMENT INSTRUMENTS INTERNATIONAL PAYMENT INSTRUMENTS Dr Nguyen Minh Duc 2009 1 THE INTERNATIONAL CHAMBER OF COMMERCE THE ICC AT A GLANCE represent the word business community at nationa and internationa eves promotes word

More information

arxiv:1506.05851v1 [cs.ai] 18 Jun 2015

arxiv:1506.05851v1 [cs.ai] 18 Jun 2015 Smart Pacing for Effective Onine Ad Campaign Optimization Jian Xu, Kuang-chih Lee, Wentong Li, Hang Qi, and Quan Lu Yahoo Inc. 7 First Avenue, Sunnyvae, Caifornia 9489 {xuian,kcee,wentong,hangqi,qu}@yahoo-inc.com

More information

Assessing Network Vulnerability Under Probabilistic Region Failure Model

Assessing Network Vulnerability Under Probabilistic Region Failure Model 2011 IEEE 12th Internationa Conference on High Performance Switching and Routing Assessing Networ Vunerabiity Under Probabiistic Region Faiure Mode Xiaoiang Wang, Xiaohong Jiang and Achie Pattavina State

More information

A Description of the California Partnership for Long-Term Care Prepared by the California Department of Health Care Services

A Description of the California Partnership for Long-Term Care Prepared by the California Department of Health Care Services 2012 Before You Buy A Description of the Caifornia Partnership for Long-Term Care Prepared by the Caifornia Department of Heath Care Services Page 1 of 13 Ony ong-term care insurance poicies bearing any

More information

Betting on the Real Line

Betting on the Real Line Betting on the Rea Line Xi Gao 1, Yiing Chen 1,, and David M. Pennock 2 1 Harvard University, {xagao,yiing}@eecs.harvard.edu 2 Yahoo! Research, pennockd@yahoo-inc.com Abstract. We study the probem of designing

More information

Oracle Hyperion Tax Provision. User's Guide Release 11.1.2.2

Oracle Hyperion Tax Provision. User's Guide Release 11.1.2.2 Orace Hyperion Tax Provision User's Guide Reease 11.1.2.2 Tax Provision User's Guide, 11.1.2.2 Copyright 2013, Orace and/or its affiiates. A rights reserved. Authors: EPM Information Deveopment Team Orace

More information

MARKETING INFORMATION SYSTEM (MIS)

MARKETING INFORMATION SYSTEM (MIS) LESSON 4 MARKETING INFORMATION SYSTEM (MIS) CONTENTS 4.0 Aims and Objectives 4.1 Introduction 4.2 MIS 4.2.1 Database 4.2.2 Interna Records 4.2.3 Externa Sources 4.3 Computer Networks and Internet 4.4 Data

More information

Design and Analysis of a Hidden Peer-to-peer Backup Market

Design and Analysis of a Hidden Peer-to-peer Backup Market Design and Anaysis of a Hidden Peer-to-peer Backup Market Sven Seuken, Denis Chares, Max Chickering, Mary Czerwinski Kama Jain, David C. Parkes, Sidd Puri, and Desney Tan December, 2015 Abstract We present

More information

LT Codes-based Secure and Reliable Cloud Storage Service

LT Codes-based Secure and Reliable Cloud Storage Service 2012 Proceedings IEEE INFOCOM LT Codes-based Secure and Reiabe Coud Storage Service Ning Cao Shucheng Yu Zhenyu Yang Wenjing Lou Y. Thomas Hou Worcester Poytechnic Institute, Worcester, MA, USA University

More information

Human Capital & Human Resources Certificate Programs

Human Capital & Human Resources Certificate Programs MANAGEMENT CONCEPTS Human Capita & Human Resources Certificate Programs Programs to deveop functiona and strategic skis in: Human Capita // Human Resources ENROLL TODAY! Contract Hoder Contract GS-02F-0010J

More information

Ricoh Legal. ediscovery and Document Solutions. Powerful document services provide your best defense.

Ricoh Legal. ediscovery and Document Solutions. Powerful document services provide your best defense. Ricoh Lega ediscovery and Document Soutions Powerfu document services provide your best defense. Our peope have aways been at the heart of our vaue proposition: our experience in your industry, commitment

More information

Design Considerations

Design Considerations Chapter 2: Basic Virtua Private Network Depoyment Page 1 of 12 Chapter 2: Basic Virtua Private Network Depoyment Before discussing the features of Windows 2000 tunneing technoogy, it is important to estabish

More information

Life Contingencies Study Note for CAS Exam S. Tom Struppeck

Life Contingencies Study Note for CAS Exam S. Tom Struppeck Life Contingencies Study Note for CAS Eam S Tom Struppeck (Revised 9/19/2015) Introduction Life contingencies is a term used to describe surviva modes for human ives and resuting cash fows that start or

More information

Leakage detection in water pipe networks using a Bayesian probabilistic framework

Leakage detection in water pipe networks using a Bayesian probabilistic framework Probabiistic Engineering Mechanics 18 (2003) 315 327 www.esevier.com/ocate/probengmech Leakage detection in water pipe networks using a Bayesian probabiistic framework Z. Pouakis, D. Vaougeorgis, C. Papadimitriou*

More information

NCH Software FlexiServer

NCH Software FlexiServer NCH Software FexiServer This user guide has been created for use with FexiServer Version 1.xx NCH Software Technica Support If you have difficuties using FexiServer pease read the appicabe topic before

More information

SPOTLIGHT. A year of transformation

SPOTLIGHT. A year of transformation WINTER ISSUE 2014 2015 SPOTLIGHT Wecome to the winter issue of Oasis Spotight. These newsetters are designed to keep you upto-date with news about the Oasis community. This quartery issue features an artice

More information

Pricing and hedging of variable annuities

Pricing and hedging of variable annuities Cutting Edge Pricing and hedging of variabe annuities Variabe annuity products are unit-inked investments with some form of guarantee, traditionay sod by insurers or banks into the retirement and investment

More information

Learning from evaluations Processes and instruments used by GIZ as a learning organisation and their contribution to interorganisational learning

Learning from evaluations Processes and instruments used by GIZ as a learning organisation and their contribution to interorganisational learning Monitoring and Evauation Unit Learning from evauations Processes and instruments used by GIZ as a earning organisation and their contribution to interorganisationa earning Contents 1.3Learning from evauations

More information

Spatio-Temporal Asynchronous Co-Occurrence Pattern for Big Climate Data towards Long-Lead Flood Prediction

Spatio-Temporal Asynchronous Co-Occurrence Pattern for Big Climate Data towards Long-Lead Flood Prediction Spatio-Tempora Asynchronous Co-Occurrence Pattern for Big Cimate Data towards Long-Lead Food Prediction Chung-Hsien Yu, Dong Luo, Wei Ding, Joseph Cohen, David Sma and Shafiqu Isam Department of Computer

More information

Series B, US Dollar Hedged Series F

Series B, US Dollar Hedged Series F SIMPLIFIED PROSPECTUS Russe Funds June 30, 2015 No securities reguatory authority has expressed an opinion about these securities and it is an offence to caim otherwise. The funds and their securities

More information

CERTIFICATE COURSE ON CLIMATE CHANGE AND SUSTAINABILITY. Course Offered By: Indian Environmental Society

CERTIFICATE COURSE ON CLIMATE CHANGE AND SUSTAINABILITY. Course Offered By: Indian Environmental Society CERTIFICATE COURSE ON CLIMATE CHANGE AND SUSTAINABILITY Course Offered By: Indian Environmenta Society INTRODUCTION The Indian Environmenta Society (IES) a dynamic and fexibe organization with a goba vision

More information

Efficient Data Partitioning Model for Heterogeneous Graphs in the Cloud

Efficient Data Partitioning Model for Heterogeneous Graphs in the Cloud Efficient Data Partitioning Mode for Heterogeneous Graphs in the Coud Kisung Lee Georgia Institute of Technoogy ksee@gatech.edu Ling Liu Georgia Institute of Technoogy ingiu@cc.gatech.edu ABSTRACT As the

More information

Non-orthogonal Direct Access for Small Data Transmission in Cellular MTC Networks

Non-orthogonal Direct Access for Small Data Transmission in Cellular MTC Networks Non-orthogona Direct Access for Sma Data Transmission in Ceuar MTC Networks Keng-Te Liao, Chia-Han Lee, Tzu-Ming Lin, Chien-Min Lee, and Wen-Tsuen Chen Academia Sinica, Taipei, Taiwan Industria Technoogy

More information

Technical Support Guide for online instrumental lessons

Technical Support Guide for online instrumental lessons Technica Support Guide for onine instrumenta essons This is a technica guide for Music Education Hubs, Schoos and other organisations participating in onine music essons. The guidance is based on the technica

More information

The eg Suite Enabing Rea-Time Monitoring and Proactive Infrastructure Triage White Paper Restricted Rights Legend The information contained in this document is confidentia and subject to change without

More information

A PERFORMANCE AUDIT REPORT ON THE MANAGEMENT OF PRIMARY HEALTH CARE: A CASE STUDY OF HEALTH CENTERS

A PERFORMANCE AUDIT REPORT ON THE MANAGEMENT OF PRIMARY HEALTH CARE: A CASE STUDY OF HEALTH CENTERS THE UNITED REPUBLIC OF TANZANIA NATIONAL AUDIT OFFICE (NAO) A PERFORMANCE AUDIT REPORT ON THE MANAGEMENT OF PRIMARY HEALTH CARE: A CASE STUDY OF HEALTH CENTERS A REPORT OF THE CONTROLLER AND AUDITOR GENERAL

More information

How to Cut Health Care Costs

How to Cut Health Care Costs How to Cut Heath Care Costs INSIDE: TEN TIPS FOR MEDICARE BENEFICIARIES What is one of the biggest financia surprises in retirement? Heath care costs. It s a growing concern among many Medicare beneficiaries,

More information

Normalization of Database Tables. Functional Dependency. Examples of Functional Dependencies: So Now what is Normalization? Transitive Dependencies

Normalization of Database Tables. Functional Dependency. Examples of Functional Dependencies: So Now what is Normalization? Transitive Dependencies ISM 602 Dr. Hamid Nemati Objectives The idea Dependencies Attributes and Design Understand concepts normaization (Higher-Leve Norma Forms) Learn how to normaize tabes Understand normaization and database

More information

Betting Strategies, Market Selection, and the Wisdom of Crowds

Betting Strategies, Market Selection, and the Wisdom of Crowds Betting Strategies, Market Seection, and the Wisdom of Crowds Wiemien Kets Northwestern University w-kets@keogg.northwestern.edu David M. Pennock Microsoft Research New York City dpennock@microsoft.com

More information

Older people s assets: using housing equity to pay for health and aged care

Older people s assets: using housing equity to pay for health and aged care Key words: aged care; retirement savings; reverse mortgage; financia innovation; financia panning Oder peope s assets: using housing equity to pay for heath and aged care The research agenda on the ageing

More information

Hedge Fund Capital Accounts and Revaluations: Are They Section 704(b) Compliant?

Hedge Fund Capital Accounts and Revaluations: Are They Section 704(b) Compliant? o EDITED BY ROGER F. PILLOW, LL.M. PARTNERSHIPS, S CORPORATIONS & LLCs Hedge Fund Capita Accounts and Revauations: Are They Section 704(b) Compiant? THOMAS GRAY Hedge funds treated as partnerships for

More information

Oligopoly in Insurance Markets

Oligopoly in Insurance Markets Oigopoy in Insurance Markets June 3, 2008 Abstract We consider an oigopoistic insurance market with individuas who differ in their degrees of accident probabiities. Insurers compete in coverage and premium.

More information

Breakeven analysis and short-term decision making

Breakeven analysis and short-term decision making Chapter 20 Breakeven anaysis and short-term decision making REAL WORLD CASE This case study shows a typica situation in which management accounting can be hepfu. Read the case study now but ony attempt

More information

Best Practices for Push & Pull Using Oracle Inventory Stock Locators. Introduction to Master Data and Master Data Management (MDM): Part 1

Best Practices for Push & Pull Using Oracle Inventory Stock Locators. Introduction to Master Data and Master Data Management (MDM): Part 1 SPECIAL CONFERENCE ISSUE THE OFFICIAL PUBLICATION OF THE Orace Appications USERS GROUP spring 2012 Introduction to Master Data and Master Data Management (MDM): Part 1 Utiizing Orace Upgrade Advisor for

More information