How many ethernet ports are too many?
Some network protocols need to keep track of which physical port is which in a topology. PTP is one of those. Defined in IEEE 1588, it specifies a field called portNumber. It is an unsigned 16-bit integer. This means the limit for a single network switch is 65536 ethernet ports. Now, one could argue that 8 bits, 256 ports, is enough. But it doesn’t hurt to future proof and the next logical step is 16 bits. Surely no one will ever make a switch with that many ports! ...