Internet Protocol (IPv4)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

network admin

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

what’s the length of an IPv4 address

32 bits

2
New cards

how are IPv4 addresses written

binary (192.168.50.10)

3
New cards

what is an octet

each of the four 8-bit sections in an IPv4 address, separated by dots (1-255)

4
New cards

what are the 2 parts of an IP address

network ID and host ID

5
New cards

what does the network ID represent

the network you are on

6
New cards

what does the host ID represent

the specific device in the network (consecutive 0s in binary)

7
New cards

what is the range of class A addresses

1-126

8
New cards

what is the range of class B addresses

128-191

9
New cards

what is the range of class C addresses

192-223

10
New cards

what is the range of class D addresses and purpose

224-239, used for multicast

11
New cards

what is the range of class E addresses and purpose

240-255, used for experiments

12
New cards

what is the purpose of a subnet mask

defines which part of an IP is the network ID and which part is the host ID

13
New cards

default subnet mask for class A

255.0.0.0 (/8)

14
New cards

default subnet mask for class B

255.255.0.0 (/16)

15
New cards

default subnet mask for class C

255.255.255.0 (/24)

16
New cards

what are private IP ranges for class A

10.0.0.0 - 10.255.255.255

17
New cards

what are private IP ranges for class B

172.16.0.0 - 172.31.255.255

18
New cards

what are the private IP ranges for class C

192.168.0.0 - 192.168.255.255

19
New cards

what are public IP addresses

routable, provided by ISPs, visible on the internet

20
New cards

what is an APIPA address

auto-assigned if no DHCP/static IP, range: 169.254.0.0 - 169.254.255.255

21
New cards

difference between static and dynamic IP

static is manually assigned and doesn’t change. dynamic is auto-assigned by DHCP and can change

22
New cards

what is the default route

0.0.0.0/0

23
New cards

what is the broadcast address for all networks

255.255.255.255

24
New cards

what is a loopback address

127.0.0.1 = 127.255.255.255 (used for self-testing, localhost)

25
New cards

what is multicast range

224.239.255.255

26
New cards

what does CIDR notation represent

an IP address + the number of bits used for the network ID