Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

TCP/IP Sockets in C: Practical Guide for Programmers
TCP/IP Sockets in C: Practical Guide for Programmers
TCP/IP Sockets in C: Practical Guide for Programmers
Ebook324 pages3 hours

TCP/IP Sockets in C: Practical Guide for Programmers

Rating: 3.5 out of 5 stars

3.5/5

()

Read preview

About this ebook

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.
LanguageEnglish
Release dateMar 2, 2009
ISBN9780080923215
TCP/IP Sockets in C: Practical Guide for Programmers
Author

Michael J. Donahoo

Michael J. Donahoo teaches networking to undergraduate and graduate students at Baylor University, where he is an assistant professor. He received his Ph.D. in computer science from the Georgia Institute of Technology. His research interests are in large-scale information dissemination and management.

Read more from Michael J. Donahoo

Related to TCP/IP Sockets in C

Related ebooks

Networking For You

View More

Related articles

Reviews for TCP/IP Sockets in C

Rating: 3.5434782260869566 out of 5 stars
3.5/5

23 ratings3 reviews

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 5 out of 5 stars
    5/5
    I thought this book provided a very thorough introduction and practical guide to the Semantic Web from basics in RDF through advanced techniques with OWL.
  • Rating: 5 out of 5 stars
    5/5
    This is one of the best books I read on Semantic Web and its alternative title should be "The Most Gentle Introduction to the Semantic Web". Gentle indeed, but not in the sense of "semantic web for dummies".One of the authors, Prof. James Hendler, is the co-author of *THE* article that introduced the concept of Semantic Web to the world (Scientific American Magazine, May 2001). Being an expert in a field and writing a top notch technical introduction that strikes a very good balance between utility and clarity do not necessarily go hand in hand, but in this particular case readers like me should consider themselves very lucky because this book is the perfect blend. Not only does it introduce and explain almost all of the concepts in a very clear and lively manner, but it is full of real-world examples. Being far from a dry technical introduction, the book shows "why"s of Semantic Web with "how"s of it.At its current page count, it is only expected that the book avoids some implementation- and programming-related topics, but books such as "A Developer's Guide to the Semantic Web" can easily fill this gap. On the other hand, despite the abundance of books that jump into nitty gritty details of semantic web programming, the books that describe semantic modeling practices and kindly show the pitfalls of ontology design belong to a very rare species, and this fact alone is one of the reasons why I give five stars in this review.One of the most original parts of the book is at the end: In a brief appendix, the authors give a list of the most frequently asked questions related to semantic web, modeling, ontology design, together with short answers and page number references for further explanations.Creating a useful ontology for a real-world domain which can carry its weight and prove its utility in many different software applications is not something that can simply be mastered by reading this book, it takes lots of effort, trial and error. Nevertheless this book, in its updated second edition, is a very useful, thoughtful and elegant contribution to the growing literature of practical semantic web.
  • Rating: 4 out of 5 stars
    4/5
    Programming for network-enabled software can seem like a daunting task at first. However, with TCP/IP Sockets in C, the reader is given a gentle introduction to the base concepts of programming TCP/IP socket-compatible software.While this source is not comprehensive, it does give the reader enough of a start to whip up some simple networking applications, and it points the reader in the right direction for more information.This book is recommended for readers with a strong understanding of the C programming language, as well as a desire to write networking applications.

Book preview

TCP/IP Sockets in C - Michael J. Donahoo

access

Introduction

Today people use computers to make phone calls, watch TV, send instant messages to their friends, play games with other people, and buy most anything you can think of—from songs to automobiles. The ability of programs to communicate over the Internet makes all this possible. It’s hard to say how many individual computers are now reachable over the Internet, but we can safely say that it is growing rapidly; it won’t be long before the number is in the billions. Moreover, new applications are being developed every day. With the push for ever increasing bandwidth and access, the impact of the Internet will continue to grow for the forseeable future.

How does a program communicate with another program over a network? The goal of this book is to start you on the road to understanding the answer to that question, in the context of the C programming language. For a long time, C was the language of choice for implementing network communication softward. Indeed, the application programming interface (API) known as Sockets was first developed in

Enjoying the preview?
Page 1 of 1