- Posts: 11
- Thank you received: 0
http request
14 years 7 months 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
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
14 years 7 months ago #34090
by sose
sose
Network Engineer
analysethis.co/index.php/forum/index
Replied by sose on topic Re: http request
post a screen shot of your sniffer please
sose
Network Engineer
analysethis.co/index.php/forum/index
14 years 7 months ago #34091
by IceCube
Replied by IceCube on topic Re: http request
14 years 7 months ago #34101
by Nevins
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
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).
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
Time to create page: 0.130 seconds