LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING

Size: px
Start display at page:

Download "LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING"

Transcription

1 LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING 1 MS. POOJA.P.VASANI, 2 MR. NISHANT.S. SANGHANI 1 M.Tech. [Software Systems] Student, Patel College of Scence and Technology, Rajv Gandh Proudyogk Vshwavdyalaya, Bhopal, M.P., Inda 2 M.E. [Computer Engneerng] Student, Computer Engneerng Department, V.V.P. Engneerng College, Rajkot, Gujarat, Inda poojavasan@ymal.com, nshantssn@yahoo.co.n, ABSTRACT: Cloud computng s a latest new computng paradgm where applcatons, data and IT servces are provded over the Internet. Cloud computng serves dfferent types of the resources n vrtualzed form whch can be utlsed dynamcally. There are dfferent number of ssues whch can be researched out for the proper allocaton and better utlzaton of the vrtualzed resources usng schedulng. In the process of schedulng some ntensve data or computng an ntensve applcaton, t s acknowledged that optmzng the transferrng and processng tme s crucal to an applcaton program. The Task management s the key role n cloud computng systems. Task schedulng problems are premer whch relate to the effcency of the whole cloud computng facltes. The man am of ths work s to study varous problems, ssues and types of task schedulng algorthms for cloud computng. Keywords Cloud Computng, Task Schedulng. 1. INTRODUCTION The cloud computng s a large group of nterconnected computers and cloud symbol represents a group of systems or complcated networks. Cloud computng s one way of communcaton among the varous system n the network wth the help of nternet. [9] Cloud computng s a computng paradgm, where a large pool of systems are connected n prvate or publc networks, to provde dynamcally scalable nfrastructure for applcaton, data and fle storage. Wth the advent of ths technology, the cost of computaton, applcaton hostng, content storage and delvery s reduced sgnfcantly. [8] Cloud computng s a marketng term for technologes that provde computaton, software, data access, and storage servces that do not requre enduser knowledge of the physcal locaton and confguraton of the system that delvers the servces. [1] Cloud computng s on demand resources provsonng whch means to provde the avalable resources based on the requrement of the resources. Cloud computng s a subscrpton based. Cloud computng s a pay as per usage and relable leads to an effcent network. Cloud Computng s an emergng technque and t s very successful because of the followng features lke relable, secure, fast, fault tolerance and effcent communcaton etc., among dfferent network.[9] Schedulng s used to allocate partcular resources for a certan tasks n partcular tme. Task schedulng problem s a core and challengng ssue n cloud computng. The Task executon tme cannot be predcted n cloud computng. Hence the scheduler must be dynamc. The purpose of schedulng s to ncrease the utlzaton of resources. [9] Schedulng process n cloud can be generalzed nto three stages namely Resource dscoverng and flterng- Datacenter broker dscovers the resources present n the network system and collects status nformaton related to them. Resource selecton- Target resource s selected based on certan parameters of task and resource. Ths s a decdng stage. Task submsson- Task s submtted to resource selected. [10] ISSN: NOV 12 TO OCT 13 VOLUME 02, ISSUE 02 Page 298

2 CLOUD SERVICES Cloud computng can be thought as dfferent layers or models whch provde dfferent servces. Cloud contans three types of servces as follows. 1. Infrastructure-as-a-Servce(IaaS)- Ths type of cloud computng dstrbutes a full computer nfrastructure va the Internet. Most popular IaaS provder lke Amazon Web Servces offers vrtual server nstances wth unque IP addresses and block of storage on demand. Here customers usually use the servce provder s applcaton program nterface to start, stop, access, modfy and confgure ther vrtual servers and storage as s needed. In the enterprse, cloud computng allocates servces to a company to pay for only as much faclty as s requred, and brng more flexble tools onlne as soon as requred. [11] CLOUD DEPLOYMENT MODELS Cloud Computng technology and servces can be mplemented n dfferent ways accordng to ther purpose and characterstcs. These dfferent types of deployment of Cloud are categorzed n four ways as follows. [1-7] 1. Publc Cloud: A publc cloud s one based on the standard cloud computng model, n whch a servce provder makes resources, such as applcatons and storage, avalable to the general publc over the Internet. Publc cloud servces may be free or offered on a pay-per-usage model. 2. Communty cloud: Communty cloud shares nfrastructure between several organzatons from a specfc communty wth common concerns (securty, complance, jursdcton, etc.), whether managed nternally or by a thrd-party and hosted nternally or externally. The costs are spread over fewer users than a publc cloud (but more than a prvate cloud), so only some of the benefts of cloud computng are realzed. 3. Hybrd cloud: Hybrd cloud s a composton of two or more clouds (prvate, communty, or publc) that reman unque enttes but are bound together, offerng the benefts of multple deployment models. It can also be defned as multple cloud systems that are connected n a way that allows programs and data to be moved easly from one deployment system to another. Fg1. Cloud Servces [11] 2. Platform-as-a-Servce(PaaS)- Ths type of cloud computng offers a product development tool or envronment that users can access and utlze onlne, even n collaboraton wth others and hosted on the provder's nfrastructure. In PaaS, developers create applcatons on the servce provder's platform over the Internet. PaaS servce provders may use Applcaton Program Interfaces (APIs), gateway software or webste portals nstalled on the customer's premses. [11] 3. Software-as-a-Servce (SaaS) - Ths type of cloud computng model offers users the hardware nfrastructure, the software product and nterrelates wth the users through a front-end gateway or portal. Here a provder authorzes an applcaton to clents ether as a servce on demand n a "pay-as-you-go" model or at no charge by a subscrpton. Lke we can say that we have a sky drve n Hotmal. There we can save our word, PowerPont document and when we need to edt them we can easly do t. [11] 4. Prvate cloud: Prvate cloud s nfrastructure operated solely for a sngle organzaton, whether managed nternally or by a thrd-party and hosted nternally or externally. Fg2. Cloud deployment models [1-7] 2. ALGORITHMS AND METRICS A. Tasks Schedulng optmzaton for the Cloud Computng Systems ISSN: NOV 12 TO OCT 13 VOLUME 02, ISSUE 02 Page 299

