Ethernet packet collision over fiber optic?

Ethernet packet collision over fiber optic?

I heard that lightwaves do not interfere with each other when intersecting. Does this mean there will be no collisions when using Ethernet with fibre?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Collisions in an Ethernet network have nothing to do with the physical medium. Ethernet by design is a CSMA/CD technology. CSMA/CD means Carrier Sense, Multiple Access / Collision Detection. What this means is that each device connected to an Ethernet network listens for a carrier and sends data once that carrier or data signal is detected. Since it's multiple access, there is no restriction to when a device sends data. Therefore, two devices can transmit at the same time, causing a collision. After a collision occurs, both devices stop transmitting, wait a specified amount of time (called jabber control) and then start the process all over again. Even though in today's technology an Ethernet network is physically a star or spoke topology, it is still logically a bus topology so collisions can occur. This applies regardless of whether the medium is copper to fiber.

This was first published in June 2002