Network Configurations Lesson 001: DHCP Part 2

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/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:18 AM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

DORA

Is the four step process that gives DHCP servers the ability of dynamic assignment when a device connects to a network.

2
New cards

What does DORA stand for?

Discover, Offer, Request, and Acknowledge.

3
New cards

What is Discover?

The first step in the four step DORA process.

4
New cards

When does Discover occur?

Whenever a device connects to a network.

5
New cards

What happens when the Discover step occurs?

Sends out a broadcast message to locate the DHCP server.

6
New cards

What is Offer?

The second step in the four step DORA process.

7
New cards

When does Offer occur?

When the DHCP server responds to the client device with an available IP address from its scope of available IP addresses.

8
New cards

What is Request?

The third step in the DORA process.

9
New cards

When does Request occur?

When the client device accepts the offered IP address by requesting to use it.

10
New cards

What is Acknowledge?

The fourth step in the DORA process.

11
New cards

When does Acknowledge occur?

Occurs when the DHCP server confirms the assignment and completes the lease agreement.

12
New cards

What else is provided during the DORA process?

A subnet mask, a default gateway, and the DNS server that the device should be using.

13
New cards

Subnet Mask

Identifies the network and host portions of the IP address that was assigned to the client device.

14
New cards

Default Gateway

The IP address of the router that will allow the client device to access communications with any devices that exist outside of the local area network.

15
New cards

DNS Server

Is used to resolve domain names to their corresponding addresses on behalf of the client device.

16
New cards

What is needed in order for a client device to have proper connection inside and outside a LAN?

An IP address, a subnet mask, a default gateway, and a DNS server’s IP address.

17
New cards

Static Assignment

Involves manually configuring all four network parameters.

18
New cards

What is configured during a static assignment?

The IP address, subnet mask, default gateway, and DNS server.

19
New cards

Where are the parameters of static assignment assigned?

Directly on the client device.

20
New cards

For what devices is static assignment utilized most often?

Printers, servers, and network hardware.

21
New cards

What is the purpose of static assignment for devices that need it?

The need for consistent addresses for reliable operation.

22
New cards

In what environment is static assignment manageable?

In small networks.

23
New cards

In what environment is DHCP reservations more practical?

On larger networks for the devices that need it for reliable functionality and connectivity.

24
New cards

What happens when a device fails to obtain an address from a DHCP server due to a network issue or misconfiguration?

It falls back to its alternate configuration.

25
New cards

What do devices use in an alternate configuration?

APIPA.

26
New cards

What does APIPA stand for?

Automatic Private IP Addressing.

27
New cards

What is the APIPA address range?

169.254.0.0-169.254.255.255.

28
New cards

What is the CIDR notation for the APIPA address range?

169.254.0.0/16.

29
New cards

What does APIPA do?

Allows the device to communicate with others on the same local network.

30
New cards

What is the caveat to the utilization of an APIPA address?

The client device using it will not be able to access external connections.

31
New cards

What is the alternative to an APIPA address?

A fallback static IP.

32
New cards

Why would a network administrator decide to utilize a fallback static IP?

To ensure connectivity for devices that are required to have a connection even if DHCP fails.