July 2 - apipa extended

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

1/25

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.

26 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.

2
New cards

What does APIPA stand for, and what does it do?

Automatic Private IP Addressing assigns an IP address automatically when a DHCP server cannot be reached, allowing local network communication.

3
New cards

What is the default subnet mask used with APIPA addresses?

255.255.0.0

4
New cards

What service failure typically causes a device to use an APIPA address?

Failure to contact a DHCP server.

5
New cards

Which protocol does a system use to check for conflicts before assigning an APIPA address?

ARP (Address Resolution Protocol)

6
New cards

What port does DHCP use for client-to-server communication?

UDP port 67

7
New cards

What port does a DHCP server use to respond to clients?

UDP port 68

8
New cards

What is the function of a DHCP lease?

It defines the duration for which an IP address is assigned to a client by the DHCP server.

9
New cards

What happens when a DHCP lease expires?

The client must request a new lease or renew the existing one; if not renewed, the IP is returned to the pool.

10
New cards

What configuration should be used when a device must always use the same IP address?

Assign a static IP address or use DHCP reservation based on MAC address.

11
New cards

What class is the IP address 192.168.0.1?

Class C

12
New cards

Which of the following is a private IP address?a. 172.33.5.1 b. 192.168.100.10 c. 11.0.0.1 d. 223.0.0.5

b. 192.168.100.10 is a private IP address.

13
New cards

What is the range of Class A private IP addresses?

10.0.0.0 to 10.255.255.255

14
New cards

What address range is reserved for Class B private IP addresses?

172.16.0.0 to 172.31.255.255

15
New cards

What makes an IP address routable on the internet?

It must be a public IP address, assigned by an ISP or authority like IANA, and not fall within reserved or private ranges.

16
New cards

What command shows detailed network configuration in Windows?

ipconfig /all displays full adapter configuration including MAC address, DNS, and DHCP status.

17
New cards

What command releases the current DHCP lease?

ipconfig /release

18
New cards

What command requests a new IP address from the DHCP server?

ipconfig /renew

19
New cards

What might be the cause if a computer receives a 169.254.x.x address?

It failed to contact a DHCP server and defaulted to APIPA.

20
New cards

Which command clears cached DNS entries on a Windows machine?

ipconfig /flushdns

21
New cards

What type of address is used to communicate with devices on the same subnet without routing?

A local IP address or link-local address, such as APIPA in IPv4 or FE80::/10 in IPv6.

22
New cards

What tool can test basic network connectivity to another host?

ping sends ICMP echo requests to verify if a target is reachable.

23
New cards

Which utility traces the route packets take to a destination?

tracert in Windows or traceroute in Linux/Mac.

24
New cards

What is the purpose of NAT in networking?

Network Address Translation allows multiple private IP addresses to share a single public IP when accessing the internet.

25
New cards

Which protocol translates domain names to IP addresses?

DNS (Domain Name System)

26
New cards

What role does a default gateway play in a network configuration?

It acts as the access point or router that routes traffic from a local network to devices on other networks, such as the internet.