Books, Computers & Internet, Programming, Network Programming

Page 1 of 3 | next

Kenneth L. Calvert, Michael J. Donahoo
TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers (The Practical Guides)
by Morgan Kaufmann (Paperback)
TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers (The Practical Guides)
The networking capabilities of the Java platform have been extended considerably since the first edition of the book. This new edition covers version 1.5-1.7, the most current iterations, as well as making the following improvements:The API (application programming interface) reference sections in each chapter, which describe the relevant parts of each class, have been replaced with (i) a summary section that lists the classes and methods used in the code, and (ii) a ?gotchas? section that mentions nonobvious or poorly-documented aspects of the objects. In addition, the book covers several new classes and capabilities introduced in the last few revisions of the Java platform. New abstractions to be covered include NetworkInterface, InterfaceAddress, Inet4/6Address, SocketAddress/InetSocketAddress, Executor, and others; extended access to low-level network information; support for IPv6; more complete access to socket options; and scalable I/O. The example code is also modified to ...

TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers (The Practical Guides)

Michael Donahoo, Kenneth Calvert
TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides Series)
by Morgan Kaufmann (Paperback)
TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides Series)
TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills you need to develop sophisticated and powerful networked-based programs using sockets. Written by two experienced networking instructors, this book provides a series of examples that demonstrate basic sockets techniques for clients and servers. Using plenty of real-world examples, this book is a complete beginner's guide to socket programming and a springboard to more advanced networking topics, including multimedia protocols.Note: This title was formerly known as Pocket Guide to TCP/IP Socket Programming in C, ISBN 1-55860-686-6.For example code from the text, Winsock adaptations of text code, sample programming exercises and more,click on the grey "Companion Site" button to the right. *Concise, no-nonsense explanations of issues often troublesome for beginners, including message construction and parsing. *Comprehensive example-based coverage of the most important ...

TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides Series)

David Makofske, Michael J. Donahoo, Kenneth L. Calvert
TCP/IP Sockets in C#: Practical Guide for Programmers (The Practical Guides)
by Morgan Kaufmann (Paperback)
TCP/IP Sockets in C#: Practical Guide for Programmers (The Practical Guides)
The popularity of the C# language and the .NET framework is ever rising due to its ease of use, the extensive class libraries available in the .NET Framework, and the ubiquity of the Microsoft Windows operating system, to name a few advantages. TCP/IP Sockets in C# focuses on the Sockets API, the de facto standard for writing network applications in any programming language. Starting with simple client and server programs that use TCP/IP (the Internet protocol suite), students and practitioners quickly learn the basics and move on to firsthand experience with advanced topics including non-blocking sockets, multiplexing, threads, asynchronous programming, and multicasting. Key network programming concepts such as framing, performance and deadlocks are illustrated through hands-on examples. Using a detailed yet clear, concise approach, this book includes numerous code examples and focused discussions to provide a solid understanding of programming TCP/IP sockets in C#.

TCP/IP Sockets in C#: Practical Guide for Programmers (The Practical Guides)

Douglas E. Comer, David L. Stevens
Internetworking with TCP/IP, Vol. III: Client-Server Programming and Applications, Linux/Posix Sockets Version
by Prentice Hall (Paperback)
Internetworking with TCP/IP, Vol. III: Client-Server Programming and Applications, Linux/Posix Sockets Version
Features practical client-server design principles and techniques presented with the strengths and weaknesses of each approach. Examines powerful techniques such as application gateways and tunneling. DLC: Computer networks.

Internetworking with TCP/IP, Vol. III: Client-Server Programming and Applications, Linux/Posix Sockets Version

Jon C. Snader
Effective TCP/IP Programming: 44 Tips to Improve Your Network Programs
by Addison-Wesley Professional (Paperback)
Effective TCP/IP Programming: 44 Tips to Improve Your Network Programs

Effective TCP/IP Programming: 44 Tips to Improve Your Network Programs

Douglas E. Comer, David L. Stevens
Internetworking with TCP/IP Vol. III, Client-Server Programming and Applications--BSD Socket Version (2nd Edition) (Internetworking with TCP/IP Vol. 3)
by Prentice Hall (Paperback)
Internetworking with TCP/IP Vol. III, Client-Server Programming and Applications--BSD Socket Version (2nd Edition) (Internetworking with TCP/IP Vol. 3)
This is a revised version of this volume. Changes in this edition include: Code has been updated to use ANSI C and the UNIX operating systems (POSIX). Covers SLIP connections (a popular program that allows TCP/IP access to the Internet over dial-up phone systems. Latest changes in Network File System protocol (NFS3). This edition focuses on the BSD version of UNIX. This volume answers the question “How does one use TCP/IP?” — focusing on the client-server paradigm, and examining algorithms for both the client and server components of a distributed program. Describes the AT&T TLI interface and uses it in all examples. The principles underlying distributed programs and all server designs are emphasized. Thoroughly covers the many ways to design interactive and concurrent client and server software, as well as their proper use and application. Concepts apply to Client-Server programs in general; not just TCP/IP. Any communications professional who ...

Internetworking with TCP/IP Vol. III, Client-Server Programming and Applications--BSD Socket Version (2nd Edition) (Internetworking with TCP/IP Vol. 3)

Douglas E.; Stevens, David L. Comer
Internetworking With Tcp/Ip: Client-Server Programming and Applications Bsd Socket Version
by Prentice Hall (Hardcover)
Internetworking With Tcp/Ip: Client-Server Programming and Applications Bsd Socket Version

Internetworking With Tcp/Ip: Client-Server Programming and Applications Bsd Socket Version

James Martin, Joseph Leben
TCP/IP Networking: Architecture, Administration, and Programming
by Prentice Hall PTR (Hardcover)
TCP/IP Networking: Architecture, Administration, and Programming
The TCP/IP (Transmission Control Protocol/Internet Protocol) protocol suite forms the basis for the most widely used networking technologies in the world. This book describes the protocols that make up the TCP/IP protocol suite. Explores TCP/IP architecture; Application Layer protocols and services; Transport Layer protocols; Internet Layer protocols; Internet administration; and client-server programming. For users of a TCP/IP internet; technicians responsible for installing TCP/IP hardware and software products; technical staff members responsible for maintaining and administering a TCP/IP internet; and systems analysts, designers, and programmers who will be designing and implementing client-server applications that use TCP/IP internets for communication.

TCP/IP Networking: Architecture, Administration, and Programming

Douglas E. Comer, David L. Stevens
Internetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windows Sockets Version (Internetworking for Windows Sockets Vol. 3)
by Prentice Hall (Paperback)
Internetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windows Sockets Version (Internetworking for Windows Sockets Vol. 3)
This volume answers the question "How does one use TCP/IP?"—focusing on the client-server paradigm, and examining algorithms for both the client and server components of a distributed program. KEY TOPICS: It presents an implementation that illustrates each design and discusses techniques like application-level gateways and tunneling. The book also reviews several standard application protocols and uses them to illustrate the algorithms and implementation techniques.

Internetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windows Sockets Version (Internetworking for Windows Sockets Vol. 3)

Michael J. Donahoo, Kenneth L. Calvert
TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers
by Morgan Kaufmann (Paperback)
TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers
The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills needed to quickly develop sophisticated and powerful web-based applications. Written by two experienced networking instructors, 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. Programming concepts are introduced through simple, real-world examples, and are accompanied by line-by-line code commentary that describes the purpose of each part of the program. The book's companion website also contains myriad employable examples of command-based source code discussed throughout the text. A great deal has changed in the ...

TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers

Page 1 of 3 | next