3 Task schedulng algorthm s an NPcompleteness problem whch play key role n cloud computng. In Hadoop, the open-source mplementaton of MapReduce, many schedulng polces such as FIFO schedulng s used by the master node to dstrbute watng tasks to computng nodes. So t can stll acheve more mprovement n the task schedulng process. Therefore, n ths paper, we purpose an optmzed algorthm based on the Fuzzy-GA optmzaton whch makes a schedulng decson by evaluatng the entre group of task n the job queue. [12] Here, the model works on the followng aspects Task Model and Related Propertes Suppose that a cloud computng system consst of heterogeneous process unt possess of m (m>1) unts. The tasks n ths system features are as follows: a) Tasks are aperodc;.e., task arrval tmes are not known a pror. Every task has the attrbutes arrval tme (a), worst case computaton tme (c), and deadlne (d). The ready tme of a task s equal to ts arrval tme. b) Tasks are nonpre-emptve; each of them s ndependent. c) Each task has two ways of access to a process unt:(1)exclusve access, n whch case no other task can use the resource wth t, or (2) shared access, n whch case t can share the resource wth another task (the other task also should be wllng to share the resource). Predcted Executon Tme Mode The statstcal modelng approach - Kernel Canoncal Correlaton Analyss (KCCA), whch representng each Hadoop job as a feature vector of job characterstcs and a correspondng vector of performance metrcs. From the Hadoop job logs, performance feature vectors, such as map tme, reduce tme, total executon tme, map output bytes, HDFS bytes wrtten, and locally wrtten bytes, could be extracted. These results convncngly demonstrate the effectveness of ths approach whch can also be used for our mechansm of MapReduce schedulng optmzaton. System Model The system model descrbes the data store and computng cluster that jobs could be assgned to the cluster ncludes machnes arranged n a general treeshaped swtched network. Reschedule When a task cannot be completed due to a dsk falure, processor falure, or other problems, the job may never get complete. A tme out Tout could be set for ths stuaton and the non-completed tasks could be rescheduled n the next calculaton. Other than falures, when new jobs arrve, the new jobs also need to be scheduled wth uncompleted tasks. Objectve Functon The objectve functon for our algorthm s the latest completon tme of the task schedule, referred as Makespan. The Makespan s calculated n objectve functon. Where t represents the tme that processor wll have fnshed the prevously assgned jobs and E[t][] s the predcted executon tme that task t s processed on processor. Schedulng Optmzer A master processor unt n cloud, collectng all tasks, wll take charge of dspatchng them to other process unts. Each process unt has ts own dspatch queue (DQ). The master unt communcates wth other process unts through these dspatch queues. Ths organzaton ensures that processor unts always fnd some tasks n the dspatch queue when t fnshes the executon of ther current task. The master unt works n parallel wth other unts, schedulng the newly arrved tasks, and perodcally updatng the dspatch queues. Tasks are sorted ascendng by the value of deadlnes. Reasons to choose GA as an optmzaton algorthm s smplcty of operaton and power of effect. It s sutable to some NP-hard problems. o Fuzzfcaton The Fuzzfcaton comprses the process of transformng values nto grades of membershp for lngustc terms of fuzzy sets. The membershp functon s used to assocate a grade to each lngustc term. o Genome representaton We use drect representaton. For job schedulng problem, a drect representaton s obtaned as follows. Feasble solutons are encoded n a vector, called schedule, of sze n tasks, where the numbers ndcates the slot where task s assgned by the schedule. Thus, the values of ths vector are natural numbers ncluded n the range [1; m slots]. o Genetc Operators In the ntalzaton process, the slot number (node number) whch has the data for the task s chosen as the ntal schedule. If there are several choces for one task, the slot number s randomly selected among these slots. Algorthm I. Get new tasks to be scheduled. The tasks to be scheduled nclude the uncompleted task and new jobs. But f jobs arrve n dynamcally and make too many jobs watng to be assgned at one tme, the sldng-wndow technque could be used as an opton. The wndow sze s fxed. Tasks fall nto the sldng wndow wll get scheduled. II. Generatng E matrx for the job Usng KCCA technque to predct the executon tme of any ndvdual task assgned to every node. III. Get the current state of the system. IV. Fuzzfcaton of all above parameter to get optmzed task schedule. ISSN: NOV 12 TO OCT 13 VOLUME 02, ISSUE 02 Page 300

