Explain the difference between Unicast and Multicast
objects?



Explain the difference between Unicast and Multicast objects?..

Answer / priya

Unicast
Unicast is a one-to one connection between the client and
the server. Unicast uses IP delivery methods such as
Transmission Control Protocol (TCP) and User Datagram
Protocol (UDP), which are session-based protocols. When a
Windows Media Player client connects using unicast to a
Windows Media server, that client has a direct relationship
to the server. Each unicast client that connects to the
server takes up additional bandwidth. For example, if you
have 10 clients all playing 100-kilobits per second (Kbps)
streams, those clients as a group are taking up 1,000 Kbps.
If you have only one client playing the 100 Kbps stream,
only 100 Kbps is being used.


Multicast
Multicast is a true broadcast. The multicast source relies
on multicast-enabled routers to forward the packets to all
client subnets that have clients listening. There is no
direct relationship between the clients and Windows Media
server. The Windows Media server generates an .nsc (NetShow
channel) file when the multicast station is first created.
Typically, the .nsc file is delivered to the client from a
Web server. This file contains information that the Windows
Media Player needs to listen for the multicast. This is
similar to tuning into a station on a radio. Each client
that listens to the multicast adds no additional overhead
on the server. In fact, the server sends out only one
stream per multicast station. The same load is experienced
on the server whether only one client or 1,000 clients are
listening

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the difference between break and continue statements?

0 Answers  


What is difference between char array and string?

0 Answers  


What is the difference between a scrollbar and a scrollpane?

0 Answers  


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

0 Answers  


Difference between static methods, static variables, and static classes in Java.

1 Answers  






What is anonymous class?

2 Answers  


When you Click a Button, What event will be fired?

5 Answers  


y cant i declare method like public final static show()

3 Answers  


what is the difference between process and thread? : Java thread

0 Answers  


What is aggregation and composition ?

1 Answers   Fidelity,


What should I import for arraylist in java?

0 Answers  


Explain different ways of creating a thread. Which one would you prefer and why?

0 Answers  


Categories