Resource-Aware Applications for the Cloud

Size: px
Start display at page:

Download "Resource-Aware Applications for the Cloud"

Transcription

1 Resource-Aware Applications for the Cloud Reiner Hähnle 1 and Einar Broch Johnsen 2 1 Technical University of Darmstadt, Germany haehnle@cs.tu-darmstadt.de 2 University of Oslo, Norway einarj@ifi.uio.no Making'full'usage'of'the'potential'of'virtualized'computation'requires'nothing'' less'than'to'rethink'the'way'in'which'we'design'and'develop'software.' Capitalizing*on*the*Cloud* Theplanet sdatastorageandprocessingisabouttomoveintotheclouds.thishas thepotentialtorevolutionizehowwewillinteractwithcomputersinthefuture.a cloudconsistsofvirtualcomputersthatcanonlybeaccessedremotely.itisnota physicalcomputer,youdonotnecessarilyknowwhereitis,butyoucanuseitto storeandprocessyourdataandyoucanaccessitatanytimefromyourregular computer.ifyoustillhaveanold?fashionedcomputer,thatis.youmightaswell accessyourdataorapplicationsthroughyourmobiledevice,forexamplewhile sittingonthebus.* Cloud?baseddataprocessing,orcloudcomputing,ismorethanjustaconvenient solutionforindividualsonthemove.althoughchallengesremainconcerningthe privacyofdatastoredinthecloud,thecloudisalreadyemergingasaneconomically interestingmodelforastart?up,ansme,orsimplyforastudentwhodevelopsan appasasideproject,duetoanundeniableaddedvalueandcompellingbusiness drivers[1].onesuchdriveriselasticity:businessespayforcomputingresources whentheyareneeded,insteadofprovisioninginadvancewithhugeupfront investments.newresourcessuchasprocessingpowerormemorycanbeaddedtoa virtualcomputeronthefly,oranadditionalvirtualcomputercanbeprovidedtothe clientapplication.goingbeyondsharedstorage,themainpotentialincloud computingliesinitsscalablevirtualizedframeworkfordataprocessing,which becomesasharedcomputingfacilityforyourmultipledevices.ifaserviceuses cloud?basedprocessing,itscapacitycanbeautomaticallyadjustedwhennewusers arrive.anotherdriverisagility:newservicescanbedeployedquicklyandflexibly onthemarketatlimitedcost,withoutinitialinvestmentsinhardware. TheEUbelieves 1 thatcloud?baseddataprocessingwillcreate2.5millionnewjobs andanannualvalueof160billioneurosineuropeby2020.anotherstudy 2 predicts 1 Digital Agenda for Europe,

2 14millionnewjobsworldwideuntil2015.However,reliabilityandcontrolof resourcesarebarrierstotheindustrialadoptionofcloudcomputingtoday.to overcomethesebarriersandtoregaincontrolofthevirtualizedresourcesonthe cloud,clientservicesneedtobecomeresource?aware. Challenges* Cloudcomputingisnotmerelyanewtechnologyforconvenientandflexibledata storageandimplementationofservices.makingfullusageofthepotentialof virtualizedcomputationrequiresnothinglessthantorethinkthewayinwhichwe designanddevelopsoftware. Empowering+the+Designer.Theelasticityofsoftwareexecutedinthecloudmeans thatdesignershavefarreachingcontrolovertheresourceparametersofthe executionenvironment:thenumberandkindofprocessors,theamountofmemory andstoragecapacity,andthebandwidth.theseparameterscanevenbechanged dynamically,atruntime.thismeansthattheclientofacloudservicenotonlycan deployandrunsoftware,butisalsoinfullcontrolofthetrade?offsbetweenthe incurredcostandthedeliveredquality?of?service. Torealizethesenewpossibilities,softwareinthecloudmustbedesigned'for' scalability.nowadays,softwareisoftendesignedbasedonspecificassumptions aboutdeployment,includingthesizeofdatastructures,theamountofram,andthe numberofprocessors.rescalingrequiresextensivedesignchanges,ifscalabilityhas notbeentakenintoaccountfromthestart. Fig.1:Relativecoststofixsoftwaredefectsforstaticinfrastructure(source:IBM SystemsSciencesInstitute).Thecolumnsindicatethephaseofthesoftware developmentatwhichthedefectisfoundandfixed. 2 IDC White Paper Cloud Computing s Role in Job Creation, en-us/news/features/2012/mar12/03-05cloudcomputingjobs.aspx

3 + Deployment+Aspects+at+Design+Time.Theimpactofcloudcomputingonsoftware design,however,goesbeyondscalabilityissues:traditionally,deploymentis consideredalateactivityduringsoftwaredevelopment.intherealmofcloud computing,thiscanbefatal.considerthewell?knowncostincreaseforfixingdefects duringsuccessivedevelopmentphases[2].ibmsystemssciencesinstituteestimates thatadefectwhichcostsoneunittofixindesign,costs15unitstofixintesting (system/acceptance)and100unitsormoretofixinproduction(seefig.1).this costestimationdoesnotevenconsidertheimpact'costdueto,forexample,delayed timetomarket,lostrevenue,lostcustomers,andbadpublicrelations. Fig.2:Estimateofrelativecoststofixsoftwaredefectsforvirtualizedsystemswith elasticity,from[3]. Now,theseratiosareforstaticdeployment.Consideringthehighadditional complexityofresourcemanagementinvirtualizedenvironments,itisreasonableto expectevenmoresignificantdifferences;fig.2conservativelysuggestsratiosfor virtualizedsoftwareinanelasticenvironment.thisconsiderationmakesitclear thatitisessentialtodetectandfixdeploymenterrors,forexample,failuretomeeta servicelevelagreement(sla),alreadyin'the'design'phase. Tomakefullusageoftheopportunitiesofcloudcomputing,softwaredevelopment fortheclouddemandsadesignmethodologythat(a)takesintoaccountdeployment modelingatearlydesignstagesand(b)permitsthedetectionofdeployment'errors earlyandefficiently,helpedbysoftwaretools,suchassimulators,testgenerators, andstaticanalyzers. Controlling*Deployment*In*The*Design*Phase* Ouranalysisexhibitsasoftware'engineering'challenge:howcanthevalidationof deploymentdecisionsbepusheduptothemodelingphaseofthesoftware developmentchainwithoutconvolutingthedesignwithdeploymentdetails?

