Multicast Sockets: Practical Guide for Programmers

Multicast Sockets: Practical Guide for Programmers
ISBN-10
0080512186
ISBN-13
9780080512181
Category
Computers
Pages
180
Language
English
Published
2002-11-21
Publisher
Elsevier
Authors
David Makofske, Kevin Almeroth

Description

Multicast Sockets: Practical Guide for Programmers is a hands-on, application-centric approach to multicasting (as opposed to a network-centric one) that is filled with examples, ideas, and experimentation. Each example builds on the last to introduce multicast concepts, frameworks, and APIs in an engaging manner that does not burden the reader with lots of theory and jargon. The book is an introduction to multicasting but assumes that the reader has a background in network programming and is proficient in C or Java. After reading the book, you will have a firm grasp on how to write a multicast program. Author team of instructor and application programmer is reflected in this rich instructional and practical approach to the subject material Only book available that provides a clear, concise, application-centric approach to programming multicast applications and covers several languages—C, Java, and C# on the .NET platform Covers important topics like service models, testing reachability, and addressing and scoping Includes numerous examples and exercises for programmers and students to test what they have learned

Similar books

  • UNIX Network Programming: The sockets networking API
    By W. Richard Stevens, Bill Fenner, Andrew M. Rudoff

    ... Large - Scale C ++ Software Design Scott Meyers , Effective C ++ CD : 85 Specific Ways to Improve Your Programs and Designs Scott Meyers , Effective C ++ , Second Edition : 50 Specific Ways to Improve Your Programs and Designs Scott ...

  • TCP/IP Sockets in C#: Practical Guide for Programmers
    By David Makofske, Michael J. Donahoo, Kenneth L. Calvert

    Close(); 51 } 52 } RecvUdpMulticast.cs The two significant differences between our multicast and unicast receivers is that the ... Multicast datagrams can, in fact, be sent from a Socket or UdpClient by simply using a multicast address.

  • Java Network Programming
    By Elliotte Rusty Harold

    The new third edition of this highly regarded introduction to Java networking programming has been thoroughly revised to cover all of the 100+ significant updates to Java Developers Kit (JDK) 1.5.

  • Java APIs, Extensions and Libraries: With JavaFX, JDBC, jmod, jlink, Networking, and the Process API
    By Kishori Sharan

    Java supports UDP multicast sockets that can receive datagram packets sent to a multicast IP address. An object of the MulticastSocket class represents a multicast socket. Working with a MulticastSocket socket is similar to working with ...

  • Distributed Object-Oriented Architectures
    By Josef Stepisnik

    This document intends to offer a detailed discussion of selected distributed object-oriented architectures at conceptual level.

  • TCP/IP Sockets in Java: Practical Guide for Programmers
    By Michael J. Donahoo, Kenneth L. Calvert

    This book's focused, tutorial-based approach helps the reader master the tasks and techniques essential to virtually all client-server projects using sockets in Java.

  • Beginning Java 8 APIs, Extensions and Libraries: Swing, JavaFX, JavaScript, JDBC and Network Programming APIs
    By Kishori Sharan

    This book covers the key extensions of the Java programming language such as Swing, JavaFX, network programming, and JDBC. Each topic starts with a discussion of the topic's background.

  • C# Network Programming
    By Richard Blum

    This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language's network classes, the Winsock interface, and DNS resolution.

  • Fundamental Networking in Java
    By Esmond Pitt

    DatagramSocket socket = new DatagramSocket ( ) ; DatagramPacket packet ; // initialization not shown Enumeration interfaces ... section 11.6.4 describes initialization of multicast sockets ; section 11.6.5 describes joining and leaving ...

  • TCP/IP Sockets in C: Practical Guide for Programmers
    By Michael J. Donahoo, Kenneth L. Calvert

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