Cengage Windows Server 2019 Chapter 8 Vocab

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Active Directory-integrated primary DNS server

A DNS server that is also a domain controller, where zone files can be stored in the Active Directory database and replicated to other domain controllers that are also configured as DNS servers. 

2
New cards

authoritative DNS server

A server that contains DNS resource records for one or more zones. 

3
New cards

caching-only DNS server

A DNS server that does not contain any zones but instead relays forward lookups and keeps a local copy of this information. 

4
New cards

debug logging

A logging option that obtains more detailed information compared to the DNS Server log allowing a technician to locate a solution to a problem. 

5
New cards

default forwarder

A DNS server that forwards requests it cannot resolve to other DNS servers instead of using root hints to perform recursive queries. 

6
New cards

DHCP failover

A configuration that provides fault tolerance for IPv4 scopes on two DHCP servers. 

7
New cards

DHCP option

Tagged data items that provide information to a DHCP client. They are sent in a variable-length field at the end of a DHCP message. 

8
New cards

DHCP policy

Provides a specific IP range or DHCP options for DHCP clients based on criteria in the DHCPDISCOVER packet. 

9
New cards

DHCP relay agent

Any host that forwards DHCP packets between clients and servers. Used to forward requests and replies between clients and servers when they are not on the same physical subnet. 

10
New cards

DHCP server

A server that dynamically assigns an IP address and other network configuration parameters to each device on a network so they can communicate with other IP networks. DHCP is an enhancement of an older protocol called BOOTP. 

11
New cards

DNS server

A server that maintains a directory of domain names and translates them to Internet Protocol (IP) addresses. This is necessary because, although domain names are easy for people to remember, computers or machines access websites based on IP addresses. 

12
New cards

DNS server log

The primary log where the DNS records information. 

13
New cards

dynamic DNS (DDNS)

A service that automatically updates DNS records when the IP address of a device or server changes, ensuring that a device or service can be accessed using a stable domain name, even with a frequently changing IP address. 

14
New cards

forward lookup

FQDN to IP address resolution. 

15
New cards

hosts file

A file used to map FQDNs to IP addresses native to the local operating system. 

16
New cards

IP Address Management (IPAM)

A method for planning, tracking, and managing IP address assignment within a network, helping ensure efficient address use, conflict avoidance, and validates communication. 

17
New cards

iterative query

A DNS query where the client communicates directly with each DNS server involved in the lookup.  

18
New cards

MAC address filtering

The ability to filter out specific MAC address allowing or disallowing access to the network. 

19
New cards

NetBIOS Name record

A record containing a NetBIOS name, which is a 16 character name for a networking service or function on a machine running Microsoft Windows Server. These names are a more friendly way of identifying computers on a network than network numbers. 

20
New cards

netmask ordering

If enabled on a DNS server, the DNS server will look at the IP address of the client that is performing the DNS query. When multiple DNS records exist on the same host name, the DNS server will respond back with a host name that is in the same network as the client when possible. In some cases there may be multiple DNS records in the same network as the client. If round robin is also enabled, the DNS records that are on that network will be cycled through. 

21
New cards

Network Time Protocol (NTP)

A networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks. In operation since before 1985, NTP is one of the oldest Internet protocols in current use. 

22
New cards

primary DNS server

The first DNS server in a zone. 

23
New cards

recursive query

A lookup where one DNS server communicates with several other DNS servers to hunt down an IP address and return it to the client. This is in contrast to an iterative DNS query, where the client communicates directly with each DNS server involved in the lookup. 

24
New cards

replication partner

A WINS server deployed on the network that is configured to share its NetBIOS name records. 

25
New cards

reservation

Allows an administrator to provide the same IP address each time a DHCPDISCOVER packet is received from a DHCP client that has a certain MAC address. 

26
New cards

resolver

A client computer. 

27
New cards

resource record

Record that contains the FQDN and IP information for computers in a zone. 

28
New cards

reverse lookup

Configuring the DNS to resolve IP addresses to FQDNs. Reverse DNS lookup is using an Internet IP address to find a domain name. 

29
New cards

root hints

DNS data stored in a DNS server. Provides a list of preliminary resource records that can be used by the DNS service to locate other DNS servers that are authoritative for the root of the DNS domain namespace tree. 

30
New cards

round robin

A technique of load distribution, load balancing, or fault-tolerance provisioning of multiple, redundant Internet Protocol service hosts, e.g., Web server and FTP servers, by managing the Domain Name System's (DNS’s) responses to address requests from client computers according to an appropriate statistical model. 

31
New cards

scavenging

Removing stale resource records. 

32
New cards

scope

A way to organize the settings for each IPv4 and IPv6 network so that the DHCP tool can provide IP configurations for them. 

33
New cards

secondary DNS server

An additional DNS server in a DNS zone that contains a read-only copy of the zone file from the primary DNS server that can be used to respond to DNS lookup requests. 

34
New cards

stale resource records

Records that are no longer valid but have accumulated in zone data over time. 

35
New cards

stub DNS server

Forwards requests for a target organization’s zone directly to a DNS server in the target organization. 

36
New cards

Time To Live (TTL)

The amount of time that a computer is able to cache the result of a lookup. 

37
New cards

Windows Internet Name Service (WINS)

Microsoft's implementation of NetBIOS Name Service. It is a name server and service for NetBIOS computer names. A central mapping of host names to network addresses. 

38
New cards

zone

Any distinct, contiguous portion of the domain name space in the Domain Name System (DNS) for which administrative responsibility has been delegated to a single manager. The domain name space of the Internet is organized into a hierarchical layout of subdomains below the DNS root domain. 

39
New cards

zone file

Stores resource records for the zone. 

40
New cards

zone transfer

The process of copying newly added resource records from the primary DNS server to a secondary DNS server.