Lab1

.docx

School

Southern New Hampshire University *

*We aren’t endorsed by this school

Course

123

Subject

Electrical Engineering

Date

Jun 4, 2024

Type

docx

Pages

2

Uploaded by DrHawk4290

1. Which of the following protocols are shown as appearing (i.e., are listed in the Wireshark “protocol” column) in your trace file: TCP, QUIC, HTTP, DNS, UDP, TLSv1.2? Ans: HTTP 2. How long did it take from when the HTTP GET message was sent until the HTTP OK reply was received? (By default, the value of the Time column in the packetlisting window is the amount of time, in seconds, since Wireshark tracing began. (If you want to display the Time field in time-of- day format, select the Wireshark View pull down menu, then select Time Display Format, then select Time-of-day.) Ans: 2421 milliseconds 3. What is the Internet address of the gaia.cs.umass.edu (also known as wwwnet.cs.umass.edu)? What is the Internet address of your computer or (if you are using the trace file) the computer that sent the HTTP GET message? Ans: Gaia.cs.umass.edu Internet Address: 128.119.245.12 Computer Sending HTTP GET (Local) Address: 10.0.0.37 4. Expand the information on the HTTP message in the Wireshark “Details of selected packet” window (see Figure 3 above) so you can see the fields in the HTTP GET request message. What type of Web browser issued the HTTP request? The answer is shown at the right end of the information following the “User-Agent:” field in the expanded HTTP message display. [This field value in the HTTP message is how a web server learns what type of browser you are using.] • Firefox, Safari, Microsoft Internet Edge, Other Ans: Chrome/121.0.0.0 5. Expand the information on the Transmission Control Protocol for this packet in the Wireshark “Details of selected packet” window (see Figure 3 in the lab writeup) so you can see the fields in the TCP segment carrying the HTTP message. What is the destination port number (the number following “Dest Port:” for the TCP segment containing the HTTP request) to which this HTTP request is being sent? Ans: Dst Port: 80 6. Print the two HTTP messages (GET and OK) referred to in question 2 above. To do so, select Print from the Wireshark File command menu, and select the “Selected Packet Only” and “Print as displayed” radial buttons, and then click OK. Ans:
GET /wireshark-labs/INTRO-wireshark-file1.html HTTP/1.1 Date: Wed, 31 Jan 2024 06:59:02:4345 GMT sec-ch-ua: "Not A(Brand";v="99", "Google Chrome";v="121", "Chromium";v="121" sec-ch-ua-mobile: ?0 sec-ch-ua-platform: "Windows" Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/ webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 host: gaia.cs.umass.edu Postman-Token: 4aaa80a8-9b79-4cd7-a9ea-2584adf8b7a8 Accept-Encoding: gzip, deflate, br Connection: keep-alive   HTTP/1.1 200 OK Date: Wed, 31 Jan 2024 06:59:02:6766 GMT Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 mod_perl/2.0.11 Perl/v5.16.3 Last-Modified: Wed, 31 Jan 2024 06:59:02 GMT ETag: "51-6103869f38206" Accept-Ranges: bytes Content-Length: 81 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8 Request Headers sec-ch-ua:   "Not A(Brand";v="99", "Google Chrome";v="121", "Chromium";v="121" sec-ch-ua-mobile:   ?0 sec-ch-ua-platform:   "Windows" Upgrade-Insecure-Requests:   1 User-Agent:   Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Accept:   text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/ webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 host:   gaia.cs.umass.edu Postman-Token:   ecd90b60-49f7-45ed-a64d-ae7e37fe9ed4 Accept-Encoding:   gzip, deflate, br Connection:   keep-alive Response Headers Date:   Thu, 01 Feb 2024 04:39:07 GMT Server:   Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 mod_perl/2.0.11 Perl/v5.16.3 Last-Modified:   Wed, 31 Jan 2024 06:59:02 GMT ETag:   "51-6103869f38206" Accept-Ranges:   bytes Content-Length:   81 Keep-Alive:   timeout=5, max=100 Connection:   Keep-Alive Content-Type:   text/html; charset=UTF-8
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help