• TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
图书条目标准图
21年品牌 40万+商家 超1.5亿件商品

TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版

27.6 3.5折 79 八五品

仅1件

河南郑州
认证卖家担保交易快速发货售后保障

作者[美]史蒂文斯 著

出版社人民邮电出版社

出版时间2010-04

版次1

装帧平装

货号D

上书时间2024-04-15

滔滔图书

四年老店
已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:八五品
图书标准信息
  • 作者 [美]史蒂文斯 著
  • 出版社 人民邮电出版社
  • 出版时间 2010-04
  • 版次 1
  • ISBN 9787115222596
  • 定价 79.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 页数 576页
  • 字数 715千字
  • 正文语种 英语
  • 丛书 图灵原版计算机科学系列
【内容简介】
  《TCP/IP详解.卷1:协议(英文版)》是TCP/IP领域的经典之作!书中主要讲述TCP/IP协议,不仅仅讲述RFC的标准协议,而且结合大量实例讲述了TCP/IP协议族的定义原因,以及在各种不同的操作系统中的应用及工作方式,使读者可以轻松掌握TCP/IP的知识。《TCP/IP详解.卷1:协议(英文版)》内容详尽且具权威性,几乎每章都提供精选的习题,并提供了部分习题的答案。
  《TCP/IP详解.卷1:协议(英文版)》适合任何希望理解TCP/IP协议如何实现的人阅读,更是TCP/IP领域研究人员和开发人员的权威参考书。无论是初学者还是功底深厚的网络领域高手,《TCP/IP详解.卷1:协议(英文版)》都是案头必备。
【作者简介】
  W.RichardStevens国际知名的UNIX和网络专家,备受赞誉的技术作家。他1951年2月5日出生于赞比亚,后随父母回到美国。中学时就读于弗吉尼亚菲什伯恩军事学校,1973年获得密歇根大学航空和航天工程学士学位。1975年至1982年,他在亚利桑那州图森市的基特峰国家天文台从事计算机编程工作,业余时间喜爱飞行运动,做过兼职飞行教练。这期间他分别在1978年和1982年获得亚利桑那大学系统工程硕士和博士学位。此后他去康涅狄格州纽黑文的健康系统国际公司任主管计算机服务的副总裁。
【目录】
Chapter1.Introduction1
1.1Introduction1
1.2Layering1
1.3TCP/IPLayering6
1.4InternetAddresses7
1.5TheDomainNameSystem9
1.6Encapsulation9
1.7Demultiplexing11
1.8Client-ServerModel12
1.9PortNumbers12
1.10StandardizationProcess14
1.11RFCs14
1.12Standard,SimpleServices15
1.13TheInternet16
1.14Implementationsv16
1.15ApplicationProgrammingInterfaces17
1.16TestNetwork18
1.17Summary19

Chapter2.LinkLayer21
2.1Introduction21
2.2EthernetandIEEE802Encapsulation21
2.3TrailerEncapsulation23
2.4SLIP:SerialLineIP24
2.5CompressedSLIP25
2.6PPP:Point-to-PointProtocol26
2.7LoopbackInterface28
2.8MTU29
2.9PathMTU30
2.10SerialLineThroughputCalculations30
2.11Summary31

Chapter3.IP:InternetProtocol33
3.1Introduction33
3.2IPHeader34
3.3IPRouting37
3.4SubnetAddressing42
3.5SubnetMask43
3.6SpecialCaseIPAddresses45
3.7ASubnetExample46
3.8ifconfigCommand47
3.9netstatCommand49
3.10IPFutures49
3.11Summary50

Chapter4.ARP:AddressResolutionProtocol53
4.1Introduction53
4.2AnExample54
4.3ARPCache56
4.4ARPPacketFormat56
4.5ARPExamples57
4.6ProxyARP60
4.7GratuitousARP62
4.8arpCommand63
4.9Summary63

Chapter5.RARP:ReverseAddressResolutionProtocol65
5.1Introduction65
5.2RARPPacketFormat65
5.3RARPExamples66
5.4RARPServerDesign67
5.5Summary68

