English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-29 20:34:03 · 5 answers · asked by Anonymous in Computers & Internet Internet

Like when ur playing a game online , and ur ping is lets say 300, what is that??

2006-08-29 20:42:43 · update #1

5 answers

Pinging is to send a data to a port and to reveive a reply back, so as to confirm the availability of the computer.

2006-08-29 20:38:22 · answer #1 · answered by Anonymous · 0 0

In terms of ping time in a game, this referrers to the time it takes to send data to the server and back. The lower the ping time, the better your connection.
In terms of a network utility,
ping is a network utility for testing if a network host is available.
Thats the text book definition.
Not all hosts are pingable, as some sites are configured not to respond to ICMP traffic due to security concerns.
(microsoft.com is a good example)

http://en.wikipedia.org/wiki/Ping
Ping was written in a one night coding session by Mike Muuss
http://ftp.arl.mil/~mike/ping.html

If your interested in a book about ping, the below listed one is not a good choice, but the reviews are funny as hell ;)

http://www.amazon.com/gp/product/0140502416/002-5757453-2840048?n=283155

2006-08-29 20:36:42 · answer #2 · answered by Securegeek 3 · 0 0

Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) Echo Request messages. The receipt of corresponding Echo Reply messages are displayed, along with round-trip times. Ping is the primary TCP/IP command used to troubleshoot connectivity, reachability, and name resolution. You can use the command like this.

Ping 127.0.0.1 (to ping your own computer)
Ping x.x.x.x (just type the IP of a computer for “x” values to ping them)

2006-08-29 20:38:50 · answer #3 · answered by Nishan Saliya 4 · 0 0

Ping is the duration it takes for a reply from one computer to another. Basically it measures the speed of the connection.

2006-08-29 20:48:01 · answer #4 · answered by deccasoftware 3 · 0 0

ping is command in DOS which is used when u wanna find out if u have a connectivity with some other host.

Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] target_name

Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
-l size Send buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.

happy pinging :))

2006-08-29 20:38:37 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers