Question

In: Computer Science

Briefly describe the difference between recursive and iterative DNS query?

Briefly describe the difference between recursive and iterative DNS query?

Solutions

Expert Solution

Answer:

DNS queries are often classified according the way during which an entire request is processed. Generally queries are often classified as follows.

1-recursive query
2-iterative query

3-Inverse queries


Recursive Query

A recursive query may be a quite query, during which the DNS server, who received your query will do all the work of fetching the solution , and giving it back to you. During this process, the DNS server may additionally query other DNS server's within the internet on your behalf, for the solution .

Iterative Query:

In Iterative DNS Query, when a DNS Client asks the DNS server for name resolution, the DNS Server provides the simplest answer it's . If the DNS Server doesn't know the solution to the DNS Query from Client, the solution are often a regard to another lower level DNS Server also. This lower level DNS Server is delegated at the upper level DNS Server to be Authoritative for the DNS namespace which the DNS Query is said with.

comment us for any queries...!

Please gives a thumbs up...!


Related Solutions

What is the relationship between Iterative and Hierarchical/Recursive DNS lookups? What are the three steps in...
What is the relationship between Iterative and Hierarchical/Recursive DNS lookups? What are the three steps in a TCP session set-up? Describe the relationship between IMAP and POP protocols. Describe at least three improvements/changes made to the IPv6 header. Which of the following OSI Layer 2 protocols does IPv6 Neighbor Discovery Protocol [NDP] completely replace? Ethernet ARP ATM Frame Relay IPv6 was initially released in the 1990’s, but most Internet connected systems are still not currently using it. Provide at least...
What is the difference between recursive and iterative bubble sort? I thought that iterative is most...
What is the difference between recursive and iterative bubble sort? I thought that iterative is most effecient but is that only with large data sets? If recursive scans through less each time, does that mean its always more effecient?
Iterative implementation of a recursive algorithm executes faster than recursive implementation because no _____ needs to...
Iterative implementation of a recursive algorithm executes faster than recursive implementation because no _____ needs to be maintained. Select one: a. recursion b. iteration c. recurrence d. stack e. array
What is the difference between Fact and Query in a logic programming language?
What is the difference between Fact and Query in a logic programming language?
Iterative Linear Search, Recursive Binary Search, and Recursive Selection Sort I need it in Java with...
Iterative Linear Search, Recursive Binary Search, and Recursive Selection Sort I need it in Java with comments and I need the input file to be placed with Scanner not BufferedReader Please help I need Class River Class CTRiver and Class Driver Class River describes river’s name and its length in miles. It provides accessor methods (getters) for both variables, toString() method that returns String representation of the river, and method isLong() that returns true if river is above 30 miles...
design two algorithms, an iterative version and a recursive version , for finding the min and...
design two algorithms, an iterative version and a recursive version , for finding the min and max values in an array of n numbers A.) a iterative version B.) a recursive version derive the time efficiency functions (or time function in terms of n) for each, analyze each function, and compare and discuss the results of the analysis
Write a recursive and an iterative function to calculate the nth element in a Fibonacci sequence....
Write a recursive and an iterative function to calculate the nth element in a Fibonacci sequence. A Fibonacci sequence is defined as the element 1, followed by another 1, and each element thereafter is the sum of the previous two elements. For example, the first 9 elements of a Fibonacci sequence are: 1 2 3 5 8 13 21 34 This famous sequence was originally used to predict the growth of rabbit populations! Once you have each of the functions...
Briefly describe the difference between temporary and chronic poverty. Give examples
Briefly describe the difference between temporary and chronic poverty. Give examples
Discuss the difference between the IP, DNS and MAC addresses – how do the relate to...
Discuss the difference between the IP, DNS and MAC addresses – how do the relate to one another in a network?
Discuss the difference between the IP, DNS and MAC addresses – how do the relate to...
Discuss the difference between the IP, DNS and MAC addresses – how do the relate to one another in a network?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT