Chapter 13 - IPv6 Flashcards
How long is a IPv6 address and how many possiblities are there?
Ipv6 is a 128-bit address allowing up to 2^128 (3.4x10^38) addresses.
What is one advantage of IPv6
IPSec is a standard part of every IPv6 stack meaning every packet sent from a NIC is encrypted. Also provides more efficient routing scheme by using aggregation
Give an example of an IPv6 address and explain the structure
2001: 0000:0000:3210:0800:200C:00CF:1234
- Quartet/Hextet = each group of numbers
- Numbers between 0000:FFFF
- Eight groups of 4 characters
IPv6 addresses can be hard to read, what is a way to simplify them?
Leading zeroes can be shortened to '::' 2001:0000:0000:3210:0800:200C:00CF:1234 now becomes 2001:0:0:3210:800:200C:CF:1234 and can now become 2001::3210:800:200C:CF:1234 NOTE: '::' can only be used to represent the zeroes once FEDC:0000:0000:0000:00CF:0000:BA98:1234 becomes FEDC::CF:0:BA98:1234
What is the IPv6 loopback address
::1
How does one determine an IPv6 address is link-local
The first 64 bits will start with FE80::/10 followed by 54 zero bits.
FE80:0000:0000:0000
The second 64 bits are the ‘Interface Identifier’ and is generated by either
- Systems post-vista or OSX, and linux will generate a random number
- Legacy systems like XP will use the MAC
How does subnetting happen in IPv6 and who passes them out?
Because the last 64 bits are generated by the NIC, the subnet mask is a maximum /64
IANA passes out /48 subnets to big ISPs, and /16 for smaller ISPs who will then pass out /64 subnets
Define unicast address (IPv6)
This is the systems link-local address
Define Multicast address (IPv6)
a set of reserved addresses designed to go only to certain systems. Individual addresses are assigned to specific applications.
What address is used to encapsulate IPv6 multicast packets
33-33-xx-xx-xx-xx
What is the function of the address FF02::1
All nodes address
Waht is the function of the address FF02::2
All routers address
What is the function of the address FF02::1:FFxx:xxxx
Solicited-Node Address
Where does a DNS server keep the IP addresses of the root servers
Root Hints file
Define ‘Anycasting’
Starts by giving a number of computers the same IP address. Routers use BGP to determine which computer or cluster is closest. The router then send the packet to the closest root DNS server.