Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

  1. Are the packets sent over UDP or TCP? (5 pts)
    1. ________________

  1. What are the Source and Destination ports for this DNS query message? (10 pts)
    1. Source: ________________
    2. Destination: ________________

  1. To what IP address is the DNS query message sent? (10 pts)
    1. ____________________

Use ipconfig to determine the IP address of your local DNS server.

Are these two IP addresses the same? (5 pts)

  1. _______

Examine the DNS query message. (10 pts)

  1. What Type of DNS query is it, and does the query message contain any answers?
    1. Type: ________________
    2. Answers: ________________

Examine the DNS response message:

  1. How many answers are provided, and what do these answers contain? (5 pts)
    1. ______________________
    2. ______________________

Consider the subsequent TCP SYN packet sent by your host.

  1. Does the destination IP address of the SYN packet correspond to any of the IP addresses provided in the DNS response message? (5 pts)
    1. __________

  1. The ietf.org web page contains images. Before retrieving each image, does your host issue any new DNS queries? (5 pts)
    1. __________

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part I Lnai 8724

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448475, 978-3662448472

More Books

Students also viewed these Databases questions

Question

explain the concept of strategy formulation

Answered: 1 week ago