Jul 25, 2008

Pinging Servers - Checking the webhost's speed!

Free Web Hosting, No Ads > CONTRIBUTE > Tutorials
Pages: 1, 2

free web hosting

Pinging Servers - Checking the webhost's speed!

uiop
The instruction's below were tested on Windows XP only.
1) Click on the "Start Menu" then click on "Run".
2) Type "command" (without quotes) into the run box and click OK.
3) Wait for text to appear on the screen.
4) Type "ping" (without quotes) followed by a space and the web host's domain.
Example: "ping www.trap17.com" (without quotes)
5) Wait for text to finish appearing on the screen.
6) The text on the screen should look something like this:
QUOTE
Ping www.geocities.com [66.218.77.68] with 32 bytes of data:

Reply from 66.218.77.68: bytes=32 time=79ms
Reply from 66.218.77.68: bytes=32 time=78ms
Reply from 66.218.77.68: bytes=32 time=78ms
Reply from 66.218.77.68: bytes=32 time=78ms
Reply from 66.218.77.68: bytes=32 time=78ms
Reply from 66.218.77.68: bytes=32 time=78ms

Ping statistics for 66.218.77.68:
Packets: Sent = 6,Received = 6, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 78ms, Maximum = 79ms, Average = 78ms

The thing that we are intrested in is the very last number (shown in bold above). That number shows the average number of milliseconds it took the host to respond to your computers ping request.
Note 1: Note that the response time is not limited to server's connection, but the Internet itself, and and user's connection.
Note 2: The ping request works for checking the speed of all websitesm not just web hosts.

 

 

 


Reply

Evil Homer
Nice it works

Reply

Dawiss
Wow this actually worked wink.gif.. Awesome tutorial which even works on my crapy computer too.. But I have only one small question what means all thous IP and byte sizes which showes up? biggrin.gif.. Im not very smart in such things.. GooD JoB by the way uiop.. Kepp the tutorials coming smile.gif

Reply

amhso
of course it will work on a crappy computer. this uses ms dos. i mainly use this to test if my connection is working, or if my ISP is down.

Reply

bureX
There are some neat useful options that come with "ping", for example, try this command:

ping www.trap17.com -w 5000 -t -l 65500

