Source to client UDP: 4 different datagram sizes
There are only 4 different UDP datagram sizes - as shown in the figure and table below.
Bin | Frequency |
---|---|
42 | 5 |
46 | 83 |
78 | 20 |
1472 | 702659 |
Transcript
We can also see that there are four different sizes of UDP datagrams sent: some small ones at 42 bytes long, very few of those only 5 of them, 83 forty-six bytes long, and 20 other seventy-eight bytes long, but most of them are fourteen hundred seventy-two bytes long. So those are 1472 bytes plus our header, and that's, of course, sending the bulk of the data as we expect to transfer in the file.