12.2.5 Addressing Method 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/29

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

What are the two options for assigning IP addresses?

Static addressing and dynamic addressing (DHCP).

2
New cards

What is static addressing?

IP configuration information is manually configured on each host.

3
New cards

When is static addressing commonly used?

On networks with a very small number of hosts.

4
New cards

Why are printers, servers, and routers often assigned static IP addresses?

Because they must always have the same IP address.

5
New cards

What type of hosts may require static addressing?

Hosts that cannot accept an IP address from DHCP.

6
New cards

What is a major risk of static addressing?

It is very susceptible to configuration errors.

7
New cards

What common error can occur with static addressing?

Duplicate IP address configuration errors (two hosts assigned the same IP).

8
New cards

What capabilities does static addressing disable on a host?

APIPA and DHCP capabilities.

9
New cards

What does DHCP stand for?

Dynamic Host Configuration Protocol.

10
New cards

What is a DHCP server?

A special server configured to pass out IP addresses and other IP configuration information to network clients.

11
New cards

What size networks commonly use DHCP?

Small, medium, and large networks.

12
New cards

What happens when a client boots in a DHCP environment?

It contacts the DHCP server for IP configuration information.

13
New cards

How does a DHCP server know what addresses to assign?

It is configured with a range of IP addresses it can assign to hosts.

14
New cards

Besides IP addresses, what other information can DHCP provide?

Default gateway and DNS server addresses.

15
New cards

How does DHCP help prevent duplicate IP addresses?

The DHCP server ensures that each client has a unique IP address.

16
New cards

Can a DHCP server avoid assigning certain addresses?

Yes, it can be configured to not assign specific addresses in the range.

17
New cards

What is the assignment of an IP address by DHCP called?

A lease.

18
New cards

What does a DHCP lease include?

A lease time that identifies how long the client can use the IP address.

19
New cards

When does a client renew its DHCP lease?

At boot and at set intervals.

20
New cards

What type of traffic does the DHCP lease process use?

Frame-level broadcasts.

21
New cards

Why do DHCP requests usually not pass through routers?

Because DHCP uses broadcasts, which typically do not pass through routers to other subnets.

22
New cards

How can DHCP be enabled across subnets?

Enable BootP (DHCP broadcast) requests through the router.

23
New cards

What is another way to enable DHCP across subnets?

Configure a computer for BootP forwarding to request IP information for other clients.

24
New cards

What is BootP forwarding?

A system where a computer requests IP information on behalf of other clients.

25
New cards

What is a DHCP reservation?

A configuration where the DHCP server always delivers the same IP address to a specific host.

26
New cards

Why would you use a DHCP reservation?

To ensure a device gets the same IP address every time while still using DHCP.

27
New cards

Which method is better for large networks?

DHCP assignment.

28
New cards

Which method requires manual setup on every host?

Static addressing.

29
New cards

Which method automatically provides unique IP addresses?

DHCP assignment.

30
New cards

Which method is more prone to human error?

Static addressing.