Date: Mon, 19 Apr 2004 13:16:53 -0400 From: Charles Swiger <cswiger@mac.com> To: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> Cc: FreeBSD Questions list' <freebsd-questions@freebsd.org> Subject: Re: Interpreting ping response? (the POD lives??) Message-ID: <5A7A80A4-9225-11D8-9D0B-003065ABFD92@mac.com> In-Reply-To: <4082FCD0.7090600@daleco.biz> References: <407BFD3D.6030206@daleco.biz> <20040418193704.GA50421@ux1sjc1.calicat.org> <4082FCD0.7090600@daleco.biz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 18, 2004, at 6:10 PM, Kevin D. Kinsey, DaleCo, S.P. wrote: > A further question, if I may ... from a FBSD box at 192.168.0.2, > I can ping 192.168.0.2 up to { -s 65507 }. Windows XP at *.*.*.10 > responds as long as { -s < 25153 } ... if Ethernet Maximum is 1500, > and that's the reason for the error <?> why doesn't FreeBSD, or > even Windows, elicit a similar response? Nah, maybe that's a bad > question ... they aren't the same OS ... :-( > > So, MTU is an OS feature/stat rather than general Ethernet? You can send ICMP or UDP packets larger than the local MTU because the IP layer includes support for fragmenting datagrams if they are too big. This capability works remarkably well but can be expensive in terms of system resources to break apart and reassemble fragments. MTU is a parameter of a network transport layer, it has nothing to do with the OS... -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5A7A80A4-9225-11D8-9D0B-003065ABFD92>