Jump to content

Multicast routing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Goodtiming8871 (talk | contribs) at 02:00, 10 July 2019 (There are two types of trees which are the Source based tree and Share based tree.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Routing schemes
Unicast

Broadcast

Multicast

Anycast

Multicast Routing is one of the routing protocols in TCP/IP communication. [1]

In computer networking, there are several multicast group communication protocols where data transmission is addressed to a group of destination computers simultaneously. [2]

Overview

Multicast routing is a method of transmitting to all subscribers registered in a group by one transmission unlike unicast routing (i.e. OSPF,RIP) which transmits 1: 1 necessary data. [2] To implement the multicast routing, IGMP protocol and multicast routing protocol(Reverse-path forwarding, PIM-SM) for registration subscriber grouping and control traffic are required for multicast transmission.[2][3]

Routing mechanism

A multicast routing protocol is a mechanism for constructing a loop-free shortest path from a source host that sends data to the multiple destinations that receives the data. IPV4 uses Class D address (224.0.0.0 ~ 239.255.255.255) [2]

The tree classification

There are two types of trees which are the Source based tree and Share based tree. [2] [3]



See also

References