[go: up one dir, main page]

0% found this document useful (0 votes)
78 views5 pages

Assignment 2

Uploaded by

ged123115
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views5 pages

Assignment 2

Uploaded by

ged123115
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Assignment.

Overview and Objectives


Explore DNS and IP addressing on your machine.

Rubric | Grading Breakdown


Turn in should be clear and concise.
Question 1 50%
Question 2 20%
Question 3 30%
Submissions
This assignment must be turned in using the .zip file format using
LastName.FirstName.Supplemental3.zip.

Section 1: Questions Question


1:
In command prompt, type in ipconfig to see the cached locally on your machine, use ipconfig to
find your IP address (save this for question 3). Answer the following questions.
i. Take a screenshot and paste it here.
ii. What is your Network Subnet Mask?
255.255.255.0
iii. What is your Network IP Address?
10.0.0.126
iv. What is your Host ID?
126
v. What would be your Broadcast Address?
10.0.0.255

Question 2:
Type in ipconfig/displaydns to see the cached addresses locally on your machine.
i. Take a screenshot of some and paste it here.
ii. What are some of the types of resource records that is cached in your machine
when you ip/display dns?
CNAME Record , A (Host) Record , PTR Record

Question 3:
Type in ipconfig/flushdns to delete cache. Start Wireshark and follow the directions listed.
Then answer the questions below.
• Type in filter bar at the top of the Wireshark interface:
ip.addr==xxxx.xxxx.xxxx.xxxx the xxxx.xxxx.xxxx.xxxx being whatever your IP
address is. You can also filter your captures with "&& dns" (If this does not work,
try removing the IP address condition from the filter, leaving just "dns").
• The type of capture will either be Wifi or Ethernet, depending on how your
machine is connected to the internet.
• Open browser and go to www.ietf.org
• Stop capture.
• Save the capture and attach in submission.
• Try looking through the packet details pane (Default location is between the
packet list pane and the packet bytes pane) for the following information.

i. Screenshot for the capture

ii. What transmission protocol, in the transport layer, did your machine use to find the IP
address of www.ietf.org?
UDP
iii. What is the port destination for the DNS query?
53

You might also like