Chapter 10: Network Naming Flashcards
Name Resolution
Converts computer names to IP addresses and vice versa.
Domain Name System (DNS)
The dominant name resolution protocol.
UDP port 53 usually, sometimes TCP port 53
NetBT
- 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
NetBIOS
A protocol that creates and manages connections based on the names of the computers involved.
NetBEUI
- Microsoft’s first networking protocol designed to work with NetBIOS.
- Did not support routing
hosts file
- A static text file that resides on a computer and is used to resolve DNS host names to IP addresses.
- Always checked first
DNS Root Servers
The highest in the hierarchy of DNS servers running the Internet.
Top-Level Domain (TLD) Servers
- 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).
What is the maximum length of a DNS name?
255 characters
DNS Hierarchical Name Space
An imaginary tree structure of all possible names that could be used within a single system.
Is DNS case-sensitive?
NO
Fully Qualified Domain Name (FQDN)
A complete DNS name.
DNS server
A computer running DNS server software
Zone
A container for a single domain that gets filled with records
Record
A line in the zone data that maps an FQDN to an IP address.
Authoritative Name Server
DNS server that holds the IP addresses and names of systems for a particular domain or domains.
In Linux, what file contains DNS server info?
/etc/resolv.conf