Chapter 10: Network Naming Flashcards

1
Q

Name Resolution

A

Converts computer names to IP addresses and vice versa.

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

Domain Name System (DNS)

A

The dominant name resolution protocol.

UDP port 53 usually, sometimes TCP port 53

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

NetBT

A
  • Runs NetBIOS on top of TCP/IP, allowing Microsoft naming services to operate on a TCP/IP network without the need for DNS services.
  • TCP ports 137/139
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

NetBIOS

A

A protocol that creates and manages connections based on the names of the computers involved.

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

NetBEUI

A
  • Microsoft’s first networking protocol designed to work with NetBIOS.
  • Did not support routing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

hosts file

A
  • A static text file that resides on a computer and is used to resolve DNS host names to IP addresses.
  • Always checked first
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DNS Root Servers

A

The highest in the hierarchy of DNS servers running the Internet.

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

Top-Level Domain (TLD) Servers

A
  • The servers that hand the TLD names (com, org, net, edu, etc.)
  • Delegate work down to one more level of DNS servers (like our name servers).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the maximum length of a DNS name?

A

255 characters

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

DNS Hierarchical Name Space

A

An imaginary tree structure of all possible names that could be used within a single system.

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

Is DNS case-sensitive?

A

NO

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

Fully Qualified Domain Name (FQDN)

A

A complete DNS name.

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

DNS server

A

A computer running DNS server software

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

Zone

A

A container for a single domain that gets filled with records

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

Record

A

A line in the zone data that maps an FQDN to an IP address.

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

Authoritative Name Server

A

DNS server that holds the IP addresses and names of systems for a particular domain or domains.

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

In Linux, what file contains DNS server info?

A

/etc/resolv.conf

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

In Windows, how can you see your current DNS server settings?

A

ipconfig /all

19
Q

BIND

A

The most popular DNS server management tool in UNIX/Linux systems

20
Q

Cache-Only DNS Servers

A

DNS servers that do not have any forward lookup zones. They resolve the names of systems on the Internet for the network, but are not responsible for telling other DNS servers the names of any clients.

21
Q

Forward Lookup Zone

A

The storage area in a DNS server to store the IP addresses and names of systems for a particular domain or domains.

22
Q

Start of Authority (SOA)

A

Defines the single DNS server in charge of the forward lookup zone.

23
Q

NS records

A

All of the DNS servers for the domain

24
Q

A records

A

The IPv4 addresses and names of all the systems on the domain.

25
Q

Canonical Name (CNAME) record

A

Creates an alias

26
Q

MX records

A

Used exclusively by SMTP servers to determine where to send mail.

27
Q

AAAA records

A

The IPv6 addresses and names

28
Q

Primary Zones

A

Forward lookup zones created on the authoritative name server.

29
Q

Secondary Zones

A

Forward Lookup Zones created on other name servers to act as backups.

30
Q

Reverse Lookup Zone

A

Enables a system to determine an FQDN by knowing the IP address

31
Q

Pointer Record (PTR)

A

A record that points IP addresses to host names

32
Q

Server Message Block (SMB)

A

Protocol used by Microsoft clients and servers to share file and print resources

33
Q

DNS domains that are not on the Internet should use the top-level name _______.

A

.local

34
Q

Windows workgroup

A

A name that organizes a group of computers

35
Q

Windows domain

A

A group of computers controlled by a computer running Windows Server which is configured as a domain controller

36
Q

Windows Active Directory

A

An organization of related computers that shares one or more Windows domains.

37
Q

Active-Directory-Integrated Zone

A

A zone in which all domain controllers (DNS servers) are equal. (No authoritative)

38
Q

DNS Suffix

A

Helps DHCP clients access network resources more efficiently by letting them know the name of the DNS domain to which they belong

39
Q

Dynamic DNS (DDNS)

A

Enables DNS servers to get automatic updates of IP addresses of computers in their forward lookup zones, mainly by talking to the DHCP server

40
Q

Command to force a DNS server to update its records

A

ipconfig /registerdns

41
Q

DNS Security Extensions (DNSSEC)

A

An authentication and authorization protocol designed to prevent bad guys from impersonating legitimate DNS servers

42
Q

The first clue that there is a DNS problem is the ____________ error.

A

“server not found”

43
Q

Command to eliminate any DNS caches on a Windows system

A

ipconfig /flushdns

44
Q

Steps in Diagnosing TCP/IP Networks

A

1) Diagnose the NIC
2) Check the NIC’s driver
3) Diagnose locally (ping neighboring systems by both domain name and IP address)
4) Check IP address and subnet mask
5) Run netstat
6) Run netstat -s
7) Diagnose to the gateway
8) Diagnose to the Internet