计算机书店 | 医学书店 | 外语书店 | 少儿书店 | 法律书店 | 生活书店 | 经管书店 | 小说书店 | 文学书店 | 动漫幽默 | 在线阅读 | 更多
首页 | 励志图书 | 编辑推荐 | 销售排行 | 关注排行 | 上架新书 | 名家名作 | 名社精品 | 分类浏览 |  在线阅读 | 专题汇总
购物搜索: 当当 卓越 蔚蓝
所有图书类目>> 计算机书店>> 网络通信>>图书详情

| 本类热销图书TOP10
 
(华章)计算机科学经典原版系列
TCP/IP 详解卷3:TCP 事务协议,NNTP 和 UNIX 域协议(影印版)Programming Languages:Concepts and Constructs,2E     
 
TCP/IP
原价: ¥28.00(以下报价瞬息万变,建议您点击全部站点比对)
|通过以下方式购买,或许更便宜:
卓越网: 运费0元 去看看
当当网: 运费2元 去看看
蔚蓝网: 专业图书 去看看
【卓越网】340个城市送货上门货到付款,免送货费
【当当网】145个城市送货上门货到付款,送货费2元
【作 者】 W.Richard Stevens
【开 本】16   【版 次】0次
【分 类】 计算机书店>>网络通信
【页 数】 356   【字 数】 0
【日 期】 2002年1月
【装 帧】 简装
【出版社】 机械工业出版社
【ISBN】 0
【关注程度】已有1844人关注该图书
【版本状态】『全图版』  
 
| 图书大类分区
我要购书网的承诺:本网上购书中心所出售的"TCP/IP 详解卷3:TCP 事务协议,NNTP 和 UNIX 域协议(影印版)Programming Languages:Concepts and Constructs,2E"图书保证正版,您在本购书中心享有收到图书七天内无条件退货!收到商品15日之内换货的待遇!
  退货规定:从本网上书店所购买的图书如有质量问题(字迹模糊/缺页/倒装/开线/开胶/折页/封皮破损/缺少随书赠品),可在收到商品7日之内可退货
  换货规定:从本购书中心所购买"TCP/IP 详解卷3:TCP 事务协议,NNTP 和 UNIX 域协议(影印版)Programming Languages:Concepts and Constructs,2E"图书如有质量问题(字迹模糊/缺页/倒装/开线/开胶/折页/封皮破损/缺少随书赠品),可在收到商品15日之内换货
编辑推荐
 
Praised by Reviewers and practicing TCP/IP programmers alike, the TCP/IP Illustrated series examines the many facets of the TCP/IP protocol suite using a unique and highly-effective visual approach that describes the inner workings of TCP/IP with detail, insight, and clarity. TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols provides detailed coverage of four essential topics with which today's TCP/IP programmers and network administrators must be thoroughly familiar:T/TCP, an extension to TCP that makes client-server transactions faster, more efficient, and more reliable; HTTP, the foundation for the rapidly expanding WWW; NNTP, the basis for the Usenet news system; and UNIX Domain Protocols, a set of protocols used heavily in UNIX implementations。
内容简介
 
图书目录
 
