Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8716439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:04:37+00:00 2026-06-13T06:04:37+00:00

Why can I write the command ping www.google.com but not ping www.google.com/ or ping

  • 0

Why can I write the command

ping www.google.com

but not

ping www.google.com/

or

ping http://www.google.com

The latter two yield an “unknown host” error.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T06:04:38+00:00Added an answer on June 13, 2026 at 6:04 am

    Ping is used to tell if a host (hostname or IP address) is alive. It uses the ICMP protocol to do so. It does not know anything about URLs or web servers.

    What you probably want is a http ping utility, like http-ping. Or you can use tools like curl, or wget to retrieve website index pages and measure the latency that way.

    Example with curl (this does a HEAD request):

    $ time curl -I http://www.cnn.com >/dev/null
    
    real    0m0.242s    <== 242 milliseconds
    user    0m0.015s
    sys     0m0.016s
    

    Example with curl for GET request:

    $ time curl http://www.cnn.com >/dev/null
    
    real    0m0.783s    <== 783 milliseconds
    user    0m0.031s
    sys     0m0.030s
    

    This will give you a crude idea of how responsive the web server is from your host.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

You can write //google.com instead of http://google.com and https://google.com where // is relative to
I know, that I can write firefox.exe in registry command, but when I write
irb can write command history to a file, but it only does this when
Can you please help me to write a sed command to remove the price
I am trying to write a small Mac command line app that can read
I can write an assertion message one of two ways. Stating success: assertEquals( objects
I can write my code in both the ways to achieve my objective, but
how can i write this command from mathematica to matlab? total = Apply[Plus, Flatten[mlat]]/L2
How I can write a function or alias a command in PowerShell so that
How can I write a command to return matrix corner detected using goodFeaturesToTrack? goodFeaturesToTrack(gray_image,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.