4 V. The Fuzzfy parameter Map n GA to get optmzed. a. Generate an ntal populaton of chromosomes randomly. b. Evaluate the ftness of each chromosome n the populaton. Evaluate P accordng to nformaton n E c. Create a new populaton by repeatng the followng steps untl the new populaton s complete, Selecton: Select two parent chromosomes from a populaton accordng to ther ftness. (The better the ftness, the hgher s the chance for gettng selected). Crossover Wth a crossover probablty, do cross over operatons on the parents to form new offsprng. If no crossover s performed, offsprng s the exact copy of the parents. Mutaton wth a mutaton probablty, mutate new offsprng at each locus (Poston n chromosome) Acceptance Place the new offsprng n the new populaton. d. Usng the newly generated populaton for a further sum of the algorthm. e. If the test condton s satsfed, stop and return the best soluton n the current populaton. f. Repeat Step c untl the target s met. VI. Fnally obtan the optmal soluton. B. Task Schedulng Optmzaton n Cloud Computng Based on Heurstc Algorthm In ths paper n order to mnmze the cost of the processng a model for task schedulng and propose a partcle swarm optmzaton (PSO) algorthm whch s based on small poston value rule s formulated. By vrtue of comparng PSO algorthm wth the PSO algorthm embedded n crossover and mutaton and n the local research, the experment results show the PSO algorthm not only converges faster but also runs faster than the other two algorthms n a large scale. The experment results prove that the PSO algorthm s more sutable to cloud computng. [14] The PSO Algorthm The algorthm begns wth k random partcle vector and each partcle s n n dmensons. Every partcle vector s a canddate soluton of the underlyng problem. The partcles are the task to be assgned and the dmensons of the partcle are the number of the specal tasks n a workflow. Then, each partcle moves by the drecton on the pbest and gbest untl the maxmal number of teratons. When the algorthm executes over, the gbest and ftness value are the correspondng task schedulng and the mnmal cost of the optmal strategy. PSO algorthm 1. Intalze partcle poston vector and velocty vector randomly. The vector's dmenson equal to the sze of the specal tasks. 2. Convert the contnuous poston vector (x k = [x 1, x 2,, x n ]) to dscrete vector (s k = [s 1, s 2,, s n ]) n lght of SPV rule. Then, transform the (s k = [s 1, s 2,,s n ]) to processor's vector (p k = [p 1, p 2,, p n ]). 3. If one partcle's ftness value s better than current, settng current value replace prevous pbest and as the new pbest. 4. Selectng the best partcle from the entre partcle as the gbest. 5. For all partcles update ther poston and velocty. 6. If reachng to the maxmum teraton or gettng the deal result stops, otherwse repeatng from Step 2. C. Comparson of load balancng algorthms n a Cloud Here the jobs are submtted by the clents to the computng system. As the submtted jobs arrve to the cloud they are queued n the stack. The cloud manager estmates the job sze and checks for the avalablty of the vrtual machne and also the capacty of the vrtual machne. Once the job sze and the avalable resource (vrtual machne) sze match, the job scheduler mmedately allocates the dentfed resource to the job n queue. The mpact of the ESCE algorthm s that there s an mprovement n response tme and the processng tme. The jobs are equally spread, the complete computng system s load balanced and no vrtual machnes are underutlzed. Due to ths advantage, there s reducton n the vrtual machne cost and the data transfer cost. [13] ESCE LOAD ALGORITHM ACTIVE VM LOAD BALANCER [START] Step1:- fnd the next avalable VM Step2:-check for all current allocaton count s less than max length of VM lst allocate the VM Step3:- f avalable VM s not allocated create a new one n Step 4:- count the actve load on each VM Step5:- return the d of those VM whch s havng least load [END] D. A Dynamc Optmzaton Algorthm for Task Schedulng n Cloud Envronment Ths paper proposes a schedulng algorthm whch addresses these major challenges of task ISSN: NOV 12 TO OCT 13 VOLUME 02, ISSUE 02 Page 301

5 schedulng n cloud. The ncomng tasks are grouped on the bass of task requrement lke mnmum executon tme or mnmum cost and prortzed. Resource selecton s done on the bass of task constrants usng a greedy approach. [10] Algorthm An optmum schedulng algorthm s proposed and Implemented n ths secton. The proposed algorthm works as follows 1. Incomng tasks to the broker are grouped on the bass of ther type deadlne constraned or low cost requrement. 2. After ntal groupng they are prortzed accordng to deadlne or proft. Ths s requred because the tasks wth shorter deadlne need to be scheduled frst and smlarly the tasks resultng n more proft should be scheduled on lost cost machnes. Thus, the prortzng parameter s dfferent based on the nature or type of task. 3. A. For each prortzed task n deadlne constraned group ) Turnaround tme at each resource s calculated takng followng parameters nto account. Watng tme Task length Processng Power of vrtual machne ) The vrtual machne wth mnmum turnaround tme that s capable to execute the task s selected and task s scheduled for executon on that machne. ) Watng tme and resource capacty of selected machnes are updated accordngly. B. For cost based group ) Vrtual Machnes are selected on the bass of processng power of machne and ts cost ) For each vrtual machne cloudlets from the group are scheduled tll the resource capacty s permtted. ) Resource capacty and watng tme are updated accordngly. 3. CONCLUSION Cloud task schedulng algorthms are desgned to support large scale applcatons and to support cloud nfrastructure. Varous algorthms are proposed n order to acheve proper schedulng n cloud computng envronment through the better resource allocaton and optmzaton. Better performance and effcency can be acheved by applyng varous dfferent proposed technques dscussed above. In ths paper, analyss and overvew of varous dfferent task schedulng algorthms s carred out whch uses dfferent parameters lke tme, cost, and make span, speed, scalablty, resource allocaton, schedulng and sophstcated tools. 4. REFERENCES [1] Cloud computng resources. ml [2] ml [3] [4] [5] /hstory.html [6] [7] Torry hars CLOUD COMPUTING An Overvew [8] V. Venkatesa Kumar and K. Dnesh Job Schedulng Usng Fuzzy Neural Network Algorthm n Cloud Envronment Bonfrng Internatonal Journal of Man Machne Interface, Vol. 2, No. 1, March 2012 [9] Monka Choudhary and Sateesh Kumar Peddoju A Dynamc Optmzaton Algorthm for Task Schedulng n Cloud Envronment Internatonal Journal of Engneerng Research and Applcatons (IJERA), Vol. 2, Issue 3, May-Jun 2012, pp [10] Sudhr Sngh Performance Optmzaton n Gang Schedulng In Cloud Computng IOSR Journal of Computer Engneerng (IOSRJCE), ISSN: Vol. 2, Issue 4, July-Aug. 2012, pp [11] Sandeep Tayal Tasks Schedulng optmzaton for the Cloud Computng Systems Internatonal Journal Of Advanced Engneerng Scences And Technologes, Vol No. 5, Issue No. 2, pp [12] Jaspreet kaur Comparson of load balancng algorthms n a Cloud Internatonal Journal of Engneerng Research and Applcatons, Vol. 2, Issue 3, May-Jun 2012, pp [13] Lzheng Guo, Shuguang Zhao, Shgen Shen, Changyuan Jang Task Schedulng Optmzaton n Cloud Computng Based on Heurstc Algorthm, JOURNAL OF NETWORKS, VOL. 7, NO. 3, MARCH 2012 ISSN: NOV 12 TO OCT 13 VOLUME 02, ISSUE 02 Page 302

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1