Part 1. TCP for Transactions Chapter 1 . T/TCP Introduetion 1 .1 Introduction 1 .2 UDP Client-Server 1 .S TCP Client-Server 1 .4 T/TCP Client-Server 1 .5 Test Network 1 .6 Timing Example 1 .7 Applications 1 .8 History 1 .9 Implementations 1 .10 Summary Chapter 2. T/TCP Protocol 2.1 Introduction 2.2 New TCP Options for T/TCP 2.3 T/TCP Implementation Variables 2.4 State Transition Diagram 2.5 T/TCP Extended States 2.6 Summary Chapter 3. T/TCP Examples 3.1 Introduction 3.2 Client Reboot 3.9 Normal T/TCP Transaction 3.4 Server Receives Old Duplicate SYN 3.5 Server Reboot 3.6 Request or Reply Exceeds MSS 3.7 Backward Compatibility 3.8 Summary Chapter 4. T/TCP Protocol (Continued) 4.1 Introduction 4.2 Client Port Numbers and TIME_WAIT State 4.9 Purpose of the TIME_WAIT State 4.4 TIME_WAIT State Truncation 4.5 Avoiding the Three-Way Handshake with TAO 4.6 Summary Chapter 5. T/TCP Implementation: Socket Layer 5.1 Introduction 5.2 Constants 5.3 sosend Function 5.4 Summary Chapter 6. T/TCP Implementation: Routing Table 6.1 Introduction 6.2 Code Introduction 6.3 radix_node_head Structure 6.4 rtentry Structure 6.5 rt_metrics Structure 6.6 in inithead Function 6.7 in_addroute Function 6.8 in_matroute Function 6.9 in_clsroute Function 6.1O in_rtqtimo Function 6.11 in_rtqkill Function 6.12 Summary Chapter 7. T/TCP Implementation: Protocol Control Blocks 7.1 Introduction 7.2 in_pcbladdr Function 7.3 in_pcbconnect Function 7.4 Summary Chapter 8. TnCP Implementation: TCP Overview 8. 1 Introduction 8.2 Gode Introduction 8.3 TCP protosw Structure 8.4 TCP Control Block 8.5 tcp_init Function B.6 tcp_slowtimo Function B.7 Summary Chapter 9. T/TCP Implementation: TCP Output 9.1 introduction 9.2 tcp_output Function 9.3 Summary Chapter 10. T/TCP Implementation: TCP Functiens 10.1 Introduction 10.2 tcp_newtcpcb Function 10.3 tcp_rtlookup Function 10.4 tcp_gettaocache Function 10.5 Retransmission Timeout Calculations 10.6 tcp_close Function 10.7 tcp_msssend Function 10.8 tcp_mssrcvd Function 10.9 tcp_dooptions Function 10.10 tcp_reass Function 10.1 1 Summaty Chapter 11. T/TCP Implementation: TCP Input 11 .1 Introdudion 11 .2 Preliminary Processing 11 .3 Header Prediction 11 .4 Initiation of Passive Open 11 .5 Initiation of Active Open 11 .6 PAWS: Protection Against Wrapped Sequence Numbers 11 .7 ACK Processing 11.8 Completion of Passive Opens and Simultaneous Opens 11 .9 ACK Processing (Continued) . 11 .10 FIN Processing 11.11 Summary Chapter 12. T/TCP Implementation: TCP User Requests 12.1 Introduction 12.2 PRU_CONNECT Request 12.3 tcp_connect Function 12.4 PRU_SEND and PRU_SEND_EOF Requests 12.5 tcp_usrclosed Function 12.6 tcp_sysctl Function 12.7 T/TCP Futures 12.8 Summary Part 2. Additional TCP Applications Chapter 19. HTTP: Hypertext Transfer Protocol 13.1 Introduction 13.2 Introduction to HTTP and HTML 13.3 HTTP Protocol 13.4 An Example 13.5 HTTP Statistics 13.6 Performance Problems 13.7 Summary Chapter 14. Packets Found on an HTTP Server 14.1 Introduction 14.2 Multiple HTTP Servers 14.3 Client SYN Interarrival Time 14.4 RTT Measurements 14.5 listen Backlog Queue 14.6 Client SYN Options 14.7 Client SYN Retransmissions 14.8 Domain Names 14.8 Timing Out Persist Probes 14.10 Simulation of T/TCP Routing Table Size 14.11 Mbuf Interaction 14.12 TCP PCB Cache and Header Prediction 14.13 Summary Chapter 15. NNTP: Network News Transter Protocol 15.1 Introduction 15.2 NNTP Protocol 15.3 A Simple News Client 15.4 A More Sophisticated News Client 15.5 NNTP Statistics 15.6 Summary Part 3. The Unix Domain Protocols Chapter 16. Unix Domain Protocols: Introduction 16.1 Introduction 16.2 Usage 16.3 Performance 16.4 Coding Examples 16.5 Summary Chapter 17. Unix Domain Protocols: Implementation 17.1 Introduction 17.2 Code Introduction 17.3 Unix domain and protosw Structures 17.4 Unix Domain Socket Address Structures 17.5 Unix Domain Protocol Control Blocks 17.e uipc_usrreq Function 17.7 PRU_ATTACH Request and unp_attach Function 17.8 PRU_DETACH Request and unp_detach Function 17.8 PRU_BIND Request and unp_bind Function 17.10 PRU_CORNECT Request and unp_connect Function 17.11 PRU_CONNECT2 Request and unp_connect2 Function 17.12 socketpair System Call 17.13 pipe System Call 17.14 PRU_ACCEPT Request 17.15 PRU_DISCONNECT Request and unp_disconnect Function 17.16 PRU_SHUTDOWN Request and unp_shutdown Function 17.17 PRU_ABORT Request and unp_drop Function 17.18 Miscellaneous Requests 17.19 Summary Chapter 18. Unix Domain Protocols: I/O and Descriptor Passing 18.1 Introduction 18.2 PRU_SENO and PRU_RCVD Requests 18.3 Descriptor Passing 18.4 unp_internalize Function 18.5 unp_externalize Function IB.6 unp_discard Function 18.7 unp_dispose Function 18.8 unp_scan Function 18.9 unp_gc Function . 18.10 unp_mark Function 18.11 Performance (Revisited) 18.12 Summary Appendix A. Measuring Network Times A.1 RTT Measurements Using Ping A.2 Protocol Stack Measurements A.3 Latency and Bandwidth Appendix B.' Coding Applications for T/TCP Bibliography Index

 
 淘宝旺旺:我要购书网上书店『图书目录
本购书中心地址:上海市闸北区老沪太路网上购书中心(沪部),  邮编:310002
电子邮件:jienuo2409@126.com  经营许可证编号:沪ICP备06038574号-非法信息举报:15925619686-
版权所有 2003-2008 © All Rights Reserved .购书网