失效链接处理 |
用TCP_IP进行网际互连:第二卷:设计、实现与内核 (ANSI C版) PDF 下载
下载地址:
版权归出版社和原作者所有,链接已删除,请购买正版
用户下载说明:
电子版仅供预览,下载后24小时内务必删除,支持正版,喜欢的请购买正版书籍:
http://product.dangdang.com/11215140644.html
相关截图: 资料简介: 关于计算机网络的经典教材,是目前美国大多数大学所开设的计算机网络课程的主要参考书。全书共三卷。第二卷在卷介绍了TCP/IP基本概念的基础上,进一步详细讨论了TCP/IP的实现细节。这一卷的突出特点很注重实际。作者利用程序代码实现了TCP/IP的每个技术细节,并且所有代码在书中均可找到,有助于读者深入了解并掌握TCP/IP的细节内容。书中附录分别给出了过程调用交衩参考表、程序代码中用到的C数据结构交衩参考表及Xinu函数和常量。... 资料目录:
Foreword
Preface
ChapterIntroductionAndOverview
.TCP/IPProtocols
.2TheNeedToUnderstandDetails
.3ComplexityOfInteractionsAmongProtocols
,4TheApproachInThisText
.5TheImportanceOfStudyingCode
.6TheXinuOperatingSystem
.7OrganizationOfTheRemainderOfTheBook
.8Summary
Chapter2TheStructureOfTCP/IPSoftwareInAnOperatingSystem
2.Introduction
2.2TheProcessConcept
2.3ProcessPriority
2.4ProcessSynchronization
2.5lnterprocessCommunication
2.6DeviceDrivers,Input,AndOutput
2.7NetworkInputandInterrupts
2.8PassingPacketsToHigherLevelProtocols
2.9PassingDatagramsFromIPToTransportProtocols
2.0DeliveryToApplicationPrograms
2.InformationFlowOnOutput
2.2FromTCPThroughIPToNetworkOutput
2.3UDPOutput
2.4Summary
Chapter3NetworkInterfaceLayer
3.Introduction
3.2TheNetworkInterfaceAbstraction
3.3EthernetDefinitions
3.4LogicalStateOfAnInterface
3.5LocalHostInterface
3.6BufferManagement
3.7Demultiplexin
|