Question
Tracing DNS with Wireshark Now that we are familiar with nslookup and ipconfig , were ready to get down to some serious business. Lets first
Tracing DNS with Wireshark
Now that we are familiar with nslookup and ipconfig, were ready to get down to some serious business.
Lets first capture the DNS packets that are generated by ordinary web-surfing activity.
- Use ipconfig to empty the DNS cache in your host.
- Open your browser and empty your browser cache.
- Open Wireshark and start a packet capture.
- Enter dns (without the quotes) into the Filter prompt.
- With your browser, visit the website: http://www.ietf.org
Stop the packet capture.
Answer the following questions:
Locate the DNS query and response messages for www.ietf.org.
- Are the packets sent over UDP or TCP? (5 pts)
- ________________
- What are the Source and Destination ports for this DNS query message? (10 pts)
- Source: ________________
- Destination: ________________
- To what IP address is the DNS query message sent? (10 pts)
- ____________________
Use ipconfig to determine the IP address of your local DNS server.
Are these two IP addresses the same? (5 pts)
- _______
Examine the DNS query message. (10 pts)
- What Type of DNS query is it, and does the query message contain any answers?
- Type: ________________
- Answers: ________________
Examine the DNS response message:
- How many answers are provided, and what do these answers contain? (5 pts)
- ______________________
- ______________________
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? (5 pts)
- __________
- The ietf.org web page contains images. Before retrieving each image, does your host issue any new DNS queries? (5 pts)
- __________
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started