IP and Routing Concepts Flashcards

1
Q

Which mathematical base does the binary system use, and which digits represent
it?

A

Base 2, two digits: 0 and 1

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

What is a bit?

A

smallest unit of data in a computer. Single binary value, either 0 and1

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

What is an octet

A

8-bit string (IPv4 consists of 4 octets)

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

Which mathematical base does the hexadecimal system use, and which digits
represent it?

A

Base 16, 10 digits and 6 characters: 0–9, A, B, C, D, E, F

(Letters represent 10-15)

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

Binary number: 110101101001
Find hexadecimal number

A

D 6 9 (Group into sets of four, convert each group to hex, combine digits)

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

How long is an IPv6 address in bits?

A

128 bits

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

What is the corresponding IPv6 term for an IPv4 octet?

A

A “hextet”

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

Name two IPv6 unicast address types (Lists 4)

A
  1. Global unicast (the equivalent of an IPv4 public address)
  2. Link-local FE80::/10 (the equivalent of an IPv4 APIPA address)
  3. Loopback::1/128 (the equivalent of an IPv4 loopback address)
  4. Unique-local FC00::/7 (the equivalent of an IPv4 private address)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the default suffix of an IPv6 address?

A

/64

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

What are the three parts of an IPv6 with a suffix of /64?

A
  • First 45 bits (3 hextets): Global routing prefix, global identifier
  • First 16 bits (1 hextet): Subnet ID, network identifier
  • Last 64 bits (4 hextets): Interface ID, host identifier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Global Unicast

A

Similar to IPv4 - allows devices
to communicate globally on the internet

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