Cloud computing

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(图集)
(图集)
(未显示1个用户的3个中间版本)
第136行: 第136行:
 
==图集==
 
==图集==
 
<gallery widths=100px heights=100px perrow=6>
 
<gallery widths=100px heights=100px perrow=6>
 +
image:Cloud-Native-Landscape-2016.png|Cloud Native
 +
image:gartner-iaas-mq-june-2017.png|Gartner IaaS 魔力象限
 
Image:cloud-computing-usa-2010-infographic-cn.jpg|2010美国云计算统计
 
Image:cloud-computing-usa-2010-infographic-cn.jpg|2010美国云计算统计
 
Image:cloud-services.png|云服务
 
Image:cloud-services.png|云服务
 
Image:Five-cloud-companies.jpg|五大IT巨头的云战略
 
Image:Five-cloud-companies.jpg|五大IT巨头的云战略
 
image:paas-and-iaas.jpg|Paas和IaaS
 
image:paas-and-iaas.jpg|Paas和IaaS
 +
image:Cloud-Native-Stacks-01.png|Cloud-Native-Stack
 +
image:Cloud-Native-Stacks-02.png|Cloud-Native-Stack
 +
image:Cloud-Native-Stacks-03.png|Cloud-Native-Stack
 +
image:Cloud-Native-Stacks-04.png|Cloud-Native-Stack
 
</gallery>
 
</gallery>
  
第148行: 第154行:
 
*[http://www.cs.uiuc.edu/class/sp11/cs525/sched.htm 一些分布式系统的资料,有很高的参考价值]
 
*[http://www.cs.uiuc.edu/class/sp11/cs525/sched.htm 一些分布式系统的资料,有很高的参考价值]
 
*[http://stblog.baidu-tech.com/?p=1978 浅析App Engine]
 
*[http://stblog.baidu-tech.com/?p=1978 浅析App Engine]
 +
*[http://www.infoq.com/cn/news/2014/07/aliyun-distributed 构建大型云计算平台分布式技术的实践]
  
 
{{comment}}
 
{{comment}}
  
 
[[category:cloud computing]]
 
[[category:cloud computing]]

2018年2月5日 (一) 07:51的版本

互联网的圣杯之战: 终端(PC,手机,电视)和云计算

云计算标准组织: Open Cloud Consortium

云中漫步: 迎接云计算时代的到来 李开复

Ruby on Rails Platfrom Ruby + Rails + EC2 看上去是个不错的选择, http://heroku.com/ 开始提供这样的服务。

通过GDrive可以将自己几乎所有的数据都存在互联网上,并可以随时接入那些数据

李开复博士阐述推动云计算发展的六个方面的因素:

  • 1.以用户为中心:数据存在于云海之中,并且伴随着你和你的设备,你可以在任何时间、任何地点以某种便捷的方式安全地获得它或与他人分享。
  • 2.以任务为中心:人们可以方便地与合作者共同规划并执行各项任务,并随时随地进行有效的交流和沟通。
  • 3.强大的功能:置于云海中由成千上万的计算机群提供的强大计算能力、存储能力等将能够为你完成传统上单台计算机根本无法完成的事情。
  • 4.智能化:基于海量数据的数据挖掘技术来获得大量的新知识。作为一个典型的示例,基于这种新技术的语言翻译将更加强大。我们在互联网络上,可以看到这样一种模式

海量的数据 + 海量的分析 ==〉知识

  • 5.基础设施的可行性:如今,上千台的PC级服务器可以获得极高的性能。Google正在建设更强大的“计算机群农场”(就像高产的奶牛场一样)。
  • 6.并行软件的可编程性:怎样编写可以在上千台计算机上并行执行的程序?Google如今已经开发了一系列新的开发方法和技术。
云中的火狐

目录

新闻

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Cloud computing Thanks, Wikipedia.

自http://rss.feedsportal.com/c/432/f/530810/index.rss加载RSS失败或RSS源被墙

云层次

Enterprise Private Cloud Architecture from Intel

云计算可大致分为三个层次:

云计算层次

云计算有各种各样的定义。基于我们对云计算的理解,我们对云计算的定义就是Everything as a Service。“云计算”产业可以归纳为一个金字塔模型,处于金字塔基座位置的是基础设施层,提供计算、存储、带宽等按需的IaaS云基础设施服务,这是所有应用和平台的基础,也是虚拟化、自动化等云计算关键技术的集中体现层,如Amazon的AWS,世纪互联的CloudEx; 基于基础设施之上的是为应用开发提供接口和软件运行环境的平台层的PaaS服务,如微软的Azure和Google的App Engine;处于金字塔顶端的是应用层,提供在线的软件服务即SaaS服务,最知名的就是SalesForce了,另外还有NetSuite、 Google Apps、微软的Live Office等。这三个层面合起来构成了一条完整的云计算产业链。

Cloud & Grid

Grid Computing = Compute Grids + Data Grids

Cloud Computing = Grid Computing + Data Center Automation

Architecture

Cloud Computing Architecture

The architecture behind cloud computing is a massive network of "cloud servers" interconnected as if in a grid running in parallel, sometimes using the technique of virtualization to maximize computing power per server.

A front-end interface allows a user to select a service from a catalog. This request gets passed to the system management which finds the correct resources, and then calls the provisioning services which carves out resources in the cloud. The provisioning service may deploy the requested stack or web application as well.

  • User interaction interface: This is how users of the cloud interface with the cloud to request services.
  • Services catalog: This is the list of services that a user can request.
  • System management: This is the piece which manages the computer resources available.
  • Provisioning tool: This tool carves out the systems from the cloud to deliver on the requested service. It may also deploy the required images.
  • Monitoring and metering: This optional piece tracks the usage of the cloud so the resources used can be attributed to a certain user.
  • Servers: The servers are managed by the system management tool. They can be either virtual or real.

Above from http://en.wikipedia.org/wiki/Cloud_computing

Clone

Google 的核心基础设施包括: Google File System, MapReduce, BigTable, 类似 Google 基础架构的 Cloud Computing 模式非常吸引人。

你也可试着通过 ZFS and Lustre, Apache Hadoop, Hypertable and HBase 搭建自己的核心基础设施.

Projects

SaaS Cloud

Cloud Security

云模型、安全控制和合规模型的映射

云安全使防御web威胁不再是单一款产品做的事,而是和所有互联网使用者一起和Web威胁做斗争,云安全让每个人都成为了识别安全威胁的贡献者。

趋势科技Secure Cloud云安全6大杀手锏:

  • 1.Web信誉服务
  • 2.电子邮件信誉服务
  • 3.文件信誉服务
  • 4.行为关联分析技术
  • 5.自动反馈机制
  • 6.威胁信息汇总

金山云安全定义:智能客户端+集群式服务器+开放安全服务平台,实现传统杀软无法想象的严密安全网络。

完善云安全必须拥有:

  • 集群辨别能力。互联网可信认证体系,海量联机样本,分辨互联网上亿文件的善恶属性。
  • 集群分析能力。金山毒霸水银平台,每日分析处理上百万未知文件,样本名单已达数TB!
  • 集群情报收集。金山毒霸爬虫系统,自动抓取互联网上千万可疑安全威胁,反应迅速!

六大厂商云安全大比拼

Cloud Storage

Data Storage as a Service

Solution

图集

链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