IPv6 addressing and subnetting Flashcards

1
Q

An experimental protocol that introduced the concept of connections. never saw wide adoption. connection state was handled better later on by the transport layer and TCP.

A

IPv5

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

Biggest difference between IPv4 and IPv6 is

A

the number of bits reserved for an address
32 bits vs 128 bits. 2^128. 39 digit long number.

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

Undecillion

A

We can give every atom on Earth its own IP address

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

IPV6 addresses written as:

A

8 groups of 16 bits each, each group made up of 4 hexadecimal numbers.
2001:0db8:0000:0000:0000:ff00:0012:3456

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

IPv6 notation method:

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

Every IPv6 address beginning with 2001:0db8 is reserved for _____________. 18 quintillion addresses reserved just for this purpose

A

documentation and education, or books and courses

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

Two rules for shortening IPv6 address:

A

remove any leading zeros from a group
any number of consecutive groups composed of just zeros can be replaced with two colons
(this can only happen once for any specific address, or else you wouldn’t know how many zeros were replaced by double ::)

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

Reduce the size of 2001:0db8:0000:0000:0000:ff00:0012:3456

A

2001:db8:0:0:0:ff00:12:3456 (leading zeroes are removed)
2001:db8::ff00:12:3456 (that group of zeroes got replaced by ::)

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

IPv6 loopback address:

A

0000:0000:0000:0000:0000:0000:0000:0001
::1

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

IPv6 reserved address range FF00:: is reserved for:

A

multi-cast

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

a way of addressing groups of hosts all at once

A

multicast

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

FE80:: addresses are reserved for:

A

link-local unicast

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

Allow for local network segment communications and are configured based upon a host’s mac address. used by an IPv6 host to receive their network configuration. The host’s mac address is run through an algorithm to turn it from a 48 bit number into a unique 64 bit number. It is then inserted into the address’ host ID.

A

link-local unicast addresses

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

What is the line between network and host ID in IPv6? Still, network engineers may want to split up networks for admin purposes.

A

the first 64 bits of any IPv6 address is the network ID. The second is the host ID. any given network has space for 9 quintillion hosts.

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

IPv6 subnetting uses _____ This is used to define a sub-net mask against the network ID portion of an IPv6 address.

A

the same cider notation that you’re already familiar with.

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