Description
Book SynopsisHelps you to gain the knowledge and skills needed to develop web-based applications. This book features tutorial-based approach that enables the reader to master the tasks and techniques essential to the various client-server projects using sockets in C. It includes advancements such as support for IPv6 as well as defensive programming strategies.
Trade Review"Despite my having developed systems software with Sockets and C for 20+ years, I find myself still needing a book like this one. It covers all the subtleties and gotchas that one encounters when writing distributed applications in C with Sockets." --Bobby Krupczak, The Krupczak Organization
Table of Contents1 Introduction 2 Basic TCP Sockets 3 Of Names and Address Families 4 Using UDP Sockets 5 Sending and Receiving Data 6 Beyond the Basic Socket Programming 7 Under the Hood 8 Socket Programming in C++