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

Which collection is thread safe in java?

511


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

1841


describe method overloading

539


what is enumset?

586


What is javac in java?

564






Explain runtime exceptions?

747


What are white spaces in java?

533


Is array passed by reference in java?

582


What is jvm? How its run?

664


What happens when you add a double value to a string?

545


What are the differences between the constructors and methods?

584


What is a native method in java programming?

529


What is the maximum size of hashmap in java?

540


How do I convert a string to an int in java?

553


Is a class an object?

582