Mixing jumbo frames and normal frames on one server

jumboframesnetworking

I have a group of servers on 10Gb that I want to use jumbo frames on to hopefully speed up the backups. The backup server and switches can be changed.

If I turn on jumbo frames, will all of the clients that connect to those servers with normal frames (1500MTU) cause fragments? Say the client talks the server with 1500 MTU and then will the server reply with a 9000 MTU frame causing the client to fragment it?

Best Answer

I think you may be thinking of fragmentation that can happen with IP packets. With MTUs, the packet is either dropped or transmitted. There is no fragmentation. If the server transmits a packet to the client that is greater than 1500 bytes in the given configuration, it will simply be dropped and not processed, which is different to fragmentation. (Fragmentation in itself is quite a messy situation, but it's better than losing the packet as a whole.)