UNIX网络编程卷1套接字联网API第3版英文版【正版】 2025 chm pdf kindle rb azw3 下载 115盘

UNIX网络编程卷1套接字联网API第3版英文版【正版】电子书下载地址
- 文件名
- [epub 下载] UNIX网络编程卷1套接字联网API第3版英文版【正版】 epub格式电子书
- [azw3 下载] UNIX网络编程卷1套接字联网API第3版英文版【正版】 azw3格式电子书
- [pdf 下载] UNIX网络编程卷1套接字联网API第3版英文版【正版】 pdf格式电子书
- [txt 下载] UNIX网络编程卷1套接字联网API第3版英文版【正版】 txt格式电子书
- [mobi 下载] UNIX网络编程卷1套接字联网API第3版英文版【正版】 mobi格式电子书
- [word 下载] UNIX网络编程卷1套接字联网API第3版英文版【正版】 word格式电子书
- [kindle 下载] UNIX网络编程卷1套接字联网API第3版英文版【正版】 kindle格式电子书
内容简介:
本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,还深入分析了流这种设备驱动机制。本书内容详尽,几乎每章都提供精选的习题,并提供了部分习题的答案,是网络研究和开发人员理想的参考书。
书籍目录:
目 录
Part 1. Introduction and TCP/IP / 简介和TCP/IP 1
Chapter 1. Introduction / 简介 3
1.1 Introduction / 概述 3
1.2 A Simple Daytime Client / 一个简单的时间获取客户程序 6
1.3 Protocol Independence / 协议无关性 10
1.4 Error Handling: Wrapper Functions / 错误处理:包装函数 11
1.5 A Simple Daytime Server / 一个简单的时间获取服务器程序 13
1.6 Roadmap to Client/Server Examples in the Text / 本书中客户/服务器示例的路线图 16
1.7 OSI Model / OSI模型 18
1.8 BSD Networking History / BSD网络历史 20
1.9 Test Networks and Hosts / 测试用网络及主机 22
1.10 Unix Standards / Unix标准 25
1.11 64-Bit Architectures / 64位体系结构 28
1.12 Summary / 小结 29
Chapter 2. The Transport Layer: TOP, UDP, and SCTP / 传输层:TCP、UDP和SCTP 31
2.1 Introduction / 概述 31
2.2 The Big Picture / 全景图 32
2.3 User Datagram Protocol (UDP) / 用户数据报协议 34
2.4 Transmission Control Protocol (TCP) / 传输控制协议 35
2.5 Stream Control Transmission Protocol (SCTP) / 流控制传输协议 36
2.6 TCP Connection Establishment and Termination / TCP连接的建立和终止 37
2.7 TIME_WAIT State / TIME_WAIT状态 43
2.8 SCTP Association Establi
作者介绍:
史蒂文斯,靠前知名的UNIX和网络专家,备受赞誉的技术作家。生前著有《TCP/IP详解》(三卷)、《UNIX环境不错编程》和《UNIX网络编程》(两卷),均为不朽的经典著作。
芬纳,AT&T实验室主任研究员,专攻IP多播、网络管理和测量,他是IETF路由的领域主管之一,是RFC标准文档的批准人。
鲁道夫,Sun公司软件工程师,专攻网络、操作系统内核、文件系统和高可用性软件体系结构。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
There are two reasons for the TIME_WAIT state:
1. To implement TCP's full-duplex connection termination reliably.
2. To allow old duplicate segments to expire in the network.
既然发生错误时终止程序的运行是普遍的情况,我们可以定义包裹函数(wrapper function)来简化我们的程序。包裹函数调用实际函数,检查返回值,并在发生错误时终止进程。
int
Socket(int family, int type, int protocol)
{
int n;
if ( (n = socket(family, type, protocol)) < 0)
err_sys("socket error");
return(n);
}
even though addr is a char*, you actually want to pass in a pointer to a struct in_addr.
If we refer to a service by its name in our code, instead of by its port number, and if the mapping from the name to port number is contained in a file (normally /etc/services), then if the port number changes, all we need to modify is one line in the /etc/services file instead of having to recompile the applications. The next function, getservbyname, looks up a service given its name.
如果有多个客户连接同时到达,系统内核在最大数目的限制下把它们排入队列,然后每次返回一个给accept函数
网际协议簇,在TCP与UDP之间留有一个间隙,指出应用程序可以绕过传输层而直接使用IPv4或Ipv6,称为raw socket
其它内容:
暂无其它内容!
网站评分
书籍多样性:5分
书籍信息完全性:8分
网站更新速度:9分
使用便利性:8分
书籍清晰度:8分
书籍格式兼容性:3分
是否包含广告:5分
加载速度:9分
安全性:6分
稳定性:5分
搜索功能:6分
下载便捷性:7分
下载点评
- 值得下载(423+)
- 中评(106+)
- 赞(135+)
- 下载速度快(301+)
- 可以购买(625+)
- 经典(563+)
- 还行吧(601+)
- 目录完整(521+)
下载评价
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 权***颜:
下载地址、格式选择、下载方式都还挺多的
- 网友 步***青:
。。。。。好
- 网友 习***蓉:
品相完美
- 网友 谭***然:
如果不要钱就好了
- 网友 堵***格:
OK,还可以
- 网友 蓬***之:
好棒good
- 网友 宫***玉:
我说完了。
- 网友 曾***文:
五星好评哦
- 网友 国***芳:
五星好评
- 网友 饶***丽:
下载方式特简单,一直点就好了。
- 网友 冯***丽:
卡的不行啊
- 网友 冷***洁:
不错,用着很方便
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 濮***彤:
好棒啊!图书很全
- 网友 养***秋:
我是新来的考古学家
喜欢"UNIX网络编程卷1套接字联网API第3版英文版【正版】"的人也看了
半导体物理学进展 2025 chm pdf kindle rb azw3 下载 115盘
高分子化学(增强版) 2025 chm pdf kindle rb azw3 下载 115盘
Wallpaper City Guide 2025 chm pdf kindle rb azw3 下载 115盘
苏东坡传 2025 chm pdf kindle rb azw3 下载 115盘
上海史(第二卷) 2025 chm pdf kindle rb azw3 下载 115盘
Ben Bernanke's Fed(ISBN=9781422125847) 2025 chm pdf kindle rb azw3 下载 115盘
经济法基础 2025 chm pdf kindle rb azw3 下载 115盘
“天人合一”与“主客二分” 2025 chm pdf kindle rb azw3 下载 115盘
窗边的小豆子(精) 2025 chm pdf kindle rb azw3 下载 115盘
学会辩论:让你的观点站得住脚 2025 chm pdf kindle rb azw3 下载 115盘
- Python与AI编程 2025 chm pdf kindle rb azw3 下载 115盘
- 所谓情商高,就是会沟通书系3册 2025 chm pdf kindle rb azw3 下载 115盘
- 数学之美第三版【正版图书 无忧售后】 2025 chm pdf kindle rb azw3 下载 115盘
- 24堂财富课 2025 chm pdf kindle rb azw3 下载 115盘
- 一遍过高中历史选择性必修1历史人教版国家制度与社会治理2025新版高二上册历史一遍过选修一配套新教材新高考地区天星教育 2025 chm pdf kindle rb azw3 下载 115盘
- 老子莊子 双色插图版 注释 译文 全1函4册 古籍图书 中国古典国学古代哲学思想老子莊子线装书图书正版 2025 chm pdf kindle rb azw3 下载 115盘
- 管理会计 2025 chm pdf kindle rb azw3 下载 115盘
- 中国大型商业银行股改史 2025 chm pdf kindle rb azw3 下载 115盘
- 挑战数独(U8组)——2017、2018北京市中小学数独比赛题集 2025 chm pdf kindle rb azw3 下载 115盘
- 句句真研:2020考研英语(二) 2025 chm pdf kindle rb azw3 下载 115盘
书籍真实打分
故事情节:9分
人物塑造:5分
主题深度:3分
文字风格:4分
语言运用:9分
文笔流畅:7分
思想传递:7分
知识深度:8分
知识广度:6分
实用性:4分
章节划分:8分
结构布局:4分
新颖与独特:6分
情感共鸣:3分
引人入胜:3分
现实相关:4分
沉浸感:3分
事实准确性:5分
文化贡献:3分