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
How big is a boolean?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What are thread local variables?
Explain jvm, jre, and jdk?
What is a platform?
Is zero a positive integer?
Is nan false?
What is the difference between an if statement and a switch statement?
worst case complexities of Quick sort and Merge sort.
What are keyboard events?
Explain try and catch keywords in java?
Can we create an object of private class?
What is return data type?
Which is better stringbuffer or stringbuilder?
Will set allow duplicates in java?