Service-Oriented Computing and Cloud Computing: Challenges and Opportunities

Service-Oriented Computing and Cloud Computing: Challenges and
Opportunities

Yi Wei and M. Brian Blake

? 2010 IEEE IEEE INTERNET COMPUTING

abstract:

Service-oriented computing and cloud computing have a reciprocal
relationship — one provides the computing of services, and the other provides the
services of computing. Although service-oriented computing in cloud computing

environments presents a new set of research challenges, the authors
believe the combination also provides potentially transformative
opportunities.

Figure 1 illustrates the challenges unique to SOC and cloud computing in addition to challenges

and opportunities gained when you combine the paradigms.

来自为知笔记(Wiz)

附件列表

时间: 2024-07-29 07:20:28

Service-Oriented Computing and Cloud Computing: Challenges and Opportunities的相关文章

Tagging Physical Resources in a Cloud Computing Environment

A cloud system may create physical resource tags to store relationships between cloud computing offerings, such as computing service offerings, storage offerings, and network offerings, and the specific physical resources in the cloud computing envir

top 9 Cloud Computing Failures

top 9 Cloud Computing Failures Outages, hacks, bad weather, human error and other factors have led to some spectacular cloud failures. 9. Hackers Access Celebrity iCloud Accounts In the fall of 2014, hackers targeted celebrity accounts on Apple's iCl

Cloud Computing Causing Digital Business Transformation

2015-04-13 Cloud Computing Causing Digital Business Transformation We hear all about the cloud, and cloud computing. But, do we really know who is getting the big gains from cloud computing? What are the types of companies that are actually benefitin

伯克利研究员们眼中的Cloud Computing

写在前面 10 年前(2009 年),UC Berkeley 在 2 月 10 日发布了一篇关于 Cloud Computing 的论文,在 10 年后的今天看来,仍颇具启发性 Cloud Computing is likely to have the same impact on software that foundries have had on the hardware industry. 云计算对软件的影响就像代工厂对硬件行业的影响 一.云计算为什么是未来? 什么是云计算? 云计算(C

Service Oriented Architecture

What is Service Oriented Architecture (SOA)? There have been so many interpretations of this throughout the years that it seems important to establish a common understanding before I discuss WCF as an SOA platform. The Organization for the Advancemen

C. Cloud Computing (线段树)

Buber is a Berland technology company that specializes in waste of investor's money. Recently Buber decided to transfer its infrastructure to a cloud. The company decided to rent CPU cores in the cloud for nn consecutive days, which are numbered from

cloud computing platform,virtual authentication encryption

Distributed Management Task Forcevirtual Ethernet port aggregator encryption,authenticating,local access control:Transport Layer SecuritySimple Authentication And Security Layer

关于Cloud Computing IaaS 架构前期准备

经历了以Openstack为解决方案的多个项目,结合开源分布式存储Ceph来提供整体的IaaS解决方案:发现一套好的架构方案从多方面多角度多维度来定义,不仅满足商业驱动力还可以满足技术变革带来的各种好处,所以在架构前需要全面准备才能让IaaS更好的落地. 技术的选择更多的在与商业价值,并不是一味的选择很好的技术,前期做好准备才能更好的分析出部署模式与服务模式的决策. 首先,一个最重要的问题就是商业价值和做IaaS驱动力,这包括实现的意义,根据公司的现状以及IT资源架构来进行认识,要么以减少IT基

【非原创】codeforces 1070C Cloud Computing 【线段树&树状数组】

题目:戳这里 学习博客:戳这里 题意:有很多个活动,每个活动有持续天数,每个活动会在每天提供C个CPU每个CPU价格为P,问需要工作N天,每天需要K个CPU的最少花费. 解题思路:遍历每一天,维护当前天K个cpu的最小花费.具体方法是维护两个线段树(树状数组也可以),维护每一天可以使用的cpu数和价格*cpu数的前缀和.注意数组下标是价格(1e6的数组. (不明白的话可以看代码,代码思路很清晰 附学习博客的代码: 1 #include <iostream> 2 3 #include <a