I am having trouble understanding the question for my network assignment. The question states:
Discover the sequence of DNS servers your local DNS server with empty cache goes through when it find the IP address of www.case.edu by performing a series of DNS queries starting with one of the root servers [a-m].root-servers.net. To choose the root DNS server, take value X = mod 13 and use Xth root server (counting from zero: a.root-server.net is #0, …, m.root-servers.net is #12) Using a series of dig commands, follow the delegation chain.
Does the assignment actually want me to query [a-m].root-servers.net, or is root-server.net a holder value for some other url that I need to find by performing a dig query on www.case.edu. I just would like help understanding the question not looking for homework answers. Thanks for any help.