What is the exact difference in between Unicast and
Multicast object ?

Answer Posted / meera

A unicast packet is the complete opposite: one machine is
talking to only one other machine. All TCP connections are
unicast, since they can only have one destination host for
each source host. UDP packets are almost always unicast too,
though they can be sent to the broadcast address so that
they reach every single machine in some cases.

A multicast packet is from one machine to one or more. The
difference between a multicast packet and a broadcast packet
is that hosts receiving multicast packets can be on
different LANs, and that each multicast data-stream is only
transmitted between networks once, not once per machine on
the remote network. Rather than each machine connecting to a
video server, the multicast data is streamed per-network,
and multiple machines just listen-in on the multicast data
once it's on the network.

Is This Answer Correct ?    9 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if an exception is throws from an object's constructor?

733


What advantage do java's layout managers provide over traditional windowing systems?

632


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

650


Can we use static class instead of singleton?

687


Does sprintf allocate memory?

699






How many threads does a core java have?

611


What is this () in java?

664


Difference between throw and throws?

733


What is a line break?

677


What is substring 1 in java?

662


What is printwriter in java?

616


Are functions objects in java?

647


What is the use of singleton class?

618


How destructors are defined in java?

737


How do you end a program?

656