What is the exact difference in between Unicast and
Multicast object ?
Answer Posted / shankha subhra ghosh
Using Multicast addressing to limit WAN traffic
The DACS and Model Builder can be used to limit the amount
of traffic that would be put out over a wide area network.
This is useful if you have a facility with several systems
and not all of the voice traffic needs to go out over the
WAN. Voice traffic can consume quite a bit of bandwidth (64
Kbits/sec per mulaw or 16 Kbits/sec per CVSD voice stream)
and unecessary voice streams on a WAN could cause potential
bottlenecking problems.
The idea is really quite simple, voice streams passed
through the router onto the WAN will have DIS exercise
numbers corresponding to multicast groups that are in use
all across the WAN. For local voice traffic multicast groups
are formed locally but no IGMP reports are submitted to the
router for these groups, therefore they never get passed
through. The DACS on the local network however can process
these packets and permit voice communications.
The DIS exercise number is used as a discriminator to
determine if voice is passed over the WAN. For radios having
DIS exercise numbers below the cutoff point, IGMP reports
are submitted, for radios having DIS exercise numbers above
the cutoff point no IGMP reports are published.
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is a Presistent Object?
Write a program based on Java script program.
What is the maximum size of a string in java?
how to create constants in java?
What is the difference between logical data independence and physical data independence?
What do you mean by formatting?
What is procedure overloading?
What is the history of java?
Can a source file contain more than one class declaration?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is == and === in javascript?
what is interface in java? Explain
How do you add an element to a hashset in java?
What is the difference in between cpp and java? Can u explain in detail?
How to implement a multithreaded applet?