TCP/IP Illustrated, Volume 2: The Implementation (Hardcover)(出版日久遠,書側有霉斑)
Gary R. Wright, W. Richard Stevens
- 出版商: Addison Wesley
- 出版日期: 1995-02-10
- 定價: $1,230
- 售價: 9.8 折 $1,205
- 語言: 英文
- 頁數: 1174
- 裝訂: Hardcover
- ISBN: 020163354X
- ISBN-13: 9780201633542
-
相關分類:
TCP/IP
-
其他版本:
TCP/IP Illustrated, Volume 2: The Implementation (美國原版)
立即出貨(限量) (庫存=2)
買這商品的人也買了...
-
$1,205TCP/IP Illustrated, Volume 1: The Protocols (Hardcover)
-
$2,820$2,679 -
$580$458 -
$680$537 -
$650$553 -
$980$774 -
$970Introduction to Algorithms, 2/e
-
$920$727 -
$880$695 -
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$860$679 -
$1,880$1,786 -
$690$587 -
$780$741 -
$760$600 -
$590$466 -
$690$538 -
$720$569 -
$750$675 -
$560$504 -
$2,320$2,204 -
$480$379 -
$750$593 -
$780$616 -
$490$382
相關主題
商品描述
此書出版日期較為久遠,書況普通,書側有霉斑
Description:
TCP/IP Illustrated, an ongoing series covering the many facets of TCP/IP, brings a highly-effective visual approach to learning about this networking protocol suite. TCP/IP Illustrated, Volume 2 contains a thorough explanation of how TCP/IP protocols are implemented. There isn't a more practical or up-to-date bookothis volume is the only one to cover the de facto standard implementation from the 4.4BSD-Lite release, the foundation for TCP/IP implementations run daily on hundreds of thousands of systems worldwide. Combining 500 illustrations with 15,000 lines of real, working code, TCP/IP Illustrated, Volume 2 uses a teach-by-example approach to help you master TCP/IP implementation. You will learn about such topics as the relationship between the sockets API and the protocol suite, and the differences between a host implementation and a router. In addition, the book covers the newest features of the 4.4BSD-Lite release, including multicasting, long fat pipe support, window scale, timestamp options, and protection against wrapped sequence numbers, and many other topics. Comprehensive in scope, based on a working standard, and thoroughly illustrated, this book is an indispensable resource for anyone working with TCP/IP.
商品描述(中文翻譯)
此書出版日期較為久遠,書況普通,書側有霉斑。
描述:
《TCP/IP Illustrated》是一個系列,涵蓋了TCP/IP協議的許多方面,以高效的視覺方式來學習這個網絡協議套件。《TCP/IP Illustrated》第2卷詳細解釋了TCP/IP協議的實現方式。這本書是目前最實用和最新的一本,它是唯一一本涵蓋了4.4BSD-Lite版本的事實上的標準實現,該版本是全球數十萬系統每天運行的TCP/IP實現的基礎。《TCP/IP Illustrated》第2卷結合了500張插圖和15,000行真實的工作代碼,採用了以實例教學的方法,幫助您掌握TCP/IP的實現。您將學習到套接字API和協議套件之間的關係,以及主機實現和路由器之間的區別。此外,本書還介紹了4.4BSD-Lite版本的最新功能,包括多播、長窄管支持、窗口縮放、時間戳選項、防止序列號溢出等等。本書範圍廣泛,基於一個工作標準,並且有詳細的插圖,是任何從事TCP/IP工作的人的必備資源。
目錄大綱
- Title Page
- Copyright Page
- Table of Contents
- Preface
- Acknowledgments
- Structure Definitions
- Function and Macro Definitions
- Chapter 1. Introduction
- Chapter 2. Mbufs: Memory Buffers
- Chapter 3. Interface Layer
- Chapter 4. Interfaces: Ethernet
- Chapter 5. Interfaces: SLIP and Loopback
- Chapter 6. IP Addressing
- Chapter 7. Domains and Protocols
- Chapter 8. IP: Internet Protocol
- Chapter 9. IP Option Processing
- Chapter 10. IP Fragmentation and Reassembly
- Chapter 11. ICMP: Internet Control Message Protocol
- Chapter 12. IP Multicasting
- Chapter 13. IGMP: Internet Group Management Protocol
- Chapter 14. IP Multicast Routing
- Chapter 15. Socket Layer
- Chapter 16. Socket I/O
- Chapter 17. Socket Options
- Chapter 18. Radix Tree Routing Tables
- Chapter 19. Routing Requests and Routing Messages
- Chapter 20. Routing Sockets
- Chapter 21. ARP: Address Resolution Protocol
- Chapter 22. Protocol Control Blocks
- Chapter 23. UDP: User Datagram Protocol
- Chapter 24. TCP: Transmission Control Protocol
- Chapter 25. TCP Timers
- Chapter 26. TCP Output
- Chapter 27. TCP Functions
- Chapter 28. TCP Input
- Chapter 29. TCP Input
- Chapter 30. TCP User Requests
- Chapter 31. BPF: BSD Packet Filter
- Chapter 32. Raw IP
- Epilogue
- Appendix A. Solutions to Selected Exercises
- Appendix B. Source Code Availability
- Appendix C. RFC 1122 Compliance
- Bibliography
目錄大綱(中文翻譯)
- 封面
- 版權頁
- 目錄
- 前言
- 致謝
- 結構定義
- 函數和宏定義
- 第一章. 簡介
- 第二章. Mbufs: 記憶體緩衝區
- 第三章. 介面層
- 第四章. 介面: 以太網
- 第五章. 介面: SLIP 和 Loopback
- 第六章. IP 地址分配
- 第七章. 網域和協議
- 第八章. IP: 網際網路協議
- 第九章. IP 選項處理
- 第十章. IP 分段和重組
- 第十一章. ICMP: 網際網路控制訊息協議
- 第十二章. IP 多播
- 第十三章. IGMP: 網際網路群組管理協議
- 第十四章. IP 多播路由
- 第十五章. 套接字層
- 第十六章. 套接字 I/O
- 第十七章. 套接字選項
- 第十八章. 基數樹路由表
- 第十九章. 路由請求和路由訊息
- 第二十章. 路由套接字
- 第二十一章. ARP: 地址解析協議
- 第二十二章. 協議控制塊
- 第二十三章. UDP: 使用者數據報協議
- 第二十四章. TCP: 傳輸控制協議
- 第二十五章. TCP 計時器
- 第二十六章. TCP 輸出
- 第二十七章. TCP 函數
- 第二十八章. TCP 輸入
- 第二十九章. TCP 輸入
- 第三十章. TCP 使用者請求
- 第三十一章. BPF: BSD 封包過濾器
- 第三十二章. 原始 IP
- 結語
- 附錄 A. 選擇性練習解答
- 附錄 B. 源代碼可用性
- 附錄 C. RFC 1122 遵從性
- 參考文獻