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
What is unmodifiable list in java?
What access modifiers can be used for class ?
How do listeners work?
What is the core java?
What are features of java?
What is thread pool? How can we create thread pool in java?
When would you use a static class?
What are passing parameters?
What is data structure in java?
What is the difference in between cpp and java? Can u explain in detail?
Is 0 an even number?
Which eclipse is best for java?
How many bytes is 255 characters?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
how to convert Java project into Maven ?