TCP

副标题:无

作   者:IP Illustrated.Volume 1,The Protocols

分类号:

ISBN:9787111095057

微信扫一扫,移动浏览光盘

简介

   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




已确认勘误

次印刷

页码 勘误内容 提交人 修订印次

TCP
    • 名称
    • 类型
    • 大小

    光盘服务联系方式: 020-38250260    客服QQ:4006604884

    意见反馈

    14:15

    关闭

    云图客服:

    尊敬的用户,您好!您有任何提议或者建议都可以在此提出来,我们会谦虚地接受任何意见。

    或者您是想咨询:

    用户发送的提问,这种方式就需要有位在线客服来回答用户的问题,这种 就属于对话式的,问题是这种提问是否需要用户登录才能提问

    Video Player
    ×
    Audio Player
    ×
    pdf Player
    ×
    Current View

    看过该图书的还喜欢

    some pictures

    解忧杂货店

    东野圭吾 (作者), 李盈春 (译者)

    loading icon