Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

s The file you used in Lab 4 also contains network traffic data when CNN.com is

ID: 3887295 • Letter: S

Question

s

The file you used in Lab 4 also contains network traffic data when CNN.com is visited by the Chrome browser of a laptop PC (IP: 192.168.0.5) Use the file and techniques you learned in this lab of Module 4 to answer the following questions. Type the question number followed by your answer of each question directly in the provided Text Entry field (you see it after clicking the Submit Assignment button to the far upper right of your screen). No file attachment.


[Question 1]:

Run your Wireshark to find all IP addresses and their corresponding host name that are captured when CNN.com is visited by the web browser.

[Question 2]:

When connected to CNN.com, how many source TCP ports are used by the web browser in total?
What is each source TCP port number?

Explanation / Answer

(1)
ip.addr == 192.168.0.5

This statement will give all IP address that are visited to the CNN.con website.


(2)
tcp.port eq 25 or icmp
ip.src == 192.168.0.5 and ip.dst = 192.168.0.5