Network Services Flashcards
Examples of Network Services
DHCP, DNS, NAT, EMAIL, HTTP, FILE SERVICES
DHCP - two types of addressing
Dynamic and Static:
DNS - what is the function
resolve names to IP addresses
Explain the DNS lookup process
To resolve a name, the resolver will check its own DNS cache. Query then issued to DNS server. If the answer is not found, the DNS server will query higher-level DNS servers that are called recursive queries. There are higher level DNS servers, they will only be forwarded to these servers if they cannot resolve recursive queries.
What are the steps for DNS lookup process.
step 1. User types in FQDN into a browser.
step 2: A DNS query is sent to the client’s listed DNS server.
step 3: DNS server searches for match of FQDN to IP
step 4:DNS query response sent back to the client with the UP address for the FQDN.
step 5: DNS server matched FQDN with IP.
Describe DNS message format
DNS uses port UDP port 53. If a DNS response exceeds 512 bytes, Dynamic DNS is used (DDNS). DNS uses the same message format for client queries, error messages, server messages, etc.
What are the sections of the DNS message format?
- Question - question for the server, contains the domain name to be resolved, query type and class domain.
- Answer: DNS resource record for the query.
- Authority: Contains the RRs for the domain authority.
- Additional: relevant to query responses only.
What is Dynamic DNS?