6.2.2 - DHCP Server Configuration

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

1/7

flashcard set

Earn XP

Description and Tags

Flashcards about DHCP server configuration, including scopes, subnets, and fault tolerance.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What configurations are required for a DHCP server?

A DHCP server must be allocated a static IP address and configured with a range (or pool) of IP addresses and subnet masks plus option values to allocate.

2
New cards

What is a scope in DHCP?

A range of addresses and options configured for a single subnet.

3
New cards

What information is needed to define a scope?

You must provide a start and end IP address along with a subnet mask.

4
New cards

What is the relationship between scopes and subnets?

The server maintains a one-to-one mapping of scopes to subnets.

5
New cards

Where should a DHCP server be placed in relation to its clients?

The DHCP server must be placed in the same subnet as its clients.

6
New cards

How does a DHCP server providing IP configuration for multiple subnets choose which pool to service?

The pool to service each request is chosen based on the subnet from which the request originated.

7
New cards

If multiple DHCP servers are deployed for fault tolerance, how should they be configured?

Configure non-overlapping split scopes or use a failover mechanism.

8
New cards

How is DHCP typically handled for multiple subnets?

DHCP for multiple subnets is usually handled by configuring relay agents to forward requests to a central DHCP server.