Fundamentals of IP Version 6 Flashcards
When IPV4 uses octet as a name for its 8 digit binary number, how does IPV6 name its 4 digit numbers?
Quartet
IPv6 has 128-binary number, it abbreviates to 8 quartets of four____ digits.
hexadecimal
The two steps to abbreviate a IPv6 address are:
- leave all zeros of the first three digit out in the quartet. If last digit of quartet is zero, leave as it is. DO NOT LEAVE OUT TRAILING 0s. ie. FE00 can’t not be abbreviated as FE0.
- Find any string of two or MORE consecutive quartets of all hex 0s, and replace that set of quartets with a double colon ::. You can ONLY use the double colon once in an address. Use for the longest string of consecutive zeros.
How many bits are in the prefix of a IPv6 address?
128
How to determine the subnet ID in IPv6(simple)?
/64 = prefix; 64/4=16 number of prefix bits; write down all hex number in the first 16 bits of the IPv6 address and everything else is 0.
We can usually end a IPv6 subnet ID with double _______.
colon ::
Identify the following type’s first hex digits:
- global Unicast:
- Unique Local
- Multicast
- Link-Local
- 2 or 3, all not otherwise reserved(today)
- FD
- FF
- FE80
Global unicast of IPv6 is similar to ________ of IPv4.
Public address
When IPv4 has three parts of an address: Network, subnet(borrowed from host) and hosts bits, the IPv6 also has three part that is correlated to the IPv4:
Global Routing Prefix(P Bits), Subnet(S Bits), and Interface ID(I Bits).
How may S Bits does a IPv6 has if there are 64 I bits and 32 P bits?
32 S Bits (S = 128-I-P)
What is the reason not to use an easy remembering prefix for IPv6 is that_______-.
it will cost a painful merging process when a company buys out another company and their use similar private addresses.
What are some characteristics of Link-Local Address?
- They are unicast IPv6 addresses routes within a local subnet.
- They are automatically generated and they are used for next-hop address for IPv6 routes.
By definition, the first 10 bits of link-local address must match the prefix_____, which means that the first three hex digits will be either______________.
FE80::/10;
FE8, FE9, FEA or FEB
Define when multicast address that has organization-local scope(as oppose to link-local scope).
A multicast that routes beyond its local subnet into other subnets in the enterprise network.
While IPv4 uses ARP functions, IPv6 uses______.
Neighbor Discovery Protocol (NDP).