The easy answer I kind of already know, yes. I learned that the main differences between wireless unicast, multicast and broadcast lies in the encryption section. Correct me if I am wrong, but I believe this to be generally the case:
- Wireless unicast is established when your mobile device contacts your network provider and provides you and your communicating partner with a cryptographic key. This key is then used to provide a secure channel such that only you two are able to read the message (even though a wireless transmitted message is basically received by every other radio device as well)
- Wireless multicast works similarly to unicast, except for the cryptographic key being provided to a group of communicating partners, such that only their devices are able to make sense of messages transmitted wirelessly.
- Wireless broadcast does not require contact with your network provider, since you broadcast your message to everyone. Hence, a cryptographic key is not necessary. Can I therefore send a message (unencrypted) from my mobile device to everyone around me (within transmission range), and how would I do this?