Chapter 5: IPv6 Addreesing Flashcards
Learn about IPv6 addressing and WAN protocols it is used with.
1
Q
What are 3 major types of IPv6 addresses?
A
- Unicast
- Anycast
- Multicast
2
Q
Which interface do you apply an IPv6 address?
A
- IPv6 address is assigned to a node, not interface
* can be applied to multiple interfaces
3
Q
List the IPv6 address types.
A
- Unspecified [ :: /128 ]
- Loopback [ ::1 /128 ]
- Multicast [ FF00:: /8 ]
- Link-local Unicast [ FE80:: /10 ]
- Private Unicast [ FC00:: /7 ]
- Global Unicast [ everything else ]
4
Q
What are unicast, multicast, and anycast addresses?
A
- Unicast: address range that matches one node
- Multicast: address range that belongs to a group of nodes
- Anycast: address range that matches the closes interface, based on routing protocols’ metric priority
5
Q
Identify types of multicast addresses.
A
• Pre-defined: list of addresses predefined for use of multicast [ FF0X::1 - FF0F::1 ], where X is:
- 2 Link-local scope
- 5 Site-local scope
- 8 Organization-Local scope
- E Global scope (everyone)
• Solicited-node: used by NDP to discover L2 addresses of other nodes participating in multicast by appending last 24 bits of an address to [ FF02::1:FFXX:XXXX ]