I hv done some ping tests with various packet size and with DF set. Below is the results:
C:\>ping google.com -f -l 1452
Pinging google.com [64.233.187.99] with 1452 bytes of data:
Reply from 64.233.187.99: bytes=56 (sent 1452) time=429ms TTL=232
Reply from 64.233.187.99: bytes=56 (sent 1452) time=413ms TTL=232
Reply from 64.233.187.99: bytes=56 (sent 1452) time=410ms TTL=232
Reply from 64.233.187.99: bytes=56 (sent 1452) time=413ms TTL=232
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 410ms, Maximum = 429ms, Average = 416ms
C:\>ping google.com -f -l 1453
Pinging google.com [64.233.187.99] with 1453 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>
My question is, what is actually limiting the size of the packets? What is doing the fragmentation?
Thank you very much.
C:\>ping google.com -f -l 1452
Pinging google.com [64.233.187.99] with 1452 bytes of data:
Reply from 64.233.187.99: bytes=56 (sent 1452) time=429ms TTL=232
Reply from 64.233.187.99: bytes=56 (sent 1452) time=413ms TTL=232
Reply from 64.233.187.99: bytes=56 (sent 1452) time=410ms TTL=232
Reply from 64.233.187.99: bytes=56 (sent 1452) time=413ms TTL=232
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 410ms, Maximum = 429ms, Average = 416ms
C:\>ping google.com -f -l 1453
Pinging google.com [64.233.187.99] with 1453 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>
My question is, what is actually limiting the size of the packets? What is doing the fragmentation?
Thank you very much.