Multicast Sockets : Practical Guide for Programmers (The Practical Guides)

個数:

Multicast Sockets : Practical Guide for Programmers (The Practical Guides)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 180 p.
  • 言語 ENG
  • 商品コード 9781558608467
  • DDC分類 004.66

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

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