Network Monitoring Appliance Looks Below 1 Microsecond
eweekhickins writes "Corvil has unveiled a new tool to help network managers cope with increasing pressure to improve performance. This appliance, from the Dublin-based company (with backing from Cisco), passively monitors traffic across networks in segments below 1 microsecond in length and correlates monitoring data with remote appliances and gives a complete picture of latency, jitter, packet loss and other phenomena that affect network and application performance. Corvil CEO Donal Byrne noted that 'If you can drop a millisecond [of latency] off, you're a hero.'"
However, it might be more effective to make your application more tolerant to latency (and fix your TCP window first).
A more logical reason would be to reduce the possible traffic issues.
If I'm sitting on the network with a 100Mb/s connection straight to the server
First off, the chance of a dropped packet (and delay in re-transmitting) is a magnitude smaller when I'm on the network.
So looking to shave a micro-second/milli-second off of a packet isn't that important or realistic. Humans do NOT make decisions that fast. You'd do better improving the speed of your code or throwing faster hardware at it.
That's what proper network segmenting is for. The guy that hogs the bandwidth usually has some business need to do so (but not always
My blog
You're missing where one of the parents commented about cases where speed matters. If you're doing algorithmic trading and you're using software QoS, and your competitor is using physical hardware segmentation, your competitor wins (all other things being equal).