quantumx wrote:Thanks for the response Chris.
I am aware of the debate. What I am asking - does enabling a larger MTU on Netonix kit have any negative consequences?
ie. reduced buffering capacity, increased latency, reduced PPS handling
If this is unknown, I can test.
Thanks.
So the switch core is rated at line speed for all ports all maxed at the same time. Meaning on a WS-6 with 6 1G ports the switching core capacity is 6 Gbps regardless of MTU or packet size so changing the MTU should have no impact on the performance of the switch as far as capacity of data. This is not a software switch which all packets touch a single CPU or say a software router which again all packets touch the CPU. Data through our switch does not touch the CPU running UI/CLI which is used primarily to configure the switch CORE. We can route packets to the CPU running the UI/CLI but that would be stupid as that CPU is small and at best could handle less than 60 Mbps, think a small home office router all packets coming from the WAN port to the LAN port(s) has to be processed by that small CPU. Now small routers with 4 LAN ports is usually a CPU to run the UI/CLU and all routed packets touch that CPU but the 4 port switch is usually a very cheap non managed switch chip which handles switching between those 4 ports at line speed but from WAN to the 4 LAN ports has a max routing capacity. Back in the days of say the old Linksys wireless APs running Open WRT was about 60 Mbps +/- between WAN and LAN but between LAN ports was 100 Mbps or 1Gbps depending on what the LAN port speeds were.
reduced buffering capacityWell obviously the amount of buffer space is limited and based how many bites the buffer can handle so the larger the packets the less packets that can be buffered but the same amount of date taking into account for packet headers and such as headers are data and count towards the buffer capacity. Most switches have so much memory and "usually" the buffer memory is dynamically assigned to ports based on their need at that moment in time.
increased latency
Well obvious this could affect this to some degree based on packet retries and or if it is a clean environment with no errors (good luck in wireless) . But this is not a clean cut answer and would be debated based on network architecture. Keep in mind for VOIP, gaming, telemetry most packets would be smaller than JUMBO packets.
reduced PPS handlingWell obviously the ports are rated based on actual data through put. Meaning the larger the packets if maxing out a 1G port the pps would be less.
Can it cause issues Well that all depends on what device it is talking to on the other side and how it is setup as well as all the devices between source and destination.
This is not a simple clean cut binary answer.