The Query Path of Name Resolution
DNS translates a domain name like www.example.com into an IP address. On the Client's behalf, the Resolver queries the Root server at the top of the hierarchy, then the TLD server that manages .com, and finally the Authoritative server that holds the records for example.com. The Authoritative server is the one that answers with the actual IP address, which the Resolver returns to the Client.
Which server answers with the actual IP address of www.example.com?