Chapter 9:

Multicasting

 

 

 

C & Winsock: The Kick Start programming tutorials

 

C & Linux Socket

 

Program Example Index

 

C#, VB .NET & C++/CLI Network Programming

 

Windows Device Driver Development & Program Examples

 

ReactOS - Windows OS Binary Compatible Open Source Project - C & C++

 

 

 

 

COMPLETED PROJECT DOWNLOAD

What do we have in this chapter?

  1. Multicast Semantics

  2. Finding Multicast Properties

    IP Multicasting

    Support Protocols

    Multicasting with Setsockopt

  3. IPv4

  4. IPv4 with Multicast Sourcing

  5. IPv6

  6. Sending Multicast Data with IPv4

    Sending Multicast Data with IPv6

    Multicasting with WSAIoctl()

    Multicasting with WSAJoinLeaf()

  7. Reliable Multicasting (RM)

  8. Reliable Sender

    Modifying the Window Size

    Forward Error Checking (FEC)

    Reliable Receiver

  9. ATM Multipoint

  10. ATM Multipoint with WSAJoinLeaf()

    ATM Leaf Node

    ATM Root Node

    Useful References

 

 

Summary

 

Multicasting offers a number of advantages for applications that need to communicate with multiple endpoints without the overhead of broadcasting. In this chapter, we defined multicasting and presented the different multicasting models. We then discussed the different IP multicasting options, including IPv4 and IPv6 multicasting, IPv4 source multicasting, and reliable multicasting. Finally, we covered ATM point-to-multipoint communication.

 

 

 

 

HOME

 

Custom Search

 

 

< Chap 8: Registration & Name Resolutions | Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Chap 10: Quality-of-Service (QOS) >

 

Share and email to your beloved friends and foes: