What is the meaning of final data frame

asked 2020-08-26 02:28:42 +0000

updated 2020-08-26 07:47:38 +0000

grahamb gravatar image

Highlight the relevant packet details and verify the size of the reassembled TCP segment.

edit retag flag offensive close merge delete

Comments

Is this a homework question? If so, what have your tried so far?

grahamb gravatar imagegrahamb ( 2020-08-26 07:12:00 +0000 )edit

No this is not a homework question. I just want to learn and explore wireshark as I am new to wireshark software.

chin123456 gravatar imagechin123456 ( 2020-08-26 07:19:46 +0000 )edit

Hi, You are not giving enough context but I'm guessing you are reading a tutorial. Put put it very brief if and simple; if you want to send a number of bytes over TCP the TCP protocol may have to chop that up in segments of a smaller number of bytes. I'm guessing "final data frame" refers to the last TCP packet carrying the bytes needed to complete the transfer, like a data PDU of a protocol using TCP as transport.

Anders gravatar imageAnders ( 2020-08-26 08:08:48 +0000 )edit