3 3 votes Consider the resolution of the domain name www.research.ac.uk by a local DNS resolver using an iterative query mechanism. Assume the resolver's cache is not empty; it already contains the resource record for the .ac.uk name server. No other records are cached. The number of new external DNS query-response pairs the resolver must initiate to find the IP address is $\_\_\_\_$ . Computer Networks goclasses computer-networks goclasses-cs-dpp goclasses-cs-dpp-day-118 goclasses-cn-practice-questions numerical-answers + – GO Classes 322 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote The iterative process performed by the resolver is as follows: 1. The resolver checks its cache and finds the address for the .ac. uk server. This allows it to skip querying the Root server and the .uk TLD server. 2. Resolver asks the .ac.uk server for www.research.ac.uk. The server replies with the address of the research.ac.uk server. (External Pair 1) 3. Resolver asks the research.ac.uk (authoritative) server for www.research.ac.uk. The server replies with the final IP address. (External Pair 2) This requires a total of 2 external query-response pairs. (This count does not include the initial query from the user's computer to the local resolver). GO Classes answered Oct 29, 2025 GO Classes comment Share Follow 0 reply Please log in or register to add a comment.