作者簡介
Douglas EComer:普度大學的一位傑出的計算機科學教授,思科系統公司的訪問教授成員,並且是計算機網路和TCP/IP以及網際網路方面的國際公認的專家。他的著作已翻譯成16種語言,並廣泛用於世界各地的工業界和學術界。作為他的得意之作,這套共分三卷的《用TcP/IP進行網際互連》徹底改變了組網和網路方面的教育,並且他的不斷創新的工作繼續影響著研究生和大學生所學的課程。作為美國計算機學會的會士,在他獲得的許多榮譽中包括Usenix終生成就獎。
編輯推薦
《用TCP/IP進行網際互連:設計、實現與核心(ANSI C版)(第3版)(第2卷)》作者講解了應用程式軟體如何利用TCP/lP在網際網路上通信,並且這一版對全書內容進行了重新組織和全面更新。一代又一代的專業技術人員把DotJgIas Comer的《用TCP/IP進行網際互連》視為了解那些使網際網路得以運轉的協定和技術的敲門磚,它思路清晰,簡單易懂。書中解釋了客戶一伺服器範例及應用程式用於網路通信的套接字API,討論了如何使用基本工具來創建伺服器,並重點強調了實際的設計過程和技術,這些概念對於編程人員都是非常重要的。
圖書目錄
Foreword
Preface
Chapter 1 Introduction And Overview
1.1 TCP/IP Protocols
1.2 The Need To Understand Details
1.3 Complexity Of Interactions Among Protocols
1,4 The Approach In This Text
1.5 The Importance Of Studying Code
1.6 The Xinu Operating System
1.7 Organization Of The Remainder Of The Book
..................
Chapter 8 IP: Error Processing (ICMP)
Chapter 9 IP: Multicast Processing (IGMP)
Chapter 10 UDP: User Datagrams
Chapter 11 TCP: Data Structures And Input Processing
Chapter 12 TCP: Finite State Machine Implementation
Chapter 13 TCP: Output Processing
Chapter 14 TCP:Timer Management
Chapter 15 TCP:Flow Control And Adaptive Retransmission
Chapter 16 TCP:Urgent Data Processing And The Push Funcion
Chapter 17 Socket-Level Interface
Chapter 18 RIP:Active Route Propagation And Passive Acqusition
Chapter 19 OSPF:Route Propagation With An SPF Algorithm
Chapter 20 SNMP:MIB Variables Representations And Bindings
Chapter 21 SNMP:Client And Server
Chapter 22 SNMP:Table Access Functions
Chapter 23 Implementation In Retrospect
Appendix1 Cross Reference Of Procedure Calls
Appendix2 Cross Reference Of C Structures Used In The code
Appendix3 Xinu Functions And Constants Used In The Code
Bibliography
Index