Distance Vector Multicast Routing Protocol
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 excahnge routing diagrams. IGMP Header is 4 bits version 8 bits Type Sub type = 16 bits Subtype has elements request, response, Non-Membership report & no membership cancellation Checksum = 56 bits
External links
- RFC 1075 - Distance Vector Multicast Routing Protocol