Posts
All the articles I have published.
46 posts
Page 6/6
-
The Google File System (GFS) 論文心得
跟著 MIT 6.824 閱讀 The Google File System 論文,整理 GFS 的架構設計、Single Master 理念、Metadata 管理、一致性模型與 Lease 機制。
-
SDN 學習筆記(一): SDN 的發展歷史以及基本名詞介紹
從 SDN 的發展歷史出發,介紹 Software Defined Networking 的基本架構與 control plane、data plane 分離的核心設計理念。
-
SDN 學習筆記(二): OpenFlow 1.0 介紹
深入 OpenFlow 1.0 的協定規範,了解 SDN 中 Controller 與 Switch 之間如何透過 flow table 進行流量控制。
-
Linux shell 變數相關用法整理(一): assign, echo, export, unset
整理 Linux shell 變數的基本操作,包含宣告、echo 輸出、export 匯出環境變數、unset 刪除等常用指令的語法與注意事項。
-
Linux shell 變數相關用法整理(二): read, declare, array
整理 Linux shell 進階變數操作,介紹 read 讀取使用者輸入、declare 宣告變數型別、array 陣列的使用方式與實際範例。