UNIX网络编程卷1套接字联网API第3版英文版【正版】 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘

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
其它内容:
暂无其它内容!
网站评分
书籍多样性:7分
书籍信息完全性:9分
网站更新速度:3分
使用便利性:4分
书籍清晰度:6分
书籍格式兼容性:6分
是否包含广告:4分
加载速度:5分
安全性:8分
稳定性:5分
搜索功能:5分
下载便捷性:5分
下载点评
- 种类多(197+)
- 内容完整(583+)
- 内容齐全(236+)
- 无多页(570+)
- 博大精深(444+)
- 值得下载(136+)
- 无盗版(411+)
- 五星好评(118+)
- 二星好评(231+)
- 体验差(543+)
- pdf(560+)
- 好评多(385+)
- 体验满分(417+)
下载评价
- 网友 田***珊:
可以就是有些书搜不到
- 网友 马***偲:
好 很好 非常好 无比的好 史上最好的
- 网友 通***蕊:
五颗星、五颗星,大赞还觉得不错!~~
- 网友 游***钰:
用了才知道好用,推荐!太好用了
- 网友 相***儿:
你要的这里都能找到哦!!!
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 苍***如:
什么格式都有的呀。
- 网友 戈***玉:
特别棒
- 网友 訾***晴:
挺好的,书籍丰富
- 网友 晏***媛:
够人性化!
喜欢"UNIX网络编程卷1套接字联网API第3版英文版【正版】"的人也看了
文都教育 王棋然 2021考研临床医学综合能力西医全程进阶8000题 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
正版 文案基本功 9大文案创作技巧 苏芯 手把手教你写出销售文案文案写法和销售力 活动营销广告策划文案书籍 电子工业出版社 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
《新短信2011》 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
断臂上的花朵 Albie Sachs.【正版图书】 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
宋仁宗和他的帝国精英 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
电子琴(双排键)考级曲集 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
主持人即兴口语训练 应天常,王婷 著 中国传媒大学出版社【正版保证】 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
世界传世人像摄影 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
9787040392944 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
量子信息技术前沿研究/新观点新学说学术沙龙文集 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 数字化改革:场景应用与综合解决方案 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 晋戏图典(北路梆子国家级非遗传承人张彩平艺术评传)(精) chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 全新正版 5册 华为的时间管理 华为的项目管理 华为目标管理法 华为的绩效管理 IPD:华为研发之道 企业管理书籍 绩效管理 海天出版 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 沙盘游戏与心理疾病的治疗 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 9787109181922 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 诗经/国学经典 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 06D105电缆防火阻燃设计与施工 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 9787121205835 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 2023校友会中国大学排名 chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
- 微生物总动员(清华少儿科学馆) chm 下载 lrf pdf 阿里云 azw3 kindle 网盘
书籍真实打分
故事情节:3分
人物塑造:3分
主题深度:7分
文字风格:3分
语言运用:5分
文笔流畅:8分
思想传递:6分
知识深度:4分
知识广度:5分
实用性:8分
章节划分:9分
结构布局:7分
新颖与独特:5分
情感共鸣:3分
引人入胜:4分
现实相关:5分
沉浸感:8分
事实准确性:5分
文化贡献:4分