The Resource Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth
Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth
Resource Information
The item Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth represents a specific, individual, material embodiment of a distinct intellectual or artistic creation found in University of Missouri-St. Louis Libraries.This item is available to borrow from 1 library branch.
Resource Information
The item Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth represents a specific, individual, material embodiment of a distinct intellectual or artistic creation found in University of Missouri-St. Louis Libraries.
This item is available to borrow from 1 library branch.
- Summary
- 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. Features: * 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 languagesC, 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
- Language
- eng
- Extent
- 1 online resource (xii, 180 pages)
- Contents
-
- 1 Introduction
- 1.1 Multicast Defined
- 1.2 Unicast vs. Multicast vs. Broadcast
- 1.3 The Multicast Tradeoff: Power/Flexibility vs. Complexity
- 1.4 An Overview of Multicast Protocols
- 1.5 Organization of this Book
- 2 Multicasting with C Sockets
- 2.1 UDP Sockets
- 2.2 Sending Multicast Packets in C
- 2.3 Receiving Multicast Packets in C
- 2.4 A Sample Run of Sender and Receiver(s)
- 2.5 C and Source Specific Multicast
- 2.6 WinSock Modifications
- 3 Multicasting with Java
- 3.1 The Java MulticastSocket API
- 3.2 A Java Multicast Sender
- 3.3 Receiving Multicast Packets in Java
- 3.4 A Sample Run
- 4 Multicasting with .NET
- 4.1 The .NET Sockets Class
- 4.2 Sending Multicast Packets in C♯
- 4.3 Receiving Multicast Packets in C♯
- 4.4 A Sample Run: C♯ Multicast Sender and Receiver
- 4.5 C♯ and Source Specific Multicast
- 4.6 The C♯ UdpClient Class
- 5 Source Specific Multicast
- 5.1 Source Specific Multicast Defined
- 5.2 Advantages of SSM
- 5.3 Host Support for SSM
- 5.4 SSM Additions to the APIs
- 6 Multicast Addressing and Scoping
- 6.1 Scoping
- 6.2 Multicast Address Space
- 6.3 Selecting a Multicast Address
- 6.4 Java Multicast Address Scope Methods
- 7 Multicast Reachability and Scalability
- 7.1 Multicast Reachability
- 7.2 Multicast Ping
- 7.3 Multicast Scalability
- 7.4 MPing with Receiver-based Congestion Control
- 8 Application Layer Multicast and Reflectors
- 8.1 Introduction
- 8.2 A Multicast Reflector in Java
- -- 9 Summarizing Lessons Learned
- A Multicast History and Protocols
- B Summary of Multicast API by Language
- Isbn
- 9780080512181
- Label
- Multicast sockets : practical guide for programmers
- Title
- Multicast sockets
- Title remainder
- practical guide for programmers
- Statement of responsibility
- David Makofske, Kevin Almeroth
- Language
- eng
- Summary
- 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. Features: * 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 languagesC, 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
- Cataloging source
- N$T
- http://library.link/vocab/creatorName
- Makofske, David B
- Dewey number
- 004.6/6
- Illustrations
- illustrations
- Index
- index present
- LC call number
- TK5105.887
- LC item number
- .M35 2003eb
- Literary form
- non fiction
- Nature of contents
-
- dictionaries
- bibliography
- http://library.link/vocab/relatedWorkOrContributorName
- Almeroth, Kevin C
- Series statement
- Morgan Kaufmann practical guides series
- http://library.link/vocab/subjectName
-
- Multicasting (Computer networks)
- COMPUTERS
- Multicasting (Computer networks)
- Label
- Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth
- Antecedent source
- unknown
- Bibliography note
- Includes bibliographical references and index
- Carrier category
- online resource
- Carrier category code
-
- cr
- Carrier MARC source
- rdacarrier
- Color
- multicolored
- Content category
- text
- Content type code
-
- txt
- Content type MARC source
- rdacontent
- Contents
- 1 Introduction -- 1.1 Multicast Defined -- 1.2 Unicast vs. Multicast vs. Broadcast -- 1.3 The Multicast Tradeoff: Power/Flexibility vs. Complexity -- 1.4 An Overview of Multicast Protocols -- 1.5 Organization of this Book -- 2 Multicasting with C Sockets -- 2.1 UDP Sockets -- 2.2 Sending Multicast Packets in C -- 2.3 Receiving Multicast Packets in C -- 2.4 A Sample Run of Sender and Receiver(s) -- 2.5 C and Source Specific Multicast -- 2.6 WinSock Modifications -- 3 Multicasting with Java -- 3.1 The Java MulticastSocket API -- 3.2 A Java Multicast Sender -- 3.3 Receiving Multicast Packets in Java -- 3.4 A Sample Run -- 4 Multicasting with .NET -- 4.1 The .NET Sockets Class -- 4.2 Sending Multicast Packets in C♯ -- 4.3 Receiving Multicast Packets in C♯ -- 4.4 A Sample Run: C♯ Multicast Sender and Receiver -- 4.5 C♯ and Source Specific Multicast -- 4.6 The C♯ UdpClient Class -- 5 Source Specific Multicast -- 5.1 Source Specific Multicast Defined -- 5.2 Advantages of SSM -- 5.3 Host Support for SSM -- 5.4 SSM Additions to the APIs -- 6 Multicast Addressing and Scoping -- 6.1 Scoping -- 6.2 Multicast Address Space -- 6.3 Selecting a Multicast Address -- 6.4 Java Multicast Address Scope Methods -- 7 Multicast Reachability and Scalability -- 7.1 Multicast Reachability -- 7.2 Multicast Ping -- 7.3 Multicast Scalability -- 7.4 MPing with Receiver-based Congestion Control -- 8 Application Layer Multicast and Reflectors -- 8.1 Introduction -- 8.2 A Multicast Reflector in Java -- -- 9 Summarizing Lessons Learned -- A Multicast History and Protocols -- B Summary of Multicast API by Language
- Control code
- 180917939
- Dimensions
- unknown
- Extent
- 1 online resource (xii, 180 pages)
- File format
- unknown
- Form of item
- online
- Isbn
- 9780080512181
- Level of compression
- unknown
- Media category
- computer
- Media MARC source
- rdamedia
- Media type code
-
- c
- Other physical details
- illustrations.
- http://library.link/vocab/ext/overdrive/overdriveId
- 97249:97249
- Quality assurance targets
- not applicable
- Reformatting quality
- unknown
- Sound
- unknown sound
- Specific material designation
- remote
- System control number
- (OCoLC)180917939
- Label
- Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth
- Antecedent source
- unknown
- Bibliography note
- Includes bibliographical references and index
- Carrier category
- online resource
- Carrier category code
-
- cr
- Carrier MARC source
- rdacarrier
- Color
- multicolored
- Content category
- text
- Content type code
-
- txt
- Content type MARC source
- rdacontent
- Contents
- 1 Introduction -- 1.1 Multicast Defined -- 1.2 Unicast vs. Multicast vs. Broadcast -- 1.3 The Multicast Tradeoff: Power/Flexibility vs. Complexity -- 1.4 An Overview of Multicast Protocols -- 1.5 Organization of this Book -- 2 Multicasting with C Sockets -- 2.1 UDP Sockets -- 2.2 Sending Multicast Packets in C -- 2.3 Receiving Multicast Packets in C -- 2.4 A Sample Run of Sender and Receiver(s) -- 2.5 C and Source Specific Multicast -- 2.6 WinSock Modifications -- 3 Multicasting with Java -- 3.1 The Java MulticastSocket API -- 3.2 A Java Multicast Sender -- 3.3 Receiving Multicast Packets in Java -- 3.4 A Sample Run -- 4 Multicasting with .NET -- 4.1 The .NET Sockets Class -- 4.2 Sending Multicast Packets in C♯ -- 4.3 Receiving Multicast Packets in C♯ -- 4.4 A Sample Run: C♯ Multicast Sender and Receiver -- 4.5 C♯ and Source Specific Multicast -- 4.6 The C♯ UdpClient Class -- 5 Source Specific Multicast -- 5.1 Source Specific Multicast Defined -- 5.2 Advantages of SSM -- 5.3 Host Support for SSM -- 5.4 SSM Additions to the APIs -- 6 Multicast Addressing and Scoping -- 6.1 Scoping -- 6.2 Multicast Address Space -- 6.3 Selecting a Multicast Address -- 6.4 Java Multicast Address Scope Methods -- 7 Multicast Reachability and Scalability -- 7.1 Multicast Reachability -- 7.2 Multicast Ping -- 7.3 Multicast Scalability -- 7.4 MPing with Receiver-based Congestion Control -- 8 Application Layer Multicast and Reflectors -- 8.1 Introduction -- 8.2 A Multicast Reflector in Java -- -- 9 Summarizing Lessons Learned -- A Multicast History and Protocols -- B Summary of Multicast API by Language
- Control code
- 180917939
- Dimensions
- unknown
- Extent
- 1 online resource (xii, 180 pages)
- File format
- unknown
- Form of item
- online
- Isbn
- 9780080512181
- Level of compression
- unknown
- Media category
- computer
- Media MARC source
- rdamedia
- Media type code
-
- c
- Other physical details
- illustrations.
- http://library.link/vocab/ext/overdrive/overdriveId
- 97249:97249
- Quality assurance targets
- not applicable
- Reformatting quality
- unknown
- Sound
- unknown sound
- Specific material designation
- remote
- System control number
- (OCoLC)180917939
Library Links
Embed
Settings
Select options that apply then copy and paste the RDF/HTML data fragment to include in your application
Embed this data in a secure (HTTPS) page:
Layout options:
Include data citation:
<div class="citation" vocab="http://schema.org/"><i class="fa fa-external-link-square fa-fw"></i> Data from <span resource="http://link.umsl.edu/portal/Multicast-sockets--practical-guide-for/EI-EmmASkEA/" typeof="Book http://bibfra.me/vocab/lite/Item"><span property="name http://bibfra.me/vocab/lite/label"><a href="http://link.umsl.edu/portal/Multicast-sockets--practical-guide-for/EI-EmmASkEA/">Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth</a></span> - <span property="potentialAction" typeOf="OrganizeAction"><span property="agent" typeof="LibrarySystem http://library.link/vocab/LibrarySystem" resource="http://link.umsl.edu/"><span property="name http://bibfra.me/vocab/lite/label"><a property="url" href="http://link.umsl.edu/">University of Missouri-St. Louis Libraries</a></span></span></span></span></div>
Note: Adjust the width and height settings defined in the RDF/HTML code fragment to best match your requirements
Preview
Cite Data - Experimental
Data Citation of the Item Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth
Copy and paste the following RDF/HTML data fragment to cite this resource
<div class="citation" vocab="http://schema.org/"><i class="fa fa-external-link-square fa-fw"></i> Data from <span resource="http://link.umsl.edu/portal/Multicast-sockets--practical-guide-for/EI-EmmASkEA/" typeof="Book http://bibfra.me/vocab/lite/Item"><span property="name http://bibfra.me/vocab/lite/label"><a href="http://link.umsl.edu/portal/Multicast-sockets--practical-guide-for/EI-EmmASkEA/">Multicast sockets : practical guide for programmers, David Makofske, Kevin Almeroth</a></span> - <span property="potentialAction" typeOf="OrganizeAction"><span property="agent" typeof="LibrarySystem http://library.link/vocab/LibrarySystem" resource="http://link.umsl.edu/"><span property="name http://bibfra.me/vocab/lite/label"><a property="url" href="http://link.umsl.edu/">University of Missouri-St. Louis Libraries</a></span></span></span></span></div>