Chapter6.ICMP:InternetControlMessageProtocolv69
6.1Introduction69
6.2ICMPMessageTypes70
6.3ICMPAddressMaskRequestandReply72
6.4ICMPTimestampRequestandReply74
6.5ICMPPortUnreachableError77
6.64.4BSDProcessingofICMPMessages81
6.7Summary83

Chapter7.PingProgram85
7.1Introduction85
7.2PingProgram85
7.3IPRecordRouteOption91
7.4IPTimestampOption95
7.5Summary96

Chapter8.TracerouteProgram97
8.1Introduction97
8.2TracerouteProgramOperation97
8.3LANOutput99
8.4WANOutput102
8.5IPSourceRoutingOption104
8.6Summary109

Chapter9.IPRouting111
9.1Introduction111
9.2RoutingPrinciples112
9.3ICMPHostandNetworkUnreachableErrors117
9.4ToForwardorNottoForward119
9.5ICMPRedirectErrorsv119
9.6ICMPRouterDiscoveryMessages123
9.7Summary125

Chapter10.DynamicRoutingProtocols127
10.1Introduction127
10.2DynamicRouting127
10.3UnixRoutingDaemons128
10.4RIP:RoutingInformationProtocol129
10.5RIPVersion2136
10.6OSPF:OpenShortestPathFirst137
10.7BGP:BorderGatewayProtocol138
10.8CIDR:ClasslessInterdomainRouting140
10.9Summary141

Chapter11.UDP:UserDatagramProtocol143
11.1Introduction143
11.2UDPHeader144
11.3UDPChecksum144
11.4ASimpleExample147
11.5IPFragmentation148
11.6ICMPUn.reachableError(FragmentationRequired)151
11.7DetermtntngthePathMTUUsingTraceroute153
11.8PathMTUDiscoverywithUDP155
11.9InteractionBetweenUDPandARP157
11.10MaximumUDPDatagramSize159
11.11ICMPSourceQuenchError160
11.12UDPServerDesign162
11.13Summary167

Chapter12.BroadcastingandMulticasting169
12.1Introduction169
12.2Broadcasting171
12.3BroadcastingExamples172
12.4Multicasting175
12.5Summary178

Chapter13.IGMP:InternetGroupManagementProtocol179
13.1Introduction179
13.2IGMPMessage180
13.3IGMPProtocol180
13.4AnExample183
13.5Summary186

Chapter14.DNS:TheDomainNameSystem187
14.1Introduction187
14.2DNSBasics188
14.3DNSMessageFormat191
14.4ASimpleExample194
14.5PointerQueries198
14.6ResourceRecords201
14.7Caching203
14.8UDPorTCP206
14.9AnotherExample206
14.10Summaryv208

Chapter15.TFTP:TrivialFileTransferProtocol209
15.1Introduction209
15.2Protocol209
15.3AnExample211
15.4Security213
15.5Summary213

Chapter16.BOOTP:BootstrapProtocol215
16.1Introduction215
16.2BOOTPPacketFormat215
16.3AnExample218
16.4BOOTPServerDesign219
16.5BOOTPThroughaRouter220
16.6Vendor-SpecificInformation221
16.7Summary222

Chapter17..TCP:TransmissionControlProtocol223
17.1Introduction223
17.2TCPServices223
17.3TCPHeader225
17.4Summary227

Chapter18.TCPConnectionEstablishmentandTermination229
18.1Introduction229
18.2ConnectionEstablishmentandTermination229
18.3TimeoutofConnectionEstablishment235
18.4MaximumSegmentSize236
18.5TCPHalf-Close238
18.6TCPStateTransitionDiagram240
18.7ResetSegments246
18.8SimultaneousOpen250
18.9SimultaneousClose252
18.10TCPOptions253
18.11TCPServerDesign254
18.12Summary260

Chapter19.TCPInteractiveDataFlow263
19.1Introduction263
19.2InteractiveInput263
19.3DelayedAcknowledgments265
19.4NagleAlgorithm267
19.5WindowSizeAdvertisements274
19.6Summary274

