IPv6 address Flashcards

1
Q

Since every device that connects to the internet is assigned an IP address, the addresses available under the IPv4 addressing standard have been exhausted. To help remedy this situation, the Internet Engineering Task Force (IETF) developed the IPv6 standard in the mid 1990’s.

A

facts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IPv6 address facts

A

-An IPv6 address is a 128-bit address made up of 8 16-bit blocks.
-Each block is separated by a colon.
-Each block is comprised of 4 hexadecimal values between 0000 and FFFF.
-Each block represents 16 bits of data (FFFF = 1111 1111 1111 1111).
-There is approximately 2128 (340 undecillion or 340 trillion trillion) available IPv6 addresses.
-The specific number of IPv6 addresses is 340,282,366,920,938,463,463,374,607,431,768,211,456

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Because IPv6 addresses are so long, there are rules you can use to simplify an address. These rules are: (1/2)

A

Leading zeros can be omitted in each section. For example, the quartet 0284 could also be written as 284.
An address with consecutive zeros can be expressed more concisely by substituting a double colon for the group of zeros.
For example:
FEC0:0000:0000:0000:78CD:1283:F398:23AB
FEC0::78CD:1283:F398:23AB (concise form)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Because IPv6 addresses are so long, there are rules you can use to simplify an address. These rules are: (2/2)

A

Removing the zeros and simplifying the address is also known as address compression.
You can use address compression only once per address. For example, FEC2:0000:0000:0000:78CA:0000:0000:23AB can be abbreviated as:
FEC2::78CA:0:0:23AB
or
FEC2:0:0:0:78CA::23AB
but not
FEC2::78CA::23AB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ipv6 address facts

A

An IPv6 address is divided into two equal parts. The left side is the prefix and the right side is the interface ID. The prefix is comparable to the network ID in a IPv4 address and the interface ID is comparable to the host ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

the first 64 bits of ipv6 address make up the

A

prefix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The prefix can be divided into various parts that identify things such as geographic region, the ISP, the network, and the subnet.

A

facts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The first 48-bits of the address define the site prefix. The site prefix defines the location of the address and is assigned by the local ISP.

A

facts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The next 16-bits make up the subnet ID. This defines the network the device is connected to.

A

facts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

this notation can be used to indicate the prefix-length. As with an IPv4 address, this shows which portion of the address used for the prefix

A

CIDR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Because addresses can be allocated based on physical location, the prefix generally identifies the location of the host. The prefix is often referred to as the global routing prefix.

A

facts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The last 64-bits in the address is the

A

interface ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

This is a unique identifier for each device, similar to a MAC address

A

facts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Addresses are assigned to interfaces (network connections), not to the host. Technically, the interface ID is not a host address, but is often referred to as the host address.

A

facts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

must be unique within a subnet, but the same interface ID can exist on multiple subnets.

A

Interface IDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Extended Unique Identifier 64 (EUI-64) format

A

ensure that the interface ID is unique for every host on the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

which format does ipv6 use?

A

Extended Unique Identifier 64 (EUI-64) format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

the EUI-64 format uses _____ to generate a unique interface ID

A

MAC address

19
Q

The EUI-64 format does three things:

A

-Converts the MAC address to binary.
-Flips the 7th bit from the left (from 1 to 0 or 0 to 1). This bit is called the universal/local (U/L) bit.
-Inserts the 16-bit hexadecimal value FFFE in the middle.

20
Q

Example of EUI-64 format:

A

For example, the address for a host with a MAC address of 20-0C-FB-BC-A0-07 would start with the following EUI-64 interface ID: 200C:FBFF:FEBC:A007

21
Q

The interface ID can also be generated using a special algorithm that generates a completely randomized ID. This guarantees that each device will have a unique ID.

A

facts

22
Q

Every device on the network must be assigned an _______.

A

IP address

23
Q

With IPv6, each device can have multiple addresses. (true/false)

A

true

24
Q

Unicast addresses

A

are assigned to a single interface for the purpose of allowing one host to send and receive data. Packets sent to a unicast address are delivered to the interface identified by that address.

25
Q

three types of unicast IPv6 addresses

A

-Link-local
-Unique local
-Global unicast

26
Q

-this address are valid only on the current subnet
-These addresses are similar to an APIPA IPv4 address

A

Link-local addresses (also known as local link addresses)

27
Q

-have an FE80::/10 prefix.
-This includes any address beginning with FE8, FE9, FEA, or FEB.

A

Link-local addresses

28
Q

All nodes must have at least one link-local address, although each interface can have multiple addresses.

A

facts

29
Q

are used for automatic address configuration, for neighbor discovery, or for subnets that have no routers.

A

Link-local addresses

30
Q

Do not use link-local IPv6 addressing on routed networks. Routers do not forward packets destined for link-local addresses to other subnets. (true/false)

A

true

31
Q

Unique local addresses

A

-are private addresses used for communication within a site or between a limited number of sites
-They are commonly used for network communications that do not cross a public network
-they are the equivalent of private addressing in IPv4.

32
Q

Because unique local addresses are not registered with IANA, they cannot be used on a public network without address translation.
Unique local addresses have an FC00::/7 prefix and include addresses beginning with FC or FD.
Following the prefix, the next 40 bits are used for the Global ID. The Global ID is generated randomly, creating a high probability of uniqueness on the entire internet.
Following the Global ID, the remaining 16 bits in the prefix are used for subnet information.

A

facts

33
Q

Unique local addresses are likely to be globally unique, but they are not globally routable. Unique local addresses can be routed between sites by a local ISP.
The process for designing a network addressing scheme when using unique local addresses is similar to that used for global unicast addresses. The key difference is how the prefix is defined. Because the address range is not registered, a global routing prefix does not have to be requested from an ISP. Instead, each organization defines its own prefix.

A

facts

34
Q

what address assignes to individual interfaces that are globally unique

A

Global unicast addresses

35
Q

All IPv6 addresses that aren’t specifically reserved for other purposes are defined as global unicast addresses.

A

facts

36
Q

Packets sent to a multicast address are sent to all interfaces identified by that address. If you use different multicast addresses for different functions, only the devices that need to participate in a particular function will respond to the multicast; devices that do not need to participate in the function will ignore the multicast.

A

-All multicast addresses have an FF00::/8 prefix.
-Multicast addresses that are restricted to the local link have an FF02::/16 prefix.
-Packets starting with FF02 are not forwarded by routers.
-Multicast addresses with an FF01::/16 prefix are restricted to a single node.

37
Q

popular multicast address:

A

-FF02::1 is for all nodes on the local link. This is the equivalent of the IPv4 subnet broadcast address. FF01::1 is for all interfaces on a node.
-FF02::2 is for all routers on the local link. -FF01::2 is for all routers on node-local.
-FF02::1:2 is for all DHCP servers or DHCP relay agents on the local link. DHCP relay agents forward these packets to other subnets.

38
Q

There are no broadcast addresses in IPv6. IPv6 uses multicast addresses instead of broadcast addresses. (true/false)

A

true

39
Q

is a unicast address that is assigned to more than one interface, typically belonging to different hosts.

A

anycast address

40
Q

routed to the nearest interface having that address (based on routing protocol decisions)

A

An anycast packet

41
Q

anycast facts

A

An anycast address is the same as a unicast address. Assigning the same unicast address to more than one interface makes it an anycast address.
A anycast address can be a link-local, unique local, or global unicast address.
When assigning an anycast address to an interface, it must be explicitly identified as an anycast address to distinguish it from a unicast address.
You can use anycast addresses to locate the nearest server of a specific type. For example, the nearest DNS or network time server.

42
Q

local loopback address

A

-for the local host is 0:0:0:0:0:0:0:1 (also identified as ::1 or ::1/128).
-The local loopback address is not assigned to an interface.
-It can verify that the TCP/IP protocol stack is properly installed on the host.

43
Q

Multicast address

A

represent a dynamic group of hosts

43
Q

The global routing prefix assigned to an organization by an ISP is typically 48 bits long (/48), but it could be as short as /32 or as long as /56, depending on the ISP. All subnet IDs within the same organization must begin with the same global routing prefix; they must be uniquely identified using the value in the subnet field.

A

Using this addressing scheme allows organizations to define a large number (216) of IPv6 subnets. When designing an IPv6 network, you can define the following separate IPv6 subnets:
-Network segments separated by routers
-VLANs
-point-to-point WAN links