2011. 7. 7. 03:18

   


UNIXNETWORKPROGRAMMINGVOLUME1(제3판) 상세보기


[ 책소개 ]

UNIX NETWORK PROGRAMMING 제3판. 컴퓨터 통신을 전공하거나 현업에서 종사하고 있는 이들에게

도움이 된다. 특히 응용에서 직접 이용할 수 있는 많은 프로그램 예제들을 보여주고 있어 초보자

에게는 문제와 해법을 이해하는 데, 전문가에게는 더욱 효율적인 해법을 모색하는 데 참고가 될 것이다.

   

[ 목차 ]

Part 1. Introduction and TCP/IP

Chapter 1. Introduction and TCP/IP

Chapter 2. The Transport Layer : TCP and UDP, and SCTP

   

Part 2. Elementary Sockets

Chapter 3. Sockets Introduction

Chapter 4. Elementary TCP Sockets

Chapter 5. TCP Client-Server Example

Chapter 6. I/O Multiplexing : The select and poll Functions

Chapter 7. Socket Options

Chapter 8. Elementary UDP Sockets

Chapter 9. Elementary SCTP Sockets

Chapter 10. SCTP Client/Server Example

Chapter 11. Name and Address Conversions

   

Part 3. Advanced Sockets

Chapter 12. IPv4 and IPv6 Interoperability

Chapter 13. Daemon Processes and inetd Superserver

Chapter 14. Advanced I/O Functions

Chapter 15. Unix Domain Protocols

Chapter 16. Nonblocking I/O

Chapter 17. ioctl Operations

Chapter 18. Routing Sockets

Chapter 19. Key Management Sockets

Chapter 20. Broadcasting

Chapter 21. Multicasting

Chapter 22. Advanced UDP Sockets

Chapter 23. Advanced SCTP Sockets

Chapter 24. Out-of-Band Data

Chapter 25. Signal-Driven I/O

Chapter 26. Threads

Chapter 27. IP Options

Chapter 28. Raw Sockets

Chapter 29. Datalink Access

Chapter 30. Client-Server Design Alternatives

Chapter 31. STREAMS

   

Appendix A. IPv4, IPv6, ICMPv4, and ICMPv6

Appendix B. Virtual Networks

Appendix C. Debugging Techniques

Appendix D. Miscellaneous Source Code

 D.1 - unp.h Header.

 D.2 - config.h Header.

 D.3 - Standard Error Functions. 

Appendix E. Solutions to Selected Exercises

 

Posted by devanix