《经典原版书库》系列丛书是响应教育部提出的使用原版国外教材的号召,为国内高校的计算机教学度身打造的。在广泛地征求并听取丛书的“专家指导委员会”的意见后,最终选定了30多种篇幅内容适度、讲解鞭辟入里的教材,其中的大部分已经被M.I.T、Stanford、U.C.Berkley、C.M.U.等世界名牌大学采用。丛书不仅涵盖了程序设计、数据结构、操作系统、计算机体系结构、数据库、编译原理、软件工程、图形学、通信与网络、离散数学等国内大学计算机专业普遍开设的核心课程,而且各具特色——有的出自语言设计者之手、有的历三十年而不衰,有的已被全世界的几百所高校采用。在这些圆熟通博的名师大作的指引之下,读者必将在计算机科学的宫殿中由登堂而入室。
本书是其中一册。
\r\n
Part 1.TCP for Transactions\r\n\r\nChapter 1.T/TCP Introduetion\r\n\r\n1.1 Introduction\r\n1.2 UDP Client-Server\r\n1.S TCP Client-Server\r\n1.4 T/TCP Client-Server\r\n1.5 Test Network\r\n1.6 Timing Example\r\n1.7 Applications\r\n1.8 History\r\n1.9 Implementations\r\n1.10 Summary\r\n\r\nChapter 2.T/TCP Protocol\r\n\r\n2.1 Introduction\r\n2.2 New TCP Options for T/TCP\r\n2.3 T/TCP Implementation Variables\r\n2.4 State Transition Diagram\r\n2.5 T/TCP Extended States\r\n2.6 Summary\r\n\r\nChapter 3.T/TCP Examples\r\n\r\n3.1 Introduction\r\n3.2 Client Reboot\r\n3.9 Normal T/TCP Transaction\r\n3.4 Server Receives Old Duplicate SYN\r\n3.5 Server Reboot\r\n3.6 Request or Reply Exceeds MSS\r\n3.7 Backward Compatibility\r\n3.8 Summary\r\n\r\nChapter 4.T/TCP Protocol (Continued)\r\n\r\n4.1 Introduction\r\n4.2 Client Port Numbers and TIME_WAIT State\r\n4.9 Purpose of the TIME_WAIT State\r\n4.4 TIME_WAIT State Truncation\r\n4.5 Avoiding the Three-Way Handshake with TAO\r\n4.6 Summary\r\n\r\nChapter 5.T/TCP Implementation: Socket Layer\r\n\r\n5.1 Introduction\r\n5.2 Constants\r\n5.3 sosend Function\r\n5.4 Summary\r\n\r\nChapter 6.T/TCP Implementation: Routing Table\r\n\r\n6.1 Introduction\r\n6.2 Code Introduction\r\n6.3 radix_node_head Structure\r\n6.4 rtentry Structure\r\n6.5 rt_metrics Structure\r\n6.6 in inithead Function\r\n6.7 in_addroute Function\r\n6.8 in_matroute Function\r\n6.9 in_clsroute Function\r\n6.1O in_rtqtimo Function\r\n6.11 in_rtqkill Function\r\n6.12 Summary\r\n\r\nChapter 7.T/TCP Implementation: Protocol Control Blocks\r\n\r\n7.1 Introduction\r\n7.2 in_pcbladdr Function\r\n7.3 in_pcbconnect Function\r\n7.4 Summary\r\n\r\nChapter 8.TnCP Implementation: TCP Overview\r\n\r\n8.1 Introduction\r\n8.2 Gode Introduction\r\n8.3 TCP protosw Structure\r\n8.4 TCP Control Block\r\n8.5 tcp_init Function\r\nB.6 tcp_slowtimo Function\r\nB.7 Summary\r\n\r\nChapter 9.T/TCP Implementation: TCP Output\r\n\r\n9.1 introduction\r\n9.2 tcp_output Function\r\n9.3 Summary\r\n\r\nChapter 10.T/TCP Implementation: TCP Functiens\r\n\r\n10.1 Introduction\r\n10.2 tcp_newtcpcb Function\r\n10.3 tcp_rtlookup Function\r\n10.4 tcp_gettaocache Function\r\n10.5 Retransmission Timeout Calculations\r\n10.6 tcp_close Function\r\n10.7 tcp_msssend Function\r\n10.8 tcp_mssrcvd Function\r\n10.9 tcp_dooptions Function\r\n10.10 tcp_reass Function\r\n10.1 1 Summaty\r\n\r\nChapter 11.T/TCP Implementation: TCP Input\r\n\r\n11.1 Introdudion\r\n11.2 Preliminary Processing\r\n11.3 Header Prediction\r\n11.4 Initiation of Passive Open\r\n11.5 Initiation of Active Open\r\n11.6 PAWS: Protection Against Wrapped Sequence Numbers\r\n11.7 ACK Processing\r\n11.8 Completion of Passive Opens and Simultaneous Opens\r\n11.9 ACK Processing (Continued).\r\n11.10 FIN Processing\r\n11.11 Summary\r\n\r\nChapter 12.T/TCP Implementation: TCP User Requests\r\n\r\n12.1 Introduction\r\n12.2 PRU_CONNECT Request\r\n12.3 tcp_connect Function\r\n12.4 PRU_SEND and PRU_SEND_EOF Requests\r\n12.5 tcp_usrclosed Function\r\n12.6 tcp_sysctl Function\r\n12.7 T/TCP Futures\r\n12.8 Summary\r\n\r\nPart 2.Additional TCP Applications\r\n\r\nChapter 13.HTTP: Hypertext Transfer Protocol\r\n\r\n13.1 Introduction\r\n13.2 Introduction to HTTP and HTML\r\n13.3 HTTP Protocol\r\n13.4 An Example\r\n13.5 HTTP Statistics\r\n13.6 Performance Problems\r\n13.7 Summary\r\n\r\nChapter 14.Packets Found on an HTTP Server\r\n\r\n14.1 Introduction\r\n14.2 Multiple HTTP Servers\r\n14.3 Client SYN Interarrival Time\r\n14.4 RTT Measurements\r\n14.5 listen Backlog Queue\r\n14.6 Client SYN Options\r\n14.7 Client SYN Retransmissions\r\n14.8 Domain Names\r\n14.8 Timing Out Persist Probes\r\n14.10 Simulation of T/TCP Routing Table Size\r\n14.11 Mbuf Interaction\r\n14.12 TCP PCB Cache and Header Prediction\r\n14.13 Summary\r\n\r\nChapter 15.NNTP: Network News Transter Protocol\r\n\r\n15.1 Introduction\r\n15.2 NNTP Protocol\r\n15.3 A Simple News Client\r\n15.4 A More Sophisticated News Client\r\n15.5 NNTP Statistics\r\n15.6 Summary\r\n\r\nPart 3.The Unix Domain Protocols\r\n\r\nChapter 16.Unix Domain Protocols: Introduction\r\n\r\n16.1 Introduction\r\n16.2 Usage\r\n16.3 Performance\r\n16.4 Coding Examples\r\n16.5 Summary\r\n\r\nChapter 17.Unix Domain Protocols: Implementation\r\n\r\n17.1 Introduction\r\n17.2 Code Introduction\r\n17.3 Unix domain and protosw Structures\r\n17.4 Unix Domain Socket Address Structures\r\n17.5 Unix Domain Protocol Control Blocks\r\n17.e uipc_usrreq Function\r\n17.7 PRU_ATTACH Request and unp_attach Function\r\n17.8 PRU_DETACH Request and unp_detach Function\r\n17.8 PRU_BIND Request and unp_bind Function\r\n17.10 PRU_CORNECT Request and unp_connect Function\r\n17.11 PRU_CONNECT2 Request and unp_connect2 Function\r\n17.12 socketpair System Call\r\n17.13 pipe System Call\r\n17.14 PRU_ACCEPT Request\r\n17.15 PRU_DISCONNECT Request and unp_disconnect Function\r\n17.16 PRU_SHUTDOWN Request and unp_shutdown Function\r\n17.17 PRU_ABORT Request and unp_drop Function\r\n17.18 Miscellaneous Requests\r\n17.19 Summary\r\n\r\nChapter 18.Unix Domain Protocols: I/O and Descriptor Passing\r\n\r\n18.1 Introduction\r\n18.2 PRU_SENO and PRU_RCVD Requests\r\n18.3 Descriptor Passing\r\n18.4 unp_internalize Function\r\n18.5 unp_externalize Function\r\nIB.6 unp_discard Function\r\n18.7 unp_dispose Function\r\n18.8 unp_scan Function\r\n18.9 unp_gc Function.\r\n18.10 unp_mark Function\r\n18.11 Performance (Revisited)\r\n18.12 Summary\r\n\r\nAppendix A.Measuring Network Times\r\n\r\nA.1 RTT Measurements Using Ping\r\nA.2 Protocol Stack Measurements\r\nA.3 Latency and Bandwidth\r\n\r\nAppendix B.' Coding Applications for T/TCP\r\n\r\nBibliography\r\n\r\nIndex