TCP/IP详解卷1:协议(英文版) 下载 网盘 kindle mobi 115盘 pdf pdb rtf

TCP/IP详解卷1:协议(英文版)电子书下载地址
内容简介:
This book describes the TCP/IP protocol suite, but from a different perspective than other texts on TCP/IP Instead of just describing the protocols and what they do, we'll use a popular diagnoshc tool to watch the protocols in action. Seeing how the protocols operate in varying circumstances provides a greater understanding of how they work and why certain design decisions were made. It also provides a look into the implementation of the protocols, without having to wade through thousands of lines of source code.
书籍目录:
Chapter 1. Introduction
1.1 Introduction
1.2 Layering
1.3 TCP/IP Layering
1.4 lnternet Addresses
1.5 The Domain Name System
1.6 Encapsulation
1.7 Demultiplexing
1.8 Client--Server Model
1.9 Port Numbers
1.10 Standardization Process
1.11 RFCs
1.12 Standard, Simple Services
1.13 The Internet
1.14 Implementations
1.15 Application Programming Interfaces
1.16 Test Network
1.17 Summary
Chapter 2. Link Layer
2.1 lntroduction
2.2 Ethernet and IEEE 802 EncapsuIation
2.3 Trailer Encapsulation
2.4 SLlP: Serial Line IP
2.5 Compressed SLIP
2'6 PPP: Point-to-Point Protocol
2.7 Loopback Interface
2.8 MTU
2.9 Path MTU
2.10 Serial Line Throughput Calculations
2.11 Summary
Chapter 3. IP: Internet Protocol
3.1 Introduction
3.2 IP Header
3.3 IP Routing
3.4 Subnet Addressing
3.5 Subnet Mask
3.6 Special Case IP Addfesses
3.7 A Subnet Example
3.8 Ifconfiq Command
3.9 netstat Command
3.10 IP Futures
3.11 Summary
Chapter 4. ARP: Address Resolution Protocol
4.1 Introduction
4.2 An Example
4.3 ARP Cache
4.4 ARP Packet Format
4.5 ARP Examples
4.6 Proxy ARP
4.7 Gratuitous ARP
4.8 arp Command
4.9 Summary
Chapter 5. RARP: Reverse Address Resolution Protocol
5.1 tntroduction
5.2 RARP Packet Format
5.3 RARP Examples
5.4 RARP Server Design
5.5 Summary
Chapter 6. ICMP: Internet Control Message Protocol
6.1 Introduction
6.2 ICMP Message Types
6.3 ICMP Address Mask Request and Reply
6.4 ICMP Timestamp Request and Reply
6.5 ICMP Port Unreachable Error
6.6 4.4BSD Processing of ICMP Messages
6.7 Summary
Chapter 7. Ping Program
7.1 Introduction
7.2 Ping Program
7.3 IP Record Route Option
7.4 IP Timestamp Option
7.5 Summary
Chapter 8. Traceroute Program
8.1 Introduction
8.2 Traceroute Program Operation
8.3 LAN Output
8.4 WAN Output
8.5 IP Source Routing Option
8.6 Summary
Chapter 9. IP Routing
9.1 Introduction
9.2 Routing Prlnciples
9.3 ICMP Host and Network UnreachabIe Errors
9.4 To Forward or Not to Forward
9.5 ICMP Redirect Errors
9.6 ICMP Router Discovery Messages
9.7 Summary
Chapter 10. Dynamic Routing Protocols
10.1 Intfoduction
10.2 Dynamic Routing
10.3 Unix Routing Daemons
10.4 RIP: Routing Information Protocol
10.5 RIP Version 2
10.6 OSPF:Open Shortest Paih First
10.7 BGP:Border Gateway Protocol
10.8 CIDR:Classless Interdomain Routing
10.9 Summary
Chapter 11. UDP: User Datagram Protocol
11.1 Introduction
11.2 UDP Header
11.3 UDP Checksum
11.4 A Simple Example
11.5 IP Fragmentation
11.6 ICMP Unreachable Error (Fragmentation Required)
11.7 Determining the Path MTU Using Traceroute
11.8 Path MTU Dlscovery with UDP
11.9 Interaction Between UDP and ARP
11.10 Maximum UDP Datagram Size
11.11 ICMP Source Quench Error
11.12 UDP Server Design
11.13 Summary
Chapter 12. Broadcasting and Multicasting
12.1 Introduction
12.2 Broadcasting
12.3 Broadcasting Examples
12.4 Multicasting
12.5 Summary
Chapter 13. IGMP: lnternet Group Management Protocol
13.1 Introduction
13.2 IGMP Message
13.3 IGMP Protocol
13.4 An Example
13.5 Summary
Chapter 14. DNS: The Domain Name System
14.1 Introduction
14.2 DNS Basics
14.3 DNS Message Format
14.4 A Simple Example
14.5 Pointer Queries
14.6 Resource Records
14.7 Caching
14.8 UDP or TCP
14.9 Another Example
14.10 Summary
Chapter 15. TFTP: Trivial File Transfer Protocol
15.1 Introduction
15.2 ProtocoI
15.3 An Examp1e
15.4 Security
15.5 Summary
Chapter 16. BOOTP: Bootstrap Protocol
16.1 Introduction
16.2 BOOTP Packet Format
16.3 An Example
16.4 BOOTP Server Design
16,5 BOOTP Through a Router
16.6 Vendor-Specific Information
16.7 Summary
Chapter 17. TCP: Transmission Control Protocol
17.1 Introduction
17.2 TCP Services
17.3 TCP Header
17.4 Summary
Chapter 18. TCP Connection Establishment and Termination
18.1 Introduction
18.2 Connection Establishment and Termination
18.3 Timeout of Connection Establishment
18.4 Maximum Segment Size
18.5 TCP Half-Close
18.6 TCP State Transition Diagram
18.7 Reset Segments
18.8 Simultaneous Open
18.9 Simultaneous Close
18.10 TCP Options
18.11 TCP Server Desjgn
18.12 Summary
Chapter 19. TCP lnteractive Data Flow
19.1 Introduction
19.2 Interactive Input
19.3 Delayed Acknowledgments
19.4 Nagle Algorithm
19.5 Window Size Advertisements
19.6 Summary
Chapter 20. TCP Bulk Data Flow
20.1 Introduction
20.2 Normal Data Flow
20.3 Sliding Windows
20.4 Window Size
20.5 PUSH Flag
20.6 Slow Start
20.7 Bulk Data Throughput
20.8 Urgent Mode
20.9 Summary
Chapter 21. TCP Timeout and Retransmission
21.1 lntroduction
21.2 Simple Timeout and Retransmission Example
21.3 Round-Trip Time Measurement
21.4 An RTT Example
21.5 Congestion Example
21.6 Congestion AVOldance Algorithm
21.7 Fast Retransmit and Fast Recovery Algorithms
21.8 Congestion Example (Continued)
21.9 Per-Route Metrics
21.10 ICMP Errors
21.11 Repacketization
21.12 Summary
Chapter 22. TCP Persist Timer
22.1 Introduction
22.2 An ExampIe
22.3 Silly Window Syndrome
22.4 Summary
Chapter 23. TCP Keepalive Timer
23.1 Introduction
23.2 Description
23.3 KeepaIive Examples
23.4 Summary
Chapter 24. TCP Futures and Performance
24.1 Introduction
24.2 Path MTU Discovery
24.3 Long Fat Pipes
24.4 Window Scale Option
24.5 Timestamp Option
24.6 PAWS:Protection Against Wrapped Sequence Numbers
24.7 T/TCP: A TCP Extension for Transactions
24.8 TCP Performance
24.9 Summary
Chapter 25. SNMP: Simple Network Management Protocol
25.1 Introduction
25.2 Protocol
25.3 Structure of Management Information
25.4 Object Identjfiers
25.5 Introductfon to the Management Information Base
25.6 Instance Identification
25.7 SimpIe Examples
25.8 Management Information Base (Continued)
25.9 Additional Examples
25.10 Traps
25.11 ASN.1 and BER
25.12 SNMP Version 2
25.13 Summary
Chapter 26. Telnet and Rlogin: Remote Login
26.1 Introduction
26.2 Rlogin Protocol
26.3 Rlogin Examples
26.4 Telnet Protocol
26.5 Telnet Examples
26.6 Summary
Chapter 27. FTP: File Transfer Protocol
27.1 Introduction
27.2 FTP Protocol
27.3 FTP Examples
27.4 Summary
Chapter 28. SMTP: Simple Mail Transfer Protocol
28.1 Introduction
28.2 SMTP Protocol
28.3 SMTP Examples
28.4 SMTP Futures
28.5 Summary
Chapter 29. NFS: Network FiIe System
29.1 Introduction
29.2 Sun Remote Procedure Call
29.3 XDR:External Data Representation
29.4 Port Mapper
29.5 NFS Protocol
29.6 NFS Examples
29.7 NFS Version 3
29.8 Summary
Chapter 30. Other TCP/IP Applications
30.1 Introduction
30.2 Finger Protocol
30.3 Whols Protocol
30.4 Archie, WAIS, Gopher, Veronica, and WWW
30.5 X Window System
30.6 Summary
Appendix A. The tcpdump Program
A.1 BSD Packet Filter
A.2 SunOS Network Interface Tap
A.3 SVR4 Data Link Provider Interface
A.4 tcpdump Output
A.5 Security Considerations
A.6 Socket Debug Option
Appendix B. Computer Clocks
Appendix C. The sock Program
Appendix D. Solutions to Selected Exercises
Appendix E. Configurable Options
E.1 BSD/386 Version 1.0
E.2 SunOS 4.1.3
E.3 System V Release 4
E.4 Solaris 2.2
E.5 AIX 3.2.2
E.6 4.4BSD
Appendix F Source Code Availability
Bibliography
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
ARP应答是直接送到请求端主机的,而是广播的。
The ARP reply is thus sent directly to the requesting host; it is not ordinarilly broadcast (see Section 4.8 for some cases where this rule is altered).
internet这个词第一个字母是否大写决定了它具有不同的含义。internet意思是用一个共同的协议族把多个网络连接在一起。而Internet指的是世界范围内通过TCP/IP互相通信的所有主机集合(超过1 0 0 万台)。 Internet是一个internet,但internet不等 于Internet。
IP has a simple error handling algorithm: throw away the
datagram and try to send an ICMP message back to the source.
以太网数据帧的物理特性是其长度必须在4 6~1 5 0 0字节之间,而数据帧在进入每一层协议栈的时候均会做一些封装。
当目的主机收到一个以太网帧时,就在协议栈中从底向上升,同时去掉各层协议加上的报文首部。每层协议盒都要去检查报文首部的协议标识,以确定接收数据的上层协议。这个过程称作分用。
其它内容:
暂无其它内容!
网站评分
书籍多样性:8分
书籍信息完全性:7分
网站更新速度:4分
使用便利性:7分
书籍清晰度:5分
书籍格式兼容性:9分
是否包含广告:8分
加载速度:9分
安全性:9分
稳定性:9分
搜索功能:6分
下载便捷性:7分
下载点评
- 好评多(661+)
- 少量广告(448+)
- 值得下载(187+)
- 购买多(571+)
- 赚了(126+)
- 章节完整(484+)
- 四星好评(675+)
- 差评少(293+)
- 三星好评(667+)
- 图书多(196+)
- 无缺页(594+)
- 全格式(337+)
下载评价
- 网友 利***巧:
差评。这个是收费的
- 网友 冯***卉:
听说内置一千多万的书籍,不知道真假的
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 家***丝:
好6666666
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 国***芳:
五星好评
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 冉***兮:
如果满分一百分,我愿意给你99分,剩下一分怕你骄傲
- 网友 寇***音:
好,真的挺使用的!
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
- 网友 寿***芳:
可以在线转化哦
- 网友 芮***枫:
有点意思的网站,赞一个真心好好好 哈哈
- 网友 宓***莉:
不仅速度快,而且内容无盗版痕迹。
- 网友 习***蓉:
品相完美
喜欢"TCP/IP详解卷1:协议(英文版)"的人也看了
正版 2024新版 5.3基础题 1000题 高中思想政治 高二高三适用 下载 网盘 kindle mobi 115盘 pdf pdb rtf
全国二胡演奏考级作品集 下载 网盘 kindle mobi 115盘 pdf pdb rtf
Dragons at Your Door 下载 网盘 kindle mobi 115盘 pdf pdb rtf
江苏高校档案工作探索与研究 下载 网盘 kindle mobi 115盘 pdf pdb rtf
【2本】吾皇巴扎黑漫画大中华史1+2 大秦一统两汉风云 吾皇猫书 白茶 中国史 吾皇巴扎黑漫画书就喜欢你看不惯我又干不掉我的样子 下载 网盘 kindle mobi 115盘 pdf pdb rtf
2023版全国勘察设计注册公用设备工程师(暖通空调)专业考试历年真题详解——专业案例篇 下载 网盘 kindle mobi 115盘 pdf pdb rtf
创新思维与创新技法新编 下载 网盘 kindle mobi 115盘 pdf pdb rtf
基础会计学综合模拟实验:精编版(第五版) 下载 网盘 kindle mobi 115盘 pdf pdb rtf
素描半身像 下载 网盘 kindle mobi 115盘 pdf pdb rtf
故宫国宝100件 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- JavaScript忍者秘籍(第2版) 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 新经典法语(4)(教师用书) 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 图解机械设备电气控制线路 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 三字经·百家姓·千字文·弟子规诵读本 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 窥视工作室:日本篇 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 一级注册建筑师2020教材辅导 历年真题解析与模拟试卷 建筑方案设计(作图题) 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 植物 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 2014一级注册建筑师考试试题集第四分册建筑材料与构造(第九版) 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 血液净化新理论新技术(精) 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 唐代蕃将 下载 网盘 kindle mobi 115盘 pdf pdb rtf
书籍真实打分
故事情节:3分
人物塑造:5分
主题深度:4分
文字风格:6分
语言运用:7分
文笔流畅:6分
思想传递:9分
知识深度:8分
知识广度:7分
实用性:7分
章节划分:7分
结构布局:4分
新颖与独特:9分
情感共鸣:4分
引人入胜:9分
现实相关:4分
沉浸感:7分
事实准确性:6分
文化贡献:9分