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 not thread safe?
What is a map in java?
What is the synonym of procedure?
If you do not want your class to be inherited by any other class. What would you do?
Is there a way to increase the size of an array after its declaration?
Write a java program to generate fibonacci series ?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What is an empirical question?
What is a boolean flag in java?
What is super constructor?
Explain how to force the garbage collection in java.
What is the purpose of format function?
What is meant by nested loop?
Explain the access modifiers for a class, method and variables?
Can we override static methods in java?