Collisions: Difference between revisions

From Hackepedia
Jump to navigationJump to search
m New page: A collision occurs when two ethernet devices speak at the same time when in half duplex mode and connected by a hub. Ethernet also called CSMA/CD stands for Carrier Sense Med...
 
mNo edit summary
 
Line 1: Line 1:
A collision occurs when two [[ethernet]] devices speak at the same time when in [[half duplex]] mode and connected by a [[hub]].  Ethernet also called CSMA/CD stands for  
A collision occurs when two [[ethernet]] devices speak at the same time when in [[half duplex]] mode and connected by a [[hubs|hub]].  Ethernet also called CSMA/CD stands for  
Carrier Sense Media Access, Collision Detect, so upon a collision it is detected and both ethernet cards back off a random amount of time (not too long) and try again without the
Carrier Sense Media Access, Collision Detect, so upon a collision it is detected and both ethernet cards back off a random amount of time (not too long) and try again without the
collision next time.
collision next time.

Latest revision as of 12:37, 31 May 2008

A collision occurs when two ethernet devices speak at the same time when in half duplex mode and connected by a hub. Ethernet also called CSMA/CD stands for Carrier Sense Media Access, Collision Detect, so upon a collision it is detected and both ethernet cards back off a random amount of time (not too long) and try again without the collision next time.