***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) mobi 下载 网盘 caj lrf pdf txt 阿里云

***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版)电子书下载地址
- 文件名
- [epub 下载] ***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) epub格式电子书
- [azw3 下载] ***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) azw3格式电子书
- [pdf 下载] ***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) pdf格式电子书
- [txt 下载] ***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) txt格式电子书
- [mobi 下载] ***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) mobi格式电子书
- [word 下载] ***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) word格式电子书
- [kindle 下载] ***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版) kindle格式电子书
内容简介:
本书是***P/IP领域的经典之作!书中重点讲述高级协议,覆盖了当今***P/IP编程人员和网络管理员必须熟练掌握的T/***P(***P事务协议)、HTTP(超文本传送协议)、NNTP(网络新闻传送协议)和UNIX域协议。与前面两卷一样,本书有丰富的例子和实现的细节。
书籍目录:
Part 1. ***P for Transacti*** / ***P事务协议 1
Chapter 1. T/***P Introduction / T/***P概述 3
1.1 Introduction / 概述 3
1.2 UDP Client-Server / UDP客户-服务器 3
1.3 ***P Client-Server / ***P客户-服务器 9
1.4 T/***P Client-Server / T/***P客户-服务器 17
1.5 Test Network / 测试网络20
1.6 Timing Example / 计时示例21
1.7 Applicati*** / 应用22
1.8 History / 历史24
1.9 Implementati*** / 实现26
1.10 Summary / 小结 28
Chapter 2. T/***P Protocol / T/***P协议 29
2.1 Introduction / 概述29
2.2 New ***P Opti*** for T/***P / T/***P的新***P选项 30
2.3 T/***P Implementation Variables / T/***P实现变量33
2.4 State Transition Diagram / 状态变迁图34
2.5 T/***P Extended States / T/***P的扩展状态 36
2.6 Summary / 小结 38
Chapter 3. T/***P Examples / T/***P 示例 39
3.1 Introduction / 概述 39
3.2 Client Reboot / 客户重新启动 40
3.3 Normal T/***P Transaction / 常规的T/***P事务 42
3.4 Server Receives Old Duplicate SYN / 服务器收到过时的重复SYN 43
3.5 Server Reboot / 服务器重新启动 44
3.6 Request or Reply Exceeds MSS / 请求或应答超出MSS 45
3.7 Backward Compatibility / 向后兼容性49
3.8 Summary / 小结 51
Chapter 4. T/***P Protocol (Continued) / T/***P协议(续) 53
4.1 Introduction / 概述 53
4.2 Client Port Numbers and TIME_WAIT State / 客户的端口号和TIME_WAIT状态 53
4.3 Purpose of the TIME_WAIT State / 设置TIME_WAIT状态的目的 56
4.4 TIME WAIT State Truncation / TIME_WAIT状态的截断 59
4.5 Avoiding the Three-Way Handshake with TAO / 利用TAO避免三次握手 62
4.6 Summary / 小结 68
Chapter 5. T/***P Implementation: Socket Layer / T/***P实现:套接字层69
5.1 Introduction / 概述69
5.2 C***tants / 常量70
5.3 sosend Function / sosend函数70
5.4 Summary / 小结 72
Chapter 6.T/***P Implementation: Routing Table / T / ***P实现:路由表 73
6.1 Introduction / 概述73
6.2 Code Introduction / 代码介绍74
6.3 radix_node_head Structure / radix_node_head结构75
*** rtentry Structure / rtentry结构75
6.5 rt_metrics Structure / rt_metrics结构76
6.6 in_inithead Function / in_inithead函数 76
6.7 in_addroute Function / in_addroute函数77
6.8 in_matroute Function / in_matroute函数78
6.9 in_clsroute Function / in_clsroute函数78
6.10 in_rtqtimo Function / in_rtqtimo函数79
6.11 in_rtqkill Function / in_rtqkill函数82
6.12 小结 85
Chapter 7. T/***P Implementation: Protocol Control Blocks / T/***P实现:协议控制块 87
7.1 Introduction / 概述 87
7.2 in_pcbladdr Function / in_pcbladdr函数88
7.3 in_pcbconnect Function / in_pcbconnect函数89
7.4 Summary / 小结 90
Chapter 8. T/***P Implementation: ***P Overview / T/***P实现:***P概要 91
8.1 Introduction / 概述 91
8.2 Code Introduction / 代码介绍 91
8.3 ***P protosw Structure / ***P protosw结构92
8.4 ***P Control Block / ***P控制块93
8.5 tcp_init Function / tcp_init函数 94
8.6 tcp_slowtimo Function / tcp_slowtimo函数 94
8.7 Summary / 小结 95
Chapter 9. T/***P Implementation: ***P Output / T/***P实现:***P输出 97
9.1 Introduction / 概述97
9.2 tcp_output Function / tcp_output函数 97
9.3 Summary / 小结 104
Chapter 10. T/***P Implementation: ***P Functi*** / T/***P实现:***P函数 105
10.1 Introduction / 概述105
10.2 tcp_newtcpcb Function / tcp_newtcpcb函数105
10.3 tcp_rtlookup Function / tcp_rtlookup函数106
10.4 tcp_gettaocache Function / tcp_gettaocache函数108
10.5 Retransmission Timeout Calculati*** / 重传超时的计算108
10.6 tcp_close Function / tcp_close函数 112
10.7 tcp_msssend Function / tcp_msssend函数113
10.8 tcp_mssrcvd Function / tcp_mssrcvd函数114
10.9 tcp_doopti*** Function / tcp_doopti***函数121
10.10 tcp_reass Function / tcp_reass函数122
10.11 Summary / 小结 124
Chapter 11.T/***P Implementation: ***P Input / T/***P实现:***P输入 125
11.1 Introduction / 概述125
11.2 Preliminary Processing / 预处理125
11.3 Header Prediction / 预测129
11.4 Initiation of Passive Open / 被动打开的启动130
11.5 Initiation of Active Open / 主动打开的启动134
11.6 PAWS: Protection Against Wrapped Sequence Numbers / PAWS:防止序号重复141
11.7 ACK Processing / ACK处理142
11.8 Completion of Passive Opens and Simultaneous Opens / 完成被动打开和同时打开142
11.9 ACK Processing (Continued) / ACK处理(续) 143
11.10 Summary / 小结 147
Chapter 12. T/***P Implementation: ***P User Requests / T/***P实现:***P用户请求 149
12.1 Introduction / 概述149
12.2 PRU_CONNECT Request / PRU_CONNECT请求149
12.3 tcp_connect Function / tcp_connect函数150
12.4 PRU_SEND and PRU_SEND_EOF Requests / PRU_SEND和PRU_SEND_EOF请求154
12.5 tcp_usrclosed Function / tcp_usrclosed函数155
12.6 tcp_sysctl Function / tcp_sysctl函数155
12.7 T/***P Futures / T/***P的前景156
12.8 Summary / 小结 158
Part 2. Additional ***P Applicati*** / ***P的其他应用 159
Chapter 13. HTTP: Hypertext Transfer Protocol / HTTP:超文本传送协议161
13.1 Introduction / 概述161
13.2 Introduction to HTTP and HTML / HTTP和HTML概述162
13.3 HTTP Protocol / HTTP协议 165
13.4 An Example / 示例 170
13.5 HTTP Statistics / HTTP统计数据 172
13.6 Performance Problems / 性能问题173
13.7 Summary / 小结 175
Chapter 14. Packets Found on an HTTP Server / 在HTTP服务器上找到的分组177
14.1 Introduction / 概述177
14.2 Multiple HTTP Servers / 多个HTTP服务器180
14.3 Client SYN In***rrival Time / 客户SYN的到达间隔时间181
14.4 RTT Measurements / RTT的测量 185
14.5 1isten Backlog Queue / 1isten积压队列 187
14.6 Client SYN Opti*** / 客户SYN选项 192
14.7 Client SYN Retransmissi*** / 客户SYN重传 195
14.8 Domain Names / 域名 196
14.9 Timing Out Persist Probes / 超时的持续探测196
14.10 Simulation of T/***P Routing Table Size / T/***P路由表大小的模拟 200
14.11 Mbuf In***ction / Mbuf交互202
14.12 ***P PCB Cache and Header Prediction / ***P的PCB高速缓存和预测 203
14.13 Summary / 小结 205
Chapter 15. NNTP: Network News Transfer Protocol / NNTP:网络新闻传送协议207
15.1 Introduction / 概述207
15.2 NNTP Protocol / NNTP协议209
15.3 A Simple News Client / 一个简单的新闻客户212
15.4 A More Sophisticated News Client / 一个复杂的新闻客户214
15.5 NNTP Statistics / NNTP的统计数据 215
15.6 Summary / 小结 216
Part 3. The Unix Domain Protocols / Unix域协议 219
Chapter 16. Unix Domain Protocols: Introduction / Unix域协议:概述221
16.1 Introduction / 概述221
16.2 Usage / 用途222
16.3 Performance / 性能 223
1*** Coding Examples / 编码示例224
16.5 Summary / 小结 225
Chapter 17. Unix Domain Protocols: Implementation / Unix域协议:实现227
17.1 Introduction / 概述 227
17.2 Code Introduction / 代码介绍227
17.3 Unix domain and protosw Structures / Unix domain和protosw结构228
17.4 Unix Domain Socket Address Structures / Unix域套接字地址结构230
17.5 Unix Domain Protocol Control Blocks / Unix域协议控制块231
17.6 uipc_usrreq Function / uipc_usrreq函数233
17.7 PRU_ATTACH Request and unp_attach Function / PRU_ATTACH请求和unp_attach函数233
17.8 PRU_DETACH Request and unp_detach Function / PRU_DETACH请求和unp_detach函数236
17.9 PRU_BIND Request and unp_bind Function / PRU_BIND请求和unp_bind函数237
17.10 PRU_CONNECT Request and unp_connect Function / PRU_CONNECT请求和unp_connect函数240
17.11 PRU_CONNECT2 Request and unp_connect2 Function / PRU_CONNECT2请求和unp_connect2函数245
17.12 socketpair System Call / socketpair系统调用249
17.13 pipe System Call / pipe系统调用253
17.14 PRU_ACCEPT Request / PRU_ACCEPT请求253
17.15 PRU_DISCONNECT Request and unp_disconnect Function / PRU_DISCONNECT请求和unp_disconnect函数255
17.16 PRU_SHUTDOWN Request and unp_shutdown Function / PRU_SHUTDOWN请求和unp_shutdown函数257
17.17 PRU_ABORT Request and unp_drop Function / PRU_ABORT请求和unp_drop函数258
17.18 Miscellaneous Requests / 其他各种请求259
17.19 Summary / 小结 261
Chapter 18. Unix Domain Protocols: I/O and Deor Passing / Unix域协议:I/O和描述符传递263
18.1 Introduction /概述263
18.2 PRU_SEND and PRU_RCVD Requests / PRU_SEND和PRU_RCVD请求263
18.3 Deor Passing / 描述符传递269
18.4 unp_internalize Function / unp_internalize函数274
18.5 unp_externalize Function / unp_externalize函数276
18.6 unp_discard Function / unp_discard函数277
18.7 unp_dispose Function / unp_dispose函数278
18.8 unp_scan Function / unp_scan函数278
18.9 unp_gc Function / unp_gc函数280
18.10 unp_mark Function / unp_mark函数288
18.11 Performance (Revisited) / 性能(续)288
18.12 Summary / 小结 289
Appendix A. Measuring Network Times / 测量网络时间291
A.1 RTT Measurements Using Ping / 使用Ping进行RTT测量 292
A.2 Protocol Stack Measurements / 协议栈测量294
A.3 Latency and Bandwidth / 延迟和带宽 300
Appendix B. Coding Applicati*** for T/***P / 为T/***P编写应用程序303
Bibliography / 参考文献309
作者介绍:
W. Richard Stevens 国际知名的UNIX和网络专家,备受赞誉的技术作家。他1951年2月5日出生于赞比亚,后随父母回到美国。中学时就读于弗吉尼亚菲什伯恩军事学校,1973年获得密歇根大学航空和航天工程学士学位。1975年到1982年,他在亚利桑那州图森市的基特峰国家天文台从事计算机编程工作,业余时间喜爱飞行运动,做过***飞行教练。这期间他分别在1978年和1982年获得亚利桑那大学系统工程硕士和博士学位。此后他去康涅狄格州纽黑文的健康系统国际公司任主管计算机服务的副总裁。1990年他回到图森,从事专业技术写作和咨询工作。他写下了多种经典的传世之作,包括《***P/IP详解》(三卷)、《UNIX环境高级编程》和《UNIX网络编程》(两卷)。Stevens于1999年9月1日去世,年仅48岁。2000年他被国际机构USENIX追授“终身成就奖”。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
网络专家W. Richard Stevens的传世之作,***P/IP领域的不朽经典,任何***P/IP领域技术人员不可或缺的案头大作
书籍介绍
本书是***P/IP领域的经典之作!书中重点讲述高级协议,覆盖了当今***P/IP编程人员和网络管理员必须熟练掌握的T/***P(***P事务协议)、HTTP(超文本传送协议)、NNTP(网络新闻传送协议)和UNIX域协议。与前面两卷一样,本书有丰富的例子和实现的细节。
网站评分
书籍多样性:6分
书籍信息完全性:8分
网站更新速度:4分
使用便利性:7分
书籍清晰度:4分
书籍格式兼容性:9分
是否包含广告:9分
加载速度:3分
安全性:4分
稳定性:5分
搜索功能:7分
下载便捷性:7分
下载点评
- 体验好(116+)
- 目录完整(234+)
- 三星好评(676+)
- 无水印(76+)
- 差评少(655+)
- 傻瓜式服务(239+)
- 无多页(120+)
- 格式多(154+)
下载评价
- 网友 宫***凡:
一般般,只能说收费的比免费的强不少。
- 网友 宫***玉:
我说完了。
- 网友 冉***兮:
如果满分一百分,我愿意给你99分,剩下一分怕你骄傲
- 网友 孙***美:
加油!支持一下!不错,好用。大家可以去试一下哦
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 丁***菱:
好好好好好好好好好好好好好好好好好好好好好好好好好
- 网友 游***钰:
用了才知道好用,推荐!太好用了
- 网友 冷***洁:
不错,用着很方便
- 网友 芮***枫:
有点意思的网站,赞一个真心好好好 哈哈
- 网友 菱***兰:
特好。有好多书
喜欢"***P/IP详解 卷3:T/***P、HTTP、NNTP和UNIX域协议(英文版)"的人也看了
2023秋阳光同学期末复习15天冲刺100分语文人教+数学人教+英语人教版4年级上册 mobi 下载 网盘 caj lrf pdf txt 阿里云
全都说谢谢 mobi 下载 网盘 caj lrf pdf txt 阿里云
高校学术研究论著丛刊(艺术体育)— 钢琴演奏技巧与作品演奏指导(1版2次) mobi 下载 网盘 caj lrf pdf txt 阿里云
摄影后期核心技法 P***oshop+ACR+AIGC mobi 下载 网盘 caj lrf pdf txt 阿里云
大学英语语音教程(第3版) 北京大学出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云
天车司机工习题册 mobi 下载 网盘 caj lrf pdf txt 阿里云
从0到1玩转金融短视频直播 mobi 下载 网盘 caj lrf pdf txt 阿里云
幼幼成长图画书纸板书 宝宝动起来系列(5册) mobi 下载 网盘 caj lrf pdf txt 阿里云
文旌课堂 Access 2007数据库应用赖恩和 送电子版课件素材 中等职业计算机教育培训辅导用书 航空工业出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云
俄狄浦斯情结:精神分析最关键的概念(万千心理) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 研究生英语听说教程(第四版)(研究生英语系列教材) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 黄帝内经 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 精神分析引论 mobi 下载 网盘 caj lrf pdf txt 阿里云
- Selling(I***N=9780756641962) 英文原版 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 预售【外图台版】Python程序设计入门与应用:运算思维的提升与修练 / 陈新丰 五南图书出版 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 日语专业八级考试 文字词汇篇 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 医学微生物学/医学考研专业基础课和专业课突破系列 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 中华谚语大全 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 高效会议指南 : 1小时就能读懂的会议议事规则 (第10版) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 梦圆大地:袁隆平传 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:5分
人物塑造:7分
主题深度:6分
文字风格:4分
语言运用:3分
文笔流畅:9分
思想传递:7分
知识深度:3分
知识广度:6分
实用性:7分
章节划分:5分
结构布局:4分
新颖与独特:6分
情感共鸣:5分
引人入胜:4分
现实相关:6分
沉浸感:7分
事实准确性:3分
文化贡献:9分