close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 22, 2008, 4:46:48 PM (18 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 1 | 1 | = 2008-09-22 = |
| 2 | 2 | |
| 3 | | * [閱讀] [http://www.gridbus.org/papers/CC-Edu.pdf Cluster Computing in the Classroom: Topics, Guidelines, and Experiences] 感想 |
| 4 | | * 教學方法也可以發表論文 |
| 5 | | * 從這篇文章可以知道 Cluster Computing 的知識分類(Ontology) |
| | 3 | * [閱讀] [http://www.gridbus.org/papers/CC-Edu.pdf Cluster Computing in the Classroom: Topics, Guidelines, and Experiences] |
| | 4 | * [感想] 教學方法也可以發表論文 |
| | 5 | * [感想] 從這篇文章可以知道 Cluster Computing 的知識分類(Ontology)非常廣泛 |
| 6 | 6 | {{{ |
| 7 | 7 | #!graphviz |
| … |
… |
|
| 27 | 27 | } |
| 28 | 28 | }}} |
| | 29 | * [感想] 知識領域很廣,來聽課的人目的也不盡相同 |
| | 30 | {{{ |
| | 31 | #!graphviz |
| | 32 | |
| | 33 | digraph G{ |
| | 34 | rankdir=LR; |
| | 35 | node [fontsize=6, width=2.0]; |
| | 36 | "Roles" -> "Cluster Resource Provide"; |
| | 37 | "Roles" -> "Cluster Resource End User"; |
| | 38 | } |
| | 39 | }}} |
| | 40 | * [聯想] 如果 Grid Computing 是指 "A Virtual Cluster of Multiple Physical Clusters" 的話,那麼 Grid Computing 的背景就需要包含 "Cluster Computing";如果 Cloud Computing 是建構在 Grid Infrastructure 之上,那麼 Cloud Computing 的知識背景就需要涵蓋 Grid Computing。那或許結合 Cluster Computing 與 Grid Computing 的教學範疇就可以再整理一篇 Paper 了 *^_^* |
| | 41 | {{{ |
| | 42 | #!graphviz |
| | 43 | |
| | 44 | digraph G{ |
| | 45 | rankdir=LR; |
| | 46 | node [fontsize=6, width=2.0]; |
| | 47 | "Cloud Computing" -> "Grid Computing" -> "Cluster Computing"; |
| | 48 | "Cloud Computing" -> "Virtualization"; |
| | 49 | "Cloud Computing" -> "Global Distributed File System"; |
| | 50 | "Cloud Computing" -> "Distributed Database"; |
| | 51 | "Cloud Computing" -> "Web Service"; |
| | 52 | } |
| | 53 | }}} |