IPv6 Flashcards
What is IPv6?
IPv6 (Internet Protocol version 6) is the most recent version of the Internet Protocol, designed to replace IPv4 with a larger address space and improved features.
How long is an IPv6 address?
An IPv6 address is 128 bits long, written as eight groups of four hexadecimal digits.
What is the main difference between IPv4 and IPv6?
The main difference is the size of the address space—IPv6 has 128-bit addresses, while IPv4 uses 32-bit addresses.
What is the “::” notation used for in IPv6?
The “::” notation is used to represent consecutive groups of zeroes in an IPv6 address, simplifying its representation.
What is an example of a global unicast address in IPv6?
An example of a global unicast address is 2001:0db8:85a3:0000:0000:8a2e:0370:7334.
What is the IPv6 link-local address range?
The IPv6 link-local address range is fe80::/10, used for communication within the same network segment.
How does IPv6 handle address autoconfiguration?
IPv6 supports stateless address autoconfiguration (SLAAC), where devices automatically generate their own address based on the network prefix.
What is the purpose of IPv6’s Flow Label field?
The Flow Label field is used to identify and prioritize packets belonging to the same flow, providing improved quality of service (QoS).
What is the size of the IPv6 header?
The IPv6 header is 40 bytes, which is simpler and more efficient than the IPv4 header.
What is the purpose of the IPv6 “Neighbor Discovery Protocol” (NDP)?
NDP is used for discovering devices on the same local network, determining their link-layer addresses, and performing address autoconfiguration.
What is the purpose of IPv6 subnetting?
IPv6 subnetting is used to divide a large address space into smaller, more manageable subnets for efficient network design.
How do you determine the subnet size in IPv6?
The subnet size is determined by the prefix length (e.g., /64), which indicates how many bits are used for the network portion of the address.
What is the standard IPv6 subnet size for most networks?
The standard IPv6 subnet size for most networks is /64, providing a large address space for each subnet.
How many subnets can be created from a /48 IPv6 address?
A /48 prefix can create 65,536 subnets, each with a /64 prefix.
What is the purpose of the IPv6 prefix length?
The prefix length indicates how many bits in the IPv6 address are dedicated to the network portion, determining the size of the subnet.