Part I: How the Web Works: A Primer for Newcomers to Web Development (or anyone, really)
從最基本的術語拆解,說明網際網路(互聯網)中的全球資訊網(world wide wed)到底是如何運作。
Part II : How the Web Works Part II: Client-Server Model & the Structure of a Web Application
解釋最基本的網頁連線架構,包括用戶與伺服器主機如何溝通、網頁應用程式架構,也稍提及中應用程式裏面的程式演算法應用來處理各類請求與功能回應效率提昇(參見下圖)、使用CDN(Content Delivery Networks)代理服務提昇讀取速度。

Part III : How the Web Works Part III: HTTP & REST
進一步說明HTTP,也就是用戶端與伺服器之間的溝通協議如何進行。在這裏作者也稍微解釋了什麼是「REST(ful)」 for application (REST stands for "Representational State Transfer")。之前曾在雲端運算的某處讀過「stateless」(姑譯之為“無狀態”),根本丈二金剛不知道指的是什麼。幸而在這篇文章中,作者作了簡單的說明,讓我才有點能夠想像所謂地追求「無狀態」這回事與應用程式、大量資料處理、機器效能之間的關係。
Part IV: Code examples of client-server interactions (最後一文似乎暫未寫好?)
No comments:
Post a Comment