LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ifconfig output (https://www.linuxquestions.org/questions/linux-networking-3/ifconfig-output-260481/)

alaios 11-29-2004 07:50 AM

ifconfig output
 
Lets have a look at the ifconfig output


RX packets:24123 errors:0 dropped:0 overruns:0 frame:0
TX packets:1421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000

Can u plz explain me what the overruns,frame,carrier,collisions stands for?
Thx a lot

qwijibow 11-29-2004 09:39 AM

a collision is when 2 different machines attempt to transmit onto the same wire at the same time.
then this happens, both computers abort the transmit, then wait a random time before re-attempting to transmit the data.

im not sure about the others.

neo77777 11-29-2004 09:42 AM

http://www.cisco.com/univercd/cc/td/..._v1/tr1904.htm
Internet is your friend, teacher, enemy ...

alaios 11-29-2004 11:16 PM

thx...but
 
thx...but i still can't find the
carrier:0
collisions:0
and frame

I have been searching yesterday in google... but i didn;t find anything useful....

qwijibow 11-30-2004 09:09 AM

like i said

Quote:

a collision is when 2 different machines attempt to transmit onto the same wire at the same time.
then this happens, both computers abort the transmit, then wait a random time before re-attempting to transmit the data.

trickykid 12-01-2004 05:21 PM

Re: thx...but
 
Quote:

Originally posted by alaios
thx...but i still can't find the
carrier:0
collisions:0
and frame

I have been searching yesterday in google... but i didn;t find anything useful....

I guess you can't read very well.. the link provided above mentions just about all of these:

frame = Shows the number of packets received incorrectly having a CRC error and a noninteger number of octets. On a LAN, this is usually the result of collisions or a malfunctioning Ethernet device.

collisions = Gives the number of messages retransmitted due to an Ethernet collision. This is usually the result of an overextended LAN (Ethernet or transceiver cable too long, more than two repeaters between stations, or too many cascaded multiport transceivers). A packet that collides is counted only once in output packets.

carrier = Not actually on that page but from what I know its the number of times the carrier is lost during a transmission.

alaios 12-02-2004 12:42 AM

Thx..what do u mean the carrier is lost? The term carrier is only referred in the collision detect

qwijibow 12-02-2004 01:01 AM

Carrier, as-in the carrier wave that the data is transmited on.. in other words, the cable was un-pluged or the hub / switch turned off.

gani 12-02-2004 02:40 AM

RX = received
TX = transmitted


All times are GMT -5. The time now is 09:24 AM.