DAY 07 - IPv4 Addresses (Part 1)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:55 AM on 8/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

What is the length of an IP address? (bits)

32 bits

2
New cards

What is the length of an IP address? (bytes)

4

3
New cards

What are the groups of 8 bits in an IP address called?

octets

4
New cards

What is the maximum value for a binary octet? (1111 1111)

255

5
New cards

What is the numeric range of the first octet of a class A IPv4 address?

0-127

6
New cards

What is the numeric range of the first octet of a class B IPv4 address?

128-191

7
New cards

What is the numeric range of the first octet of a class C IPv4 address?

192-223

8
New cards

What is the numeric range of the first octet of a class D IPv4 address?

224-239

9
New cards

What is the numeric range of the first octet of a class E IPv4 address?

240-255

10
New cards

What is the binary bit pattern of the first octet of a class A IPv4 address?

0xxxxxxx

11
New cards

What is the binary bit pattern of the first octet of a class B IPv4 address?

10xxxxxx

12
New cards

What is the binary bit pattern of the first octet of a class C IPv4 address?

110xxxxx

13
New cards

What is the binary bit pattern of the first octet of a class D IPv4 address?

1110xxxx

14
New cards

What is the binary bit pattern of the first octet of a class E IPv4 address?

1111xxxx

15
New cards

What is the class D IPv4 address range reserved for?

Multicast addresses

16
New cards

What is the class E IPv4 address range reserved for?

Experimental purposes

17
New cards

IPv4 addresses beginning with 127 are used for [...] addresses.

loopback

18
New cards

IPv4 addresses beginning with [...] are used for loopback addresses.

127

19
New cards

What kind of address is used to test the network software stack on the local device?

loopback address

20
New cards

What is the prefix length of a class A IPv4 address?

/8

21
New cards

What is the prefix length of a class B IPv4 address?

/16

22
New cards

What is the prefix length of a class C IPv4 address?

/24

23
New cards

What is the netmask for a /8 prefix length?

255.0.0.0

24
New cards

What is the netmask for a /16 prefix length?

255.255.0.0

25
New cards

What is the netmask for a /24 prefix length?

255.255.255.0

26
New cards

If the host portion of an IPv4 address is all 0s, what kind of address is it?

network address

27
New cards

If the host portion of an IPv4 address is all 1s, what kind of address is it?

broadcast address