Write the range of multicast socket IP address?



Write the range of multicast socket IP address?..

Answer / sreevani

Every IP multicast group has a group address. IP multicast
provides only open groups: That is, it is not necessary to
be a member of a group in order to send datagrams to the
group.

Multicast address are like IP addresses used for single
hosts, and is written in the same way: A.B.C.D. Multicast
addresses will never clash with host addresses because a
portion of the IP address space is specifically reserved
for multicast.

This reserved range consists of addresses from 224.0.0.0 to
239.255.255.255. However, the multicast addresses from
224.0.0.0 to 224.0.0.255 are reserved for multicast routing
information; Application programs should use multicast
addresses outside this range.

Is This Answer Correct ?    28 Yes 6 No

Post New Answer

More Java Networking Interview Questions

What is cookies in networking ?

0 Answers   Akamai Technologies,


How does server know that a client is connected to it or not?

1 Answers  


What is the difference between TCP/IP and UDP?

5 Answers  


What is the connection keep-alive feature of HTTP 1.1?

2 Answers  


What is IP?

4 Answers  






What is InetAddress?

4 Answers   CTS,


What is a listener in networking?

0 Answers  


What you know about random port?

0 Answers  


where u can used in real time "protect" specifier or real world example of protect specifier

1 Answers   CTS,


What is meant by TCP, IP, UDP?

11 Answers   TCS, Wipro,


What is URL?

6 Answers   Wipro,


What is socket in java?

0 Answers  


Categories