Network Services Flashcards

1
Q

Zone transfer

A

Sharing of information between DNS servers about which domain names they have and their associated IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Network Time Protocol (NTP)

A

Synchronizes clocks between systems communicating over a packet-switched, variable-latency data network; sent over UDP using port 123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Scope

A

A list of valid IP addresses available for assignment or least to a client computer or endpoint device on a given subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DHCP Reservation

A

Excludes some IP addresses from being handed out to devices unless they meet a certain condition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DHCP Relay

A

Forwards DHCP packets between clients and servers (only if not in the same subnet or network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IP Helper

A

Forwards several different kinds of UDP broadcasts across the router and can be used in conjunction with the DHCP relay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Upon whom do we rely for DNS services?

A

Our ISPs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is the top level domain in DNS?

A

the .com part of the address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the root level domain in DNS?

A

.com, .net, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Top-level domain

A

.com, .eu, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

second level domain?

A

diontraining.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

subdomain?

A

support.diontraining.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

host level domain?

A

refers to a specific machine or device on the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A Record?

A

links a host name to an IPv4 address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

AAAA Record

A

links a hostname to an IPv6 address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

CNAME Record

A

canonical name; points a domain name to another domain name; point an old domain to a new one you started

17
Q

MX (Mail Exchange) Record

A

directs emails to a mail server

18
Q

Start of Authority (SOA) record

A

stores important information about a domain or zone; when it was last updated, very important for zone transfer (sends dns record data from the primary nameserver to a secondary nameserver)

19
Q

PTR Record

A

pointer record; correlates an IP address with a domain name

20
Q

TXT Record

A

Text; adds text into the DNS; mostly used to prove domain ownership, and spam prevention (like what we do with proofpoint)

21
Q

SRV Record

A

Service; specifies a host and port for a specific services

22
Q

NS Record

A

nameserver; indicates which DNS nameserver has the authority

23
Q

TTL (Time to Live)

A

Tells the DNS resolver how long to cache a query

24
Q

Recursive Lookup

A

DNS Server communicates with several other DNS servers to hunt down the IP address and return to the client

25
Iterative Lookup
Your DNS resolver asks for IP, if not it asks the next server, and so on and so forth
26
Network Time Protocol (NTP)
Synchronizes clocks between systems communicating over a packet-switched, variable-latency, data network; sent over UDP Port 123; important so we can all have the same time. Why so important? A lot of out security protocols rely on time to work