I have a question regarding detecting a physical link problem with ping.
If we have a fiber or cable which has a problem and generate some CRC errors on the frame (visible with switch or router interface statistics), it's possible all ping tests would succeed, because of the default small ICMP packet size and statistically fewer possibilities of error. Is this correct?
Also, if I ping, with a 65k packet size, one ping will generate approximately 65000 / 1500(MTU) = 43 frames or IP fragments, then the probability for packet loss would be higher. Normally if one IP fragment is lost the entire IP packet is lost. Is this assumption is true ?
The global question is, with large ping, could we detect a physical problem on a link?