Network Services

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

1/101

flashcard set

Earn XP

Description and Tags

CompTIA+ Network Learning

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

102 Terms

1
New cards

Dynamic Host Configuration Protocol (DHCP)

A network management protocol used for automatic assignment of IP addresses, subnet mask, default gateway, and DNS server to devices connecting to the internet.

2
New cards

Domain Name System (DNS)

A protocol used to convert domain names to IP addresses, acting as a phone book for the internet. It operates over UDP and TCP using port 53.

3
New cards

Network Time Protocol (NTP)

A networking protocol used for clock synchronization between computer systems over a packet-switched network. It uses UDP over port 123.

4
New cards

DHCP Lease

The period of time for which a device is assigned an IP address by the DHCP server. Default lease time is usually 24 hours, but can be longer in corporate networks.

5
New cards

DORA

A mnemonic for the four steps of configuring a device using DHCP - Discover, Offer, Request, and Acknowledge.

6
New cards

DHCP Reservation

A method of excluding specific IP addresses from being handed out by the DHCP server, allowing them to be reserved for specific devices based on conditions such as MAC address.

7
New cards

Static Assignment

Manually providing an IP address, subnet mask, default gateway, and DNS server to a device instead of using DHCP for configuration.

8
New cards

Alternate Configuration

A fallback configuration set by the system administrator in case DHCP fails or cannot provide a proper configuration to a device.

9
New cards

APIPA

Automatic Private IP Address, a default setting that assigns a private IP address to a device if no other IP address is available.

10
New cards

Static IP address

A manually configured IP address that does not change.

11
New cards

DHCP server

A server that assigns IP addresses and other network configuration settings to devices on a network.

12
New cards

Scope options

Configuration settings in a DHCP server that include subnet mask, default router/gateway, DNS server, and lease time.

13
New cards

DHCP relay

A host that forwards DHCP packets between clients and servers when they are not on the same subnet.

14
New cards

User Datagram Protocol (UDP)

The protocol used by DHCP to send data, operating as a fire and forget method.

15
New cards

IP helper address

An address configured on a router to forward UDP broadcasts, often used in conjunction with DHCP relay.

16
New cards

DORA process

The process of DHCP discovery, offer, request, and acknowledgement that assigns an IP address to a device.

17
New cards

DHCP reservation

A configuration that assigns a specific IP address to a device using DHCP, ensuring it always receives the same address.

18
New cards

DHCP server settings

Configuration settings in a DHCP server, including start IP address, maximum number of users, and DHCP reservations.

19
New cards

DHCP

Dynamic Host Configuration Protocol. It is a network protocol that enables automatic assignment of IP addresses and other network configuration parameters to devices on a network.

20
New cards

DORA process

It stands for Discover, Offer, Request, and Acknowledge. It is the sequence of steps that takes place between a client and a DHCP server to obtain an IP address and other configuration information.

21
New cards

Scopes

Scopes in DHCP refer to a range of IP addresses that can be assigned to clients. It defines the available IP addresses and other configuration settings that can be offered by the DHCP server.

22
New cards

Reservations

Reservations in DHCP allow specific IP addresses to be assigned to specific clients based on their MAC address. It ensures that a particular device always receives the same IP address from the DHCP server.

23
New cards

DNS

Domain Name System. It is a protocol that translates human-readable domain names into numeric IP addresses, allowing network clients to find websites using host names instead of IP addresses.

24
New cards

Fully Qualified Domain Name (FQDN)

It is a domain name that includes the top-level domain, second-level domain, subdomain, and host name. It provides a complete and unique address for a specific resource on the internet.

25
New cards

A record

Address record. It links a host name to an IPv4 address in the DNS server. It allows clients to resolve a domain name to its corresponding IP address.

26
New cards

AAAA record

It stands for IPv6 Address record. It maps a domain name to an IPv6 address in the DNS server. It is used for websites that support IPv6 addresses.

27
New cards

CNAME record

Canonical Name record. It is used to point a domain or subdomain to another domain or subdomain name. It provides an alias or nickname for a specific domain name.

28
New cards

CNAME record

A DNS record that points a domain or subdomain to another domain or subdomain.

29
New cards

MX record

A DNS record that specifies the mail server responsible for accepting incoming emails for a domain.

30
New cards

SOA record

A DNS record that stores important information about a domain or zone, such as the last update time and the email address of the domain administrator.

31
New cards

PTR record

A DNS record used for reverse DNS lookup to correlate an IP address with a domain name.

32
New cards

TXT record

A DNS record used to add human-readable or machine-readable text data into the DNS system, often used for domain ownership verification or email spam prevention.

33
New cards

SRV record

A DNS record used to specify a host and port for a specific service, such as voiceover IP or instant messaging.

34
New cards

NS record

A DNS record used to indicate the authoritative DNS name server for a domain.

35
New cards

DNS records

Information stored for a given domain, including different types such as A record, AAAA records, Canonical Name records, MX records, TXT records, PTR records, and SRV records.

36
New cards

Name server

A server that stores DNS records for a domain and can be primary or backup.

37
New cards

Cloudflare

A cloud service provider that hosts name servers for domains.

38
New cards

Internal DNS

DNS used within a private network or cloud environment to allow instances to access each other using internal DNS names.

39
New cards

TTL (Time to Live)

A setting associated with DNS records that determines how long a DNS resolver can cache a query before requesting new information.

40
New cards

DNS cache

A temporary database located on individual hosts that stores DNS records to speed up the resolution process.