4 Fig.3:Conceptualpartsofadeployedcloudservice. Whenaserviceisdevelopedtoday,thedevelopersfirstdesignitsfunctionality,then theydeterminewhichresourcesareneededfortheservice,andultimatelythe provisioningoftheseresourcesiscontrolledthroughansla,seefig.3.the functionalityisrepresentedintheclient'layer.theprovisioning'layermakes resourcesavailabletotheclientlayeranddeterminesavailablememory,processing power,andbandwidth.theslaisalegaldocumentthatclarifieswhatresourcesthe provisioninglayershouldmakeavailabletotheclientservice,whatitcost,and statespenaltiesforbreachofagreement.atypicalslacoverstwoaspects:(i)alegal' contractstatingthemutualobligationsandtheconsequencesincaseofabreach;(ii) thetechnicalparametersandcostfiguresoftheofferedservices,whichwecallthe service'contract. How'can'the'validation'of'deployment'decisions'be'pushed'' up'to'the'modeling'phase'of'the'software'development'chain'' without'convoluting'the'design'with'deployment'details?' Fig.4:Makingservicesresource?aware.

5 Sofar,thedifferentpartsofadeployedcloudserviceliveinseparateworlds,butwe needtoconnectthem.inafirststeptheprovisioninglayerismadeavailabletothe client,sothattheclientcanobserveandmodifyresourceparameters.wecallthis thecloud'api.thisisnotthesameastheapisthatcloudenvironmentsprovideto theirclientsnow:ourgoalistomovedeploymentaspectsintothedesign'phase.we advocatethatclientbehaviorisrepresentedbyanabstract'behavioral'modelofthe clientapplication,forexampleinanexecutablemodelinglanguagesuchasabs[4]. Suchamodelcanrealisticallybecreatedduringthedesignphase.TheCloudAPIis thenanabstractinterfacetotheprovisioninglayer,seefig.4.such earlymodeling ofclientbehaviormakesitpossibletosimulatedifferentclient?sideprovisioning schemesandobservetheirimpactoncostandperformance. ToconnectSLAswiththeclientlayer,thekeyobservationisthattheservice contractaspectsofanslacanbegivenaformalsemantics.thisenablesformal analysisofclientbehaviorwithrespecttotheslaatdesign'time.possibleanalyses includeresourceconsumption,performance,testcasegeneration,andeven functionalverification[3].formodelinglanguagessuchasabsthisishighly automated[5]. Earlyanalysis makesassumptionsaboutthecloudapiexplicitand enablesthegenerationofmonitorsintheprovisioninglayer.runtimemonitorsthen provide lateanalysis. Opportunities* Makingdeploymentdecisionsatdesign?timeshiftscontrolfromtheprovisioning layertotheclientlayer.theclientservicebecomesresource?aware.thisprovidesa numberofattractiveopportunities. Fine8grained+provisioning.Businessmodelsforresourceprovisioningonthe cloudarebecomingsimilarlyfine?grainedasthoseweknowfromotherindustry sectorssuchastelephonyorelectricity.itisbecomingincreasinglycomplexto decidewhichmodeltoselectforyoursoftware.design?timeanalysisand comparisonofdeploymentdecisionsallowanapplicationtobedeployedaccording totheoptimalpaymentmodelfortheexpectedend?users.cloudcustomerscantake advantageoffine?grainedprovisioningschemessuchasspotprice. Tighter+provisioning.Betterprofilesoftheresourceneedsoftheclientlayerhelp cloudproviderstoavoidover?provisioningtomeettheirslas.betterusageofthe resourcesmeansmoreclientscanbeservedwiththesameamountofhardwarein thedatacenter,withoutviolatingslasandincurringpenalties. Application8specific+resource+control.Design?timeanalysisofscalabilityenables theclientlayertomakebetteruseoftheelasticityofferedbythecloud,toknow beforehandatwhatloadthresholdsitisnecessarytoscaleupthedeploymentto avoidbreakingslasanddisappointingtheexpectationsoftheend?users.

