Switch Throughput
ideally with n inputs, each of speed s, we’d expect ns throughput (m >= n)
doesn’t quite work this way due to contention (e.g. multiple inputs going to single output)
during contention, data is queued or dropped, limiting throughput to below ns