13. Introducing Basic IPv6 Flashcards
The number of bits in an IPv6 address.
128 bits
List four IPv4 address exhaustion workarounds
- Classless interdomain routing (CIDR)
- Variable-length subnet masking (VLSM)
- Network Address Translation (NAT)
- Private IPv4 address space.
Abbreviate the following IPv6 address:
2001:0db8:010f:0001:0000:0000:0000:0acd
2001:db8:10f:1::acd
Define Multihoming
With IPv6, a host can have multiple IP addresses over one physical upstream link.
What is the range of IPv6 Global Unicast addresses?
2000::/3
What is the range of IPv6 Link-local addresses?
fe80::/10
What is the range of IPv6 Unique-Local addresses?
fc00::/7
What is the IPv6 Loopback address?
::1
What is the IPv6 “Unspecified” address
:: (all zeros)
Which address bits uniquely identify a group ID in an IPv6 multicast address
The last 112 bits.
List the eight fields in an IPv6 Header
- Version
- Traffic Class
- Flow Label
- Payload Length.
- Next Header
- Hop Limit
- Source Address
- Destination Address
What does the Version field in an IPv6 Header do?
This 4-bit field contains the number 6 indicating that the header is an IPv6 header.
What does the Traffic Class field in an IPv6 Header do?
The source node uses this field to mark the priority of the outbound packet.
What does the Flow Label field in an IPv6 Header do?
This field is used to mark individual traffic flows with unique values. This is to ensure that routers apply an identical Qos to each packet in the same flow.
What does the Payload Length field in an IPv6 Header do?
This field describes the length of the payload only. Not the length of the entire packet.