Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use Wireshark to answer the following question: Q1: What is the HTTP response code sent by the server after the first request? Q2: By looking

Use Wireshark to answer the following question:

image text in transcribed

Q1: What is the HTTP response code sent by the server after the first request?

Q2: By looking at the captured traces, which of the following explanations applies to the observed behaviour in the browser?

Select one:

a. The txt file is hosted at the bit.ly server, and is server directly to the client.

b. The client browser connects to a DNS server to resolve the bit.ly address name into the real hostname

c. The server form bit.ly acts as a proxy, sending a request to the ieft server, retrieving the txt file, and transparently returning the file to the client.

d. The server response code informs the browser that the file is available at a different location, thus triggering a second request from the browser to the right server.

Now we will use Wireshark to discover what happens at the protocol level when we use a URL shortener service such as bit.ly . These web applications have become very popular mostly to squeeze as much information as possible from limited size messages such as tweets. In this par we will be capturing the traffic originated from our browser to remote servers when we click one shortened URL. - Restart packet capturing with Wireshark. - In your web browser, enter the following URL (if you are repeating this experiment, you should clear the browser cache before going through the URL) https://bit.ly/33f5gKu - You should see a text document opening in your browser. Stop Wireshark capture now. It appears the browser has automatically decoded the shortened URL into the one it was ultimately pointing at

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

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions