Run nslookup to obtain the ip address of a web server in


In this lab, we'll make extensive use of the nslookup tool, which is available in most Linux/Unix and Microsoft platforms today. To run nslookup in Linux/Unix, you just type the nslookup command on the command line. To run it in Windows, open the Command Prompt and run nslookup on the command line.

In it is most basic operation, nslookup tool allows the host running the tool to query any specified DNS server for a DNS record. The queried DNS server can be a root DNS server, a top-level-domain DNS server, an authoritative DNS server, or an intermediate DNS server (see the textbook for definitions of these terms). To accomplish this task, nslookup sends a DNS query to the specified DNS server, receives a DNS reply from that same DNS server, and displays the result.

Now that we have provided an overview of nslookup, it is time for you to test drive it yourself. Do the following (and write down the results):

1. Run nslookup to obtain the IP address of a Web server in Asia. What is the IP address of that server?

2. Run nslookup to determine the authoritative DNS servers for a university in Europe.

3. Run nslookup so that one of the DNS servers obtained in Question 2 is queried for the mail servers for Yahoo! mail. What is its IP address?

4. Locate the DNS query and response messages. Are then sent over UDP or TCP?

5. What is the destination port for the DNS query message? What is the source port of DNS response message?

6. To what IP address is the DNS query message sent? Use ipconfig to determine the IP address of your local DNS server. Are these two IP addresses the same?

7. Examine the DNS query message. What "Type" of DNS query is it? Does the query message contain any "answers"?

8. Examine the DNS response message. How many "answers" are provided? What do each of these answers contain?

9. Consider the subsequent TCP SYN packet sent by your host. Does the destination IP address of the SYN packet correspond to any of the IP addresses provided in the DNS response message?

10. This web page contains images. Before retrieving each image, does your host issue new DNS queries?

11. What is the destination port for the DNS query message? What is the source port of DNS response message?

12. To what IP address is the DNS query message sent? Is this the IP address of your default local DNS server?

13. Examine the DNS query message. What "Type" of DNS query is it? Does the query message contain any "answers"?

14. Examine the DNS response message. How many "answers" are provided? What do each of these answers contain?

15. Provide a screenshot.

16. To what IP address is the DNS query message sent? Is this the IP address of your default local DNS server?

17. Examine the DNS query message. What "Type" of DNS query is it? Does the query message contain any "answers"?

18. Examine the DNS response message. What MIT nameservers does the response message provide? Doe, this response message also provide the IP addresses of the MIT namesers?

19. Provide a screenshot.

20. To what IP address is the DNS query message sent? Is this the IP address of your default local DNS server? If not, what does the IP address correspond to?

21. Examine the DNS query message. What "Type" of DNS query is it? Does the query message contain any "answers"?

22. Examine the DNS response message. How many "answers" are provided? What does each of these answers contain?

23. Provide a screenshot.

Attachment:- Networking lab.rar

Request for Solution File

Ask an Expert for Answer!!
Computer Networking: Run nslookup to obtain the ip address of a web server in
Reference No:- TGS02896060

Expected delivery within 24 Hours