12.1.6 IPv4 Addressing Facts

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

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:24 PM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

What does DHCP do?

It automatically assigns IPv4 addresses and other TCP/IPv4 configuration settings to hosts.

2
New cards

When should DHCP be used?

For small, medium, or large networks needing automatic host configuration.

3
New cards

What additional settings can DHCP provide besides an IP address?

Default gateway, DNS servers, and other TCP/IPv4 configuration parameters.

4
New cards

What is the default IPv4 configuration method for Windows computers?

DHCP

5
New cards

What does APIPA stand for?

Automatic Private IPv4 Addressing

6
New cards

When do Windows computers use APIPA?

When a DHCP server cannot be contacted.

7
New cards

What IP address range does APIPA use?

169.254.0.1 to 169.254.255.255

8
New cards

What subnet mask does APIPA use?

255.255.0.0

9
New cards

What does a host do before using an APIPA address?

It checks to make sure no other host is using that address.

10
New cards

Why can't APIPA be used across multiple subnets?

Because it does not assign a default gateway.

11
New cards

When is APIPA most useful?

On small single-subnet networks without internet or DNS needs.

12
New cards

What is static IPv4 assignment?

Manually entering the IP address and related network settings for a host.

13
New cards

What must be configured with a static IP address?

Subnet mask and default gateway

14
New cards

What happens to DHCP and APIPA when a static IP is configured?

They are disabled.

15
New cards

When is static addressing recommended?

For servers, small stable networks, and devices needing the same address every time.

16
New cards

Why must duplicate static IP addresses be avoided?

Because duplicate addresses cause network communication problems.

17
New cards

What is alternate IPv4 configuration?

A backup static configuration used if DHCP fails.

18
New cards

How does alternate IPv4 configuration work?

The host tries DHCP first, and if DHCP fails, it uses the alternate settings.

19
New cards

When is alternate IPv4 configuration useful?

For laptops or devices connecting to networks with and without DHCP.

20
New cards

What happens to APIPA when alternate IPv4 configuration is set?

APIPA is never used.

21
New cards

What does a NAT router do?

It translates multiple private IP addresses into one public registered IP address.

22
New cards

Why is NAT used?

To allow multiple private devices to share one public internet IP address.

23
New cards

What type of network is the internet considered?

A public network

24
New cards

What must all devices on a public network have?

A unique registered public IP address.

25
New cards

Who assigns public IP addresses?

The ISP

26
New cards

What type of network uses private IP addresses internally?

A private network

27
New cards

How does a NAT router keep track of multiple devices?

It associates a port number with each private IP address.

28
New cards

Who controls and issues public addressing?

IANA (Internet Assigned Number Authority)

29
New cards

What is the private IP range for Class A private addresses?

10.0.0.0 to 10.255.255.255

30
New cards

What is the private IP range for Class B private addresses?

172.16.0.0 to 172.31.255.255

31
New cards

What is the private IP range for Class C private addresses?

192.168.0.0 to 192.168.255.255

32
New cards

Why are private IP addresses not routed on the internet?

Internet routers are configured by default not to route private addresses.