CCNA ITN: Module 5

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

binary numbering system

base-2 system using 0s and 1s

2
New cards

bit

individual binary digit (0 or 1)

3
New cards

IPv4 address

32-bit address usually shown in dotted decimal notation

4
New cards

octet

group of 8 bits in an IPv4 address

5
New cards

binary to decimal

add 2ⁿ values where bits = 1 (e.g., 128, 64, 32…)

6
New cards

decimal to binary

subtract the largest possible 2ⁿ values and mark positions with 1s

7
New cards

IPv6 address

128-bit address written in hexadecimal format

8
New cards

hexadecimal numbering system

base-16 system using 0–9 and A–F

9
New cards

hextet

16-bit segment in an IPv6 address (four hex digits)

10
New cards

decimal to hexadecimal

convert decimal to binary, then group into 4-bit sets and translate to hex

11
New cards

binary to hexadecimal

group 4-bit binary chunks and match to hex symbols

12
New cards

hexadecimal to decimal

convert each hex digit to 4-bit binary, then to decimal

13
New cards

hexadecimal to binary

each hex digit maps to a 4-bit binary string

14
New cards

example hex to binary

F = 1111, A = 1010, 7 = 0111

15
New cards

example decimal to binary

156 = 10011100