I need some text about use of Broadcasting in IPTV, I have lots of text about Multicasting in IPTV in some PDF's, but nothing about Broadcasting. Please help!

link|improve this question
feedback

2 Answers

Networking has 3 basic modes, unicast (1 to 1), multicast (1 to many, those many has registered a group for this specific multicast) and broadcast (1 to all, all does not include the sender). Unlike traditional Air/Cable/Sat TV in which a content is broadcast through a fixed channel, IPTV are generally implemented with multicast since broadcast from a network node would flood those neighboring nodes who do not want that specific information. If all nodes from a specific node A has registered a multicast group and A is the source, then even data flow looks like a broadcast case, but it is still a multicast.

link|improve this answer
feedback

While we use the terms Broadcast to imply that multiple end users subscribe to watch the same content simultaneously, the term is more derived due to good old satellite and cable TV networks where literally Broadcast to users meant Broadcast on the medium.

In case of IPTV, everything is a multicast IP traffic when it is on the wire. All IPTV networks transmit different channels over different multicast IP's only. And there is no other broadcast form of traffic than sending RTP/UDP packets over two different IP addresses.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.