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 |
Explain a time server?
What is HttpURL connection ?
0 Answers Akamai Technologies,
What is a client tester?
What is a thread pool?
What is the use of network interface?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
Where is the network interface card located?
What is IP?
can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?
how to know which version of java is running on ur computer using command prompt?
What is meant by time-slicing?
What is the difference between TCP and UDP ?