6 Application8controlled+elasticity.Goingonestepfurther,weforeseeautonomous, resource?awareservicesthatruntheirowndeploymentstrategy.suchaservicewill monitortheloadonitsvirtualmachineinstancesaswellastheend?usertraffic,and makeitsowndecisionsaboutthetrade?offsbetweenthedeliveredqualityofservice andtheincurredcost.theserviceinteractswiththeprovisioninglayerthroughan APItodynamicallyscaleupordown.Theservicemayevenrequestorbidforvirtual machineinstanceswithgivenprofilesonthevirtualresourcemarketplaceofthe future Summary* Wearguedthattheefficiencyandperformanceofcloud?basedservicesareboosted bymovingdeploymentdecisionsupthedevelopmentchain.resource?aware servicesgivetheclientbettercontrolofresourceusage,tomeetslasatlowercost. Weidentifyformalmethods,executablemodels,anddeploymentmodelingasthe ingredientsthatcanmakethisvisionhappen.aconcreterealizationofourideasis currentlybeingimplementedaspartoftheeufp7projectenvisage:engineering VirtualizedServices( Acknowledgments.ThisworkhasbeenpartiallysupportedbyEUprojectFP7? Envisage:EngineeringVirtualizedServices. References* [1] R. Buyya, C. S. Yeo, S. Venugopal, J. Broberg, and I. Brandic. Cloud computing and emerging IT platforms: Vision, hype, and reality for delivering computing as the 5th utility. Future Generation Comp. Sys., 25(6): , [2] B. W. Boehm and P. N. Papaccio. Understanding and controlling software costs. IEEE Trans. SW Eng., 14(10): , [3] E. Albert, F. de Boer, R. Hähnle, E. B. Johnsen, and C. Laneve. Engineering virtualized services. In M. A. Babar and M. Dumas, editors, 2nd Nordic Symp. Cloud Computing & Internet Technologies, pages ACM, [4] E. B. Johnsen, R. Hähnle, J. Schäfer, R. Schlatte, and M. Steffen. ABS: A core language for abstract behavioral specification. In B. Aichernig, F. de Boer, and M. M. Bonsangue, editors, Proc. 9th Intl. Symp. on Formal Methods for Components and Objects, volume 6957 of LNCS, pages Springer, [5] E. Albert, F. de Boer, R. Hähnle, E. B. Johnsen, R. Schlatte, S. L. Tapia Tarifa, and P. Y. H. Wong. Formal modeling of resource management for cloud architectures: An industrial case study. J. of Service-Oriented Computing and Applications, Springer Online First, DOI /s

Introduction to Track on Engineering Virtualized Services

Introduction to Track on Engineering Virtualized Services Introduction to Track on Engineering Virtualized Services Reiner Hähnle 1 and Einar Broch Johnsen 2 1 Technical University of Darmstadt, Germany haehnle@cs.tu-darmstadt.de 2 Dept. of Informatics, University

More information

A Framework to Improve Communication and Reliability Between Cloud Consumer and Provider in the Cloud

A Framework to Improve Communication and Reliability Between Cloud Consumer and Provider in the Cloud A Framework to Improve Communication and Reliability Between Cloud Consumer and Provider in the Cloud Vivek Sridhar Rational Software Group (India Software Labs) IBM India Bangalore, India Abstract Cloud

More information

Integrating Aspects of Software Deployment in High-Level Executable Models

Integrating Aspects of Software Deployment in High-Level Executable Models Integrating Aspects of Software Deployment in High-Level Executable Models Einar Broch Johnsen, Rudolf Schlatte, and S. Lizeth Tapia Tarifa Dept. of Informatics, University of Oslo, Norway {einarj,rudi,sltarifa@ifi.uio.no

More information

Formal Modeling of Resource Management for Cloud Architectures: An Industrial Case Study

Formal Modeling of Resource Management for Cloud Architectures: An Industrial Case Study Formal Modeling of Resource Management for Cloud Architectures: An Industrial Case Study Frank S. de Boer 1, Reiner Hähnle 2, Einar Broch Johnsen 3, Rudolf Schlatte 3, and Peter Y. H. Wong 4 1 CWI, Amsterdam,

More information

Cloud Template, a Big Data Solution

Cloud Template, a Big Data Solution Template, a Big Data Solution Mehdi Bahrami Electronic Engineering and Computer Science Department University of California, Merced, USA MBahrami@UCMerced.edu Abstract. Today cloud computing has become

More information

FEDERATED CLOUD: A DEVELOPMENT IN CLOUD COMPUTING AND A SOLUTION TO EDUCATIONAL NEEDS

FEDERATED CLOUD: A DEVELOPMENT IN CLOUD COMPUTING AND A SOLUTION TO EDUCATIONAL NEEDS International Journal of Computer Engineering and Applications, Volume VIII, Issue II, November 14 FEDERATED CLOUD: A DEVELOPMENT IN CLOUD COMPUTING AND A SOLUTION TO EDUCATIONAL NEEDS Saju Mathew 1, Dr.

More information

AN ANALYSIS ON CLOUD PARADIGM IN ONLINE BANKING Shreya Paul 1, Atma Prakash Singh 2 and Madhulika Sharma 3

AN ANALYSIS ON CLOUD PARADIGM IN ONLINE BANKING Shreya Paul 1, Atma Prakash Singh 2 and Madhulika Sharma 3 International Journal of Advance Research In Science And Engineering http://www.ijarse.com AN ANALYSIS ON CLOUD PARADIGM IN ONLINE BANKING Shreya Paul 1, Atma Prakash Singh 2 and Madhulika Sharma 3 1 IT

More information

An Analysis of Data Security Threats and Solutions in Cloud Computing Environment

An Analysis of Data Security Threats and Solutions in Cloud Computing Environment An Analysis of Data Security Threats and Solutions in Cloud Computing Environment Rajbir Singh 1, Vivek Sharma 2 1, 2 Assistant Professor, Rayat Institute of Engineering and Information Technology Ropar,

More information

DATA PORTABILITY AMONG PROVIDERS OF PLATFORM AS A SERVICE. Darko ANDROCEC

DATA PORTABILITY AMONG PROVIDERS OF PLATFORM AS A SERVICE. Darko ANDROCEC RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2013 Special Number DATA PORTABILITY AMONG PROVIDERS OF PLATFORM AS A SERVICE Darko ANDROCEC

More information

(1) Schaefer, M. Wille (eds.): Proceedings of the 10 th Workshop on Automotive Software Engineering. Lecture Notes in Informatics, 2012.

(1) Schaefer, M. Wille (eds.): Proceedings of the 10 th Workshop on Automotive Software Engineering. Lecture Notes in Informatics, 2012. Publications Ina Schaefer (7 April 2013) Books and Edited Proceedings (1) Schaefer, M. Wille (eds.): Proceedings of the 10 th Workshop on Automotive Software Engineering. Lecture Notes in Informatics,

More information

Optimal Service Pricing for a Cloud Cache

Optimal Service Pricing for a Cloud Cache Optimal Service Pricing for a Cloud Cache K.SRAVANTHI Department of Computer Science & Engineering (M.Tech.) Sindura College of Engineering and Technology Ramagundam,Telangana G.LAKSHMI Asst. Professor,

More information

A Secure Model for Cloud Computing Based Storage and Retrieval

A Secure Model for Cloud Computing Based Storage and Retrieval IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661, ISBN: 2278-8727 Volume 6, Issue 1 (Sep-Oct. 2012), PP 01-05 A Secure Model for Cloud Computing Based Storage and Retrieval Yaga Reddemma

More information

PERFORMANCE MEASUREMENT OF CLOUD COMPUTING SERVICES

PERFORMANCE MEASUREMENT OF CLOUD COMPUTING SERVICES PERFORMANCE MEASUREMENT OF CLOUD COMPUTING SERVICES Sinung Suakanto 1, Suhono H Supangkat 2, Suhardi 3 and Roberd Saragih 4 1,2,3 School of Electrical Engineering and Informatics, Bandung Institute of

More information

Manjra Cloud Computing: Opportunities and Challenges for HPC Applications

Manjra Cloud Computing: Opportunities and Challenges for HPC Applications Manjrasoft Cloud Computing: Opportunities and Challenges for HPC Applications 1 Prediction: Buyya s Cloud is the Computer 100% real in 2020! Dr. Rajkumar Buyya Grid Computing and Distributed Systems (GRIDS)

More information

Revealing the MAPE Loop for the Autonomic Management of Cloud Infrastructures

Revealing the MAPE Loop for the Autonomic Management of Cloud Infrastructures Revealing the MAPE Loop for the Autonomic Management of Cloud Infrastructures Michael Maurer, Ivan Breskovic, Vincent C. Emeakaroha, and Ivona Brandic Distributed Systems Group Institute of Information

More information

Proposed Pricing Model for Cloud Computing

Proposed Pricing Model for Cloud Computing Computer Science and Information Technology 2(4): 211-218, 2014 DOI: 10.13189/csit.2014.020405 http://www.hrpub.org Proposed Pricing Model for Cloud Computing Muhammad Adeel Javaid Member Vendor Advisory

More information

Safe Locking for Multi-threaded Java

Safe Locking for Multi-threaded Java Safe Locking for Multi-threaded Java Einar Broch Johnsen, Thi Mai Thuong Tran, Olaf Owe, Martin Steffen University of Oslo, Norway NWPT 10 10-12 November, 2010 Motivation Concurrency control mechanisms

More information

Profit Maximization Of SAAS By Reusing The Available VM Space In Cloud Computing

Profit Maximization Of SAAS By Reusing The Available VM Space In Cloud Computing www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 4 Issue 8 Aug 2015, Page No. 13822-13827 Profit Maximization Of SAAS By Reusing The Available VM Space In Cloud

More information

THE IMPACT OF CLOUD COMPUTING ON ENTERPRISE ARCHITECTURE. Johan Versendaal

THE IMPACT OF CLOUD COMPUTING ON ENTERPRISE ARCHITECTURE. Johan Versendaal THE IMPACT OF CLOUD COMPUTING ON ENTERPRISE ARCHITECTURE Johan Versendaal HU University of Applied Sciences Utrecht Nijenoord 1, 3552 AS Utrecht, Netherlands, johan.versendaal@hu.nl Utrecht University

More information

Saving Mobile Battery Over Cloud Using Image Processing

Saving Mobile Battery Over Cloud Using Image Processing Saving Mobile Battery Over Cloud Using Image Processing Khandekar Dipendra J. Student PDEA S College of Engineering,Manjari (BK) Pune Maharasthra Phadatare Dnyanesh J. Student PDEA S College of Engineering,Manjari

More information

User Experience in the Cloud: Towards a Research Agenda

User Experience in the Cloud: Towards a Research Agenda User Experience in the Cloud: Towards a Research Agenda Kaisa Väänänen-Vainio-Mattila Tampere University of Technology, Human-Centered Technology Korkeakoulunkatu 6, 33720 Tampere, Finland kaisa.vaananen-vainio-mattila@tut.fi

More information

Introduction to Cloud Computing. Mr. SymBioMath Summer School Malaga Paul Heinzlreiter

Introduction to Cloud Computing. Mr. SymBioMath Summer School Malaga Paul Heinzlreiter Introduction to Cloud Computing Mr. SymBioMath Summer School Malaga Paul Heinzlreiter Start http://openstack.risc-software.at Login: user Password: summerschoolmalaga Web interface for OpenStack Cloud

More information

Cloud Computing : Concepts, Types and Research Methodology

Cloud Computing : Concepts, Types and Research Methodology Cloud Computing : Concepts, Types and Research Methodology S. Muthulakshmi Bangalore,Karnataka India- 560068 Abstract: Cloud -computing is a very popular term in this modern and computer world in IT solution

More information

A Study on the Cloud Computing Architecture, Service Models, Applications and Challenging Issues

A Study on the Cloud Computing Architecture, Service Models, Applications and Challenging Issues A Study on the Cloud Computing Architecture, Service Models, Applications and Challenging Issues Rajbir Singh 1, Vivek Sharma 2 1, 2 Assistant Professor, Rayat Institute of Engineering and Information

More information

Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction

Keywords: Cloudsim, MIPS, Gridlet, Virtual machine, Data center, Simulation, SaaS, PaaS, IaaS, VM. Introduction Vol. 3 Issue 1, January-2014, pp: (1-5), Impact Factor: 1.252, Available online at: www.erpublications.com Performance evaluation of cloud application with constant data center configuration and variable

More information

Formal Modeling and Analysis of Resource Management for Cloud Architectures

Formal Modeling and Analysis of Resource Management for Cloud Architectures Formal Modeling and Analysis of Resource Management for Cloud Architectures An Industrial Case Study using Real-Time ABS Elvira Albert Frank S. de Boer Reiner Hähnle Einar Broch Johnsen Rudolf Schlatte

More information

A Cloud-Based Retail Management System

A Cloud-Based Retail Management System A Cloud-Based Retail Management System Adewole Adewumi 1, Stanley Ogbuchi 1, and Sanjay MIsra 1 1 Department of Computer and Information Sciences, Covenant University, Ota, Nigeria {wole.adewumi, stanley.ogbuchi,

More information

Running head: CLOUD CULTURE 1. The Business Culture of Cloud Computing. Jesse A Score. Globe University

Running head: CLOUD CULTURE 1. The Business Culture of Cloud Computing. Jesse A Score. Globe University Running head: CLOUD CULTURE 1 The Business Culture of Cloud Computing Jesse A Score Globe University Author Note This paper was prepared for CM320 Writing and Research, XG1.12FALL, taught by Instructor

More information

Intuitionistic fuzzy load balancing in cloud computing

Intuitionistic fuzzy load balancing in cloud computing 8 th Int. Workshop on IFSs, Banská Bystrica, 9 Oct. 2012 Notes on Intuitionistic Fuzzy Sets Vol. 18, 2012, No. 4, 19 25 Intuitionistic fuzzy load balancing in cloud computing Marin Marinov European Polytechnical

More information

Cloud Service Reservation using PTN mechanism in Ontology enhanced Agent-based System Remya Gopinadh #1, K. Saravanan *2

Cloud Service Reservation using PTN mechanism in Ontology enhanced Agent-based System Remya Gopinadh #1, K. Saravanan *2 Cloud Service Reservation using PTN mechanism in Ontology enhanced Agent-based System Remya Gopinadh #1, K. Saravanan *2 # Final Year ME, Dept. of CSE, Regional Centre of Anna University, Tirunelveli,

More information

An Overview on Important Aspects of Cloud Computing

An Overview on Important Aspects of Cloud Computing An Overview on Important Aspects of Cloud Computing 1 Masthan Patnaik, 2 Ruksana Begum 1 Asst. Professor, 2 Final M Tech Student 1,2 Dept of Computer Science and Engineering 1,2 Laxminarayan Institute

More information

How To Understand The Individual Competences Of An It Manager

How To Understand The Individual Competences Of An It Manager ORGANIZATIONS ARE GOING TO THE CLOUD: WHICH COMPETENCES FOR THE IT MANAGER? Luca Sabini, Stefano Za, Paolo Spagnoletti LUISS Guido Carli University Rome Italy {lsabini, sza, pspagnoletti}@luiss.it ABSTRACT

More information

Performance Evaluation of Round Robin Algorithm in Cloud Environment

Performance Evaluation of Round Robin Algorithm in Cloud Environment Performance Evaluation of Round Robin Algorithm in Cloud Environment Asha M L 1 Neethu Myshri R 2 Sowmyashree C.S 3 1,3 AP, Dept. of CSE, SVCE, Bangalore. 2 M.E(dept. of CSE) Student, UVCE, Bangalore.

More information

Fig. 1 WfMC Workflow reference Model

Fig. 1 WfMC Workflow reference Model International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 997-1002 International Research Publications House http://www. irphouse.com Survey Paper on

More information

Efficient Cloud Computing Scheduling: Comparing Classic Algorithms with Generic Algorithm

Efficient Cloud Computing Scheduling: Comparing Classic Algorithms with Generic Algorithm International Journal of Computer Networks and Communications Security VOL., NO. 7, JULY 2015, 271 276 Available online at: www.ijcncs.org E-ISSN 208-980 (Online) / ISSN 2410-0595 (Print) Efficient Cloud

More information

Trust as a Service: A Framework for Trust Management in Cloud Environments

Trust as a Service: A Framework for Trust Management in Cloud Environments Trust as a Service: A Framework for Trust Management in Cloud Environments Talal H. Noor and Quan Z. Sheng School of Computer Science, The University of Adelaide, Adelaide SA 5005, Australia {talal,qsheng}@cs.adelaide.edu.au

More information

The Availability of Commercial Storage Clouds

The Availability of Commercial Storage Clouds The Availability of Commercial Storage Clouds Literature Study Introduction to e-science infrastructure 2008-2009 Arjan Borst ccn 0478199 Grid Computing - University of Amsterdam Software Engineer - WireITup

More information

Dynamic Resource Pricing on Federated Clouds

Dynamic Resource Pricing on Federated Clouds Dynamic Resource Pricing on Federated Clouds Marian Mihailescu and Yong Meng Teo Department of Computer Science National University of Singapore Computing 1, 13 Computing Drive, Singapore 117417 Email:

More information

Dynamic Resource Allocation to Maximize the Profits in Cloud Environment

Dynamic Resource Allocation to Maximize the Profits in Cloud Environment Dynamic Resource Allocation to Maximize the Profits in Cloud Environment 1 K.R Dilip Department of Computer Science and Engineering, JNTUA, Anantapur/ Annamacharya Institute of Technology and Sciences,Tirupathi,

More information

Power Aware Live Migration for Data Centers in Cloud using Dynamic Threshold

Power Aware Live Migration for Data Centers in Cloud using Dynamic Threshold Richa Sinha et al, Int. J. Comp. Tech. Appl., Vol 2 (6), 2041-2046 Power Aware Live Migration for Data Centers in Cloud using Dynamic Richa Sinha, Information Technology L.D. College of Engineering, Ahmedabad,

More information

A Load Balancing Model Based on Cloud Partitioning for the Public Cloud

A Load Balancing Model Based on Cloud Partitioning for the Public Cloud International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 16 (2014), pp. 1605-1610 International Research Publications House http://www. irphouse.com A Load Balancing

More information

Performance and Cost Evaluation of Adaptive Architecture with dual Layer Encryption

Performance and Cost Evaluation of Adaptive Architecture with dual Layer Encryption ISSN (ONLINE): 2349-7084 GLOBAL IMPACT FACTOR 0.238 DIIF 0.876 Performance and Cost Evaluation of Adaptive Architecture with dual Layer Encryption 1 Barma Udayashanth Kumar, 2 N.Poorna Chandra Rao, 3 Dr.S.Prem

More information

Mobile Cloud Computing: Critical Analysis of Application Deployment in Virtual Machines

Mobile Cloud Computing: Critical Analysis of Application Deployment in Virtual Machines 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Mobile Cloud Computing: Critical Analysis of Application Deployment

More information

Formal verification of service level agreements through distributed monitoring

Formal verification of service level agreements through distributed monitoring Formal verification of service level agreements through distributed monitoring Behrooz Nobakht 1,2, Stijn de Gouw 2,3, and Frank S. de Boer 1,3 1 Leiden Advanced Institute of Computer Science Leiden University

More information

Deadline Based Task Scheduling in Cloud with Effective Provisioning Cost using LBMMC Algorithm

Deadline Based Task Scheduling in Cloud with Effective Provisioning Cost using LBMMC Algorithm Deadline Based Task Scheduling in Cloud with Effective Provisioning Cost using LBMMC Algorithm Ms.K.Sathya, M.E., (CSE), Jay Shriram Group of Institutions, Tirupur Sathyakit09@gmail.com Dr.S.Rajalakshmi,

More information

Performance Evaluation of a Privacy-Enhancing Framework for Personalized Websites

Performance Evaluation of a Privacy-Enhancing Framework for Personalized Websites Performance Evaluation of a Privacy-Enhancing Framework for Personalized Websites Yang Wang and Alfred Kobsa Donald Bren School of Information and Computer Sciences University of California, Irvine, U.S.A.

More information

Augmented Reality Application for Live Transform over Cloud

Augmented Reality Application for Live Transform over Cloud International Journal of Research in Information Technology (IJRIT) www.ijrit.com ISSN 2001-5569 Augmented Reality Application for Live Transform over Cloud Mr. Udaykumar N Tippa 1 Dr. Sujata Terdal 2

More information

South East of Process Main Building / 1F. North East of Process Main Building / 1F. At 14:05 April 16, 2011. Sample not collected

South East of Process Main Building / 1F. North East of Process Main Building / 1F. At 14:05 April 16, 2011. Sample not collected At 14:05 April 16, 2011 At 13:55 April 16, 2011 At 14:20 April 16, 2011 ND ND 3.6E-01 ND ND 3.6E-01 1.3E-01 9.1E-02 5.0E-01 ND 3.7E-02 4.5E-01 ND ND 2.2E-02 ND 3.3E-02 4.5E-01 At 11:37 April 17, 2011 At

More information

Secured Storage of Outsourced Data in Cloud Computing

Secured Storage of Outsourced Data in Cloud Computing Secured Storage of Outsourced Data in Cloud Computing Chiranjeevi Kasukurthy 1, Ch. Ramesh Kumar 2 1 M.Tech(CSE), Nalanda Institute of Engineering & Technology,Siddharth Nagar, Sattenapalli, Guntur Affiliated

More information

ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at:

More information

Cloud Computing-based IT Solutions For Organizations with Multiregional Branch Offices

Cloud Computing-based IT Solutions For Organizations with Multiregional Branch Offices Cloud Computing-based IT Solutions For Organizations with Multiregional Branch Offices Harris Wang School of Computing and Information Systems Athabasca University, Athabasca, Canada harrisw@athabascau.ca

More information

AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD

AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD M. Lawanya Shri 1, Dr. S. Subha 2 1 Assistant Professor,School of Information Technology and Engineering, Vellore Institute of Technology, Vellore-632014

More information

On Autonomic Platform-as-a-Service: Characterisation and Conceptual Model

On Autonomic Platform-as-a-Service: Characterisation and Conceptual Model On Autonomic Platform-as-a-Service: Characterisation and Conceptual Model Rafael Tolosana-Calasanz, José Ángel Bañares and José-Manuel Colom Abstract In this position paper, we envision a Platform-as-a-Service

More information

Run-Time Assertion Checking and Monitoring Java Programs

Run-Time Assertion Checking and Monitoring Java Programs Run-Time Assertion Checking and Monitoring Java Programs Envisage Bertinoro Summer School June 2014 June 19, 2014 Your Lecturers Today Frank en Stijn What This Talk Is All About Formal Methods in Practice:

More information

Optimal Multi Server Using Time Based Cost Calculation in Cloud Computing

Optimal Multi Server Using Time Based Cost Calculation in Cloud Computing Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 8, August 2014,

More information

Authentication Mechanism for Private Cloud of Enterprise. Abstract

Authentication Mechanism for Private Cloud of Enterprise. Abstract Authentication Mechanism for Private Cloud of Enterprise Mei-Yu Wu *, and Shih-Pin Lo Department of Information Management, Chung Hua University, Hsinchu, Taiwan {mywu, e10010008}@chu.edu.tw Abstract Enterprises

More information

COST EFFECTIVE PRIVACY PRESERVED INTERMEDIATE DATASETS FOR CLOUD DATA SERVICES

COST EFFECTIVE PRIVACY PRESERVED INTERMEDIATE DATASETS FOR CLOUD DATA SERVICES COST EFFECTIVE PRIVACY PRESERVED INTERMEDIATE DATASETS FOR CLOUD DATA SERVICES Chaya.Y.K 1, Bharathi V Kalmath 2 1 PG Student, Department of CSE, S.V.C.E,Bengaluru 2 Asst.Professor, Department of CSE,

More information

Methods Migration from On-premise to Cloud

Methods Migration from On-premise to Cloud IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. IV (Mar Apr. 2015), PP 58-65 www.iosrjournals.org Methods Migration from On-premise to Cloud

More information

Cloud Computing ABSTRACT PEER-REVIEWED. Simon Krogh Copenhagen Business School. A Social Relations Perspective

Cloud Computing ABSTRACT PEER-REVIEWED. Simon Krogh Copenhagen Business School. A Social Relations Perspective JOURNAL OF INFORMATION ARCHITECTURE VOLUME 5 ISSUES 1 2 PEER-REVIEWED Simon Krogh Copenhagen Business School Cloud Computing A Social Relations Perspective ABSTRACT The second half of the 20th century

More information

Minimal Cost Data Sets Storage in the Cloud

Minimal Cost Data Sets Storage in the Cloud Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.1091

More information

A PERFORMANCE ANALYSIS of HADOOP CLUSTERS in OPENSTACK CLOUD and in REAL SYSTEM

A PERFORMANCE ANALYSIS of HADOOP CLUSTERS in OPENSTACK CLOUD and in REAL SYSTEM A PERFORMANCE ANALYSIS of HADOOP CLUSTERS in OPENSTACK CLOUD and in REAL SYSTEM Ramesh Maharjan and Manoj Shakya Department of Computer Science and Engineering Dhulikhel, Kavre, Nepal lazymesh@gmail.com,

More information

Managed Control of Composite Cloud Systems

Managed Control of Composite Cloud Systems Proc. of the 2011 6th International Conference on System of Systems Engineering, Albuquerque, New Mexico, USA - June 27-30, 2011 Managed Control of Composite Cloud Systems Christopher C. Lamb Pramod A.

More information

C-Meter: A Framework for Performance Analysis of Computing Clouds

C-Meter: A Framework for Performance Analysis of Computing Clouds 9th IEEE/ACM International Symposium on Cluster Computing and the Grid C-Meter: A Framework for Performance Analysis of Computing Clouds Nezih Yigitbasi, Alexandru Iosup, and Dick Epema Delft University

More information

A Trusted Secured Architecture for Storage-as-a- Service (STaaS) Cloud

A Trusted Secured Architecture for Storage-as-a- Service (STaaS) Cloud A Trusted Secured Architecture for Storage-as-a- Service (STaaS) Cloud Sanneboina Nagaraju 1, K. B. V. Rama Narasimham 2 1, 2 Computer Science Engineering, Guntur Engineering College, Guntur, India Abstract:

More information

Emergency Medical Data Management through an Enhanced Cloudbased Push Messaging Mechanism

Emergency Medical Data Management through an Enhanced Cloudbased Push Messaging Mechanism Emergency Medical Data Management through an Enhanced Cloudbased Push Messaging Mechanism Vassiliki Koufi, Flora Malamateniou, and George Vassilacopoulos University of Piraeus, Department of Digital Systems,

More information

Reduce cost and efficient access for cloud storage Using Intermediate Cloud Datasets

Reduce cost and efficient access for cloud storage Using Intermediate Cloud Datasets International Journal of Scientific and Research Publications, Volume 4, Issue 9, September 2014 1 Reduce cost and efficient access for cloud storage Using Intermediate Cloud Datasets Dr.R.Mala *, M.Lakshmi

More information

DESIGN OF AGENT BASED SYSTEM FOR MONITORING AND CONTROLLING SLA IN CLOUD ENVIRONMENT

DESIGN OF AGENT BASED SYSTEM FOR MONITORING AND CONTROLLING SLA IN CLOUD ENVIRONMENT International Journal of Advanced Technology in Engineering and Science www.ijates.com DESIGN OF AGENT BASED SYSTEM FOR MONITORING AND CONTROLLING SLA IN CLOUD ENVIRONMENT Sarwan Singh 1, Manish Arora

More information

CLOUD COMPUTING AND SECURITY: VULNERABILITY ANALYSIS AND PREVENTIVE SOLUTIONS

CLOUD COMPUTING AND SECURITY: VULNERABILITY ANALYSIS AND PREVENTIVE SOLUTIONS CLOUD COMPUTING AND SECURITY: VULNERABILITY ANALYSIS AND PREVENTIVE SOLUTIONS Musa Ahmed Zayyad Department of Computer Studies, Hassan Usman Katsina Polytechnic, Katsina E-mail: zayyad19@yahoo.com +2348063440008(Nigeria)

More information

An Architecture for Trusted Clouds

An Architecture for Trusted Clouds An Architecture for Trusted Clouds Mike Burmester Florida State University, Department of Computer Science Tallahassee, FL 32306, USA {burmester}@cs.fsu.edu Abstract. A new paradigm for network applications

More information

SERVICE AND SECURITY MONITORING IN CLOUD

SERVICE AND SECURITY MONITORING IN CLOUD SERVICE AND SECURITY MONITORING IN CLOUD PhD Candidate, Cristian IVANUŞ 1, PhD, Stefan IOVAN 2,3 1 University of Economic Studies, Bucharest, ivanuscristian13@stud.ase.ro 2 West University of Timisoara,

More information

PRIVACY PRESERVATION ALGORITHM USING EFFECTIVE DATA LOOKUP ORGANIZATION FOR STORAGE CLOUDS

PRIVACY PRESERVATION ALGORITHM USING EFFECTIVE DATA LOOKUP ORGANIZATION FOR STORAGE CLOUDS PRIVACY PRESERVATION ALGORITHM USING EFFECTIVE DATA LOOKUP ORGANIZATION FOR STORAGE CLOUDS Amar More 1 and Sarang Joshi 2 1 Department of Computer Engineering, Pune Institute of Computer Technology, Maharashtra,

More information

Semi-Trusted Authentication for Health Data in Cloud

Semi-Trusted Authentication for Health Data in Cloud JOURNAL OF COMPUTER SCIENCE AND ENGINEERING Semi-Trusted Authentication for Health Data in Cloud Rajeswari.M 1, Anjelin Lilly Jasmine.P 2, V.Komaladevi 3, K.Monika 4 1 Assistant professor, 2,3,4 Students,

More information

Study on Service-Oriented Cloud Conferencing

Study on Service-Oriented Cloud Conferencing Study on Service-Oriented Cloud Conferencing Junchao Li School of Computer Science and Technology University of Science and Technology of China Hefei, China lijch@mail.ustc.edu.cn Ruifeng Guo Shenyang

More information

A Review of Cloud Computing Security Issues

A Review of Cloud Computing Security Issues , pp.215-222 http://dx.doi.org/10.14257/ijgdc.2015.8.5.21 A Review of Cloud Computing Security Issues 1 Manpreet Kaur and 2 Hardeep Singh 1 Research Fellow, Chandigarh Group of College, Landran Cutemani.shergill@gmail.com

More information

RANKING THE CLOUD SERVICES BASED ON QOS PARAMETERS

RANKING THE CLOUD SERVICES BASED ON QOS PARAMETERS RANKING THE CLOUD SERVICES BASED ON QOS PARAMETERS M. Geetha 1, K. K. Kanagamathanmohan 2, Dr. C. Kumar Charlie Paul 3 Department of Computer Science, Anna University Chennai. A.S.L Paul s College of Engineering

More information

Cloud computing security using encryption technique

Cloud computing security using encryption technique Cloud computing security using encryption technique Geethu Thomas Prem Jose V P.Afsar Abstract Cloud Computing has been envisioned as the next generation architecture of IT Enterprise. The Cloud computing

More information

International Journal of Computer Sciences and Engineering. Review Paper Volume-4, Issue-3 E-ISSN: 2347-2693

International Journal of Computer Sciences and Engineering. Review Paper Volume-4, Issue-3 E-ISSN: 2347-2693 International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Issue-3 E-ISSN: 2347-2693 Privacy Preservation and Auditing in Public Cloud: A Review Nitesh Kumar Namdeo 1*

More information

An Effective Approach To Find a Best Cloud Service Provider Using Ranked Voting Method

An Effective Approach To Find a Best Cloud Service Provider Using Ranked Voting Method An Effective Approach To Find a Best Cloud Service Provider Using Ranked Voting Method Vidyashree C.N M.Tech, Dept of CSE PESCE, Mandya vidyashreec.n57@gmail.com V Chetan Kumar Asst.Prof, Dept of CSE PESCE,

More information

Extracting Information from Scientific Papers in the Cloud

Extracting Information from Scientific Papers in the Cloud 212 Sixth International Conference on Complex, Intelligent, and Software Intensive Systems Extracting Information from Scientific Papers in the Cloud Petr Škoda, Svatopluk Šperka, Pavel Smrž Brno University

More information

Demystifying Cloud Computing

Demystifying Cloud Computing Demystifying Cloud Computing Paulo Neto Faculdade de Engenharia da Universidade do Porto Rua Dr. Roberto Frias, s/n 4200-465 PORTO, Portugal pro10004@fe.up.pt Abstract. The Cloud computing emerges as a

More information

RANKING OF CLOUD SERVICE PROVIDERS IN CLOUD

RANKING OF CLOUD SERVICE PROVIDERS IN CLOUD RANKING OF CLOUD SERVICE PROVIDERS IN CLOUD C.S. RAJARAJESWARI, M. ARAMUDHAN Research Scholar, Bharathiyar University,Coimbatore, Tamil Nadu, India. Assoc. Professor, Department of IT, PKIET, Karaikal,

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 ISSN 2229-5518 112

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 ISSN 2229-5518 112 International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 112 Monitoring, Tracking and Quantification of Quality of Service in Cloud Computing Mohamed Firdhous, Suhaidi Hassan,

More information

Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment

Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment by Maryam Houtinezhad, Department of Computer Engineering, Artificial

More information

Towards Cloud Computing at IS Department, King Abdulaziz University

Towards Cloud Computing at IS Department, King Abdulaziz University 4 Towards Cloud Computing at IS Department, King Abdulaziz University Muhammad Haleem Information Systems Department Faculty of Computing and Information Technology King Abdulaziz University, Jeddah, Saudi

More information

Innovation of teaching methods in university based on mobile cloud computing

Innovation of teaching methods in university based on mobile cloud computing World Transactions on Engineering and Technology Education Vol.14, No.1, 2016 2016 WIETE Innovation of teaching methods in university based on mobile cloud computing Heng He, Wei Xia, Yu Jin, Botao Zhang

More information

Minimizing technical complexities in emerging cloud computing platforms

Minimizing technical complexities in emerging cloud computing platforms Minimizing technical complexities in emerging cloud computing platforms Andreas Menychtas 1, George Kousiouris 1, Dimosthenis Kyriazis 1, Theodora Varvarigou 1 National Technical University of Athens,

More information

How To Create A Cloud Resource Broker

How To Create A Cloud Resource Broker 2011 International Conference on Telecommunication Technology and Applications Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore Goal-Based Cloud Broker for Medical Informatics Application: A proposed

More information

Cloud Broker for Reputation-Enhanced and QoS based IaaS Service Selection

Cloud Broker for Reputation-Enhanced and QoS based IaaS Service Selection Proc. of Int. Conf. on Advances in Communication, Network, and Computing, CNC Cloud Broker for Reputation-Enhanced and QoS based IaaS Service Selection Ruby Annette.J 1, Dr. Aisha Banu.W 2 and Dr.Sriram

More information

Fully Abstract Operation Contracts

Fully Abstract Operation Contracts Fully Abstract Operation Contracts Richard Bubel, Reiner Hähnle, and Maria Pelevina Department of Computer Science Technical University of Darmstadt bubel haehnle@cs.tu-darmstadt.de m.pelevina@gmail.com

More information

Using Feature Modelling and Automations to Select among Cloud Solutions

Using Feature Modelling and Automations to Select among Cloud Solutions Using Feature Modelling and Automations to Select among Cloud Solutions Clément Quinton, Laurence Duchien, Patrick Heymans, Stéphane Mouton, Etienne Charlier To cite this version: Clément Quinton, Laurence

More information

Factors Influencing an Organisation's Intention to Adopt Cloud Computing in Saudi Arabia

Factors Influencing an Organisation's Intention to Adopt Cloud Computing in Saudi Arabia 2014 IEEE 6th International Conference on Cloud Computing Technology and Science Factors Influencing an Organisation's Intention to Adopt Cloud Computing in Saudi Arabia Nouf Alkhater Gary Wills Robert

More information

Credibility-Based Trust Management for Services in Cloud Environments

Credibility-Based Trust Management for Services in Cloud Environments Credibility-Based Trust Management for Services in Cloud Environments Talal H. Noor and Quan Z. Sheng School of Computer Science, The University of Adelaide, Adelaide SA 5005, Australia {talal,qsheng}@cs.adelaide.edu.au

More information

Framework for Ranking Service Providers of Federated Cloud using Fuzzy Logic Sets

Framework for Ranking Service Providers of Federated Cloud using Fuzzy Logic Sets Framework for Ranking Service Providers of Federated Cloud using Fuzzy Logic Sets #1 Ms. L. Aruna *2 Dr. P.A. Abdul Saleem #3 Dr. M. Aramudhan 1 Research scholar,periyar University,Karaikal,T.N. 2 Professor

More information

Activity Mining for Discovering Software Process Models

Activity Mining for Discovering Software Process Models Activity Mining for Discovering Software Process Models Ekkart Kindler, Vladimir Rubin, Wilhelm Schäfer Software Engineering Group, University of Paderborn, Germany [kindler, vroubine, wilhelm]@uni-paderborn.de

More information

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004

More information

The Client Side of Cloud Computing

The Client Side of Cloud Computing Cloud Clients Service Look-Up Resumé Literature SE aus Informatik, SS 2009 26. Mai 2009 Cloud Clients Service Look-Up Resumé Literature 1 Cloud Clients Definition Hardware Clients Software Clients Software

More information

James Philbin, PhD We are at the dawn of cloud

James Philbin, PhD We are at the dawn of cloud Will the Next Generation of PACS Be Sitting on a Cloud? James Philbin, 1 Fred Prior, 2 and Paul Nagy 3 Cloud computing has gathered significant attention from information technology (IT) vendors in providing

More information

Agent Based Framework for Scalability in Cloud Computing

Agent Based Framework for Scalability in Cloud Computing Agent Based Framework for Scalability in Computing Aarti Singh 1, Manisha Malhotra 2 1 Associate Prof., MMICT & BM, MMU, Mullana 2 Lecturer, MMICT & BM, MMU, Mullana 1 Introduction: Abstract: computing

More information

A Real-Time Cloud Based Model for Mass Email Delivery

A Real-Time Cloud Based Model for Mass Email Delivery A Real-Time Cloud Based Model for Mass Email Delivery Nyirabahizi Assouma, Mauricio Gomez, Seung-Bae Yang, and Eui-Nam Huh Department of Computer Engineering Kyung Hee University Suwon, South Korea {assouma,mgomez,johnhuh}@khu.ac.kr,

More information

Chapter 10. Cloud Computing for Context-Aware Enhanced m-health Services

Chapter 10. Cloud Computing for Context-Aware Enhanced m-health Services Chapter 10 Cloud Computing for Context-Aware Enhanced m-health Services Carlos Fernandez-Llatas, Salvatore F. Pileggi, Gema Ibañez, Zoe Valero, and Pilar Sala Abstract m-health services are increasing

More information