14) IP Services

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

flashcard set

Earn XP

Description and Tags

Flashcards covering Dynamic Addressing (DHCP), SLAAC, DNS fundamentals, DNS records, and network time protocols from the CompTIA Network+ N10-009 course notes.

Last updated 5:42 AM on 8/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Dynamic Addressing

A method that automates the assignment of IP addresses using DHCP to reduce configuration errors and administrative overhead.

2
New cards

DHCP (Dynamic Host Configuration Protocol)

A network management protocol where a server dynamically assigns IP addresses and network configuration parameters to devices on an IP network.

3
New cards

DHCP Scope

A defined range of IP addresses that a DHCP server can assign to clients, including settings like subnet mask, gateway, and lease duration.

4
New cards

DHCP Reservation

A specific IP address within a scope set aside for a specific device identified by its MAC address, ensuring it receives the same IP every time.

5
New cards

Lease Time

The duration for which a DHCP server grants a device the right to use a specific IP address before it must be renewed.

6
New cards

DHCP Options

Parameters that allow a DHCP server to pass additional configuration such as DNS servers, NTP servers, and WINS servers to clients.

7
New cards

DHCP Relay

A network function that forwards DHCP requests from clients on one network to a DHCP server located on a different network.

8
New cards

Exclusion Ranges

Subsets of a DHCP scope not available for dynamic assignment, typically reserved for manual assignment to devices like printers or routers.

9
New cards

Stateless Address Autoconfiguration (SLAAC)

An IPv6 feature allowing devices to generate their own IP address using router advertisements and their hardware (MAC) address without a DHCP server.

10
New cards

Name Resolution

The process of converting human-readable domain names into numerical IP addresses understood by networking equipment.

11
New cards

Domain Name System (DNS)

A naming system that translates memorized domain names into the numerical IP addresses needed to locate computer services and devices.

12
New cards

Recursive DNS Queries

A process where a DNS server takes responsibility for retrieving data from other DNS servers on behalf of a client to provide a complete answer.

13
New cards

DNS Zones

Portions of the domain name space managed by a specific entity or administrator to ensure proper domain resolution.

14
New cards

Forward Zone

A DNS zone used to resolve domain names to IP addresses, containing records such as A, AAAA, and MX.

15
New cards

Reverse Zone

A DNS zone used for reverse DNS lookups to map known IP addresses back to domain names.

16
New cards

Authoritative DNS Zone

A zone that holds final authority over its records and provides definitive answers without needing to query other sources.

17
New cards

Non-Authoritative DNS Zone

A zone providing information obtained from another server, typically consisting of cached data from previous queries.

18
New cards

Primary DNS Zone

The main zone file where DNS records are stored and can be directly changed or managed.

19
New cards

Secondary DNS Zone

A read-only copy of the primary zone used for backup, redundancy, and reducing the load on the primary server.

20
New cards

DNS Security Extensions (DNSSEC)

A technology that uses digital signatures to provide authentication and integrity for DNS data, reducing risks like cache poisoning.

21
New cards

DNS over HTTPS (DoH)

A protocol that encrypts DNS queries by routing them through the HTTPS protocol to protect against eavesdropping.

22
New cards

DNS over TLS (DoT)

A protocol that enhances privacy and security by using the TLS protocol to encrypt DNS requests and responses.

23
New cards

Address (A) Record

A DNS record that maps a domain name to its corresponding IPv4 address.

24
New cards

AAAA Record

A DNS record that maps a domain name to its corresponding IPv6 address.

25
New cards

Canonical Name (CNAME) Record

A record that maps an alias name to the true or canonical domain name.

26
New cards

Mail Exchange (MX) Record

A record used to identify the mail servers responsible for receiving email on behalf of a domain.

27
New cards

Text (TXT) Record

A record holding text information used for domain ownership verification and email security measures like SPF and DKIM.

28
New cards

Nameserver (NS) Record

Identifies the authoritative DNS servers responsible for a specific domain.

29
New cards

Pointer (PTR) Record

A record that maps an IP address to a domain name, primarily used for reverse DNS lookups.

30
New cards

Hosts File

A local operating system file used to map hostnames to IP addresses, which is checked before querying external DNS servers.

31
New cards

Network Time Protocol (NTP)

A protocol used to synchronize computer clocks over a network to within milliseconds of Coordinated Universal Time (UTC).

32
New cards

Network Time Security (NTS)

An extension of NTP that adds encryption and authentication to ensure time data exchanged between clients and servers is secure.

33
New cards

Precision Time Protocol (PTP)

Defined in IEEE 1588, it provides high-precision time synchronization within nanoseconds across a local area network (LAN).