Chapter 9: Network Naming Flashcards
Define: Name Resolution
A process that automatically converts computer names to logical addresses (IP address) or physical addresses (MAC addresses)
Define: Domain Name System (DNS)
A name resolution protocol used on all TCP/IP networks that resolves domain names to IP addresses.
Define: Server Message Block (SMB)
A Layer 7 protocol that supports sharing folders and files.
SMB
Port #
TCP port: 445
What are the two halves of DNS?
Resolvers and name servers (DNS servers)
What do DNS resolvers do?
Query name servers with a name to get its associated IP address.
This is called a recursive lookup.
What do DNS name servers do?
They hold the actual name and IP DNS records in a database called a zone.
How are the DNS name servers arranged?
In a hierarchical, interlinked fashion, with DNS root servers dispersed around the world.
What do DNS root servers do?
They delegate name resolution to more-specific DNS systems.
What do Top-Level Domain (TLD) servers do?
They handle the top-level domain (TLD) names, such as .com, .org, .net, .edu, .gov, .mil, .int, and delegate to domain-specific name servers (authoritative name servers).
What do domain specific name servers (authoritative name servers) do?
They hold the domain’s zone that stores the actual IP addresses a computer needs to communicate with a domain’s servers.
These are the domain names such as google in www.google.com.
What is a Fully Qualified Domain Name (FQDN)?
A complete DNS name, including the host name and all its domains in order.
It is written left to right with the host name first, then the domains in order moving up the DNS tree, to the root on the far right.
ex. www.google.com. (Internet FQDN)
ex. george-wks.sales.dallas. (Network FQDN)
What is a name server?
A name server is software that responds to queries about DNS zones.
A single name server can be authoritative for one or more domains.
What is a DNS zone?
A zone is a container for a single domain that gets filled with records.
What is a DNS record?
A record attaches a piece of data to a name in the DNS tree. There are different types of records used.