Multicasting
delivering one copy of the datagram to each member of group using hardware is called multicasting
Summary
delivering one copy of the datagram to each member of group using hardware is called multicasting
Things to Remember
- The destination is a set of computers, possibly at multiple locations.
- One copy of the datagram will be delivered to each member of the group using hardware multicast or broadcast if viable.
- A relation between source and destination is one-to-many.
MCQs
No MCQs found.
Subjective Questions
No subjective questions found.
Videos
No videos found.

Multicasting
IPV6 Addressing:
- Unicast:
The destination address specifies a single computer (host or router); the datagram should be routed to the destination along the shortest path. A relation between source and destination is one-to-one.
Types: global, link local and site local unicast.
- Anycast:
The destination is a set of computers, possibly at different locations, that all share a single address; the datagram should be routed along the shortest path and delivered to exactly one member of the group (i.e. the closest member).
- Multicast:
The destination is a set of computers, possibly at multiple locations. One copy of the datagram will be delivered to each member of the group using hardware multicast or broadcast if viable. The relation between source and destination is one-to-many.

IPv6 Multicasting
IP multicast address has a prefix FF00:/8. The second octet defines the lifetime and scope of the multicast address.
IPv6 Multicasting Examples:
RIPng:
The multicast address AIIRIPRouters is FF02::9
(Note that 02 means that this is a permanent address and has link scope)
OSPFv3
The multicast address AIISPFRouters is FF02::5
The multicast address AIIDRouters is FF02::6
EIGRP
The multicast address AIIEIGRPRouters is FF02::A
References:
- A.S. Tanenbaum, “Computer Networks”, 3rd Edition, Prentice Hall India, 1997.
- W. Stallings, “Data and Computer Communication”, Macmillan Press, 1989.
- Kurose Ross, “Computer Networking: A top-down approach”, 2nd Edition, Pearson Education
- Larry L. Peterson, Bruce S. Davie, “Computer Networks: A Systems Approach”, 3rd Edition, Morgan Kaufmann Publishers
Lesson
Introduction to IPV6
Subject
Computer Engineering
Grade
Engineering
Recent Notes
No recent notes.
Related Notes
No related notes.