| 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 | }}} |