Topic 8 (IPv4 Addressing)

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

1/63

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:59 AM on 4/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

64 Terms

1
New cards

Binary addressing

Network devices use __________ to identify each other.

2
New cards

32 bits and four octets

Each address contains

3
New cards

8 bits

Each octets contains

4
New cards

dotted decimal

The dotted notation is converted to

5
New cards

IPv4 address

is a 32-bit hierarchical address that is made up of a network
portion and a host portion.

6
New cards

Network portion and the host portion

An IPv4 address is a 32-bit hierarchical address that is made up of a ___________________.

7
New cards

subnet mask

is used to determine the network and host portions.

8
New cards

Subnet mask

To identify the network and host portions of an IPv4 address, the subnet mask is
compared to the IPv4 address bit for bit, from left to right.

9
New cards

ANDing

The actual process used to identify the network and host portions is called _______.

10
New cards

prefix length

is a less cumbersome method used to identify a subnet mask address.

11
New cards

prefix length

is the number of bits set to 1 in the subnet mask.

12
New cards

slash notation

It is written in ________ therefore, count the number of bits in the subnet mask and prepend it with a slash.

13
New cards

Logical AND

is the comparison of two bits where only a 1 AND 1 produces a 1 and any other combination results in a 0.

14
New cards

logically ANDed

The host IPv4 address is _______, bit by bit, with the subnet mask.

15
New cards

Network address

all host bits set to 0

16
New cards

Host addresses


host bits range 00000001 – 11111110

17
New cards

Broadcast address

all host bits set to 1

18
New cards

Unicast transmission

is sending a packet to one destination IP address.

19
New cards

Broadcast transmission

is sending a packet to all other destination IP addresses.

20
New cards

Unicast

knowt flashcard image
21
New cards

Broadcast Packet

must be processed by all devices in the same broadcast domain. A broadcast
domain identifies all hosts on the same network segment.

22
New cards

Broadcast Transmission

knowt flashcard image
23
New cards

Multicast Transmission

is sending a packet to a multicast address group.

24
New cards

Multicast Transmission

knowt flashcard image
25
New cards

Public IPv4 addresses

are globally routed between internet service provider (ISP) routers.

26
New cards

Private Addresses

Not globally routable.

27
New cards

Private Addresses

Common blocks of addresses used by
most organizations.

28
New cards

Private Addresses

Not unique and can be used internally
within any network.

29
New cards

Network Address Translation

what does NAT stand for

30
New cards

Network Address Translation

translates private IPv4 addresses to public IPv4 addresses.

31
New cards

Network Address Translation

is typically enabled on the edge router connecting to the internet.

32
New cards

Network Address Translation

It translates the internal private address to a public global IP address.

33
New cards

127.0.0.0 /8 (127.0.0.1 to 127.255.255.254)

what is the range of the loopback addresses

34
New cards

Loopback addresses

Commonly identified as only 127.0.0.1

35
New cards

Loopback addresses

Used on a host to test if TCP/IP is operational

36
New cards

Link-Local addresses

Commonly known as the Automatic Private IP Addressing (APIPA) addresses or self-assigned addresses.

37
New cards

Link-Local addresses

Used by Windows DHCP clients to self-configure when no DHCP servers are available.

38
New cards

0.0.0.0/8 to 127.0.0.0/8

Class A

39
New cards

Class A, B, C, D, E

what are the 5 classes of IPv4

40
New cards

128.0.0.0 /16 – 191.255.0.0 /16

Class B

41
New cards

192.0.0.0 /24 – 223.255.255.0 /24

Class C

42
New cards

224.0.0.0 to 239.0.0.0

Class D

43
New cards

240.0.0.0 – 255.0.0.0

Class E

44
New cards

Classful Addressing

Wasted any IPv4 addressing

45
New cards

Classless addressing

ignores the rules of classes (A, B, C)

46
New cards

Internet Assigned Numbers Authority

manages and allocates blocks of IPv4 and IPv6 addresses to five Regional Internet Registries

47
New cards

Internet Assigned Numbers Authority

What does IANA stand for

48
New cards

Regional Internet Registries

What does RIRs stand for

49
New cards

Regional Internet Registries

are responsible for allocating IP addresses to ISPs who provide IPv4 address blocks to smaller ISPs and organizations.

50
New cards

Switches

propagate broadcasts out all interfaces except the interface on which it was received

51
New cards

router

The only device that stops broadcasts
is a _____

52
New cards

Routers

do not propagate broadcasts.

53
New cards

True

True or False:

Each router interface connects to a broadcast domain and broadcasts are only propagated within that specific broadcast domain.

54
New cards

large, excessive broadcasts

A problem with a ____ broadcast domain is
that these hosts can generate ___________ and negatively affect the network.

55
New cards

Subnetting

The solution is to reduce the size of the network to create smaller broadcast domains in a process called ________

56
New cards

smaller

Broadcasts are propagated within the _____
broadcast domains.

57
New cards

basis of subnetting

Notice how the prefix length has changed from a single /16 network to two /24 networks. This is the ___________: using host bits to create additional subnets.

58
New cards

improves network performance, implement security policies, group the users

Reasons for segmenting networks

59
New cards

IPv4 subnets

are created by extending the subnet mask to borrow some of the bits from the host portion of the address to create additional network bits. The more host bits are borrowed, the more subnets are created with fewer hosts per subnet

60
New cards

/8, /16, and /24.

Networks are most easily subnetted at the octet boundary of ______.

61
New cards

Subnets

are created by borrowing bits from the host bits, creating longer masks

62
New cards

doubled

For each bit borrowed in the fourth octet, the number of subnetworks available is _______, while reducing the number of host addresses per subnet

63
New cards

VLSM (Variable Length Subnet Mask)

was developed to avoid wasting addresses by enabling us to subnet a subnet.

64
New cards

VLSM(Variable Length Subnet Mask)

always begin by satisfying the host requirements of the largest subnet and continue subnetting until the host requirements of the smallest subnet are satisfied.