1.
Default Gateway. The IP address 172.26.0.1 is identified in your first post as the
default gateway. This is the router that connects your local area network (LAN) to the outside world (or other local networks).
2.
Ping Response Time(s). If you're pinging the default gateway from a local host "172.26.0.7", you're sampling the
round-trip time between those two computers (host to gateway and back to host).
This traffic never reaches the internet, therefore is not directly affected by internet traffic that is outside of your LAN. However, it is affected by the hardware, firmware, software, and number of components it must traverse to reach the default gateway; as well as the current processing loads on those components. If other people on your LAN are using the internet, it will increase the processing load on the default gateway. Because you're both competing for the services of the default gateway, this will increase your ping response times.
If anything, I would expect a
higher ping response time as the amount of
internet traffic passing through the default gateway increases, not the lower response time you seem to be reporting.
Higher ping times between your host and default gateway indicate more latency (delay) in your network which will affect your internet surfing experience. But generally slow internet surfing is due to latency outside your LAN as the internet traffic attempts to navigate through multiple congested routers from overloaded web servers to reach you.
Something else that affects internet surfing is an overloaded Domain Name System (DNS) server that resolves Fully Qualified Domain Names (FQDN) to a numeric IP address (For example, resolving
www.computerhope.com to 69.72.169.241).
To check latency outside of your LAN see the following:
Tracert PathPingI'm not sure which times you're reporting:
o Total time for all requests within ping session
o Actual Time of single request
o Minimum time of single request
o Maximum time of single request
o Average time of single request
The smaller the response time, the better (lower latency time). Most people would consider a single request response time of
1097 ms (1097 milliseconds or 1.097 seconds) unacceptable. Times of
4 or 8 milliseconds are much better than 1097 milliseconds.
It's all relative. On my home network, with nothing between my host computer and default gateway except an ethernet cable (and no other host computers online); my normal ping request response time is 1 millisecond.
Edit Change(s):
1. Corrected default gateway address from "172.168.0.1" to "172.26.0.1".
2. Corrected local host address from "172.168.0.7" to "172.26.0.7".