在本主題中,我希望介紹網絡的基本概念(TCP/IP, UDP etc..),使用C語言來撰寫Socket system call並且嘗試不同的連線方式, 例如 Blocking , Non-blocking, 也會學習到在Linux上的多個System API。
In this topic, I hope to introduce the basic concept of the network(TCP/IP protocol, UDP protocol, etc...) then write relative program use c on the Linux System.
如我們所知 Network programming and architecture 對於 computer science 領域的許多技術都有著深厚的影響 ,...