cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
1
Replies

Ethernet Collision

netbeginner
Level 2
Level 2

Hello,

Ethernet interfaces are comes under which types of collison .

Regards

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Sam,

only half-duplex interfaces can see collisions.

Collision detection is performed in hardware by comparing transmitted signal with signal sensed on wire: if the two differ a collision has happened.

collisions: actually only the first 64 bytes of the frame are checked if they pass the frame is considered valid.

after a collision is detected a random counter is started and the frame is transmitted again in the hope of a successful transmission.

Up to 16 attempts with random counters using exponential backoff timers (increasing at each attempt).

This lead to the definition of multiple collisions.

Excessive collisions count how many times even with 16 attempts the frame was not transmitted successfully.

Finally, if collisions happen after first 64 bytes of frame they are called late collisions.

see

http://www.cisco.com/en/US/products/hw/modules/ps2033/products_tech_note09186a008009446d.shtml

and more general

http://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1904.html

Hope to help

Giuseppe

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card