|
|
|
|
![]() ![]() |
Dec 20 2005, 03:56 PM
Post
#1
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 193 Joined: 20-December 05 Member No.: 15,962 |
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. |
|
|
|
Dec 30 2005, 03:41 AM
Post
#2
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 29 Joined: 11-September 05 Member No.: 11,732 |
Nice it works
|
|
|
|
Dec 30 2005, 07:39 AM
Post
#3
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 286 Joined: 4-December 05 From: Latvia, Riga Member No.: 15,337 |
Wow this actually worked
|
|
|
|
Dec 30 2005, 07:22 PM
Post
#4
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 426 Joined: 24-September 05 Member No.: 12,212 |
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.
|
|
|
|
Dec 30 2005, 07:40 PM
Post
#5
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 318 Joined: 5-January 05 Member No.: 3,136 |
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. |
|
|
|
Dec 30 2005, 09:08 PM
Post
#6
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 426 Joined: 24-September 05 Member No.: 12,212 |
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
|
|
|
|
Dec 30 2005, 09:52 PM
Post
#7
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 318 Joined: 5-January 05 Member No.: 3,136 |
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 |
|
|
|
Dec 30 2005, 10:43 PM
Post
#8
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 16 Joined: 30-December 05 Member No.: 16,393 |
oh yeah, thats a great manual ^^...
I can ping any IP with this system? Thanks all.. Cpuser |
|
|
|
Dec 30 2005, 10:44 PM
Post
#9
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 165 Joined: 12-September 05 Member No.: 11,787 |
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.
|