Skip to main content

http request

More
14 years 1 month ago #34081 by IceCube
http request was created by IceCube
hi guys,

I recently started to use wireshark for education purposes. The first thing I tried was to capture the traffic while opening a browser to google (http request).

I have some questions about the output.

First I see the 3 way handshake, no problem here. Then my pc sends a get http.
The receiver (google) sends an ACK back followed by 2 'tcp segment of a reassembled pdu' packets. Then I send an ACK back to google.

No I have 2 questions:
1. What does 'tcp segment of a reassembled pdu' mean?
2. How come 2 of these packets are sent before I send an ACK back to google?

thx
More
14 years 1 month ago #34090 by sose
Replied by sose on topic Re: http request
post a screen shot of your sniffer please
More
14 years 1 month ago #34091 by IceCube
Replied by IceCube on topic Re: http request
hey sose, sure no problem. here it is:

[img
More
14 years 1 month ago #34101 by Nevins
Replied by Nevins on topic Re: http request
1. What does 'tcp segment of a reassembled pdu' mean?

Transmission control protocol segment of a reassembled protocol data unit.


Basically it's saying it received a part of (segment) a protocol data unit which has been dissembled and reassembled. Most likely it was dissembled because of the MTU between point A and B.


2. How come 2 of these packets are sent before I send an ACK back to google?

TCP is using a sliding window meaning that it can send out a specific limited number of "unconfirmed data units" depending on the window side (the amount of allowed unconfirmed packets).

Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
More
14 years 1 month ago #34104 by IceCube
Replied by IceCube on topic Re: http request
thx for the answer nevins, but where can I see these values in my capture like window side??
Time to create page: 0.147 seconds