WDD: DNS and DNS Types
DNS and DNS Types.
DNS:
Definition: It an internet service that changes the domain names into IP addresses.
Purpose: It translate all domain names into IP addresses. So that, the user will be able to access the website. In other word, the computers are only able to access based on IP addresses. Domain name are existed for the used of users.
How it works: When a web address is typed in (eg: www.blogspot.com). The internet service provider (ISP) will view the DNS. In which it will translate the domain names into IP addresses (eg: 216.58.196.41). It will directs the user internet connection to the correct website.
Diagram:

DNS Queries:
Definition: Is a demand for information sent from a user's computer to a DNS server. (Request info about website from user PC to DNS Server)
Types of DNS Queries:
DNS Servers:
Definition: It is a computer server that contains all the public IP addresses and domain names. (used to manage, maintain the domain names and IP addresses)
Types of DNS Servers:
DNS:
Definition: It an internet service that changes the domain names into IP addresses.
Purpose: It translate all domain names into IP addresses. So that, the user will be able to access the website. In other word, the computers are only able to access based on IP addresses. Domain name are existed for the used of users.
How it works: When a web address is typed in (eg: www.blogspot.com). The internet service provider (ISP) will view the DNS. In which it will translate the domain names into IP addresses (eg: 216.58.196.41). It will directs the user internet connection to the correct website.
Diagram:

DNS Queries:
Definition: Is a demand for information sent from a user's computer to a DNS server. (Request info about website from user PC to DNS Server)
Types of DNS Queries:
- Recursive Query: DNS client search the DNS servers, one by one to find the IP addresses of the searched domain name.
- Iterative Query: When DNS client asks the DNS server for name resolution, the DNS Server provides the best answer it has.
- Non-recursive Query: DNS client (user's computer) directly gets the IP address of the domain name, by asking the DNS server to complete it translation.
DNS Servers:
Definition: It is a computer server that contains all the public IP addresses and domain names. (used to manage, maintain the domain names and IP addresses)
Types of DNS Servers:
- DNS Resolver: A local server that stores a central database of DNS name servers and manages DNS requests for all the client in the network.
- DNS Root Server: It concentrate on answering the client request in the DNS's root zone. Rather than executing the name resolution itself, it inform the requesting client about which other DNS server is able to obtain further information regarding the desired IP address.
- Authoritative Name Server: store updated information for domain name.
- CName record: or Canonical Name can be used to change one name to another.
- MX records: or Mail exchange are used by mail server to determine where to deliver email.
- TXT record: or Text record is used to provide the ability to associate text with a zone.
Reference:
Comments
Post a Comment