Open Access A Load Balancing Strategy with Bandwidth Constraint in Cloud Computing. Jing Deng 1,*, Ping Guo 2, Qi Li 3, Haizhu Chen 1 Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 2014, 8, 115-121 115 Open Access A Load Balancng Strategy wth Bandwdth Constrant n Cloud Computng Jng Deng 1,*,

More information

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop IWFMS: An Internal Workflow Management System/Optmzer for Hadoop Lan Lu, Yao Shen Department of Computer Scence and Engneerng Shangha JaoTong Unversty Shangha, Chna lustrve@gmal.com, yshen@cs.sjtu.edu.cn

More information

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers Journal of Computatonal Informaton Systems 7: 13 (2011) 4740-4747 Avalable at http://www.jofcs.com A Load-Balancng Algorthm for Cluster-based Mult-core Web Servers Guohua YOU, Yng ZHAO College of Informaton

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

An Optimal Model for Priority based Service Scheduling Policy for Cloud Computing Environment

An Optimal Model for Priority based Service Scheduling Policy for Cloud Computing Environment An Optmal Model for Prorty based Servce Schedulng Polcy for Cloud Computng Envronment Dr. M. Dakshayn Dept. of ISE, BMS College of Engneerng, Bangalore, Inda. Dr. H. S. Guruprasad Dept. of ISE, BMS College

More information

Intelligent Method for Cloud Task Scheduling Based on Particle Swarm Optimization Algorithm

Intelligent Method for Cloud Task Scheduling Based on Particle Swarm Optimization Algorithm Unversty of Nzwa, Oman December 9-11, 2014 Page 39 THE INTERNATIONAL ARAB CONFERENCE ON INFORMATION TECHNOLOGY (ACIT2014) Intellgent Method for Cloud Task Schedulng Based on Partcle Swarm Optmzaton Algorthm

More information

Sciences Shenyang, Shenyang, China.

Sciences Shenyang, Shenyang, China. Advanced Materals Research Vols. 314-316 (2011) pp 1315-1320 (2011) Trans Tech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.314-316.1315 Solvng the Two-Obectve Shop Schedulng Problem n MTO Manufacturng

More information

Profit-Aware DVFS Enabled Resource Management of IaaS Cloud

Profit-Aware DVFS Enabled Resource Management of IaaS Cloud IJCSI Internatonal Journal of Computer Scence Issues, Vol. 0, Issue, No, March 03 ISSN (Prnt): 694-084 ISSN (Onlne): 694-0784 www.ijcsi.org 37 Proft-Aware DVFS Enabled Resource Management of IaaS Cloud

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Optimal Provisioning of Resource in a Cloud Service

Optimal Provisioning of Resource in a Cloud Service ISSN (Onlne): 169-081 95 Optmal Provsonng of Resource n a Cloud Servce Yee Mng Chen 1 Shn-Yng Tsa Department of Industral Engneerng and Management Yuan Ze Unversty 135 Yuan-Tung Rd. Chung-L Tao-Yuan Tawan

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Dynamic Fleet Management for Cybercars

Dynamic Fleet Management for Cybercars Proceedngs of the IEEE ITSC 2006 2006 IEEE Intellgent Transportaton Systems Conference Toronto, Canada, September 17-20, 2006 TC7.5 Dynamc Fleet Management for Cybercars Fenghu. Wang, Mng. Yang, Ruqng.

More information

J. Parallel Distrib. Comput. Environment-conscious scheduling of HPC applications on distributed Cloud-oriented data centers

J. Parallel Distrib. Comput. Environment-conscious scheduling of HPC applications on distributed Cloud-oriented data centers J. Parallel Dstrb. Comput. 71 (2011) 732 749 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. ournal homepage: www.elsever.com/locate/pdc Envronment-conscous schedulng of HPC applcatons

More information

Methodology to Determine Relationships between Performance Factors in Hadoop Cloud Computing Applications

Methodology to Determine Relationships between Performance Factors in Hadoop Cloud Computing Applications Methodology to Determne Relatonshps between Performance Factors n Hadoop Cloud Computng Applcatons Lus Eduardo Bautsta Vllalpando 1,2, Alan Aprl 1 and Alan Abran 1 1 Department of Software Engneerng and

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Optimization Model of Reliable Data Storage in Cloud Environment Using Genetic Algorithm

