Final answer:
The time elapses from when the client clicks on the link until the client receives the object is RTT0 + RTT1 + RTT2 + ... + RTTn.
Step-by-step explanation:
The time it takes for a client to receive an object after clicking on a link can be estimated using the round-trip time (RTT) and the number of DNS servers visited.
Let's assume that the client needs to visit n DNS servers before receiving the IP address. Each visit incurs an RTT of RTT1, RTT2, ..., RTTn.
Additionally, there is an initial RTT0 between the client and the server containing the object.
Assuming zero transmission time of the object, the total time elapsed would be the sum of the RTTs and RTT0.
So, the time from when the client clicks on the link until the client receives the object is:
Total Time = RTT0 + RTT1 + RTT2 + ... + RTTn