july 2 apipa

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

1/13

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.

14 Terms

1
New cards

Which IP address range is reserved for APIPA?

169.254.0.0 to 169.254.255.255 is reserved for Automatic Private IP Addressing (APIPA).

2
New cards

What is the purpose of APIPA?

APIPA automatically assigns an IP address to a device when a DHCP server is unavailable, allowing limited local network communication.

3
New cards

Under what condition does a Windows device assign itself an APIPA address?

When the device is configured for DHCP but cannot contact a DHCP server.

4
New cards

Can a device with an APIPA address communicate with the internet?

No. APIPA addresses only allow local communication within the same subnet; they are not routable to the internet.

5
New cards

How can you verify if a system is using an APIPA address?

Run ipconfig on Windows and check for an IP in the 169.254.x.x range.

6
New cards

Which protocol is responsible for checking IP address conflicts in APIPA assignment?

ARP (Address Resolution Protocol) is used to detect if the selected APIPA address is already in use on the local network.

7
New cards

What should a technician check if a device has an APIPA address?

Check the DHCP server status and the device's network configuration to ensure it's set to obtain an IP address automatically.

8
New cards

What is the subnet mask associated with APIPA?

The default subnet mask for APIPA is 255.255.0.0.

9
New cards

What is a common sign that a computer has failed to obtain a DHCP address?

The computer has an IP address starting with 169.254, indicating it has fallen back to APIPA.

10
New cards

Multiple Choice: Which of the following addresses is an APIPA address?

11
New cards

a. 10.0.0.1

12
New cards

b. 192.168.1.1

13
New cards

c. 172.16.0.1

14
New cards

d. 169.254.32.5

d. 169.254.32.5 is within the APIPA range and indicates automatic assignment due to DHCP failure.