Chapter - 2 IPv6 Design Flashcards
How many more bits does IPv6 use for addresses than IPv4?
- 32
- 64
- 96
- 128
96 more bits.
What is the length of the IPv6 header?
- 20 bytes
- 30 bytes
- 40 bytes
- 128 bytes
C.
The IPv6 header is 40 bytes in length.
What address type is the IPv6 address FE80::300:34BC:123F:1010?
- Aggregatable global
- Unique-local
- Link-local
- Multicast
C.
The defining first hexadecimal digits for link-local addresses are FE8.
What are three scope types of IPv6 addresses?
- Unicast, multicast, broadcast
- Unicast, anycast, broadcast
- Unicast, multicast, endcast
- Unicast, anycast, multicast
D.
IPv6 addresses can be unicast, anycast, or multicast.
What is a compact representation of the address 3f00:0000:0000:a7fb:0000:0000: b100:0023?
- 3f::a7fb::b100:0023
- 3f00::a7fb:0000:0000:b100:23
- 3f::a7fb::b1:23
- 3f00:0000:0000:a7fb::b1:23
B.
Answers A and C are incorrect because you cannot use the double colons (::) twice. Answers C and D are also incorrect because you cannot reduce b100 to b1.
What does DNS64 do?
- It translates IPv6 addresses to IPv4.
- It is a DNS mechanism that is integrated into NAT-PT.
- It is a DNS mechanism that synthesizes AAAA records from A records.
- It is a DNS mechanism that is integrated into NAT64.
C.
DNS64 is a DNS mechanism that synthesizes AAAA records from A records.
What IPv6 address scope type replaces the IPv4 broadcast address?
- Unicast
- Multicast
- Broadcast
- Anycast
B.
The IPv6 multicast address type handles broadcasts.
What is the IPv6 equivalent to 127.0.0.1?
- 0:0:0:0:0:0:0:0
- 0:0:0:0:0:0:0:1
- 127:0:0:0:0:0:0:1
- FF::1
B.
The IPv6 loopback address is ::1.
Which of the following is an “IPv4-compatible” IPv6 address?
- ::180.10.1.1
- f000:0:0:0:0:0:180.10.1.1
- 180.10.1.1::
- 2010::180.10.1.1
A.
IPv4-compatible IPv6 addresses have the format ::d.d.d.d.
Which protocol maps names to IPv6 addresses?
- Address Resolution Protocol (ARP)
- Neighbor Discovery (ND)
- Domain Name System (DNS)
- DNSv2
5.
C.
The DNS maps fully qualified domain names to IPv6 addresses using (AAAA) records.
Which of the following are IPv6 enhancements over IPv4?
- Larger address space, globally private IP address, multicast
- Larger address space, globally unique IP addresses, no broadcasts
- Larger address space, globally private IP address, multicast
- Larger address space, address auto-configuration, enhanced broadcasts
B.
IPv6 increases the address space, which allows globally unique IP addresses. Broadcasts are no longer used.
Which of the following supports routing on IPv6 networks?
- RIPv3, OSPFv3, EIGRP for IPv6
- RIPng, OSPFv3, EIGRPv6
- RIPng, OSPFv3, EIGRP for IPv6
- RIPv2, OSPFv2, EIGRP
C
What changed from IPv4 to IPv6?
- Protocol Type became the Next Header field.
- ND is used rather than ARP.
- AAAA records are used rather than A records.
- All of these answers are correct.
D
ND = Neighbor Discovery Protocol - It operates at the link layer of the Internet model, and is responsible for gathering various information required for internet communication, including the configuration of local connections and the domain name servers and gateways used to communicate with more distant systems.
Which is not an IPv6 migration strategy?
- Dual-Stack
- IP Migrate
- Tunneling
- Translation
B.
IP Migrate is not an IPv4-to-IPv6 migration strategy
The IPv6 header length is fixed which has what benefit?
Header format efficiency: The IPv6 header length is fixed, reducing header processing time and thus allowing vendors to improve packet switching efficiency.
T/F: IPv6 hosts can automatically configure themselves, with or without a Dynamic Host Configuration Protocol (DHCP) server.
True.
Address autoconfiguration: This capability provides for dynamic assignment of IPv6 addresses. IPv6 hosts can automatically configure themselves, with or without a Dynamic Host Configuration Protocol (DHCP) server. Stateful and stateless autoconfiguration are supported.
IPv6 supports QoS by labeling flows with classes of traffic.
True.
Flow labeling capability: Instead of using a Type of Service field, as IPv4 does, IPv6 enables the labeling of packets belonging to a particular traffic class for which the sender requests special handling, such as quality of service (QoS) and real-time service. This support aids specialized traffic, such as real-time voice or video.
T/F: IPv6 eliminates broadcasts.
True.
Eliminate the use of broadcasts: IPv6 reduces unnecessary bandwidth usage by eliminating the use of broadcasts and replacing them with multicasts.
A special “all-nodes” IPv6 multicast address handles the broadcast function.
T/F: The IPv6 header is simpler than the IPv4 header.
True.
The IPv6 header is simpler than the IPv4 header. Some IPv4 fields have been eliminated or changed to optional fields.
The Fragment Offset fields and flags in IPv4 have been eliminated from the header.
IPv6 adds a Flow Label field for QoS mechanisms to use.

What size is the IPv6 header?
The IPv6 header size is 40 bytes.

What does the Version field in the IPv6 header indicate? How long is it?
Version: This field, which is 4 bits long, indicates the format, based on the version number, of the IP header.
These bits are set to 0110 for IPv6 packets.
What is the Traffic Class field used for and how long is it?
Traffic Class: This field, which is 8 bits in length, describes the class or priority of the IPv6 packet and provides functionality similar to that of the IPv4 Type of Service field.
What is the Flow Label field in the IPv6 header used for? How long is it?
Flow Label: This field, which is 20 bits in length, indicates a specific sequence of packets between a source and destination that requires special handling, such as real-time data (voice and video).

How long is the Payload Length field in the IPv6 header? What does it indicate?
Payload Length: This field, which is 16 bits in length, indicates the payload’s size, in bytes. Its length includes any extension headers.















