Cantitate/Preț
Produs

TCP/IP Sockets in C: Practical Guide for Programmers

Autor Michael J. Donahoo, Kenneth L. Calvert
en Limba Engleză Paperback – 21 apr 2009
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.


  • Includes completely new and expanded sections that address the IPv6 network environment, defensive programming, and the select() system call, thereby allowing the reader to program in accordance with the most current standards for internetworking.
  • Streamlined and concise tutelage in conjunction with line-by-line code commentary allows readers to quickly program web-based applications without having to wade through unrelated and discursive networking tenets.
Citește tot Restrânge

Preț: 13226 lei

Preț vechi: 20594 lei
-36% Nou

Puncte Express: 198

Preț estimativ în valută:
2531 2670$ 2109£

Carte tipărită la comandă

Livrare economică 26 decembrie 24 - 09 ianuarie 25
Livrare express 27 noiembrie-03 decembrie pentru 5943 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780123745408
ISBN-10: 0123745403
Pagini: 216
Ilustrații: Illustrated
Dimensiuni: 191 x 235 x 15 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: ELSEVIER SCIENCE

Public țintă

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

Cuprins

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++

Recenzii

"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