Skip to content

Instantly share code, notes, and snippets.

@chetstone
Last active June 6, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chetstone/a5fb61cad489a0b6d2aef1a736071614 to your computer and use it in GitHub Desktop.
Save chetstone/a5fb61cad489a0b6d2aef1a736071614 to your computer and use it in GitHub Desktop.
Notes on provider change from Colorado Central Telecom to Cielo

I have been considering using a new DNS server which was written up in USA today, quad9. They do threat analysis and block nefarious sites. Yesterday morning I was doing some pinging of quad9 and Google DNS on Colorado central telecom. I repeated the ping tests after the Cielo install.

They show that Cielo has 2 to 3 times the latency, and a lot more jitter. I wonder if this could be related to DSLReport bufferbloat grade of 'F'.? Probably not, I doubt if ICMP packets are buffered.

The good news is there's no packet loss. (DSL Report Quality 'A+')

The following are the summaries of each ping session.

CCT:

Google DNS has astoundingly short latencies and almost no jitter. (Longer ping sessions showed the same but they were no longer in my terminal history)

--- 8.8.8.8 ping statistics ---
6 packets transmitted, 6 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 12.419/12.555/12.650/0.092 ms

--- 9.9.9.9 ping statistics ---
1926 packets transmitted, 1926 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 44.639/45.480/73.270/1.269 ms

CIELO:

--- 8.8.8.8 ping statistics ---
3564 packets transmitted, 3564 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 15.594/61.591/440.677/41.422 ms

--- 9.9.9.9 ping statistics ---
11266 packets transmitted, 11253 packets received, 0.1% packet loss
round-trip min/avg/max/stddev = 41.623/90.789/776.001/47.409 ms

CIELO after rebooting the router a couple of times:

--- 8.8.8.8 ping statistics ---
650 packets transmitted, 650 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 15.787/46.424/206.922/32.300 ms

--- 9.9.9.9 ping statistics ---
572 packets transmitted, 572 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 41.931/71.183/270.612/35.071 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment