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 is main difference between variable and constant?

519


What is a java applet? What is an interface?

625


Explain what are final variable in java?

570


What are the differences between heap and stack memory?

543


What is JVM and is it platform independent?

555






Can we restart a dead thread in java?

546


What is method reference?

513


What is string syntax?

544


Explain about method local inner classes or local inner classes in java?

562


Difference between a class and an object?

571


Explain some best practices you would apply while using collection in java?

562


What is the public method modifier?

538


What is consumer interface?

554


What is collection api?

602


What is difference between equal and == in java?

518