TCP/IP sockets in C practical guide for programmers
""TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks. It is a unique combination of well written concise text and rich carefully selected set of working examples. For the beginner of network programming, it's...
Autor principal: | |
---|---|
Otros Autores: | , |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Amsterdam ; Boston :
Elsevier
c2004.
|
Edición: | 1st edition |
Colección: | Morgan Kaufmann practical guides series.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627297406719 |
Tabla de Contenidos:
- Front Cover; TCP/IP Sockets in C# Practical Guide for Programmers; Copyright Page; Contents; Preface; Chapter 1. Introduction; 1.1 Networks, Packets, and Protocols; 1.2 About Addresses; 1.3 About Names; 1.4 Clients and Servers; 1.5 What Is a Socket?; 1.6 Exercises; Chapter 2. Basic Sockets; 2.1 Socket Addresses; 2.2 Socket Implementation in .NET; 2.3 TCP Sockets; 2.4 UDP Sockets; 2.5 The .NET Socket Class; 2.6 Exercises; Chapter 3. Sending and Receiving Messages; 3.1 Encoding Information; 3.2 Composing I/O Streams; 3.3 Framing and Parsing; 3.4 Implementing Wire Formats in C#; 3.5 Wrapping Up
- 3.6 ExercisesChapter 4. Beyond the Basics; 4.1 Nonblocking I/O; 4.2 Multiplexing; 4.3 Threads; 4.4 Asynchronous I/O; 4.5 Multiple Recipients; 4.6 Closing Connections; 4.7 Wrapping Up; 4.8 Exercises; Chapter 5. Under the Hood; 5.1 Buffering and TCP; 5.2 Buffer Deadlock; 5.3 Performance Implications; 5.4 TCP Socket Life Cycle; 5.5 Demultiplexing Demystified; 5.6 Exercises; Appendix: Handling Socket Errors; Bibliography; Index