E-Book, Englisch, 180 Seiten, Web PDF
Makofske / Almeroth Multicast Sockets
1. Auflage 2002
ISBN: 978-0-08-051218-1
Verlag: Elsevier Science & Techn.
Format: PDF
Kopierschutz: 1 - PDF Watermark
Practical Guide for Programmers
E-Book, Englisch, 180 Seiten, Web PDF
ISBN: 978-0-08-051218-1
Verlag: Elsevier Science & Techn.
Format: PDF
Kopierschutz: 1 - PDF Watermark
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 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
Autoren/Hrsg.
Weitere Infos & Material
1;Front Cover;1
2;Multicast Sockets: Practical Guide for Programmers;4
3;Copyright Page ;5
4;Contents ;8
5;Preface;10
6;Chapter 1. Introduction;14
6.1;1.1 Multicast Defined;15
6.2;1.2 Unicast vs. Multicast vs. Broadcast;15
6.3;1.3 The Multicast Trade-off: Power/Flexibility vs. Complexity;16
6.4;1.4 An Overview of Multicast Protocols;18
6.5;1.5 Organization of This Book;20
6.6;1.6 Exercises;20
7;Chapter 2. Multicasting with C Sockets;22
7.1;2.1 UDP Sockets;22
7.2;2.2 Sending Multicast Packets in C;23
7.3;2.3 Receiving Multicast Packets in C;35
7.4;2.4 A Sample Run of Sender and Receiver(s);43
7.5;2.5 C and Source Specific Multicast;44
7.6;2.6 Winsock Modifications;44
7.7;2.7 Exercises;45
8;Chapter 3.Multicasting with Java;46
8.1;3.1 The Java MulticastSocket API;46
8.2;3.2 A Java Multicast Sender;47
8.3;3.3 Receiving Multicast Packets in Java;55
8.4;3.4 A Sample Run;62
8.5;3.5 Exercises;62
9;Chapter 4. Multicasting with .NET;64
9.1;4.1 The .NET Sockets Class;64
9.2;4.2 Sending Multicast Packets in C#;65
9.3;4.3 Receiving Multicast Packets in C#;74
9.4;4.4 A Sample Run: C# Multicast Sender and Receiver;83
9.5;4.5 C# and Source Specific Multicast;83
9.6;4.6 The C# UdpClient Class;84
9.7;4.7 Exercises;89
10;Chapter 5. Source Specific Multicast;90
10.1;5.1 Source Specific Multicast Defined;90
10.2;5.2 Advantages of SSM;91
10.3;5.3 Host Support for SSM;93
10.4;5.4 SSM Additions to the APIs;93
10.5;5.5 Exercises;98
11;Chapter 6. Multicast Addressing and Scoping;100
11.1;6.1 Scoping;100
11.2;6.2 Multicast Address Space;103
11.3;6.3 Selecting a Multicast Address;105
11.4;6.4 Java Multicast Address Scope Methods;106
11.5;6.5 Exercises;107
12;Chapter 7. Multicast Reachability and Scalability;108
12.1;7.1 Multicast Reachability;108
12.2;7.2 Multicast Ping;110
12.3;7.3 Multicast Scalability;126
12.4;7.4 MPing with Receiver-Based Congestion Control;129
12.5;7.5 Exercises;139
13;Chapter 8. Application-Layer Multicast and Reflectors;140
13.1;8.1 Introduction;140
13.2;8.2 A Multicast Reflector in Java;141
13.3;8.3 Exercises;162
14;Chapter 9. Summarizing Lessons Learned;164
15;Appendix A. Multicast History and Protocols;168
15.1;A.1 Multicast Service Models;168
15.2;A.2 The Evolution of Multicast;170
16;Appendix B. Summary of Multicast API by Language;182
17;References;186
18;Index;9