Network Naming Flashcards

(32 cards)

1
Q

Resolves IP addresses off of Fully qualified domain names ( FQDN ):

A

Domain Name Systems ( DNS )

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

FQDN breakdown:

A

WWW. - is the Host Name
Google - is the Secondary Domain name
.com - is the Top-Level domain ( TDL ) name

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

For computers to transfer data between each other in an internal domain or LAN they would need a:

A

Interior or Authoritative DNS server

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

the Primary DNS server of a zone or LAN is known as:

A

Start of Authority ( SOA )

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

When creating DNS records for IPv4 they would be called:

A

A - record

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

When creating DNS records for IPv6 they would be called:

A

AAAA - record

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

When creating DNS records, you 1st need a ________ to create or put them in. It also resolves a FQDN to an IP address.

A

Forward Lookup Zones

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

Creating Alias or user interfacing for DNS records are called:

A

Canonical Address or CNAME

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

Mail Exchange or mail servers get their own ______ in DNS servers

A

MX record

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

These help to reduce SPAM or Spoofing in email servers by actually resolving an IP address to a FQDN:

A

Reverse Lookup Zones

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

You would set up a __________ in Reverse lookup zones instead of A records.

A

PTR ( Pointer Record )

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

these rare type records are Popular for VOIP networks

A

Service location or (SRV) record

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

These types ( DKIM and SPF ) records have gotten real important in the anti-spam world:

A

TXT records

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

this type of TXT record lets you control or block emails by a statement like: accept only emails from this IP, if it comes from anywhere else, forget about it.

A

SPF

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

this type of TXT record uses a key or certificate to authenticate email users

A

DKIM

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

one of oldest and best tools to manage and know what’s going on in your network is:

A

net command
ex: net view
net user
net use
net share
net accounts
net start
net stop

17
Q

If you’re not on a domain like at home, this old protocol helps you manage the network connections based on the names of the computers.

A

Netbios ( ports 137,138,139 )

18
Q

Around the time of Windows Vista, ___________ was created for Windows Name Resolution for hosts on the same local link.

A

Linked Local Multicast Name Resolution (LLMNR) uses UDP port 5355

19
Q

This command prompt netbios type tool is used to help tell you what’s going on or problems with your network.

20
Q

Every computer has a ______________ to tell the world who it is.

A

Registered Name

21
Q

What command shows your network IP and Netbios Local Name Table

22
Q

What command shows your network names in cache?

23
Q

What command do you use to attempt to talk to other PC’s on the network, or to broadcast your name?

24
Q

What command do you use to see what another computers NETBIOS Local Name table is?

A

nbstat -a ( computers name )

25
this command shows the latest statistics of whats been going on with your network connections
nbstat -r
26
command to clear your remote cache table
nbstat -R
27
the command to rebroadcast all your computers information over the network is:
nebstat -RR
28
This protocols enables you to use a DHCP- assigned IP address for connections and the DDNS providers are able to update your IP information say when your local ISP's router changes your IP.
Dynamic DNS
29
One way to test to see if you have a DNS problem while attempting to connect to a webpage is to use it's ________ instead of the pages name.
IP address
30
To check your DNS IP addresses by looking in your __________ and by using the ____________ command
Network properties in windows ipconfig
31
What command do you use to clear your DNS cache?
flushdns
32
What 3 tools are used to query your DNS server to check the status or see if they are working?
nslookup - sees default DNS information Domain information groper (DIG) "not part of Windows" Ping ( used to check connectivity to an FQDN )