Networking, Addressing, and Communication Lesson 005: Assigning IPv4 Addresses

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:32 AM on 8/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

What are the two main methods for assigning IP addresses to devices?

Static assignment and dynamic assignment.

2
New cards

Static Assignments

3
New cards

What is the static assignment method for assigning IPv4 IP addresses also known as?

Manual assignment.

4
New cards

What are the four things that must be provided in order for a network device to be able to connect to a network?

An IP address, a subnet mask, a default gateway, and a domain name system (DNS) server address.

5
New cards

IP Address

A unique identifier for a network device to communicate with other devices.

6
New cards

Subnet Mask

Distinguishes the network portion of an IP address from the host portion.

7
New cards

What is the deciding factor of when network traffic goes outside of a LAN.

The subnet mask.

8
New cards

Default Gateway

The IP address of a device connecting the local network to external networks.

9
New cards

Domain Name System (DNS) Server Address

Specifies the server that translates domain names into IP addresses.

10
New cards

What is the purpose of a DNS server address?

Enables devices to communicate with servers hosting websites or services.

11
New cards

Why is it a good idea to avoid assigning the four required fields for network devices statically?

A single mistake can cause communication and connectivity errors, and is time consuming.

12
New cards

Where might static assignment of network configurations for a device be practiced?

When configuring servers, printers, and network hardware.

13
New cards

Where might dynamic assignment of network device configurations be implemented?

When doing the network configurations for user end point machines.

14
New cards

Dynamic Assignments

The practice of automatically assigning configuration details to devices joining the network.

15
New cards

What functionality does dynamic assignment rely on?

DHCP.

16
New cards

What does DHCP stand for?

Dynamic Host Configuration Protocol.

17
New cards

What functionality do most home routers provide when it comes to network configuration?

Dynamic assignment functionality for any device connected.

18
New cards

What is the process of dynamic assignment?

Device connects to the network > embedded DHCP server in router assigns device IP address for set time > after time is passed address is returned to IP address pool unless requested by device again.

19
New cards

What is the main benefit of using dynamic assignment?

Ensures efficient use of the DHCP IP address pool with lower administrative overhead.

20
New cards

What are the other benefits of using dynamic assignment?

More efficient and scaleable, especially for larger networks.

21
New cards

What is one of the most common configurations to a DHCP server?

The reservation of IP addresses for certain devices for static assignments.

22
New cards

What benefits come from the utilization of the DHCP server?

Flexibility of assignment of IP addresses (static and dynamic), for handling troubleshooting errors using the DHCP logs.

23
New cards

What other ways can a device be configured to a network?

By assigning itself an APIPA address, or using the ZeroConfig functionality.

24
New cards

What is Zero Configuration?

A method for automatically assigning IP addresses without manual setup.

25
New cards

What is the range of private IP addresses used in Zero Configuration?

169.254.0.0 to 169.254.255.255

26
New cards

When is a private IP address from the Zero Configuration range assigned to a client?

When the LAN is not in service or improperly configured.

27
New cards

What does ZeroConfig stand for?

Zero Configuration.

28
New cards

What does APIPA stand for?

Automatic Private Internet Protocol Addressing.

29
New cards

What additional capabilities does ZeroConfig possess?

Name resolution and service discovery.

30
New cards

What is Bonjour?

Apple's implementation of ZeroConfig.

31
New cards

What does Bonjour allow devices to do?

Automatically find printers, scanners, or shared files on the same network.

32
New cards

What is Link-Local Multicast Name Resolution?

Microsoft's implementation of ZeroConfig that enables name resolution and service discovery among devices on the same network.

33
New cards

What does Link-Local Multicast Name Resolution eliminate the need for?

The use of a DNS server.

34
New cards

What does LLMNR stand for?

Link-Local Multicast Name Resolution.

35
New cards

What is Apple's implementation of ZeroConfig called?

Bonjour.

36
New cards

What is Microsoft's implementation of ZeroConfig called?

Link-Local Multicast Name Resolution.