Foreword
Preface
Chapter 1 Introduction And Overview
Chapter 2 The Client Server Model And Software Design
Chapter 3 Concurrent Processing In Client-Server Software
Chapter 4 Application Interface To Protocols
Chapter 5 The Socket API
Chapter 6 Algorithms And Issues In Client Software Design
Chapter 7 Example Client Software
Chapter 8 Algorithms And Issues In Server Software Design
Chapter 9 Iterative, Connectionless Servers (UDP)
Chapter 10 Iterative, Connection-Oriented Sewers (TCP)
Chapter 11 Concurrent, Connection-Oriented Servers (TCP)
Chapter 12 Using Threads For Concurrency (TCP)
Chapter 13 Single-Thread, Concurrent Servers (TCP)
Chapter 14 Multiprotocol Sewers (TCP, UDP)
Chapter 15 Multiservice Servers (TCP, UDP)
Chapter 16 Uniform, Efficient Management Of Server Concurrency
Chapter 17 Concurrency In Clients
Chapter 18 Tunneling At The Transport And Application Levels
Chapter 19 Application Level Gateways
Chapter 20 External Data Representation (XDR)
Chapter 21 Remote Procedure Call Concept (RPC)
……