V00D00 said:
"Under Stats on that site:
1000Mbps-1,488,100pps
1488100/ 1000 = 148.81 packets per megabyte ??? how big are these jumbo
frames? divide it out per megabyte, see if it's the same..
It also has a 4k MAC address table, so it can go pretty deep in terms of a switch,
4,000 bytes at 48 bytes per MAC = 83.3 addresses. That doesn't seem to bad either. "
--------------------------------------------------------------------------------------------------
1,488,100 packets per second is the theoretical maximum number of 64 byte packets that a Gigabit link can pass in one second at Wirespeed. This can be measured many different ways, so is not really an indicator of a good switch.
The 1000Mbps you allude to is really megaBITS not megaBYTES. Big difference.
Jumbo Frames is usually, according to the IEEE standard, 9,000 bytes. Many switch vendors use different sizes, depending on the hardware limitations they have in their switching hardware. It is usually only implemented in high-end server platforms or from switch to switch, also usually in the core switches and uplinks only.
Also, the 4k MAC address table refers to 4,092 individual MAC addresses in the forwarding address table, not a forwarding address table 4,092 bytes in size as you indicate.
Also, an ethernet MAc address is only 6 BYTES in size, not 48 bytes as you have reported.
A 4k MAC address table is pretty good, but standard for most little switches today.
A Golden Member should try to provide correct information, or none at all.