322 views
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 $\_\_\_\_$ .

1 Answer

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).
Answer:
Position:
Show:

Related questions

3 3 votes
4 4 answers
552
552 views
GO Classes asked Oct 29, 2025
552 views
In the $\mathrm{IPv4}$ addressing format, the total number of host addresses available within a single Class C network is:
1 1 vote
1 1 answer
335
335 views
GO Classes asked Oct 29, 2025
335 views
A web browser, with an empty cache, is set to use persistent HTTP and can open up to $6$ parallel connections to a single server. A requested web page contains one main H...
3 3 votes
1 1 answer
281
281 views
GO Classes asked Oct 29, 2025
281 views
Assume you have requested a web page from a server. Your browser's cache is initially empty. The browser is configured to use non-persistent HTTP. The web page consists o...
3 3 votes
1 1 answer
374
374 views
GO Classes asked Oct 29, 2025
374 views
In an IPv4 datagram, the $M$ bit is $\mathbf{1}$, the value of $H L E N$ is $\mathbf{5}$, the value of total length is $\mathbf{1 5 0 0}$ and the fragment offset value is...