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

TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美]
2010-04
版次: 1
ISBN: 9787115222596
定价: 79.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 576页
字数: 715千字
正文语种: 英语
29人买过
  •   《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
  • 内容简介:
      《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
查看详情
系列丛书 / 更多
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
算法(英文版•第4版)
[美]塞奇威克(Robert Sedgewick)、[美]韦恩(Kevin Wayne) 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
计算机程序设计艺术(第2卷 英文版·第3版):半数值算法
[美]高德纳 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
计算机程序设计艺术,卷4A:组合算法(一)(英文版)
[美]Donald E.Knuth 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
计算机程序设计艺术(第3卷 英文版·第2版):排序与查找
[美]高德纳(Knuth D.E) 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
C++Primer(英文版)(第4版)
李普曼 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
数据结构与算法分析:C++描述(英文版)(第3版)
[美]维斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
UNIX环境高级编程
史蒂文斯、拉戈 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
信息检索:算法与启发式方法(英文版·第2版)
[美]格罗斯曼、[美]弗里德 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
Web数据挖掘:超文本数据的知识发现
[印]查凯莱巴蒂 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP 详解(卷2):实现(英文版)
[美]赖特(Gary R.Wright)、[美]史蒂文斯(W.Richard Stevens) 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
IPv6详解,第1卷,核心协议实现:IPv6时代的《TCP/IP详解》!
[美]李清、[日]神明达哉、[日]岛庆一 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
UNIX网络编程 卷1
[美]史蒂文斯、[美]芬纳、[美]鲁道夫 著
相关图书 / 更多
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP\IP网络编程项目式教程(微课版)/计算机系列教材
唐四薪 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP协议分析教程与实验(第2版)微课视频版
陈年
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP基础(第2版)
刘化君
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCPIP详解卷3:TCP事务协议.HTTP.NNTP和UNIX域协议 美理查德·史蒂文斯W.Richard Stevens 著 胡谷雨 吴礼发 等 译
[美]理查德·史蒂文斯W.Richard Stevens
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCF听力高频词汇集锦
李璐、刘若云 编
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP网络协议分析与实践
毛文涛 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCPIP详解卷2:实现 美加里·R·赖特Gary R.Wright,W.理查德·史蒂文斯 著 陆雪莹 蒋慧 等 译
[美]加里·R·赖特Gary R.Wright;W.理查德·史蒂文斯
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP网络协议分析及应用
马常霞、张占强 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP网络编程原理与技术/计算机系列教材
钟辉、臧晗、董洁、宋凯、孟祥宇 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCF法语知识测试:练习250题(修订本)
埃莱娜·雷拉 著;[法]桑德里娜·比约 编;朱佩娟 译
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCFTEF词汇词根+词缀+联想记忆法(第4版)
曹慧 编
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP是怎样工作的
[日]安永辽真 中山悠 丸田一辉
您可能感兴趣 / 更多
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
意大利文艺复兴新艺术史
[美]迈克尔·韦恩·科尔 著;[美]斯蒂芬·J·坎贝尔;邵亦杨
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
老人与海 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]海明威
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
养育的觉醒:全面激发孩子自驱力,教你如何心平气和做妈妈
[美]凯文·莱曼 著;唐晓璐 译;斯坦威 出品
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
你在等什么?
[美]斯科特·明钦 著;[中]易万 译;[美]马特 ·斐兰 绘
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
UNIX网络编程 : 第2版. 第2卷, 进程间通信(中文版)
[美]史蒂文斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
UNIX网络编程 卷1:套接字联网API(第3版)
[美]史蒂文斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP详解 卷3:T/TCP、HTTP、NNTP及UNIX域协议(英文版)
[美]史蒂文斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
UNIX网络编程 卷2:进程间通信
[美]史蒂文斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
UNIX网络编程 卷I 套接字联网API(英文版・第3版)
[美]史蒂文斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP详解卷1:协议(英文版)
[美]史蒂文斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
UNIX环境高级编程(英文版)
[美]史蒂文斯 著
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
TCP/IP详解卷3:TCP事务协议 HTTP NNTP和UNIX域协议(英文版)
[美]史蒂文斯 著