Post by weary flakeI used to use ping comcast.net or ping comcast.com to test my
internet connection but now comcast refuses it. It was
confusing a few months ago that comcast.net was showing
a 100% packet loss when the internet was actually reconnected.
Got to now ping a different website.
Comcast is getting really stingy with their bandwidth if they
don't want to send 56 bytes to return a ping.
Pinging www.comcast.net and www.xfinity.com works okay for me.
Everything changes, and many things require maintenance during which
their behavior is curtailed or altered. Could be you chose the wrong
time to ping Comcast. How long did you wait to try again? Also, you're
assuming their nameserver automatically redirects to a "www" host when
no host is specified. Next time use a FQDN (Fully Qualified Domain
Name), like www.comcast.net. Don't leave out hostnames thinking
everywhere defaults to using "www" to a web server. Some sites will
direct you to different pages if you use domain.tld versus
hostname.domain.tld. I've see where domain.tld did not redirect to
www.domain.tld. You assuming every site defaults to using a www named
host is wrong. It's just what lots of users have become accustomed as
the default.
https://en.wikipedia.org/wiki/Fully_qualified_domain_name
You cannot connect to a domain. You can only connect to a *host* at the
domain. For more users, that would be the "www" host, but not always,
and not all domains use "www" as their default host. For some, not
specifying a host, like omitting www, means you don't connect as they
don't redirect non-hosted connects to their www host.
I've never used Comcast to do a ping to check Internet connectivity. I
usually ping www.intel.com, www.yahoo.com, or www.microsoft.com to not
only make sure that I have network connectivity out of my intranet into
Comcast's network, but also *outside* of Comcast's network. I've
encountered where I could reach Comcast hosts, but not hosts outside of
Comcast's network. I rarely visit any Comcast site, so I'm far more
interested in getting through Comcast to some other site. Pinging
through Comcast to some non-Comcast site better indicates if you're
getting outside of your intranet to Comcast and outside of Comcast.
If a site disabled ping, it has nothing to do with saving on bandwidth.
Many sites don't like their network mapped by outsiders. They might
allow ICMP on their boundary host, but not inside, and why you get a
bunch of failed pings until it gets outside their network to go
elsewhere. Also, responding to pings requires consuming their
resources, and they may decide their resources are put to better use
with other protocols. Bandwidth is trivial, but making a server
acknowledge and establish a connection request, and then spending the
CPU cycles to response are not trivial if hundreds of thousands of pings
are hitting a server. Pings are also used in DDOS attacks. That's
because server resources get consumed for those connection requests.
https://www.cloudflare.com/learning/ddos/ping-icmp-flood-ddos-attack/