This command pings www.trap17.com, the "-w" attribute (followed by 5000) tells the program to wait 5 seconds (5x1000 milliseconds = 5000 milliseconds = 5 seconds) between each ping and the "-l" attribute (followed by 65500) tells the program to use a specified buffer size, in this case, it is 65500 bytes (that's pretty much large), you can call that a "heavy duty" ping. And finally, the "-t" attribute makes the program ping the specified address until you stop it manually.

If you would like to do a more advanced ping, try "tracert"! Type it in your CMD prompt and you will see through what servers does your little package go!

Example:
tracert www.trap17.com

Result:
CODE
Tracing route to trap17.com [64.27.18.99]
over a maximum of 30 hops:

 1    29 ms   174 ms   111 ms  62.108.98.153
 2   126 ms    20 ms    51 ms  core-l3.vline.verat.net [62.108.96.66]
 3   107 ms    24 ms    18 ms  213-163-36-57.vnet.hu [213.163.36.57]
 4   636 ms   169 ms   212 ms  fe2-5-bors-gsr0.vivendi-th.net [213.163.53.245]

 5    84 ms    31 ms    20 ms  fe2-5-bors-gsr0.vivendi-th.net [213.163.53.245]

 6   157 ms   101 ms    67 ms  80.120.176.249
 7   132 ms    34 ms    96 ms  IIX2-WARSSW01.highway.telekom.at [195.3.70.164]

8   146 ms    93 ms    94 ms  212.73.202.1
9   274 ms   124 ms   146 ms  4.68.124.185
10   252 ms   190 ms   226 ms  ae-0-0.bbr2.LosAngeles1.Level3.net [64.159.1.126
]
11   229 ms   222 ms   247 ms  ae-12-55.car2.LosAngeles1.Level3.net [4.68.102.1
41]
12   200 ms  1040 ms   479 ms  unknown.Level3.net [63.209.82.190]
13   337 ms   594 ms   730 ms  64.27.18.99

Trace complete.

 

 

 


Reply

amhso
you can pull down old servers like that. and if you get tons of people to do it at once, you can take down people's networks...i also don't recommend you do that or you'll have a call from your ISP and the FBI knocking at your door

Reply

bureX
LOL!
That's just plain WRONG, and you can't "kill" a server like that! You can only choke up it's connection to the internet, and that's still a maybe (first condition: a xxx MBps connection).

Such attacks are called DoS (denial of service) attacks and attacks from multiple computers are called DDoS attacks (distributed denial of service attacks). If you intentionally use them, then there is a **SMALL** chance that you will get in trouble. Anyway, if you ping a server like you're crazy (with large packets), you will probably be warned first. And if you are dumb enough not to stop, then you will (again: maybe) get into trouble. This is the worst case scenario... But, when you ping a server, you BARELY do anything to it! If you open a web site hosted by that server, you will do more "damage" to it then pinging it!!! After all, servers were made to serve, right? Besides, if the server feels that you are pinging it too much, it can simply ban your IP address, and... end of story.

So, feel free to use “ping”, FBI doesn't care smile.gif !

Reply

Cpuser
oh yeah, thats a great manual ^^...

I can ping any IP with this system?

Thanks all..

Cpuser

Reply

kevlar557
Yea, I know a person who made a program that did this in VB class at school, and he took down the web server because it pinged a infinate amount of times. Fortunately, he was friends with the District Tech Coordinator, so he didn't get in trouble.

Reply

puffy
Yes man i know about this. If we ping we can easily know the server host ip address and it also shows how fast is your conn, this can only observed by ISP or else a well know person of networking sort. I always ping my server from my computer to maintain the conn. at its full speed instead of landing up in slow speed, try this if u want to know the servers are active or not. Good luck..!!!

Reply

Latest Entries

matto
opening 'cmd' instead of 'command' of some of the newer windows versions works a bit better when loading the prompt.

edit: WOW. You guy 831 ms average for trap17? I got 32. You must be on dialup or something?

Reply

grimmy
i got

QUOTE
Pinging www.trap17.com [216.240.134.211] with 32 bytes of data:

Reply from 216.240.134.211: bytes=32 time=619ms TTL=51
Reply from 216.240.134.211: bytes=32 time=683ms TTL=51
Reply from 216.240.134.211: bytes=32 time=856ms TTL=51
Reply from 216.240.134.211: bytes=32 time=1169ms TTL=51

Ping statistics for 216.240.134.211:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 619ms, Maximum = 1169ms, Average = 831ms


Notice from BuffaloHELP:
Use proper bbcode

Reply

FirefoxRocks
I knew about this a while ago.
You can ping a server or an IP addresss.
On Windows XP computers, type cmd in the Run box instead of command.

You should use ping packets too big.

Pinging home computers can cause them to bounce your "attack".

Reply

tonyused
The host took 249ms to repond to me. If anyone is interest the following site contains a lot of web based tools like these ones -

http://home01.wxs.nl/~houwe135/wbnt1/index-exp.htm

with the explaination of what they are and what they do.

Reply

uiop
QUOTE(apollo @ Feb 15 2006, 01:10 AM) *

Wow, thnx a lo. Nice tutorial. BTW that meens that this is very fast Host? not trap17 but home.lv (code down). Cus here are 17 ms but for trap it was much more...
CODE
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\DOCUME~1\TEST>ping www.home.lv

Pinging www.home.lv [159.148.223.232] with 32 bytes of data:

Reply from 159.148.223.232: bytes=32 time=28ms TTL=247
Reply from 159.148.223.232: bytes=32 time=18ms TTL=247
Reply from 159.148.223.232: bytes=32 time=14ms TTL=247
Reply from 159.148.223.232: bytes=32 time=11ms TTL=247

Ping statistics for 159.148.223.232:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 11ms, Maximum = 28ms, Average = 17ms

C:\DOCUME~1\TEST>


A 17ms ping time is usually considered pretty good. Most free webhosts have 40ms and greater ping times. Also, keep in mind that all ping times are subject to a large number of variables (see my original post). What ping time did you get for Trap17?

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. slow ping time 11ms 65500 - 70.71 hr back. (1)
  2. pinging servers - 92.04 hr back. (1)
  3. cmd how to keep pinging a server - 98.07 hr back. (1)
  4. "ping fbi" - 153.40 hr back. (1)
Similar Topics

Keywords : pinging, servers, checking, webhosts, speed

  1. Checking For Open Ports From Php
    If you want to check the status of a server at a specific port you can (3)
  2. Checking Dns Settings For Website
    DNS Setting, Ping, Whois, Dnsreport etc (2)
    If you have recently purchased a domain and facing problems with the workings, the first thing which
    you should check is the DNS setting. Dns settings determine, how to domain is pointed to the Server
    and How the server is connected to the world (internet). Ensure, the DNS settings are perfect to
    make sure, things work smoothly and people across the globe don't have problems accessing your
    site. The basic check would be : PING Suppose you register your domain (example.com) at
    ComputingHost. You get an IP for your website. In this case, suppose its 64.69.35.170. Yo....
  3. Checking Your Php Version
    check your version of your server (1)
    This is a very easy tutorial, others may know of this... step 1 => Download the attachment step 2
    => upload to your public directory step3 => open and run the files and you'll get a whole list
    of your server environment and so on.......
  4. Checking The Web Site Speed
    (10)
    Did you taking too much time to access your favorite sites? Probably the problem is on the server
    used by those sites. To make sure that is the problem, use Windows PING facility. Ping is a small
    program, which sends a 32-bit signal to the Web site server. Next, Ping record the time needed by
    the server to answer it. To activate Ping: Click on the Start-Run menus, type command, and then
    click OK. Type PING "site name" in the MS-DOS prompt window, for example PING www.yahoo.com. In a
    moment, the result will appear on the screen. A result less than 300ms is normal spee....
  5. Checking Form
    check for validate (0)
    Hi all, I'v code that checking for your form. How's works? - When input text was emptied
    or up to you(you said s/he must enter text more than the value or anything else). - When it was
    worked, the message will show under input box. CODE // java script for checking form.
    <script type="text/javascript"> <!-- function checkValidable() {
     var check = 0;  var v1 = document.loginForm.Name.value.length;  var v2 =
    document.loginForm.StID.value.length;  if (v1 < 1) {    check = 1;  
     note1.style.display = '....

    1. Looking for pinging, servers, checking, webhosts, speed

Searching Video's for pinging, servers, checking, webhosts, speed
advertisement



Pinging Servers - Checking the webhost's speed!



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE