What is Multicast? Why Not Unicast?

  • Thread starter Thread starter djeipa
  • Start date Start date
AI Thread Summary
Multicast is a networking protocol that allows a single packet of information to be sent to multiple users simultaneously, contrasting with unicast, where separate packets are sent to each user. This efficiency is particularly beneficial in scenarios like live streaming, where a DJ might have many listeners; using multicast significantly reduces the required upload bandwidth. Despite its advantages, multicast has seen limited development and business adoption, which has slowed its integration into mainstream networking solutions.
djeipa
Messages
47
Reaction score
0
What is multicast ? I heard people say multicast but why isn't there unicast ?
 
Technology news on Phys.org
Correction: There is unicast! You are using it right now ^_^!

Multicast is a networking term used to mean a protocol in which one packet of information can be send to multiple users instead of sending x packets to all x users (unicast). Suppose your DJing at home and have 30 people tuning in at 64kbps, that's something like 2MB/sec upload on your side, which is not realistic. But while using multicast, this isn't a problem. You just need to send it once. Unfortunately, I haven't seen much development or business incentive with multicast and that's why it's a bit slow to be adopted by companies.

Edit: Oh, lookie what I found on Wikipedia :P
http://en.wikipedia.org/wiki/Multicast
 
Blew,blew, thanks :blushing:
 
Last edited:
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top