Optimization Model of Reliable Data Storage in Cloud Environment Using Genetic Algorithm Internatonal Journal of Grd Dstrbuton Computng, pp.175-190 http://dx.do.org/10.14257/gdc.2014.7.6.14 Optmzaton odel of Relable Data Storage n Cloud Envronment Usng Genetc Algorthm Feng Lu 1,2,3, Hatao

More information

Cloud Auto-Scaling with Deadline and Budget Constraints

Cloud Auto-Scaling with Deadline and Budget Constraints Prelmnary verson. Fnal verson appears In Proceedngs of 11th ACM/IEEE Internatonal Conference on Grd Computng (Grd 21). Oct 25-28, 21. Brussels, Belgum. Cloud Auto-Scalng wth Deadlne and Budget Constrants

More information

Load Balancing By Max-Min Algorithm in Private Cloud Environment

Load Balancing By Max-Min Algorithm in Private Cloud Environment Internatonal Journal of Scence and Research (IJSR ISSN (Onlne: 2319-7064 Index Coperncus Value (2013: 6.14 Impact Factor (2013: 4.438 Load Balancng By Max-Mn Algorthm n Prvate Cloud Envronment S M S Suntharam

More information

Resource Scheduling in Desktop Grid by Grid-JQA

Resource Scheduling in Desktop Grid by Grid-JQA The 3rd Internatonal Conference on Grd and Pervasve Computng - Worshops esource Schedulng n Destop Grd by Grd-JQA L. Mohammad Khanl M. Analou Assstant professor Assstant professor C.S. Dept.Tabrz Unversty

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

A Programming Model for the Cloud Platform

A Programming Model for the Cloud Platform Internatonal Journal of Advanced Scence and Technology A Programmng Model for the Cloud Platform Xaodong Lu School of Computer Engneerng and Scence Shangha Unversty, Shangha 200072, Chna luxaodongxht@qq.com

More information

METHODOLOGY TO DETERMINE RELATIONSHIPS BETWEEN PERFORMANCE FACTORS IN HADOOP CLOUD COMPUTING APPLICATIONS

METHODOLOGY TO DETERMINE RELATIONSHIPS BETWEEN PERFORMANCE FACTORS IN HADOOP CLOUD COMPUTING APPLICATIONS METHODOLOGY TO DETERMINE RELATIONSHIPS BETWEEN PERFORMANCE FACTORS IN HADOOP CLOUD COMPUTING APPLICATIONS Lus Eduardo Bautsta Vllalpando 1,2, Alan Aprl 1 and Alan Abran 1 1 Department of Software Engneerng

More information

Preventive Maintenance and Replacement Scheduling: Models and Algorithms

Preventive Maintenance and Replacement Scheduling: Models and Algorithms Preventve Mantenance and Replacement Schedulng: Models and Algorthms By Kamran S. Moghaddam B.S. Unversty of Tehran 200 M.S. Tehran Polytechnc 2003 A Dssertaton Proposal Submtted to the Faculty of the

More information

Optimal Scheduling in the Hybrid-Cloud

Optimal Scheduling in the Hybrid-Cloud Optmal Schedulng n the Hybrd-Cloud Mark Shfrn Faculty of Electrcal Engneerng Technon, Israel Emal: shfrn@tx.technon.ac.l Ram Atar Faculty of Electrcal Engneerng Technon, Israel Emal: atar@ee.technon.ac.l

More information

QoS-based Scheduling of Workflow Applications on Service Grids

QoS-based Scheduling of Workflow Applications on Service Grids QoS-based Schedulng of Workflow Applcatons on Servce Grds Ja Yu, Rakumar Buyya and Chen Khong Tham Grd Computng and Dstrbuted System Laboratory Dept. of Computer Scence and Software Engneerng The Unversty

More information

Hosting Virtual Machines on Distributed Datacenters

Hosting Virtual Machines on Distributed Datacenters Hostng Vrtual Machnes on Dstrbuted Datacenters Chuan Pham Scence and Engneerng, KyungHee Unversty, Korea pchuan@khu.ac.kr Jae Hyeok Son Scence and Engneerng, KyungHee Unversty, Korea sonaehyeok@khu.ac.kr

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School Robust Desgn of Publc Storage Warehouses Yemng (Yale) Gong EMLYON Busness School Rene de Koster Rotterdam school of management, Erasmus Unversty Abstract We apply robust optmzaton and revenue management

More information

Cost-based Scheduling of Scientific Workflow Applications on Utility Grids

Cost-based Scheduling of Scientific Workflow Applications on Utility Grids Cost-based Schedulng of Scentfc Workflow Applcatons on Utlty Grds Ja Yu, Rakumar Buyya and Chen Khong Tham Grd Computng and Dstrbuted Systems Laboratory Dept. of Computer Scence and Software Engneerng

More information

Checkng and Testng in Nokia RMS Process

Checkng and Testng in Nokia RMS Process An Integrated Schedulng Mechansm for Fault-Tolerant Modular Avoncs Systems Yann-Hang Lee Mohamed Youns Jeff Zhou CISE Department Unversty of Florda Ganesvlle, FL 326 yhlee@cse.ufl.edu Advanced System Technology

More information

Adaptive and Dynamic Load Balancing in Grid Using Ant Colony Optimization

Adaptive and Dynamic Load Balancing in Grid Using Ant Colony Optimization Sandp Kumar Goyal et al. / Internatonal Journal of Engneerng and Technology (IJET) Adaptve and Dynamc Load Balancng n Grd Usng Ant Colony Optmzaton Sandp Kumar Goyal 1, Manpreet Sngh 1 Department of Computer

More information

Power Consumption Optimization Strategy of Cloud Workflow. Scheduling Based on SLA

Power Consumption Optimization Strategy of Cloud Workflow. Scheduling Based on SLA Power Consumpton Optmzaton Strategy of Cloud Workflow Schedulng Based on SLA YONGHONG LUO, SHUREN ZHOU School of Computer and Communcaton Engneerng Changsha Unversty of Scence and Technology 960, 2nd Secton,

More information

An Energy-Efficient Data Placement Algorithm and Node Scheduling Strategies in Cloud Computing Systems

An Energy-Efficient Data Placement Algorithm and Node Scheduling Strategies in Cloud Computing Systems 2nd Internatonal Conference on Advances n Computer Scence and Engneerng (CSE 2013) An Energy-Effcent Data Placement Algorthm and Node Schedulng Strateges n Cloud Computng Systems Yanwen Xao Massve Data

More information

Resource Sharing Models and Heuristic Load Balancing Methods for

Resource Sharing Models and Heuristic Load Balancing Methods for Resource Sharng Models and Heurstc Load Balancng Methods for Grd Schedulng Problems Wanneng Shu 1,2, Lxn Dng 2,3,*, Shenwen Wang 2,3 1 College of Computer Scence, South-Central Unversty for Natonaltes,

More information

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

More information

Vembu StoreGrid Windows Client Installation Guide

Vembu StoreGrid Windows Client Installation Guide Ser v cepr ov dered t on Cl enti nst al l at ongu de W ndows Vembu StoreGrd Wndows Clent Installaton Gude Download the Wndows nstaller, VembuStoreGrd_4_2_0_SP_Clent_Only.exe To nstall StoreGrd clent on

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Optimized ready mixed concrete truck scheduling for uncertain factors using bee algorithm

Optimized ready mixed concrete truck scheduling for uncertain factors using bee algorithm Songklanakarn J. Sc. Technol. 37 (2), 221-230, Mar.-Apr. 2015 http://www.sst.psu.ac.th Orgnal Artcle Optmzed ready mxed concrete truck schedulng for uncertan factors usng bee algorthm Nuntana Mayteekreangkra

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center Dynamc Resource Allocaton and Power Management n Vrtualzed Data Centers Rahul Urgaonkar, Ulas C. Kozat, Ken Igarash, Mchael J. Neely urgaonka@usc.edu, {kozat, garash}@docomolabs-usa.com, mjneely@usc.edu

More information

Ants Can Schedule Software Projects

Ants Can Schedule Software Projects Ants Can Schedule Software Proects Broderck Crawford 1,2, Rcardo Soto 1,3, Frankln Johnson 4, and Erc Monfroy 5 1 Pontfca Unversdad Católca de Valparaíso, Chle FrstName.Name@ucv.cl 2 Unversdad Fns Terrae,

More information

CloudMedia: When Cloud on Demand Meets Video on Demand

CloudMedia: When Cloud on Demand Meets Video on Demand CloudMeda: When Cloud on Demand Meets Vdeo on Demand Yu Wu, Chuan Wu, Bo L, Xuanja Qu, Francs C.M. Lau Department of Computer Scence, The Unversty of Hong Kong, Emal: {ywu,cwu,xjqu,fcmlau}@cs.hku.hk Department

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

A Dynamic Energy-Efficiency Mechanism for Data Center Networks

A Dynamic Energy-Efficiency Mechanism for Data Center Networks A Dynamc Energy-Effcency Mechansm for Data Center Networks Sun Lang, Zhang Jnfang, Huang Daochao, Yang Dong, Qn Yajuan A Dynamc Energy-Effcency Mechansm for Data Center Networks 1 Sun Lang, 1 Zhang Jnfang,

More information

Multi-Resource Fair Allocation in Heterogeneous Cloud Computing Systems

Multi-Resource Fair Allocation in Heterogeneous Cloud Computing Systems 1 Mult-Resource Far Allocaton n Heterogeneous Cloud Computng Systems We Wang, Student Member, IEEE, Ben Lang, Senor Member, IEEE, Baochun L, Senor Member, IEEE Abstract We study the mult-resource allocaton

More information

Pre-allocation Strategies of Computational Resources in Cloud Computing using Adaptive Resonance Theory-2

Pre-allocation Strategies of Computational Resources in Cloud Computing using Adaptive Resonance Theory-2 Pre-allocaton Strateges of Computatonal Resources n Cloud Computng usng Adaptve Resonance Theory-2 Dr.T. R. Gopalakrshnan Nar 1, P Jayarekha 2 1 Drector, Research and Industry Incubaton Centre(RIIC), DSI,

More information

Complex Service Provisioning in Collaborative Cloud Markets

Complex Service Provisioning in Collaborative Cloud Markets Melane Sebenhaar, Ulrch Lampe, Tm Lehrg, Sebastan Zöller, Stefan Schulte, Ralf Stenmetz: Complex Servce Provsonng n Collaboratve Cloud Markets. In: W. Abramowcz et al. (Eds.): Proceedngs of the 4th European

More information

Cloud-based Social Application Deployment using Local Processing and Global Distribution

Cloud-based Social Application Deployment using Local Processing and Global Distribution Cloud-based Socal Applcaton Deployment usng Local Processng and Global Dstrbuton Zh Wang *, Baochun L, Lfeng Sun *, and Shqang Yang * * Bejng Key Laboratory of Networked Multmeda Department of Computer

More information

Self-Adaptive SLA-Driven Capacity Management for Internet Services

Self-Adaptive SLA-Driven Capacity Management for Internet Services Self-Adaptve SLA-Drven Capacty Management for Internet Servces Bruno Abrahao, Vrglo Almeda and Jussara Almeda Computer Scence Department Federal Unversty of Mnas Geras, Brazl Alex Zhang, Drk Beyer and

More information

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

More information

Selfish Constraint Satisfaction Genetic Algorithm for Planning a Long-distance Transportation Network

Selfish Constraint Satisfaction Genetic Algorithm for Planning a Long-distance Transportation Network JOURNAL OF COMPUTERS, VOL. 3, NO. 8, AUGUST 2008 77 Selfsh Constrant Satsfacton Genetc Algorthm for Plannng a Long-dstance Transportaton Network Takash Onoyama and Takuya Maekawa Htach Software Engneerng

More information

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) Ant Colony Optmzaton for Economc Generator Schedulng and Load Dspatch K. S. Swarup Abstract Feasblty

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION

More information

Network Aware Load-Balancing via Parallel VM Migration for Data Centers

Network Aware Load-Balancing via Parallel VM Migration for Data Centers Network Aware Load-Balancng va Parallel VM Mgraton for Data Centers Kun-Tng Chen 2, Chen Chen 12, Po-Hsang Wang 2 1 Informaton Technology Servce Center, 2 Department of Computer Scence Natonal Chao Tung

More information

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS Magdalena Rogalska 1, Wocech Bożeko 2,Zdzsław Heduck 3, 1 Lubln Unversty of Technology, 2- Lubln, Nadbystrzycka 4., Poland. E-mal:rogalska@akropols.pol.lubln.pl

More information

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms Optmal Choce of Random Varables n D-ITG Traffc Generatng Tool usng Evolutonary Algorthms M. R. Mosav* (C.A.), F. Farab* and S. Karam* Abstract: Impressve development of computer networks has been requred

More information

A heuristic task deployment approach for load balancing

A heuristic task deployment approach for load balancing Xu Gaochao, Dong Yunmeng, Fu Xaodog, Dng Yan, Lu Peng, Zhao Ja Abstract A heurstc task deployment approach for load balancng Gaochao Xu, Yunmeng Dong, Xaodong Fu, Yan Dng, Peng Lu, Ja Zhao * College of

More information

MULTIVAC Customer Portal Your access to the MULTIVAC World

MULTIVAC Customer Portal Your access to the MULTIVAC World MULTIVAC Customer Portal Your access to the MULTIVAC World 2 Contents MULTIVAC Customer Portal Introducton 24/7 Accessblty Your ndvdual nformaton Smple and ntutve Helpful and up to date Your benefts at

More information

Introduction CONTENT. - Whitepaper -

Introduction CONTENT. - Whitepaper - OneCl oud ForAl l YourCr t c al Bus nes sappl c at ons Bl uew r esol ut ons www. bl uew r e. c o. uk Introducton Bluewre Cloud s a fully customsable IaaS cloud platform desgned for organsatons who want

More information

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 畫 類 別 : 個 別 型 計 畫 半 導 體 產 業 大 型 廠 房 之 設 施 規 劃 計 畫 編 號 :NSC 96-2628-E-009-026-MY3 執 行 期 間 : 2007 年 8 月 1 日 至 2010 年 7 月 31 日 計 畫 主 持 人 : 巫 木 誠 共 同

More information

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES 82 Internatonal Journal of Electronc Busness Management, Vol. 0, No. 3, pp. 82-93 (202) A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES Feng-Cheng Yang * and We-Tng Wu

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

On the Interaction between Load Balancing and Speed Scaling

On the Interaction between Load Balancing and Speed Scaling On the Interacton between Load Balancng and Speed Scalng Ljun Chen, Na L and Steven H. Low Engneerng & Appled Scence Dvson, Calforna Insttute of Technology, USA Abstract Speed scalng has been wdely adopted

More information

CLoud computing technologies have enabled rapid

CLoud computing technologies have enabled rapid 1 Cost-Mnmzng Dynamc Mgraton of Content Dstrbuton Servces nto Hybrd Clouds Xuana Qu, Hongxng L, Chuan Wu, Zongpeng L and Francs C.M. Lau Department of Computer Scence, The Unversty of Hong Kong, Hong Kong,

More information

Performance Evaluation of Infrastructure as Service Clouds with SLA Constraints

Performance Evaluation of Infrastructure as Service Clouds with SLA Constraints Performance Evaluaton of Infrastructure as Servce Clouds wth SLA Constrants Anuar Lezama Barquet, Andre Tchernykh, and Ramn Yahyapour 2 Computer Scence Department, CICESE Research Center, Ensenada, BC,

More information

Heuristic Static Load-Balancing Algorithm Applied to CESM

Heuristic Static Load-Balancing Algorithm Applied to CESM Heurstc Statc Load-Balancng Algorthm Appled to CESM 1 Yur Alexeev, 1 Sher Mckelson, 1 Sven Leyffer, 1 Robert Jacob, 2 Anthony Crag 1 Argonne Natonal Laboratory, 9700 S. Cass Avenue, Argonne, IL 60439,

More information

Traffic-light a stress test for life insurance provisions

Traffic-light a stress test for life insurance provisions MEMORANDUM Date 006-09-7 Authors Bengt von Bahr, Göran Ronge Traffc-lght a stress test for lfe nsurance provsons Fnansnspetonen P.O. Box 6750 SE-113 85 Stocholm [Sveavägen 167] Tel +46 8 787 80 00 Fax

More information

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS

M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS M3S MULTIMEDIA MOBILITY MANAGEMENT AND LOAD BALANCING IN WIRELESS BROADCAST NETWORKS Bogdan Cubotaru, Gabrel-Mro Muntean Performance Engneerng Laboratory, RINCE School of Electronc Engneerng Dubln Cty

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Real-Time Process Scheduling

Real-Time Process Scheduling Real-Tme Process Schedulng ktw@cse.ntu.edu.tw (Real-Tme and Embedded Systems Laboratory) Independent Process Schedulng Processes share nothng but CPU Papers for dscussons: C.L. Lu and James. W. Layland,

More information

Dynamic Scheduling of Emergency Department Resources

Dynamic Scheduling of Emergency Department Resources Dynamc Schedulng of Emergency Department Resources Junchao Xao Laboratory for Internet Software Technologes, Insttute of Software, Chnese Academy of Scences P.O.Box 8718, No. 4 South Fourth Street, Zhong

More information

Genetic Algorithm Based Optimization Model for Reliable Data Storage in Cloud Environment

Genetic Algorithm Based Optimization Model for Reliable Data Storage in Cloud Environment Advanced Scence and Technology Letters, pp.74-79 http://dx.do.org/10.14257/astl.2014.50.12 Genetc Algorthm Based Optmzaton Model for Relable Data Storage n Cloud Envronment Feng Lu 1,2,3, Hatao Wu 1,3,

More information

Formulating & Solving Integer Problems Chapter 11 289

Formulating & Solving Integer Problems Chapter 11 289 Formulatng & Solvng Integer Problems Chapter 11 289 The Optonal Stop TSP If we drop the requrement that every stop must be vsted, we then get the optonal stop TSP. Ths mght correspond to a ob sequencng

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

Many e-tailers providing attended home delivery, especially e-grocers, offer narrow delivery time slots to

Many e-tailers providing attended home delivery, especially e-grocers, offer narrow delivery time slots to Vol. 45, No. 3, August 2011, pp. 435 449 ssn 0041-1655 essn 1526-5447 11 4503 0435 do 10.1287/trsc.1100.0346 2011 INFORMS Tme Slot Management n Attended Home Delvery Nels Agatz Department of Decson and

More information

ASSESSING THE AVAILABILITY AND ALLOCATION OF PRODUCTION CAPACITY IN A FABRICATION FACILITY THROUGH SIMULATION MODELING: A CASE STUDY

ASSESSING THE AVAILABILITY AND ALLOCATION OF PRODUCTION CAPACITY IN A FABRICATION FACILITY THROUGH SIMULATION MODELING: A CASE STUDY Internatonal Journal of Industral Engneerng, 15(2), 166-175, 2008. ASSESSING THE AVAILABILITY AND ALLOCATION OF PRODUCTION CAPACITY IN A FABRICATION FACILITY THROUGH SIMULATION MODELING: A CASE STUDY J.H.

More information

On the Interaction between Load Balancing and Speed Scaling

On the Interaction between Load Balancing and Speed Scaling On the Interacton between Load Balancng and Speed Scalng Ljun Chen and Na L Abstract Speed scalng has been wdely adopted n computer and communcaton systems, n partcular, to reduce energy consumpton. An

More information

Research of concurrency control protocol based on the main memory database

Research of concurrency control protocol based on the main memory database Research of concurrency control protocol based on the man memory database Abstract Yonghua Zhang * Shjazhuang Unversty of economcs, Shjazhuang, Shjazhuang, Chna Receved 1 October 2014, www.cmnt.lv The

More information

A Self-Organized, Fault-Tolerant and Scalable Replication Scheme for Cloud Storage

A Self-Organized, Fault-Tolerant and Scalable Replication Scheme for Cloud Storage A Self-Organzed, Fault-Tolerant and Scalable Replcaton Scheme for Cloud Storage Ncolas Bonvn, Thanass G. Papaoannou and Karl Aberer School of Computer and Communcaton Scences École Polytechnque Fédérale

More information

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures Mnmal Codng Network Wth Combnatoral Structure For Instantaneous Recovery From Edge Falures Ashly Joseph 1, Mr.M.Sadsh Sendl 2, Dr.S.Karthk 3 1 Fnal Year ME CSE Student Department of Computer Scence Engneerng

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem Journal o Economc and Socal Research 5 (2), -2 A Bnary Partcle Swarm Optmzaton Algorthm or Lot Szng Problem M. Fath Taşgetren & Yun-Cha Lang Abstract. Ths paper presents a bnary partcle swarm optmzaton

More information

An MILP model for planning of batch plants operating in a campaign-mode

An MILP model for planning of batch plants operating in a campaign-mode An MILP model for plannng of batch plants operatng n a campagn-mode Yanna Fumero Insttuto de Desarrollo y Dseño CONICET UTN yfumero@santafe-concet.gov.ar Gabrela Corsano Insttuto de Desarrollo y Dseño

More information

A Cost-Effective Strategy for Intermediate Data Storage in Scientific Cloud Workflow Systems

A Cost-Effective Strategy for Intermediate Data Storage in Scientific Cloud Workflow Systems A Cost-Effectve Strategy for Intermedate Data Storage n Scentfc Cloud Workflow Systems Dong Yuan, Yun Yang, Xao Lu, Jnjun Chen Faculty of Informaton and Communcaton Technologes, Swnburne Unversty of Technology

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet 2008/8 An ntegrated model for warehouse and nventory plannng Géraldne Strack and Yves Pochet CORE Voe du Roman Pays 34 B-1348 Louvan-la-Neuve, Belgum. Tel (32 10) 47 43 04 Fax (32 10) 47 43 01 E-mal: corestat-lbrary@uclouvan.be

More information

Enterprise Master Patient Index

Enterprise Master Patient Index Enterprse Master Patent Index Healthcare data are captured n many dfferent settngs such as hosptals, clncs, labs, and physcan offces. Accordng to a report by the CDC, patents n the Unted States made an

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information