|
Prev: wireless connection failed
Next: Problems with wireless card AirLink101-AWLC3026 on Linux (it shuts down sporadically and can't connect to protected networks)
From: Kid on 1 Feb 2008 00:42 Hi What's the definition and units about packet loss , is there any good tool to diagnose it ? Thank you .
From: Burkhard Ott on 1 Feb 2008 02:16 Am Wed, 30 Jan 2008 21:42:41 -0800 schrieb Kid: > Hi > > What's the definition and units about packet loss , is there any good > tool to diagnose it ? I would suggest the unit is packets and a tool is ping.
From: Kid on 1 Feb 2008 05:06 On 1$B7n(B31$BF|(B, $B2<8a(B3$B;~(B16$BJ,(B, Burkhard Ott <postmas...(a)derith.de> wrote: > Am Wed, 30 Jan 2008 21:42:41 -0800 schrieb Kid: > > > Hi > > > What's the definition and units about packet loss , is there any good > > tool to diagnose it ? > > I would suggest the unit is packets and a tool is ping. Thank you very much, I did not know it before. Do you know how to design a good test for network device , should I ping large packets several days ?
From: Burkhard Ott on 1 Feb 2008 05:26 Am Thu, 31 Jan 2008 02:06:48 -0800 schrieb Kid: > Thank you very much, I did not know it before. > > Do you know how to design a good test for network device , should I > ping large packets several days ? What do you mean with network device? The NIC itself? What do you want to test, the NIC buffer, the network latency? Ping send only a request an get a reply (or not), so you can not really make a statement about network or machine latencies etc. cheers
From: Rick Jones on 1 Feb 2008 13:51
Burkhard Ott <postmaster(a)derith.de> wrote: > I would suggest the unit is packets and a tool is ping. Ping is a good tool, I'm not sure I'd say it is sufficient. Ping can sometimes give a "false negative" that the network is bad - ie not replrt losses when there would be. In particular, if there is a duplex mismatch you will only see losses in ping if there is also other traffic flowing through the link with the duplex mismatch. Duplex mismatch only triggers lost packets when both ends of the link attempt to transmit at the same time, and ping (by default at least) only has one packet in flight on the network at one time - or set of fragments in any direction if the sizes are large. rick jones -- No need to believe in either side, or any side. There is no cause. There's only yourself. The belief is in your own precision. - Jobert these opinions are mine, all mine; HP might not want them anyway... :) feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH... |