Distance Vector Multicast Routing Protocol
Appearance
The Distance Vector Multicast Routing Protocol (DVMRP) is used to share information between routers to transport IP Multicast packets among networks.
It is based on the RIP protocol to forward packets: the router generates a routing table with the multicast group that it has knowledge with its corresponding distance (number of devices -routers- in the middle to reach it). When a Multicast packet is received by a router, it is forwarded by router's interfaces specified in the routing table.
The DVMRP protocol uses IGMP messages to exchange information with other routers.
DVMRP uses IGMP to exchange routing datagrams. IGMP Header is:
4 bits version
4 bits Type
8 bits Subtype,
where the subtype is one of:
1 = Response; 2 = Request; 3 = Non-membership report; 4 = Non-membership cancellation;
16 bits Checksum
External links
- RFC 1075 - Distance Vector Multicast Routing Protocol
- DVMRP: Distance Vector Multicast Routing Protocol