TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj

TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版)电子书下载地址
- 文件名
- [epub 下载] TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) epub格式电子书
- [azw3 下载] TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) azw3格式电子书
- [pdf 下载] TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) pdf格式电子书
- [txt 下载] TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) txt格式电子书
- [mobi 下载] TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) mobi格式电子书
- [word 下载] TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) word格式电子书
- [kindle 下载] TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版) kindle格式电子书
内容简介:
暂无相关简介,正在全力查找中!
书籍目录:
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 13.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
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
暂无其它内容!
网站评分
书籍多样性:5分
书籍信息完全性:7分
网站更新速度:6分
使用便利性:4分
书籍清晰度:7分
书籍格式兼容性:5分
是否包含广告:8分
加载速度:8分
安全性:4分
稳定性:8分
搜索功能:5分
下载便捷性:7分
下载点评
- 体验好(602+)
- 藏书馆(90+)
- 无广告(547+)
- 愉快的找书体验(398+)
- 内涵好书(630+)
- 不亏(184+)
- 无颠倒(541+)
- 体验差(101+)
- 值得下载(79+)
- 速度慢(87+)
- 无多页(477+)
下载评价
- 网友 宫***凡:
一般般,只能说收费的比免费的强不少。
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 方***旋:
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 康***溪:
强烈推荐!!!
- 网友 养***秋:
我是新来的考古学家
- 网友 芮***枫:
有点意思的网站,赞一个真心好好好 哈哈
- 网友 晏***媛:
够人性化!
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 游***钰:
用了才知道好用,推荐!太好用了
- 网友 仰***兰:
喜欢!很棒!!超级推荐!
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 孙***夏:
中评,比上不足比下有余
- 网友 沈***松:
挺好的,不错
- 网友 郗***兰:
网站体验不错
喜欢"TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版)"的人也看了
天然气开发规划风险量化评价技术 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
社会转型期我国家庭伦理变化及道德建设研究(L) 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
新编主持人话题宝典 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
中华人民共和国侵权责任法典(应用版) 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
意大利语入门 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
黄庭坚松风阁诗 华严疏卷(中华经典碑帖彩色放大本) 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
2016年会计从业资格无纸化考试指导用书 初级会计电算化习题集(修订版) 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
32开初中数理化生公式定理及必考知识全解 唐文儒 光明日报出版社【正版保证】 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
包装设计 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
曾国藩家书 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 朗道理论物理学教程 第8卷:连续介质电动力学 第2版 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 中级会计实务.一 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 端午颂 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 混合性皮肤 娇雪贝儿美容学校 编 广东经济出版社【正版书】 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 中公版2021军队文职人员招聘考试专业辅导教材:新闻 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 小学学霸作业本:数学(二年级下 BS版 全彩手绘) 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 中国古代舆地图研究 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 华图2014农村信用社招聘考试专用教材公共基础知识(综合知识)历年真题及专家命题预测试卷 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 红罐之争 温旭 主编 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
- 国际直接投资(FDI)比较研究 人民出版社 下载 kindle 电子版 pdf mobi pmlz 夸克云 caj
书籍真实打分
故事情节:6分
人物塑造:7分
主题深度:5分
文字风格:9分
语言运用:4分
文笔流畅:3分
思想传递:9分
知识深度:9分
知识广度:4分
实用性:7分
章节划分:5分
结构布局:6分
新颖与独特:8分
情感共鸣:4分
引人入胜:4分
现实相关:6分
沉浸感:5分
事实准确性:9分
文化贡献:3分