A mai Kérdések és válaszok munkamenetét a SuperUser - a Stack Exchange, a Q & A weboldalak közösség által irányított csoportosulásának részlegével - köszönheti.
Screenshot courtesy of Cristianzambrano (Wikimedia Commons).
A kérdés
A SuperUser olvasó Saransh Singh azt szeretné tudni, hogy mi a különbség a https:// és ping-ping közötti különbséggel:
I am trying to ping my website https://www.example.com/ and it resolves to an unknown IP address, then it times out.
But when I ping example.com, it works. What am I missing or not understanding here?
Note: example.com was substituted for the actual website at SuperUser.
Mi a különbség a https:// és anélkül pingálás között?
A válasz
DavidPostill a SuperUser munkatársa számára a válasz:
The argument to ping is a host name (or an IP address). So the following will all work:
On the other hand, this will not work as https://www.example.com/ is an HTTP Uniform Resource Locator (URL), not a valid host name (although part of it is a host name).
- Scheme - Always present
- Host Name - Always present
- Path or Stem - Always present but sometimes is null
- Parameters - Optional
A ping will not normally recognize URLs as a valid destination host name.
Note
Not all URLs have the format mentioned above. A complete URL consists of a naming scheme specifier followed by a string whose format is a function of the naming scheme. The format of URLs is defined in the IETF specification Uniform Resource Locators (URLs). *This is a different website address from the one shown for URL above.
DNS Hijacking
An exception to the above can happen if the DNS server (which resolves host names to IP addresses) is configured to return a valid IP address even if an invalid host name is supplied. This can happen if an ISP is hijacking your DNS queries.
From the answer Why is ping resolving to an IP 198.105.254.228 for any random host name that i type? by Michael Hampton:
They are trying to be “helpful” by redirecting requests for nonexistent domains to a white label service that provides search results and advertising, from which everyone but you gets a cut of the revenue. Fortunately, they do have a preferences page where you can supposedly turn it off.
Győződjön meg róla, hogy olvassa el a többi hasznos választ az alábbiakban leírt szálhivatkozással!
Van valami a magyarázathoz? Hangzik ki a megjegyzésekben. Szeretne többet válaszolni a többi technikus-tudós Stack Exchange felhasználóiról? Nézze meg a teljes vitafonalat itt.