41
New cards

Recursive lookup

A DNS lookup strategy where the resolver asks DNS servers in a hierarchical manner until it finds the authoritative source for the domain.

42
New cards

Iterative lookup

A DNS lookup strategy where the resolver asks DNS servers for information and continues to query until it finds the IP address for the domain.

43
New cards

A records

DNS records used to map domain names to IPv4 addresses.

44
New cards

AAAA records

DNS records used to map domain names to IPv6 addresses.

45
New cards

CNAME records

DNS records used to map domain names to other domain names.

46
New cards

MX records

DNS records used for email and specify mail exchange servers for a domain.

47
New cards

NS records

DNS records used to specify name servers for a domain.

48
New cards

TXT records

DNS records used to store text data, either human-readable or machine-readable.

49
New cards

Pointer records

DNS records used to match an IP address with a domain name for reverse DNS lookups.

50
New cards

Service records

DNS records used to map a port and IP address to a domain name for a service.

51
New cards

DNS Server

A server that translates domain names into IP addresses.

52
New cards

ARP Packet

A packet used to discover the MAC address of a device on a local network.

53
New cards

Broadcast

Sending a message to all devices on a network.

54
New cards

MAC Address

A unique identifier assigned to network interfaces.

55
New cards

Switch

A network device that connects devices on a local network.

56
New cards

Client

A device that requests services or resources from a server.

57
New cards

DNS Records

Information stored on a DNS server that maps domain names to IP addresses.

58
New cards

Gateway

A device that connects different networks and forwards traffic between them.

59
New cards

ISP Router

A router provided by an Internet Service Provider (ISP) to connect to the internet.

60
New cards

Layer 2

The data link layer in the OSI model responsible for transferring data between adjacent network nodes.

61
New cards

Layer 3

The network layer in the OSI model responsible for routing and forwarding data packets.

62
New cards

IP Address

A numerical label assigned to each device connected to a computer network.

63
New cards

Router

A network device that forwards data packets between computer networks.

64
New cards

DNS Packet

A packet containing a DNS query or response.

65
New cards

Name Server

A server that handles queries regarding domain names within a specific domain.

66
New cards

Authority Record

A DNS record that specifies the authoritative name server for a domain.

67
New cards

Start of Authority (SOA) Record

A DNS record that contains administrative information about a domain.

68
New cards

A Record

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

69
New cards

Subdomain

A domain that is part of a larger domain.

70
New cards

Layer 3 Addressing

The process of assigning IP addresses to devices for communication over a network.

71
New cards

DNS server

A server that translates domain names into IP addresses and vice versa.

72
New cards

ARP packet

A packet used in the Address Resolution Protocol (ARP) to map an IP address to a MAC address.

73
New cards

Authority.diontraining.com

The domain name of the server that is the authority for the diontraining.com domain.

74
New cards

DNS request

A request sent by a client to a DNS server to obtain the IP address associated with a domain name.

75
New cards

Cache

A temporary storage location where DNS servers store recently accessed DNS records for faster retrieval.

76
New cards

Root DNS server

The highest level of DNS servers in the DNS hierarchy responsible for directing DNS queries to the appropriate authoritative name servers.

77
New cards

A record

A type of DNS record that maps a domain name to an IP address.

78
New cards

C name record

A type of DNS record that maps a domain name to another domain name.

79
New cards

Time to live (TTL)

The amount of time a DNS record can be cached before it expires and needs to be refreshed.

80
New cards

IP address

A unique numerical label assigned to each device connected to a computer network.

81
New cards

MAC address

A unique identifier assigned to network interfaces for communication at the data link layer of a network segment.

82
New cards

HTTP traffic

Internet traffic using the Hypertext Transfer Protocol (HTTP) for communication between clients and servers.

83
New cards

HTTP

A protocol used to send and receive webpages over the internet.

84
New cards

Packet

A unit of data that is transmitted over a network.

85
New cards

Mac address

A unique identifier assigned to a network interface controller for communications at the data link layer of a network segment.

86
New cards

Default gateway

A network node that serves as an access point to another network.

87
New cards

Router

A networking device that forwards data packets between computer networks.

88
New cards

IP address

A numerical label assigned to each device participating in a computer network that uses the Internet Protocol for communication.

89
New cards

DNS server

A server that translates domain names into IP addresses.

90
New cards

ARP

Address Resolution Protocol, a protocol used to map an IP address to a physical or MAC address.

91
New cards

Switch

A networking device that connects devices on a computer network by using packet switching to receive, process, and forward data to the destination device.

92
New cards

Server

A computer or system that manages network resources and provides services to clients.

93
New cards

NTP

Network Time Protocol, a protocol used for the synchronization of clocks between computer systems over a network.

94
New cards

UDP

User Datagram Protocol, a transport layer protocol used for communication over IP networks.

95
New cards

Stratum

A level or layer in the hierarchy of NTP time sources.

96
New cards

Stratum 0

The most precise timekeeping devices, such as atomic clocks and GPS, that serve as reference clocks for NTP.

97
New cards

Stratum 1

NTP servers that are synchronized to within a few microseconds of a Stratum 0 device.

98
New cards

Stratum 2

NTP servers that are connected to synchronized Stratum 1 servers.

99
New cards

Stratum 3

NTP servers that are synchronized upward to Stratum 2 servers.

100
New cards

Domain controller

A server that authenticates users, stores security policies, and manages the distribution of software and updates within a Windows domain.