PROFESSIONAL ACADEMIC STUDY RESOURCES WEBSITE +1 813 434 1028 proexpertwritings@hotmail.com
telecommunication
Description
complete 1 page
HANDS-ON ACTIVITYHANDS-ON ACTIVITY 5B
Exploring DNS Request and DNS Response
In this chapter, we talked about address resolution. This activity will help you see how your computer sends a DNS request for a website you never visited, before it can create a HTTP request packet to display the website on your browser. We will use Wireshark for this activity. Use of Wireshark was explained in Chapter 2.
Use ipconfig/all command to find the IP address of your computer and your DNS server.
So that we can explore the DNS request and response properly, the first step is to empty your DNS cache. Use ipconfig/flushdns command in the command prompt window to empty the DNS of your computer.
Open Wireshark and enter “ip.addr==your IP address” into the filter to only capture packets that either originate or are destined for your computer.
Start packet capture in Wireshark.
With your browser, visit www.ietf.org.
Stop packet capture after the Web page is loaded.
FIGURE 5-27 DNS capture
Deliverables
Locate the DNS query and response message for www.ietf.org. In Figure 5-27, they are packets 27 and 28. Are these packets sent over UDP or TCP?
What is the destination port for the DNS query message? What is the source port of the DNE response message?
To what IP address is the DNS query message sent? Compare this IP address to your local DNS server IP address. Are these two IP addresses the same?
The www.ietf.org contains several images. Before retrieving each image, does your host issue a new DNS query? Why or why not?
Now locate the HTTP Get message. What is the source and destination IP address? Compare the source to your IP address. Are these the same?
Approximately how many HTTP GET request messages did your browser send? Why was there a need to send additional HTTP GET messages?