这可是好书,很难找的
C O N T E N T S
Foreword vii
Foreword to the First Edition ix
Preface xix
1 Foundation
Problem: Building a Network 2
1.1 Applications 4
1.2 Requirements 6
1.2.1 Connectivity 7
1.2.2 Cost-Effective Resource Sharing 10
1.2.3 Support for Common Services 15
1.3 Network Architecture 19
1.3.1 Layering and Protocols 20
1.3.2 OSI Architecture 26
1.3.3 Internet Architecture 27
1.4 Implementing Network Software 30
1.4.1 Application Programming Interface (Sockets) 31
1.4.2 Example Application 33
1.4.3 Protocol Implementation Issues 36
1.5 Performance 40
1.5.1 Bandwidth and Latency 40
1.5.2 Delay × Bandwidth Product 44
1.5.3 High-Speed Networks 46
1.5.4 Application Performance Needs 48
1.6 Summary 50
Open Issue: Ubiquitous Networking 51
Further Reading 52
Exercises 5
1