1 / 17

A Survey of Cloud Computing

A Survey of Cloud Computing. DIO LEE, NCU SNMG ( ADLab ) December 28, 2009. Introduction. pipes. Browser. Servers. Introduction. 平行 運算 分散式 運算 網格 運算 雲端運算. Parallel computing.

Télécharger la présentation

A Survey of Cloud Computing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ASurvey of Cloud Computing DIO LEE, NCU SNMG(ADLab) December 28, 2009

  2. Introduction pipes Browser Servers

  3. Introduction • 平行運算 • 分散式運算 • 網格運算 • 雲端運算

  4. Parallel computing • Parallel computing is a form of computation in which many calculations are carried out simultaneously, operating on the principle that large problems can often be divided into smaller ones, which are then solved concurrently ("in parallel").

  5. Parallel computing • Parallel computers can be roughly classified according to the level at which the hardware supports parallelism—with multi-core and multi-processor computers having multiple processing elements within a single machine, while clusters, MPPs, and grids use multiple computers to work on the same task.

  6. Distributed computing • Distributed computing is a field of computer science that studies distributed systems. A distributed system consists of multiple autonomous computers that communicate through a computer network. The computers interact with each other in order to achieve a common goal.

  7. Para VS Dist • Parallel vs. Distributed • Parallel computing can mean: • Vector processing of data (SIMD) • Multiple CPUs in a single computer (MIMD) • Distributed computing is multiple CPUs across many computers (MIMD)

  8. Grid computing • Grid computing is the combination of computer resources from multiple administrative domains applied to a common task, usually to a scientific, technical or business problem that requires a great number of computer processing cycles or the need to process large amounts of data.

  9. Grid computing • A form of distributed computing whereby a “super and virtual computer” is composed of a cluster of networked loosely coupled computers acting in concert to perform very large tasks.

  10. Grids versus conventional supercomputers • “Distributed” or “grid” computing in general is a special type of parallel computing that relies on complete computers connected to a network by a conventional network interface. • In contrast to the traditional notion of a supercomputer, which has many processors connected by a local high-speed computer bus.

  11. SaaS • Software-as-a-service • 軟體即服務

  12. Cloud Computing • 終端使用者不需要了解「雲端」中基礎設施的細節,不必具有相應的專業知識,也無需直接進行控制,只關注自己真正需要什麼樣的資源以及如何透過網路來得到相應的服務。

  13. Cloud Computing • In general, cloud computing customers do not own the physical infrastructure, instead avoiding capital expenditure by renting usage from a third-party provider. They consume resources as a service and pay only for resources that they use.

  14. Conclusion • 偏概念:parallel, distributed • 研究實作: grid ,P2P • 商業術語:SaaS, Cloud computing PS:可以說, Cloud computing 全包了…… VM 進化

  15. MapReduce • Functional programming • Functional operations do not modify data structures: They always create new ones. • Hadoop • GFS, HDFS(Hadoop Distributed File System) • BigTable, HBase

  16. Example • Infrastructure-as-a-Service (laaS) • Amazon EC2 • Platform-as-a-Service (PaaS) • Twitter • Software-as-a-Service (SaaS) • Google Apps

  17. Q & A Q & A

More Related