I've always thought the "typical" latency for a small office wired Ethernet network would be <5 ms. However, ping
ing the default gateway yields an average of 14 ms, and any host is around 30 ms.
What could be the cause of these poor latencies? Does it indicate a network problem, or just slow hosts? (I would not think it is the hosts because they are all in that 30 ms range, and some of them are quite new).
Also, what does the variance indicate?
Here is an example:
Pinging 192.168.10.134 with 32 bytes of data:
Reply from 192.168.10.134: bytes=32 time=70ms TTL=128
Reply from 192.168.10.134: bytes=32 time=59ms TTL=128
Reply from 192.168.10.134: bytes=32 time=53ms TTL=128
Reply from 192.168.10.134: bytes=32 time=53ms TTL=128
and another
Pinging 192.168.10.136 with 32 bytes of data:
Reply from 192.168.10.136: bytes=32 time=14ms TTL=128
Reply from 192.168.10.136: bytes=32 time=35ms TTL=128
Reply from 192.168.10.136: bytes=32 time=13ms TTL=128
Reply from 192.168.10.136: bytes=32 time=13ms TTL=128
Finally, is this latency even a problem?
We are using Gigabit switches with an ASA 5505 as the router/firewall/gateway.
EDIT 0: QoS Rule
access-list qos_in extended permit udp any any range 49152 49214
access-list qos_in extended permit udp any any eq 10060
access-list qos_in extended permit tcp any any eq 10032
access-list qos_in extended permit tcp any any eq 10064
access-list qos_in extended permit tcp any any range 49152 49214
access-list qos_out extended permit tcp any any eq 10064
access-list qos_out extended permit udp any any eq 10060
access-list qos_out extended permit udp any any range 30000 31000
...
priority-queue inside
tx-ring-limit 3
priority-queue outside
tx-ring-limit 3
...
policy-map qos_out
class qos_out
priority
policy-map qos_in
class qos_in
priority
service-policy global_policy global
service-policy qos_out interface inside
service-policy qos_in interface outside