IPv6 Flashcards
How many bits are in IPv6 address?
128 bits
How many bits or hextets make up the network portion of an IPv6 address?
The first 64 bits or 4 hextets(out of 8). So 64 bits make up the host portion(the last 4 hextets)
What can be omitted in IPv6 addresses?
The LEADING zeros. So 2001:0DB8 would be 2001:DB8
How do you type a IPv6 address with a string of zeros such as :0000:00FF?
You use double colons to translate to ::FF
How many times can double colon be used in IPv6 address?
Just once
What is Dual Stack?
It’s devices that run both IPv4 and IPv6 at the same time. Allowing the user to access IPv6 content on the internet. This is known as Native IPv6
What is tunnelling method for IPv6 packets?
Converts IPv6 packets to IPv4 packets for them to traverse a IPv4 only network
What is NAT64?
Similar to NAT it translates the IPv6 packet to IPv4 and visa-versa. The NAT64 router performs this method
What are A,B,C,D,E and F in hexadecimal number system?
10,11,12,13,14 and 15
What is a link local Unicast address?
An address starting with FE80 that is used only on that network. It isn’t routed outside the network by the router
What is the ICMPv6 router message?
It’s the message the router sends every 200 seconds or when a device sends a router solicitation broadcast to request a router to send a IPv6 address for it to assign to itself
What is SLAAC?
Stateless auto address configuration.
To assign your own IPv6 address without the use of DHCPv6
What is SLAAC + stateless DHCPv6?
You create your own IPv6 address but use the DHCPv6 for DNS addresses
How can you represent multiple hextets of only zeros in a rowe?
With a single double colon such as:
2001:1db8::8500