Buch, Englisch, 216 Seiten, Format (B × H): 189 mm x 238 mm, Gewicht: 415 g
Practical Guide for Programmers
Buch, Englisch, 216 Seiten, Format (B × H): 189 mm x 238 mm, Gewicht: 415 g
ISBN: 978-0-12-374540-8
Verlag: Elsevier Science & Technology
TCP/IP Sockets in C: Practical Guide for Programmers, Second Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophisticated and powerful web-based applications. The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies.
If you program using Java, be sure to check out this book's companion, TCP/IP Sockets in Java: Practical Guide for Programmers, 2nd Edition.
Zielgruppe
Software developers, network programmers, systems programmers, practitioners, researchers who know C and want to learn about writing C networking applications that use TCP/IP, students in courses on computer networking, operating systems, and distributed computing
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
1 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++