Chapter20.TCPBulkDataFlow275
20.1Introduction275
20.2NormalDataFlow275
20.3SlidingWindows280
20.4WindowSize282
20.5PUSHFlag284
20.6SlowStart285
20.7BulkDataThroughput286
20.8UrgentMode292
20.9Summary296

Chapter21.TCPTimeoutandRetransmission297
21.1Introduction297
21.2SimpleTimeoutandRetransmissionExample298
21.3Round-TripTimeMeasurement299
21.4AnRTTExample301
21.5CongestionExample306
21.6CongestionAvoidanceAlgorithm310
21.7FastRetransmitandFastRecoveryAlgorithms312
21.8CongestionExample(Continued)313
21.9Per-RouteMetrics316
21.10ICMPErrors317
21.11Repacketization320
21.12Summary321

Chapter22.TOPPersistTimer323
22.1Introduction323
22.2AnExample323
22.3SillyWindowSyndrome325
22.4Summary330

Chapter23.TOPKeepaliveTimer331
23.1Introduction331
23.2Description332
23.3KeepaliveExamples333
23.4Summary337

Chapter24.TCPFuturesandPerformance339
24.1Introduction339
24.2PathMTUDiscovery340
24.3LongFatPipes344
24.4WindowScaleOption347
24.5TimestampOption349
24.6PAWS:ProtectionAgainstWrappedSequenceNumbers351
24.7T/TCP:ATCPExtensionforTransactions351
24.8TCPPerformance354
24.9Summary356

Chapter25.SNMP:SimpleNetworkManagementProtocol359
25.1Introduction359
25.2Protocol360
25.3StructureofManagementInformation363
25.4ObjectIdentifiers364
25.5IntroductiontotheManagementInformationBase365
25.6InstanceIdentification367
25.7SimpleExamples370
25.8ManagementInformationBase(Continued)372
25.9AdditionalExamples382
25.10Traps385
25.11ASN.1andBER386
25.12SNMPVersion2387
25.13Summary388

Chapter26.TelnetandRlogin:RemoteLogin389
26.1Introduction389
26.2RloginProtocol391
26.3RloginExamples396
26.4TelnetProtocol401
26.5TelnetExamples406
26.6Summary417

Chapter27.FTP:FileTransferProtocol419
27.1Introduction419
27,2FTPProtocol419
27.3FTPExamples426
27.4Summary439

Chapter28.SMTP:SimpleMailTransferProtocol441
28,1Introduction441
28.2SMTPProtocol442
28.3SMTPExamples448
28.4SMTPFutures452
28.5Summary459

Chapter29.NFS:NetworkFileSystem461
29.1Introduction461
29.2SunRemoteProcedureCall461
29.3XDR:ExternalDataRepresentation465
29.4PortMapper465
29.5NFSProtocol467
29.6NFSExamples474
29.7NFSVersion3479
29.8Summary480

Chapter30.OtherTCP/IPApplications481
30.1Introduction481
30.2FingerProtocol481
30.3WhoisProtocol483
30.4Archie,WAIS,Gopher,Veronica,andWWW484
30.5XWindowSystem486
30.6.Summary490

AppendixA.Thetcpdu~pProgram491
A.1BSDPacketFilter491
A.2SunOSNetworkInterfaceTap493
A.3SVR4DataLinkProviderInterface494
A.4tcpdumpOutput495
A.5SecurityConsiderations496
A.6SocketDebugOption496

AppendixB.ComputerClocks499
AppendixC.ThesockProgram503
AppendixD.SolutionstoSelectedExercises507
AppendixEConfigurableOptions525
E.1BSD/386Version1.0526
E.2SunOS4.1.3527
E.3SystemVRelease4529
E.4Solaris2.2529
E.5AIX3.2.2536
E.64.4BSD537
AppendixF.SourceCodeAvailability539
Bibliography543
Index555
点击展开 点击收起

   相关推荐   

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP