ipv4 ipv6 Flashcards

1
Q

Class A reserved

A

10.0.0.0 through 10.255.255.255 (prefix /8)

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

Class B reserved

A

172.16.0.0 through 172.31.255.255 (prefix /12)

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

Class C reserved

A

192.168.0.0 through 192.168.255.255 (prefix /16)

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

Class A

A

1-126

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

Class B

A

128-191

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

Class C

A

193-223

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

Class D

A

224-239 Used for multicast addresses

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

Class E

A

240-255 For scientific purposes

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

APIPA

A

169.254.0.1 - 169.254.255.254

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

Unicast

A

Packets addressed to a unicast address are delivered to a single interface, same as in IPv4. For load balancing, multiple interfaces can use the same address.

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

Global Unicast Addresses

A

These are your typical publicly routable addresses, and they’re used the same way globally unique addresses are in IPv4.

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

Link-Local Addresses

A

These are like the APIPA addresses in IPv4 in that they’re not meant to be routed and are unique for each link (LAN)

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

Unique Local Addresses

A

These addresses are also intended for nonrouting purposes, but they are nearly globally unique, so it’s unlikely you’ll ever have one of them overlap with any other address.

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

Multicast

A

Again, as in IPv4, packets addressed to a multicast address are delivered to all interfaces identified by the multicast address. Sometimes people call them one-to many addresses.

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

Anycast

A

Like multicast addresses, an anycast address identifies multiple interfaces, but
there’s a big difference: The anycast packet is delivered to only one address— actually,
to the first IPv6 address it finds defined in terms of routing distance. And again, this
address is special because you can apply a single address to more than one interface.

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

0:0:0:0:0:0:0:0

A

Equals ::. This is the equivalent of IPv4’s 0.0.0.0 and is typically
the source address of a host before the host receives an IP
address when you’re using DHCP- driven stateful configuration.

17
Q

0:0:0:0:0:0:0:1

A

Equals ::1. The equivalent of 127.0.0.1 in IPv4.

18
Q

0::FFFF:192.168.100.1

A

This is how an IPv4 address would be written in a mixed IPv6/ IPv4 network environment.

19
Q

2000::/3

A

The global unicast address range allocated for Internet access.

20
Q

FC00::/7

A

The unique local unicast range.

21
Q

FE80::/10

A

The link- local unicast range.

22
Q

FF00::/8

A

The multicast range.

23
Q

3FFF:FFFF::/32

A

Reserved for examples and documentation.

24
Q

2001:0DB8::/32

A

Also reserved for examples and documentation.

25
2002::/16
Used with 6to4 tunneling, which is an IPv4- to- IPv6 transition system. The structure allows IPv6 packets to be transmitted over an IPv4 network without the need to configure explicit tunnels.
26
SLAAC
Stateless Address Autoconfiguration 7th bit
27
Dual Stacking
This is the most common type of migration strategy because, well, it’s the easiest on us— it allows our devices to communicate using either IPv4 or IPv6.
28
6to4 Tunneling
6to4 tunneling carrying IPv6 packets over a network that’s still running IPv4.
29
CIDR
Classless Inter- Domain Routing
30
Inside local
Name of the inside source address before translation
31
Outside local
Name of the destination host before translation
32
Inside global
Name of the inside host after translation
33
Outside global
Name of the outside destination host after translation