igmp

md_jahangir
md_jahangir  Platinum  (1)
7 years 10 months ago  View: 1013  Reply: 3
1F
When talking about IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP, we said that the information provided by this "commands" was used by the kernel to choose which multicast datagrams accept or discard. This is true, but it is not all the truth. Such a simplification would imply that multicast datagrams for all multicast groups around the world would be received by our host, and then it would check the memberships issued by processes running on it to decide whether to pass the traffic to them or to throw it out. As you can imagine, this is a complete bandwidth waste.What actually happens is that hosts instruct their routers telling them which multicast groups they are interested in; then, those routers tell their up-stream routers they want to receive that traffic, and so on. Algorithms employed for making the decision of when to ask for a groups traffic or saying that it is not desired anymore, vary a lot. Theres something, however, that never changes: how this information is transmitted. IGMP is used for that. It stands for Internet Group Management Protocol. It is a new protocol, similar in many aspects to ICMP, with a protocol number of 2, whose messages are carried in IP datagrams, and which all level 2-compliant host are required to implement
dislam
dislam  Silver 
7 years 10 months ago
2F
What is the deference between IGMP and IPMP>>>
Armetta
Armetta  Diamond 
7 years 10 months ago
3F
Useful commands

user_2837311
user_2837311  Diamond 
3 years 11 months ago
4F
useful document, thanks