*Ethernet network Question?*

XXNONAMEXXXXNONAMEXX Member Posts: 11 ■□□□□□□□□□
What is designed to prevent multiple devices on an Ethernet network from transmitting at the same time? Thanks

Comments

  • WebmasterWebmaster Admin Posts: 10,292 Admin
    It can and does occur that multiple nodes on the segment transmit at the same time. Of course the data never reaches it destination because the two frames would colide with each other. When this (a colission) occurs the nodes will wait for a random wait time before they (try to) transmit again. The time is provided by a so called backoff algorithm. This a short description of CSMA/CD, which is the access method used by Ethernet, and is the answer to your question. For more info:
    icon_arrow.gifwww.techexams.net/technotes/networkplus/mediatopo.shtml
Sign In or Register to comment.