Message Delivery Options

There are three message delivery options for networking communication:

  • Unicast (one to one)
  • Multicast (one to many)
  • Broadcast (one to everyone)
Links to this page
  • Protocol

    Protocol is rules that govern communications. It usually needs to have an identified sender and receiver, common language and grammar or syntax, speed and timing of delivery, and confirmation or acknowledgement requirements. A typical computer protocol includes message encoding, *message formatting and encapsulation#*, message size, Message Timing#, and message delivery options#.

#networking