IP and Routing Concepts Flashcards
Which mathematical base does the binary system use, and which digits represent
it?
Base 2, two digits: 0 and 1
What is a bit?
smallest unit of data in a computer. Single binary value, either 0 and1
What is an octet
8-bit string (IPv4 consists of 4 octets)
Which mathematical base does the hexadecimal system use, and which digits
represent it?
Base 16, 10 digits and 6 characters: 0–9, A, B, C, D, E, F
(Letters represent 10-15)
Binary number: 110101101001
Find hexadecimal number
D 6 9 (Group into sets of four, convert each group to hex, combine digits)
How long is an IPv6 address in bits?
128 bits
What is the corresponding IPv6 term for an IPv4 octet?
A “hextet”
Name two IPv6 unicast address types (Lists 4)
- Global unicast (the equivalent of an IPv4 public address)
- Link-local FE80::/10 (the equivalent of an IPv4 APIPA address)
- Loopback::1/128 (the equivalent of an IPv4 loopback address)
- Unique-local FC00::/7 (the equivalent of an IPv4 private address)
What is the default suffix of an IPv6 address?
/64
What are the three parts of an IPv6 with a suffix of /64?
- 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
Global Unicast
Similar to IPv4 - allows devices
to communicate globally on the internet